Time: 03/04/2026 10:16: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: 03/04/2026 10:16:38 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 10:20:17 AM 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: 03/04/2026 10:20:17 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 03/04/2026 10:20:18 AM 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: 03/04/2026 10:20:18 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 03/04/2026 10:32:49 AM 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: 03/04/2026 10:32:49 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 03/04/2026 02:03: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: 03/04/2026 02:03:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 02:04:38 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/4/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 03/04/2026 02:04:38 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/4/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 03/04/2026 02:41:52 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7380866068 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 03/04/2026 04:35: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_1sf3v3hp StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 03/04/2026 04:35:25 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_1sf3v3hp StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 03/04/2026 08:00: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/04/2026 08:00:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 11:18:37 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6306377210 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 04/04/2026 11:36:56 AM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/3/2026 12:00:00 AM' AND a.CloseDate<'4/4/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ContactNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 11:36:56 AM PageName: GroupLoan_PrintGroupLoanClosedReportHTML String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/3/2026 12:00:00 AM' AND a.CloseDate<'4/4/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, 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_5fhakzsf StackTrace: at GroupLoan_PrintGroupLoanClosedReportHTML.GroupLoanClosedReport() TargetSite: Void GroupLoanClosedReport() Time: 04/04/2026 11:36:58 AM 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: 04/04/2026 11:36:58 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 04/04/2026 11: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: 04/04/2026 11:40:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 11:41:27 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: 04/04/2026 11:41:27 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 04/04/2026 11:49:38 AM 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: 04/04/2026 11:49:38 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 04/04/2026 12:53:34 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9935472259 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 04/04/2026 02:51:58 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9793684128 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 04/04/2026 03:19:15 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9793684128 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 04/04/2026 03:30: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: 04/04/2026 03:30:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 03:59: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_j5qfjyqm StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/04/2026 08:50:49 AM PageName: Account_AccountTrialBalanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at Account_AccountTrialBalanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/04/2026 08:50:49 AM PageName: Account_AccountTrialBalanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_cndfapld StackTrace: at Account_AccountTrialBalanceReport.ExportToExcel(DataTable DT, String fileName) at Account_AccountTrialBalanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/04/2026 08:56:10 AM PageName: GroupLoan_GroupLoanHeadOfficeReport String str: String sql: DECLARE @TillDate DATE; SET @TillDate='8/31/2024 12:00:00 AM'; DECLARE @FTable TABLE ( SrNo INT, BranchId VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), NoOfOfficer INT, NoOfCenter INT, NoOfMember INT, NoOfActiveLoan INT, OutstandingAmount DECIMAL(18,2), NoOfTotalLoan INT, TotalDisbursed DECIMAL(18,2), ProcessingFee DECIMAL(18,2), SecurityFee DECIMAL(18,2), InsuranceFee DECIMAL(18,2), OtherFee DECIMAL(18,2), ServiceTax DECIMAL(18,2), TotalFee DECIMAL(18,2), ODNo INT, ODAmount DECIMAL(18,2), ODOutstanding DECIMAL(18,2), OD30No INT, OD30Amount DECIMAL(18,2), OD30Outstanding DECIMAL(18,2), OD60No INT, OD60Amount DECIMAL(18,2), OD60Outstanding DECIMAL(18,2), OD90No INT, OD90Amount DECIMAL(18,2), OD90Outstanding DECIMAL(18,2), OD180No INT, OD180Amount DECIMAL(18,2), OD180Outstanding DECIMAL(18,2), OD181No INT, OD181Amount DECIMAL(18,2), OD181Outstanding DECIMAL(18,2) ); DECLARE @ODOSTable TABLE ( BranchId VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), LoanId VARCHAR(50), NoOfDays INT, ODAmount DECIMAL(18,2), BalanceAmount DECIMAL(18,2) ); INSERT INTO @ODOSTable ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, LoanId, NoOfDays, ODAmount, BalanceAmount ) SELECT a.BranchId, a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanId, c.NoOfDays, c.ODAmount, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalanceAmount FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, SUM(Prin)AS PaidPrincipal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDatedateadd(day,0,@TillDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 ; INSERT INTO @FTable ( BranchId, BranchName, NoOfOfficer, NoOfCenter, NoOfActiveLoan, OutstandingAmount ) SELECT BranchId, BranchName, Count(DISTINCT LoanOfficerId)AS NoOfOfficer, count(DISTINCT CenterId)AS NoOfCenter, count(DISTINCT LoanId)AS NoOfActiveLoan, SUM(BalanceAmount)AS OutstandingAmount FROM @ODOSTable WHERE 1=1 GROUP BY BranchId, BranchName ; UPDATE ta SET ta.NoOfMember=(SELECT count(1) FROM GroupLoanMemberDetail WITH(nolock) WHERE isnull(DropOutDate,'01/01/1900')!='01/01/1900' AND MemberJoinDate0 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; UPDATE ta SET ta.OD30No=tb.OD30No, ta.OD30Amount=tb.OD30Amount, ta.OD30Outstanding=tb.OD30Outstanding FROM @FTable ta INNER JOIN ( SELECT a.BranchId, count(DISTINCT a.LoanId)AS OD30No, SUM(a.ODAmount)AS OD30Amount, SUM(a.BalanceAmount)AS OD30Outstanding FROM @ODOSTable a WHERE a.NoOfDays>0 AND a.NoOfDays<31 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; UPDATE ta SET ta.OD60No=tb.OD60No, ta.OD60Amount=tb.OD60Amount, ta.OD60Outstanding=tb.OD60Outstanding FROM @FTable ta INNER JOIN ( SELECT a.BranchId, count(DISTINCT a.LoanId)AS OD60No, SUM(a.ODAmount)AS OD60Amount, SUM(a.BalanceAmount)AS OD60Outstanding FROM @ODOSTable a WHERE a.NoOfDays>30 AND a.NoOfDays<61 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; UPDATE ta SET ta.OD90No=tb.OD90No, ta.OD90Amount=tb.OD90Amount, ta.OD90Outstanding=tb.OD90Outstanding FROM @FTable ta INNER JOIN ( SELECT a.BranchId, count(DISTINCT a.LoanId)AS OD90No, SUM(a.ODAmount)AS OD90Amount, SUM(a.BalanceAmount)AS OD90Outstanding FROM @ODOSTable a WHERE a.NoOfDays>60 AND a.NoOfDays<91 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; UPDATE ta SET ta.OD180No=tb.OD180No, ta.OD180Amount=tb.OD180Amount, ta.OD180Outstanding=tb.OD180Outstanding FROM @FTable ta INNER JOIN ( SELECT a.BranchId, count(DISTINCT a.LoanId)AS OD180No, SUM(a.ODAmount)AS OD180Amount, SUM(a.BalanceAmount)AS OD180Outstanding FROM @ODOSTable a WHERE a.NoOfDays>90 AND a.NoOfDays<181 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; UPDATE ta SET ta.OD181No=tb.OD181No, ta.OD181Amount=tb.OD181Amount, ta.OD181Outstanding=tb.OD181Outstanding FROM @FTable ta INNER JOIN ( SELECT a.BranchId, count(DISTINCT a.LoanId)AS OD181No, SUM(a.ODAmount)AS OD181Amount, SUM(a.BalanceAmount)AS OD181Outstanding FROM @ODOSTable a WHERE a.NoOfDays>180 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; DELETE FROM DashBoardGroupLoanHeadOfficeSummaryReport ; INSERT INTO DashBoardGroupLoanHeadOfficeSummaryReport ( TillDate, EntryTime, BranchId, BranchName, NoOfOfficer, NoOfCenter, NoOfMember, NoOfActiveLoan, OutstandingAmount, NoOfTotalLoan, TotalDisbursed, ProcessingFee, SecurityFee, InsuranceFee, OtherFee, ServiceTax, TotalFee, ODNo, ODAmount, ODOutstanding, OD30No, OD30Amount, OD30Outstanding, OD60No, OD60Amount, OD60Outstanding, OD90No, OD90Amount, OD90Outstanding, OD180No, OD180Amount, OD180Outstanding, OD181No, OD181Amount, OD181Outstanding ) SELECT @TillDate AS TillDate, GETDATE() AS EntryTime, BranchId, BranchName, NoOfOfficer, NoOfCenter, NoOfMember, NoOfActiveLoan, OutstandingAmount, NoOfTotalLoan, TotalDisbursed, ProcessingFee, SecurityFee, InsuranceFee, OtherFee, ServiceTax, TotalFee, ODNo, ODAmount, ODOutstanding, OD30No, OD30Amount, OD30Outstanding, OD60No, OD60Amount, OD60Outstanding, OD90No, OD90Amount, OD90Outstanding, OD180No, OD180Amount, OD180Outstanding, OD181No, OD181Amount, OD181Outstanding FROM @FTable WHERE OutstandingAmount>0 ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'ServiceTax'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_GroupLoanHeadOfficeReport.UpdateHeadOfficerReport() TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 05/04/2026 08:56:20 AM PageName: GroupLoan_GroupLoanHeadOfficeReport String str: String sql: DECLARE @TillDate DATE; SET @TillDate='3/31/2026 12:00:00 AM'; DECLARE @FTable TABLE ( SrNo INT, BranchId VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), NoOfOfficer INT, NoOfCenter INT, NoOfMember INT, NoOfActiveLoan INT, OutstandingAmount DECIMAL(18,2), NoOfTotalLoan INT, TotalDisbursed DECIMAL(18,2), ProcessingFee DECIMAL(18,2), SecurityFee DECIMAL(18,2), InsuranceFee DECIMAL(18,2), OtherFee DECIMAL(18,2), ServiceTax DECIMAL(18,2), TotalFee DECIMAL(18,2), ODNo INT, ODAmount DECIMAL(18,2), ODOutstanding DECIMAL(18,2), OD30No INT, OD30Amount DECIMAL(18,2), OD30Outstanding DECIMAL(18,2), OD60No INT, OD60Amount DECIMAL(18,2), OD60Outstanding DECIMAL(18,2), OD90No INT, OD90Amount DECIMAL(18,2), OD90Outstanding DECIMAL(18,2), OD180No INT, OD180Amount DECIMAL(18,2), OD180Outstanding DECIMAL(18,2), OD181No INT, OD181Amount DECIMAL(18,2), OD181Outstanding DECIMAL(18,2) ); DECLARE @ODOSTable TABLE ( BranchId VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), LoanId VARCHAR(50), NoOfDays INT, ODAmount DECIMAL(18,2), BalanceAmount DECIMAL(18,2) ); INSERT INTO @ODOSTable ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, LoanId, NoOfDays, ODAmount, BalanceAmount ) SELECT a.BranchId, a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanId, c.NoOfDays, c.ODAmount, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalanceAmount FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, SUM(Prin)AS PaidPrincipal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDatedateadd(day,0,@TillDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 ; INSERT INTO @FTable ( BranchId, BranchName, NoOfOfficer, NoOfCenter, NoOfActiveLoan, OutstandingAmount ) SELECT BranchId, BranchName, Count(DISTINCT LoanOfficerId)AS NoOfOfficer, count(DISTINCT CenterId)AS NoOfCenter, count(DISTINCT LoanId)AS NoOfActiveLoan, SUM(BalanceAmount)AS OutstandingAmount FROM @ODOSTable WHERE 1=1 GROUP BY BranchId, BranchName ; UPDATE ta SET ta.NoOfMember=(SELECT count(1) FROM GroupLoanMemberDetail WITH(nolock) WHERE isnull(DropOutDate,'01/01/1900')!='01/01/1900' AND MemberJoinDate0 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; UPDATE ta SET ta.OD30No=tb.OD30No, ta.OD30Amount=tb.OD30Amount, ta.OD30Outstanding=tb.OD30Outstanding FROM @FTable ta INNER JOIN ( SELECT a.BranchId, count(DISTINCT a.LoanId)AS OD30No, SUM(a.ODAmount)AS OD30Amount, SUM(a.BalanceAmount)AS OD30Outstanding FROM @ODOSTable a WHERE a.NoOfDays>0 AND a.NoOfDays<31 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; UPDATE ta SET ta.OD60No=tb.OD60No, ta.OD60Amount=tb.OD60Amount, ta.OD60Outstanding=tb.OD60Outstanding FROM @FTable ta INNER JOIN ( SELECT a.BranchId, count(DISTINCT a.LoanId)AS OD60No, SUM(a.ODAmount)AS OD60Amount, SUM(a.BalanceAmount)AS OD60Outstanding FROM @ODOSTable a WHERE a.NoOfDays>30 AND a.NoOfDays<61 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; UPDATE ta SET ta.OD90No=tb.OD90No, ta.OD90Amount=tb.OD90Amount, ta.OD90Outstanding=tb.OD90Outstanding FROM @FTable ta INNER JOIN ( SELECT a.BranchId, count(DISTINCT a.LoanId)AS OD90No, SUM(a.ODAmount)AS OD90Amount, SUM(a.BalanceAmount)AS OD90Outstanding FROM @ODOSTable a WHERE a.NoOfDays>60 AND a.NoOfDays<91 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; UPDATE ta SET ta.OD180No=tb.OD180No, ta.OD180Amount=tb.OD180Amount, ta.OD180Outstanding=tb.OD180Outstanding FROM @FTable ta INNER JOIN ( SELECT a.BranchId, count(DISTINCT a.LoanId)AS OD180No, SUM(a.ODAmount)AS OD180Amount, SUM(a.BalanceAmount)AS OD180Outstanding FROM @ODOSTable a WHERE a.NoOfDays>90 AND a.NoOfDays<181 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; UPDATE ta SET ta.OD181No=tb.OD181No, ta.OD181Amount=tb.OD181Amount, ta.OD181Outstanding=tb.OD181Outstanding FROM @FTable ta INNER JOIN ( SELECT a.BranchId, count(DISTINCT a.LoanId)AS OD181No, SUM(a.ODAmount)AS OD181Amount, SUM(a.BalanceAmount)AS OD181Outstanding FROM @ODOSTable a WHERE a.NoOfDays>180 GROUP BY a.BranchId )tb ON ta.BranchId=tb.BranchId ; DELETE FROM DashBoardGroupLoanHeadOfficeSummaryReport ; INSERT INTO DashBoardGroupLoanHeadOfficeSummaryReport ( TillDate, EntryTime, BranchId, BranchName, NoOfOfficer, NoOfCenter, NoOfMember, NoOfActiveLoan, OutstandingAmount, NoOfTotalLoan, TotalDisbursed, ProcessingFee, SecurityFee, InsuranceFee, OtherFee, ServiceTax, TotalFee, ODNo, ODAmount, ODOutstanding, OD30No, OD30Amount, OD30Outstanding, OD60No, OD60Amount, OD60Outstanding, OD90No, OD90Amount, OD90Outstanding, OD180No, OD180Amount, OD180Outstanding, OD181No, OD181Amount, OD181Outstanding ) SELECT @TillDate AS TillDate, GETDATE() AS EntryTime, BranchId, BranchName, NoOfOfficer, NoOfCenter, NoOfMember, NoOfActiveLoan, OutstandingAmount, NoOfTotalLoan, TotalDisbursed, ProcessingFee, SecurityFee, InsuranceFee, OtherFee, ServiceTax, TotalFee, ODNo, ODAmount, ODOutstanding, OD30No, OD30Amount, OD30Outstanding, OD60No, OD60Amount, OD60Outstanding, OD90No, OD90Amount, OD90Outstanding, OD180No, OD180Amount, OD180Outstanding, OD181No, OD181Amount, OD181Outstanding FROM @FTable WHERE OutstandingAmount>0 ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'ServiceTax'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_GroupLoanHeadOfficeReport.UpdateHeadOfficerReport() TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 05/04/2026 09:07:54 AM PageName: Account_AccountTrialBalanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at Account_AccountTrialBalanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/04/2026 09:07:54 AM PageName: Account_AccountTrialBalanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_cndfapld StackTrace: at Account_AccountTrialBalanceReport.ExportToExcel(DataTable DT, String fileName) at Account_AccountTrialBalanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/04/2026 08:51: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/04/2026 08:51:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 08: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: 05/04/2026 08:51:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 10:11:46 AM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/4/2026 12:00:00 AM' AND a.CloseDate<'4/5/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ContactNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 10:11:46 AM PageName: GroupLoan_PrintGroupLoanClosedReportHTML String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/4/2026 12:00:00 AM' AND a.CloseDate<'4/5/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, 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_5fhakzsf StackTrace: at GroupLoan_PrintGroupLoanClosedReportHTML.GroupLoanClosedReport() TargetSite: Void GroupLoanClosedReport() Time: 06/04/2026 10:11:49 AM 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: 06/04/2026 10:11:49 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 06/04/2026 10:15: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: 06/04/2026 10:15:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 10:17:07 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/04/2026 10:17:07 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/04/2026 10:20:51 AM 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/04/2026 10:20:51 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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/04/2026 10:22:19 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: 06/04/2026 10:22:19 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:00:33 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/04/2026 11:00:33 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:00: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: 06/04/2026 11:00:44 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:00: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: 06/04/2026 11:00:44 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 06:44:27 PM PageName: LoanOfficerMobile_GroupLoanCenterMeeting 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 LoanOfficerMobile_GroupLoanCenterMeeting.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 07/04/2026 11:56:36 AM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/6/2026 12:00:00 AM' AND a.CloseDate<'4/7/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ContactNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 11:56:36 AM PageName: GroupLoan_PrintGroupLoanClosedReportHTML String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/6/2026 12:00:00 AM' AND a.CloseDate<'4/7/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, 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_5fhakzsf StackTrace: at GroupLoan_PrintGroupLoanClosedReportHTML.GroupLoanClosedReport() TargetSite: Void GroupLoanClosedReport() Time: 07/04/2026 11:56:39 AM 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: 07/04/2026 11:56:39 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 07/04/2026 12:01: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: 07/04/2026 12:01:46 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 07/04/2026 12:02:00 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: 07/04/2026 12:02:00 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 07/04/2026 12:05:34 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: 07/04/2026 12:05:34 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 07/04/2026 12:05:35 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: 07/04/2026 12:05:35 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 07/04/2026 12:51:55 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9794343150 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 07/04/2026 01:37: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: 07/04/2026 01:37:29 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 01:37: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: 07/04/2026 01:37:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 01:38: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' ORDER BY a.CenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at 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/04/2026 02:34:14 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7007829927 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 07/04/2026 03:24: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: 07/04/2026 03:24:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 03:24: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: 07/04/2026 03:24:59 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 04:38:23 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9936414701 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 07/04/2026 06:39:25 PM PageName: LoanOfficerMobile_GroupLoanCenterMeeting 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 LoanOfficerMobile_GroupLoanCenterMeeting.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 07/04/2026 07:28: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: 07/04/2026 07:28:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 12: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_t2ym4k24 StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/04/2026 12:47:08 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: 08/04/2026 12:47:08 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 08/04/2026 12:48:34 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: 08/04/2026 12:48:34 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 08/04/2026 12:51:20 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: 08/04/2026 12:51:20 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 08/04/2026 01:41:57 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8756967678 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 01:48:20 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7753078061 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 01:55:26 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9793122059 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 02:20:34 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9129865756 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 02:35:36 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8756967678 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 03:12:14 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9793122059 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 03:20:13 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7755858474 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 03:39:54 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8853363748 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 03:51: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: 08/04/2026 03:51:25 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 03: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: 08/04/2026 03:51:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 03:54:36 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/9/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Weekly' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 08/04/2026 03:54:36 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/9/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Weekly' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 08/04/2026 04:30:38 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9621462385 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 04:31:08 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8756735379 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 04:35:57 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7985983288 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 04:38:47 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9670071480 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/04/2026 07:32:18 PM PageName: LoanOfficerMobile_GroupLoanCenterMeeting 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 LoanOfficerMobile_GroupLoanCenterMeeting.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 08/04/2026 07:35: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/04/2026 07:35:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 07:50:37 PM PageName: GroupLoan_BranchCenterFormation String str: SELECT a.EmployeeId, a.EmployeeName, a.EmployeeName+' ('+a.EmployeeId+')'AS EmployeeIdName FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.GroupLoanTeam='Yes' 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_t0kqpyhg StackTrace: at GroupLoan_BranchCenterFormation.FillEmployee() TargetSite: Void FillEmployee() Time: 08/04/2026 08:00:44 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8756967678 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 09/04/2026 10:48:20 AM 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: 09/04/2026 10:48:20 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 09/04/2026 11:13:35 AM 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: 09/04/2026 11:13:35 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 09/04/2026 11:13:36 AM 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: 09/04/2026 11:13:36 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 09/04/2026 11:15:25 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: 09/04/2026 11:15:25 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 09/04/2026 11:15:25 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: 09/04/2026 11:15:25 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 09/04/2026 11:15:26 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: 09/04/2026 11:15:26 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 09/04/2026 11:43: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: 09/04/2026 11:43:36 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:43: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: 09/04/2026 11:43:46 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:43: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: 09/04/2026 11:43:46 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:48:01 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/9/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 09/04/2026 11:48:01 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/9/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 09/04/2026 11:51:26 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/9/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 09/04/2026 11:51:26 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/9/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 09/04/2026 11:53:34 AM PageName: GroupLoan_GroupLoanSanctionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_m03s10lg StackTrace: at GroupLoan_GroupLoanSanctionReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/04/2026 02:39:07 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 8528785503 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 09/04/2026 02:46:39 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9005954112 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 09/04/2026 02:47:21 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9336323818 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 09/04/2026 02:53:59 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9335781461 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 09/04/2026 03:08:20 PM PageName: GroupLoan_GroupMemberCGT 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_GroupMemberCGT.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 09/04/2026 03:40:14 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8528785503 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 09/04/2026 03:42: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: 09/04/2026 04:20: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: 09/04/2026 04:20:42 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5onhyrr2 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: 09/04/2026 04:35: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: 09/04/2026 04:35:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 04:35: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: 09/04/2026 04:35:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 05:36:10 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9956588610 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 09/04/2026 07:06:11 PM PageName: GroupLoan_GroupMemberCGT String str: SELECT 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 '4/8/2026 12:00:00 AM' BETWEEN FromDate AND ToDate )AS FinYear FROM UserLoginDetail a WITH(nolock) WHERE 1=1 AND a.UserLoginId='emp00150' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_mpvk4ap3 StackTrace: at GroupLoan_GroupMemberCGT.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: Void txtWorkingDate_TextChanged(System.Object, System.EventArgs) Time: 09/04/2026 07:20:33 PM PageName: LoanOfficerMobile_GroupLoanCenterMeeting 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 LoanOfficerMobile_GroupLoanCenterMeeting.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 09/04/2026 07:46: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: 09/04/2026 07:46:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 08:01: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: 09/04/2026 08:01:25 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 08:01: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: 09/04/2026 08:01:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 07:14:02 AM PageName: LoanOfficerMobileLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerMobileLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/04/2026 07:14:31 AM PageName: LoanOfficerMobileLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerMobileLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/04/2026 11:07:58 AM 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: 10/04/2026 11:07:58 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 10/04/2026 11:11:32 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/04/2026 11:11:32 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:11:56 AM 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: 10/04/2026 11:11:56 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 10/04/2026 12:05:21 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8127628930 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 10/04/2026 12:09:19 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9118980386 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 10/04/2026 12:51: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/04/2026 12:51:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 12:52:31 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/11/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 10/04/2026 12:52:31 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/11/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 10/04/2026 01:15:23 PM PageName: GroupLoan_GroupMemberCGTList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dpteetbb StackTrace: at GroupLoan_GroupMemberCGTList.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/04/2026 02:45:49 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9170913957 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 10/04/2026 03:30:36 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9918929575 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 10/04/2026 03:54:04 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8127720985 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 10/04/2026 04:29: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: 10/04/2026 04:29:01 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 04:51:05 PM PageName: LoanOfficerMobile_GroupLoanCenterMeeting 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 LoanOfficerMobile_GroupLoanCenterMeeting.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 10/04/2026 08:22:09 PM PageName: LoanOfficerMobileLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerMobileLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/04/2026 01:47: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: 11/04/2026 01:47:31 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 01:47: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: 11/04/2026 01:47:31 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 01:47: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/04/2026 01:47:54 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 02:47:36 PM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/10/2026 12:00:00 AM' AND a.CloseDate<'4/11/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ContactNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 02:47:36 PM PageName: GroupLoan_PrintGroupLoanClosedReportHTML String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/10/2026 12:00:00 AM' AND a.CloseDate<'4/11/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, 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_5fhakzsf StackTrace: at GroupLoan_PrintGroupLoanClosedReportHTML.GroupLoanClosedReport() TargetSite: Void GroupLoanClosedReport() Time: 11/04/2026 02:47:38 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: 11/04/2026 02:47:38 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 11/04/2026 02:50:15 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/04/2026 02:50:15 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 12/04/2026 07:22: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: 13/04/2026 10:43: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/04/2026 10:43:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 10:43: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/04/2026 10:43:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 10:46:21 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/04/2026 10:46:21 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/04/2026 10:52:04 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: 13/04/2026 10:52:04 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 13/04/2026 10:52:16 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: 13/04/2026 10:52:16 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 13/04/2026 10:55:07 AM 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: 13/04/2026 10:55:07 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 13/04/2026 10:55:08 AM 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: 13/04/2026 10:55:08 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 13/04/2026 11:07:33 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/04/2026 11:07:33 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:07: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/04/2026 11:07:45 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 01:58: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: 13/04/2026 01:58:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 01:58: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: 13/04/2026 01:58:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 02:46:15 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6264529038 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 13/04/2026 03:36:09 PM PageName: Employee_EmployeeRegistrationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_r3lxdzam StackTrace: at Employee_EmployeeRegistrationVerification.d__44.MoveNext() TargetSite: Void MoveNext() Time: 13/04/2026 03:36:24 PM PageName: Employee_EmployeeRegistrationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_r3lxdzam StackTrace: at Employee_EmployeeRegistrationVerification.d__44.MoveNext() TargetSite: Void MoveNext() Time: 13/04/2026 03:37:29 PM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')'AS BranchName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.EmployeeId, isnull(a.EmployeeSalutation,'')+' '+isnull(a.EmployeeName,'') AS EmployeeName, isnull(a.GuardianSalutation,'')+' '+isnull(a.GuardianName,'') AS GuardianName, a.ReportingOfficerName+' ('+a.ReportingOfficerId+')'AS ReportingOfficerName, a.ReportingOfficerId, (SELECT UserRole FROM UserLoginDetail WITH(nolock) WHERE EmployeeId=a.EmployeeId)AS UserRole, a.GroupLoanTeam, a.EmployeeMobileNo, Convert(CHAR,a.EmployeeDOB,106)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, rtrim(Convert(CHAR,a.EntryTime,106))+'-'+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 AND a.EmpJoinDate<'4/14/2026 12:00:00 AM' AND a.RegStatus='Approved' AND a.MobileNo LIKE '%9565983106%' ORDER BY a.BranchName, a.EmployeeName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 03:37:29 PM PageName: Employee_EmployeeRegistrationList String str: SELECT a.BranchName+' ('+a.BranchId+')'AS BranchName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.EmployeeId, isnull(a.EmployeeSalutation,'')+' '+isnull(a.EmployeeName,'') AS EmployeeName, isnull(a.GuardianSalutation,'')+' '+isnull(a.GuardianName,'') AS GuardianName, a.ReportingOfficerName+' ('+a.ReportingOfficerId+')'AS ReportingOfficerName, a.ReportingOfficerId, (SELECT UserRole FROM UserLoginDetail WITH(nolock) WHERE EmployeeId=a.EmployeeId)AS UserRole, a.GroupLoanTeam, a.EmployeeMobileNo, Convert(CHAR,a.EmployeeDOB,106)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, rtrim(Convert(CHAR,a.EntryTime,106))+'-'+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 AND a.EmpJoinDate<'4/14/2026 12:00:00 AM' AND a.RegStatus='Approved' AND a.MobileNo LIKE '%9565983106%' ORDER BY a.BranchName, a.EmployeeName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4de3yfnv StackTrace: at Employee_EmployeeRegistrationList.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 13/04/2026 03:37:39 PM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')'AS BranchName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.EmployeeId, isnull(a.EmployeeSalutation,'')+' '+isnull(a.EmployeeName,'') AS EmployeeName, isnull(a.GuardianSalutation,'')+' '+isnull(a.GuardianName,'') AS GuardianName, a.ReportingOfficerName+' ('+a.ReportingOfficerId+')'AS ReportingOfficerName, a.ReportingOfficerId, (SELECT UserRole FROM UserLoginDetail WITH(nolock) WHERE EmployeeId=a.EmployeeId)AS UserRole, a.GroupLoanTeam, a.EmployeeMobileNo, Convert(CHAR,a.EmployeeDOB,106)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, rtrim(Convert(CHAR,a.EntryTime,106))+'-'+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 AND a.EmpJoinDate<'4/14/2026 12:00:00 AM' AND a.RegStatus='Pending' AND a.MobileNo LIKE '%9565983106%' ORDER BY a.BranchName, a.EmployeeName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 03:37:39 PM PageName: Employee_EmployeeRegistrationList String str: SELECT a.BranchName+' ('+a.BranchId+')'AS BranchName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.EmployeeId, isnull(a.EmployeeSalutation,'')+' '+isnull(a.EmployeeName,'') AS EmployeeName, isnull(a.GuardianSalutation,'')+' '+isnull(a.GuardianName,'') AS GuardianName, a.ReportingOfficerName+' ('+a.ReportingOfficerId+')'AS ReportingOfficerName, a.ReportingOfficerId, (SELECT UserRole FROM UserLoginDetail WITH(nolock) WHERE EmployeeId=a.EmployeeId)AS UserRole, a.GroupLoanTeam, a.EmployeeMobileNo, Convert(CHAR,a.EmployeeDOB,106)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, rtrim(Convert(CHAR,a.EntryTime,106))+'-'+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 AND a.EmpJoinDate<'4/14/2026 12:00:00 AM' AND a.RegStatus='Pending' AND a.MobileNo LIKE '%9565983106%' ORDER BY a.BranchName, a.EmployeeName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4de3yfnv StackTrace: at Employee_EmployeeRegistrationList.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 13/04/2026 03:38:13 PM PageName: GroupLoan_GroupMemberRegistrationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4de3yfnv StackTrace: at GroupLoan_GroupMemberRegistrationList.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 13/04/2026 03:40:03 PM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')'AS BranchName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.EmployeeId, isnull(a.EmployeeSalutation,'')+' '+isnull(a.EmployeeName,'') AS EmployeeName, isnull(a.GuardianSalutation,'')+' '+isnull(a.GuardianName,'') AS GuardianName, a.ReportingOfficerName+' ('+a.ReportingOfficerId+')'AS ReportingOfficerName, a.ReportingOfficerId, (SELECT UserRole FROM UserLoginDetail WITH(nolock) WHERE EmployeeId=a.EmployeeId)AS UserRole, a.GroupLoanTeam, a.EmployeeMobileNo, Convert(CHAR,a.EmployeeDOB,106)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, rtrim(Convert(CHAR,a.EntryTime,106))+'-'+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 AND a.EmpJoinDate<'4/14/2026 12:00:00 AM' AND a.RegStatus='Approved' AND a.MobileNo LIKE '%6264529038%' ORDER BY a.BranchName, a.EmployeeName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 03:40:03 PM PageName: Employee_EmployeeRegistrationList String str: SELECT a.BranchName+' ('+a.BranchId+')'AS BranchName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.EmployeeId, isnull(a.EmployeeSalutation,'')+' '+isnull(a.EmployeeName,'') AS EmployeeName, isnull(a.GuardianSalutation,'')+' '+isnull(a.GuardianName,'') AS GuardianName, a.ReportingOfficerName+' ('+a.ReportingOfficerId+')'AS ReportingOfficerName, a.ReportingOfficerId, (SELECT UserRole FROM UserLoginDetail WITH(nolock) WHERE EmployeeId=a.EmployeeId)AS UserRole, a.GroupLoanTeam, a.EmployeeMobileNo, Convert(CHAR,a.EmployeeDOB,106)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, rtrim(Convert(CHAR,a.EntryTime,106))+'-'+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 AND a.EmpJoinDate<'4/14/2026 12:00:00 AM' AND a.RegStatus='Approved' AND a.MobileNo LIKE '%6264529038%' ORDER BY a.BranchName, a.EmployeeName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4de3yfnv StackTrace: at Employee_EmployeeRegistrationList.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 13/04/2026 03:47:04 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 13/04/2026 03:47:04 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 13/04/2026 03:47:04 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 13/04/2026 03:47:04 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 13/04/2026 03:47:15 PM PageName: Employee_EmployeeSalaryMaster String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pdeihwt3 StackTrace: at Employee_EmployeeSalaryMaster.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 13/04/2026 03:50:22 PM PageName: Employee_EmployeeAppointmentLetterList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1yr1r54l StackTrace: at Employee_EmployeeAppointmentLetterList.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 13/04/2026 03:52:27 PM PageName: Employee_PrintRDLCPage String str: SELECT (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL')+'ResponsiveCSS/images/EmployeeIDCardBackImage.jpg' AS C1, (SELECT ReportValue AS EmployeeIDCardBackRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='EmployeeIDCardBackRDLC')AS C95 FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeId='EMP00153' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at Employee_PrintRDLCPage.EmployeeJoiningLetter() TargetSite: Void AbortInternal() Time: 13/04/2026 03:52:27 PM PageName: Employee_PrintRDLCPage String str: SELECT (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL')+'ResponsiveCSS/images/EmployeeIDCardBackImage.jpg' AS C1, (SELECT ReportValue AS EmployeeIDCardBackRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='EmployeeIDCardBackRDLC')AS C95 FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeId='EMP00153' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at Employee_PrintRDLCPage.EmployeeJoiningLetter() at Employee_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void EmployeeJoiningLetter() Time: 13/04/2026 05:08:35 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8009017126 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 13/04/2026 05:18:23 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6264529038 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 13/04/2026 05:48:37 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7752960643 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 13/04/2026 08:44: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: 13/04/2026 08:44:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 09:49:25 PM PageName: Account_AccountTrialBalanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at Account_AccountTrialBalanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/04/2026 09:49:25 PM PageName: Account_AccountTrialBalanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_cndfapld StackTrace: at Account_AccountTrialBalanceReport.ExportToExcel(DataTable DT, String fileName) at Account_AccountTrialBalanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/04/2026 10:52:54 PM PageName: GroupLoan_GroupLoanCenterMeetingApproval String str: 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_patatky0 StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.FillEmployee() TargetSite: Void FillEmployee() Time: 13/04/2026 10:52:54 PM PageName: GroupLoan_GroupLoanCenterMeetingApproval String str: 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_patatky0 StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.FillCenter() TargetSite: Void FillCenter() Time: 13/04/2026 11:03: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: 13/04/2026 11:03: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: 14/04/2026 10:34:22 AM 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' 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_t0kqpyhg StackTrace: at GroupLoan_GroupLoanSettlement.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/04/2026 10:58:10 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: 14/04/2026 10:58:10 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 14/04/2026 11:38:49 AM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/04/2026 11:38:49 AM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/04/2026 11:38:49 AM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/04/2026 11:38:49 AM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/04/2026 11:50:22 AM PageName: LoanOfficerMobile_GroupLoanApplicationVerification String str: SELECT TOP 100 Convert(CHAR,a.MemberJoinDate,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.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: 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 LoanOfficerMobile_GroupLoanApplicationVerification.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/04/2026 11:50:33 AM PageName: LoanOfficerMobile_GroupLoanApplicationVerification String str: SELECT TOP 100 Convert(CHAR,a.MemberJoinDate,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.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: 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 LoanOfficerMobile_GroupLoanApplicationVerification.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/04/2026 12:01:00 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9854658857 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 14/04/2026 12:01:54 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7080205923 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 14/04/2026 12:02:41 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6392821726 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 14/04/2026 01:42:39 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6306067965 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 14/04/2026 01:50: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/04/2026 01:50:04 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 02:56:34 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9369693542 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 14/04/2026 03:32:09 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8303657199 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 14/04/2026 04:13: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: 14/04/2026 04:13:37 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 04:13: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: 14/04/2026 04:13:46 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 09:07: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: 14/04/2026 09:07:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 11:52:47 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: 15/04/2026 11:52:47 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:52:48 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: 15/04/2026 11:52:48 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:58:00 AM 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: 15/04/2026 11:58:00 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 15/04/2026 12:47:07 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: 15/04/2026 12:47:07 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 15/04/2026 12:47:08 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: 15/04/2026 12:47:08 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 15/04/2026 02:54:30 PM PageName: LoanOfficerMobileLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerMobileLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/04/2026 03:04: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: 15/04/2026 03:04:22 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 03:04: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: 15/04/2026 03:04:43 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 04:31:53 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7355038241 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 15/04/2026 04:50:24 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7607024628 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 15/04/2026 05:03:20 PM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/04/2026 05:03:20 PM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/04/2026 06:16:38 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8953926445 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 15/04/2026 09:22: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: 15/04/2026 09:22:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 09:23: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: 15/04/2026 09:23:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 11:08:55 AM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='CL2480'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL'AND 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 ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupMemberFullDetailRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupMemberFullDetailRDLC')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'. Invalid column name 'LocationType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 11:08:55 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='CL2480'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL'AND 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 ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupMemberFullDetailRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupMemberFullDetailRDLC')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_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 16/04/2026 11:24:30 AM PageName: CreateSingleLayerMenu String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'MenuImage' does not belong to table Table1. Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at ClassMaster.CreateSingleLayerMenu(DataTable dtMenuList) TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 16/04/2026 11:24:31 AM PageName: LoanOfficerMobileLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerMobileLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 16/04/2026 11:49:35 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: 16/04/2026 11:49:35 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:49:35 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: 16/04/2026 11:49:35 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:49:35 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: 16/04/2026 11:49:35 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:49:56 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: 16/04/2026 11:49:56 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:49:56 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: 16/04/2026 11:49:56 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:52:24 AM 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: 16/04/2026 11:52:24 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 16/04/2026 12:41:07 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.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 16/04/2026 12:42:01 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8303398676 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/04/2026 12:46:54 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8853772659 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/04/2026 01:01:12 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7526082539 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/04/2026 01:50:27 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9129374079 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/04/2026 02:33:47 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7459874678 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/04/2026 03:21:20 PM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/15/2026 12:00:00 AM' AND a.CloseDate<'4/16/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ContactNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 03:21:20 PM PageName: GroupLoan_PrintGroupLoanClosedReportHTML String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/15/2026 12:00:00 AM' AND a.CloseDate<'4/16/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, 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_5fhakzsf StackTrace: at GroupLoan_PrintGroupLoanClosedReportHTML.GroupLoanClosedReport() TargetSite: Void GroupLoanClosedReport() Time: 16/04/2026 03:21:22 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: 16/04/2026 03:21:22 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 16/04/2026 03:39: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: 16/04/2026 03:39:16 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 03: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: 16/04/2026 03:39:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 03:42:35 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/17/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='EMP00130' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00130' AND a.LoanTermMode='Weekly' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 16/04/2026 03:42:35 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='4/17/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='EMP00130' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00130' AND a.LoanTermMode='Weekly' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 16/04/2026 04:33:04 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7054375297 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/04/2026 05:30:07 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7266017909 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/04/2026 06:27:31 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6392373708 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/04/2026 09:07: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: 16/04/2026 09:07:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 11:26:59 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7318244135 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/04/2026 12:11: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: 17/04/2026 12:11:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t2ym4k24 StackTrace: at GroupLoan_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/04/2026 12:29:24 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 8015571312 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/04/2026 12:35:10 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00001682' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '102', 'Bhadewara', 'EMP00113', 'ANIL KUMAR GAUTAM', '102074', 'Ramgard', 'Group', '', 'Software', 'M102000631', '4/17/2026 12:00:00 AM', 'Mrs.', 'premadevi', 'W/O', 'rajesh', 'Female', '4/17/1987 12:00:00 AM', '39', '8736045422', 'Verification Error ??????????', 'Agriculture', '0', '0', '312552516741', '312552516741', '', '', 'CWT3800448', 'CWT3800448', '', '', '', 'Mr.', 'rajesh', 'S/O', 'geda lal', 'Husband', 'Male', '4/17/1984 12:00:00 AM', '42', '494544096594', '494544096594', 'CWT1991512', 'CWT1991512', '', '', 'Agriculture', '0', '8015571312', '', 'Pending', 'SemiUrban', 'Permanent', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', '25.305120330649977', '82.05280311405659', '', 'EMP00113', GETDATE(), 'Aadhar Card', '312552516741', 'Voter Id Card', 'CWT3800448', 'Aadhar Card', '494544096594', 'Voter Id Card', 'CWT1991512' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M102000631', 'premadevi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMgAwADAAMAA2ADMAMQA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '50670100003068', 'BARB0DIHAUP', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', 'Motilal', 'Pita', '9516342176', 'Sonai', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', '4/17/2026 12:00:00 AM', 'EMP00113', GETDATE(), 'GroupAlloted', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M102000631', '312552516741', '******5422', 'FEMALE', 'Uttar Pradesh', '30-40', 'Y', '639120253728954486', GETDATE(), 'EMP00113' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M102000631', '494544096594', '******5422', 'MALE', 'Uttar Pradesh', '40-50', 'Y', '639120254714901703', GETDATE(), 'EMP00113' ) ; 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', 'M102000631', 'CWT3800448', 'premadevi', 'rajesh', 'H', 'F', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'CWT3800448', '', '39', '249', '687', 'PRIMARY SCHOOL', 'Primary School Ramgarh Northern Part', '', '25.305120330649977-82.05280311405659', 'राजेश', '', '', '1', '', 'प्रेमादेवी', '', '', '260', 'S24', '', '', '639120254155673145', GETDATE(), 'EMP00113' ) ; 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', 'M102000631', 'CWT1991512', 'rajesh', 'geda lal', 'F', 'M', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'CWT1991512', '', '42', '249', '685', 'PRIMARY SCHOOL', 'Primary School Ramgarh Northern Part', '', '25.305120330649977-82.05280311405659', 'गेदा लाल', '', '', '1', '', 'राजेश', '', '', '260', 'S24', '', '', '639120255285116361', GETDATE(), 'EMP00113' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 17/04/2026 12:35:49 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00001682' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '102', 'Bhadewara', 'EMP00113', 'ANIL KUMAR GAUTAM', '102074', 'Ramgard', 'Group', '', 'Software', 'M102000631', '4/17/2026 12:00:00 AM', 'Mrs.', 'premadevi', 'W/O', 'rajesh', 'Female', '4/17/1987 12:00:00 AM', '39', '8736045422', 'Verification Error ??????????', 'Agriculture', '0', '0', '312552516741', '312552516741', '', '', 'CWT3800448', 'CWT3800448', '', '', '', 'Mr.', 'rajesh', 'S/O', 'geda lal', 'Husband', 'Male', '4/17/1984 12:00:00 AM', '42', '494544096594', '494544096594', 'CWT1991512', 'CWT1991512', '', '', 'Agriculture', '0', '8015571312', '', 'Pending', 'SemiUrban', 'Permanent', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', '25.305120330649977', '82.05280311405659', '', 'EMP00113', GETDATE(), 'Aadhar Card', '312552516741', 'Voter Id Card', 'CWT3800448', 'Aadhar Card', '494544096594', 'Voter Id Card', 'CWT1991512' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M102000631', 'premadevi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMgAwADAAMAA2ADMAMQA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '50670100003068', 'BARB0DIHAUP', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', 'Motilal', 'Pita', '9516342176', 'Sonai', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', '4/17/2026 12:00:00 AM', 'EMP00113', GETDATE(), 'GroupAlloted', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M102000631', '312552516741', '******5422', 'FEMALE', 'Uttar Pradesh', '30-40', 'Y', '639120253728954486', GETDATE(), 'EMP00113' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M102000631', '494544096594', '******5422', 'MALE', 'Uttar Pradesh', '40-50', 'Y', '639120254714901703', GETDATE(), 'EMP00113' ) ; 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', 'M102000631', 'CWT3800448', 'premadevi', 'rajesh', 'H', 'F', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'CWT3800448', '', '39', '249', '687', 'PRIMARY SCHOOL', 'Primary School Ramgarh Northern Part', '', '25.305120330649977-82.05280311405659', 'राजेश', '', '', '1', '', 'प्रेमादेवी', '', '', '260', 'S24', '', '', '639120254155673145', GETDATE(), 'EMP00113' ) ; 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', 'M102000631', 'CWT1991512', 'rajesh', 'geda lal', 'F', 'M', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'CWT1991512', '', '42', '249', '685', 'PRIMARY SCHOOL', 'Primary School Ramgarh Northern Part', '', '25.305120330649977-82.05280311405659', 'गेदा लाल', '', '', '1', '', 'राजेश', '', '', '260', 'S24', '', '', '639120255285116361', GETDATE(), 'EMP00113' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 17/04/2026 12:37:15 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00001682' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '102', 'Bhadewara', 'EMP00113', 'ANIL KUMAR GAUTAM', '102074', 'Ramgard', 'Group', '', 'Software', 'M102000631', '4/17/2026 12:00:00 AM', 'Mrs.', 'premadevi', 'W/O', 'rajesh', 'Female', '4/17/1987 12:00:00 AM', '39', '8736045422', 'Verification Error ??????????', 'Agriculture', '0', '0', '312552516741', '312552516741', '', '', 'CWT3800448', 'CWT3800448', '', '', '', 'Mr.', 'rajesh', 'S/O', 'geda lal', 'Husband', 'Male', '4/17/1984 12:00:00 AM', '42', '494544096594', '494544096594', 'CWT1991512', 'CWT1991512', '', '', 'Agriculture', '0', '8015571312', '', 'Pending', 'SemiUrban', 'Permanent', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', '25.305120330649977', '82.05280311405659', '', 'EMP00113', GETDATE(), 'Aadhar Card', '312552516741', 'Voter Id Card', 'CWT3800448', 'Aadhar Card', '494544096594', 'Voter Id Card', 'CWT1991512' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M102000631', 'premadevi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMgAwADAAMAA2ADMAMQA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '50670100003068', 'BARB0DIHAUP', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', 'Motilal', 'Pita', '9516342176', 'Sonai', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', '4/17/2026 12:00:00 AM', 'EMP00113', GETDATE(), 'GroupAlloted', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M102000631', '312552516741', '******5422', 'FEMALE', 'Uttar Pradesh', '30-40', 'Y', '639120253728954486', GETDATE(), 'EMP00113' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M102000631', '494544096594', '******5422', 'MALE', 'Uttar Pradesh', '40-50', 'Y', '639120254714901703', GETDATE(), 'EMP00113' ) ; 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', 'M102000631', 'CWT3800448', 'premadevi', 'rajesh', 'H', 'F', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'CWT3800448', '', '39', '249', '687', 'PRIMARY SCHOOL', 'Primary School Ramgarh Northern Part', '', '25.305120330649977-82.05280311405659', 'राजेश', '', '', '1', '', 'प्रेमादेवी', '', '', '260', 'S24', '', '', '639120254155673145', GETDATE(), 'EMP00113' ) ; 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', 'M102000631', 'CWT1991512', 'rajesh', 'geda lal', 'F', 'M', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'CWT1991512', '', '42', '249', '685', 'PRIMARY SCHOOL', 'Primary School Ramgarh Northern Part', '', '25.305120330649977-82.05280311405659', 'गेदा लाल', '', '', '1', '', 'राजेश', '', '', '260', 'S24', '', '', '639120255285116361', GETDATE(), 'EMP00113' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 17/04/2026 12:43:18 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 8736045422 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/04/2026 12:44:45 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 8015571312 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/04/2026 12:47:45 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: 17/04/2026 12:47:45 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 17/04/2026 12:47:52 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 8736045422 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/04/2026 12:48:06 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00001682' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '102', 'Bhadewara', 'EMP00113', 'ANIL KUMAR GAUTAM', '102074', 'Ramgard', 'Group', '', 'Software', 'M102000631', '4/17/2026 12:00:00 AM', 'Mrs.', 'premadevi', 'W/O', 'rajesh', 'Female', '4/17/1987 12:00:00 AM', '39', '8736045422', 'Verification Error ??????????', 'Agriculture', '0', '0', '312552516741', '312552516741', '', '', 'CWT3800448', 'CWT3800448', '', '', '', 'Mr.', 'rajesh', 'S/O', 'geda lal', 'Husband', 'Male', '4/17/1984 12:00:00 AM', '42', '494544096594', '494544096594', 'CWT1991512', 'CWT1991512', '', '', 'Agriculture', '0', '8015571312', 'Verification Error ??????????', 'Pending', 'SemiUrban', 'Permanent', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', '25.305120330649977', '82.05280311405659', '', 'EMP00113', GETDATE(), 'Aadhar Card', '312552516741', 'Voter Id Card', 'CWT3800448', 'Aadhar Card', '494544096594', 'Voter Id Card', 'CWT1991512' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M102000631', 'premadevi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMgAwADAAMAA2ADMAMQA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '50670100003068', 'BARB0DIHAUP', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', 'Motilal', 'Pita', '9161753362', 'Sonai', 'Ramgar ramgar', 'Allahabad', 'Uttar Pradesh', '212301', '4/17/2026 12:00:00 AM', 'EMP00113', GETDATE(), 'GroupAlloted', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M102000631', '312552516741', '******5422', 'FEMALE', 'Uttar Pradesh', '30-40', 'Y', '639120265279497788', GETDATE(), 'EMP00113' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M102000631', '494544096594', '******5422', 'MALE', 'Uttar Pradesh', '40-50', 'Y', '639120266321134661', GETDATE(), 'EMP00113' ) ; 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', 'M102000631', 'CWT3800448', 'premadevi', 'rajesh', 'H', 'F', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'CWT3800448', '', '39', '249', '687', 'PRIMARY SCHOOL', 'Primary School Ramgarh Northern Part', '', '25.305120330649977-82.05280311405659', '?????', '', '', '1', '', '??????????', '', '', '260', 'S24', '', '', '639120265720457867', GETDATE(), 'EMP00113' ) ; 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', 'M102000631', 'CWT1991512', 'rajesh', 'geda lal', 'F', 'M', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'CWT1991512', '', '42', '249', '685', 'PRIMARY SCHOOL', 'Primary School Ramgarh Northern Part', '', '25.305120330649977-82.05280311405659', '???? ???', '', '', '1', '', '?????', '', '', '260', 'S24', '', '', '639120266529427594', GETDATE(), 'EMP00113' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 17/04/2026 12:55:22 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: 17/04/2026 12:55:22 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 17/04/2026 01:16:36 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9219073219 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/04/2026 01:22:41 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9559884284 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/04/2026 01:29:47 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' 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_t0kqpyhg StackTrace: at GroupLoan_GroupLoanSettlement.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/04/2026 02:55:11 PM PageName: GroupLoan_GroupMemberRegistrationReverse String str: SELECT Count(1)AS Nos FROM GroupLoanAccount WHERE MemberId='M102000631' ; String sql: INSERT INTO GroupLoanMemberDetailHistory ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, OtherMemberId, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeGender, NomineeDOB, NomineeAge, NomineeAnnualIncome, NomineeRelation, NomineeMobileNo, NomineeOccupation, NomineeAadharNo, NomineeVoterIdNo, NomineePANNo, NomineeDLNo, MemberAadharNo, RationCard, ElectricityBill, MemberPanNo, MemberVoterIdNo, MemberDLNo, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime, EditUser, EditTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, MemberPhoto, MemberSignature, MemberPOIFront, MemberPOIBack, MemberPOAFront, MemberPOABack, MemberBankPassBook, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo, NomineePhoto, NomineeSignature, NomineePOIFront, NomineePOIBack, NomineePOAFront, NomineePOABack, MemberNomineeJointPhoto, KYCStatus, KYCRemark, KYCTime, KYCUser, DropOutDate, DropOutRemark, DropOutUser, DropOutTime, UpdateRemark, UpdateUser, UpdateTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, OtherMemberId, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeGender, NomineeDOB, NomineeAge, NomineeAnnualIncome, NomineeRelation, NomineeMobileNo, NomineeOccupation, NomineeAadharNo, NomineeVoterIdNo, NomineePANNo, NomineeDLNo, MemberAadharNo, RationCard, ElectricityBill, MemberPanNo, MemberVoterIdNo, MemberDLNo, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime, EditUser, EditTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, MemberPhoto, MemberSignature, MemberPOIFront, MemberPOIBack, MemberPOAFront, MemberPOABack, MemberBankPassBook, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo, NomineePhoto, NomineeSignature, NomineePOIFront, NomineePOIBack, NomineePOAFront, NomineePOABack, MemberNomineeJointPhoto, KYCStatus, KYCRemark, KYCTime, KYCUser, DropOutDate, DropOutRemark, DropOutUser, DropOutTime, 'yes approved' AS UpdateRemark, 'admin' AS UpdateUser, GETDATE() AS UpdateTime FROM GroupLoanMemberDetail WHERE MemberId='M102000631' ; INSERT INTO GroupLoanMemberNomineeHistory ( NomineeNo, MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, LoanPurpose, LoanAmount, MemberDOM, SpouseName, MemberEducation, MemberReligion, MemberCategory, MemberMaritalStatus, NomineeIsMinor, NomineeEducation, NomineeMinorGuardian, NomineeAddress, NomineeDistrictId, NomineeDistrictName, NomineeStateId, NomineeStateName, NomineePinCode, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, LocationType, PostalAddress, PostalHouseNo, PostalVillageName, PostalPostOffice, PostalAreaName, PostalLandMark, PostalCityName, PostalDistrictId, PostalDistrictName, PostalStateId, PostalStateName, PostalPinCode, PermanentSameAsPostal, PermanentAddress, PermanentHouseNo, PermanentVillageName, PermanentPostOffice, PermanentAreaName, PermanentLandMark, PermanentCityName, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, EntryUser, EntryTime, UpdateRemark, UpdateUser, UpdateTime ) SELECT NomineeNo, MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, LoanPurpose, LoanAmount, MemberDOM, SpouseName, MemberEducation, MemberReligion, MemberCategory, MemberMaritalStatus, NomineeIsMinor, NomineeEducation, NomineeMinorGuardian, NomineeAddress, NomineeDistrictId, NomineeDistrictName, NomineeStateId, NomineeStateName, NomineePinCode, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, LocationType, PostalAddress, PostalHouseNo, PostalVillageName, PostalPostOffice, PostalAreaName, PostalLandMark, PostalCityName, PostalDistrictId, PostalDistrictName, PostalStateId, PostalStateName, PostalPinCode, PermanentSameAsPostal, PermanentAddress, PermanentHouseNo, PermanentVillageName, PermanentPostOffice, PermanentAreaName, PermanentLandMark, PermanentCityName, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, EntryUser, EntryTime, 'yes approved' AS UpdateRemark, 'admin' AS UpdateUser, GETDATE() AS UpdateTime FROM GroupLoanMemberNominee WHERE MemberId='M102000631' ; INSERT INTO GroupLoanMemberFinanceHistory ( FinanceNo, MemberId, MemberName, ToiletFacility, WaterFacility, WaterPurification, ElectricityConnection, SolarPanel, FoodPreparation, EligibleChildren, EligibleGirlChild, LivingType, HouseType, NumberOfRoom, LiveStock, NoOfVehicles, LandInAcres, NoOfChildren, Siblings, MembersInFamily, WorkingMember, MemberReputation, WorkingStatus, BusinessSalaried, WorkingProfile, WorkingSince, ParentalBusiness, PresentResidence, MonthlySavings, ActiveLoanBank, BorrowFrequently, InformalLenders, FamilyBusinessIncome, SalaryPensionIncome, WagesIncome, OtherIncome, Salary, Rent, Scholarship, GovernmentScheme, Agriculture, Other, TotalIncome, Food, Education, Health, EMIOfLoan, HouseRent, ElectricityTax, WaterTax, PartyFucntion, FareCloth, OtherExpenses, TotalExpenses, EntryUser, EntryTime, UpdateRemark, UpdateUser, UpdateTime ) SELECT FinanceNo, MemberId, MemberName, ToiletFacility, WaterFacility, WaterPurification, ElectricityConnection, SolarPanel, FoodPreparation, EligibleChildren, EligibleGirlChild, LivingType, HouseType, NumberOfRoom, LiveStock, NoOfVehicles, LandInAcres, NoOfChildren, Siblings, MembersInFamily, WorkingMember, MemberReputation, WorkingStatus, BusinessSalaried, WorkingProfile, WorkingSince, ParentalBusiness, PresentResidence, MonthlySavings, ActiveLoanBank, BorrowFrequently, InformalLenders, FamilyBusinessIncome, SalaryPensionIncome, WagesIncome, OtherIncome, Salary, Rent, Scholarship, GovernmentScheme, Agriculture, Other, TotalIncome, Food, Education, Health, EMIOfLoan, HouseRent, ElectricityTax, WaterTax, PartyFucntion, FareCloth, OtherExpenses, TotalExpenses, EntryUser, EntryTime, 'yes approved' AS UpdateRemark, 'admin' AS UpdateUser, GETDATE() AS UpdateTime FROM GroupLoanMemberFinance WHERE MemberId='M102000631' ; INSERT INTO GroupLoanMemberChildrenHistory ( ChildNo, MemberId, MemberName, ChildName, ChildAge, ChildGender, IdentityProofType, IdentityProofNo, EntryUser, EntryTime, UpdateRemark, UpdateUser, UpdateTime ) SELECT ChildNo, MemberId, MemberName, ChildName, ChildAge, ChildGender, IdentityProofType, IdentityProofNo, EntryUser, EntryTime, 'yes approved' AS UpdateRemark, 'admin' AS UpdateUser, GETDATE() AS UpdateTime FROM GroupLoanMemberChildren WHERE MemberId='M102000631' ; DELETE FROM GroupLoanMemberDetail WHERE MemberId='M102000631' ; DELETE FROM GroupLoanMemberNominee WHERE MemberId='M102000631' ; DELETE FROM GroupLoanMemberFinance WHERE MemberId='M102000631' ; DELETE FROM GroupLoanMemberChildren WHERE MemberId='M102000631' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NomineeDistrictId'. Invalid column name 'NomineeStateId'. Invalid column name 'MemberBankId'. Invalid column name 'LocationType'. Invalid column name 'PostalDistrictId'. Invalid column name 'PostalStateId'. Invalid column name 'PermanentSameAsPostal'. Invalid column name 'PermanentDistrictId'. Invalid column name 'PermanentStateId'. Invalid column name 'NomineeDistrictId'. Invalid column name 'NomineeStateId'. Invalid column name 'MemberBankId'. Invalid column name 'LocationType'. Invalid column name 'PostalDistrictId'. Invalid column name 'PostalStateId'. Invalid column name 'PermanentSameAsPostal'. Invalid column name 'PermanentDistrictId'. Invalid column name 'PermanentStateId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_GroupMemberRegistrationReverse.lbtnReverse_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 17/04/2026 02:59:49 PM PageName: GroupLoan_GroupMemberRegistrationReverse String str: SELECT Count(1)AS Nos FROM GroupLoanAccount WHERE MemberId='M102000631' ; String sql: INSERT INTO GroupLoanMemberDetailHistory ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, OtherMemberId, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeGender, NomineeDOB, NomineeAge, NomineeAnnualIncome, NomineeRelation, NomineeMobileNo, NomineeOccupation, NomineeAadharNo, NomineeVoterIdNo, NomineePANNo, NomineeDLNo, MemberAadharNo, RationCard, ElectricityBill, MemberPanNo, MemberVoterIdNo, MemberDLNo, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime, EditUser, EditTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, MemberPhoto, MemberSignature, MemberPOIFront, MemberPOIBack, MemberPOAFront, MemberPOABack, MemberBankPassBook, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo, NomineePhoto, NomineeSignature, NomineePOIFront, NomineePOIBack, NomineePOAFront, NomineePOABack, MemberNomineeJointPhoto, KYCStatus, KYCRemark, KYCTime, KYCUser, DropOutDate, DropOutRemark, DropOutUser, DropOutTime, UpdateRemark, UpdateUser, UpdateTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, OtherMemberId, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeGender, NomineeDOB, NomineeAge, NomineeAnnualIncome, NomineeRelation, NomineeMobileNo, NomineeOccupation, NomineeAadharNo, NomineeVoterIdNo, NomineePANNo, NomineeDLNo, MemberAadharNo, RationCard, ElectricityBill, MemberPanNo, MemberVoterIdNo, MemberDLNo, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime, EditUser, EditTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, MemberPhoto, MemberSignature, MemberPOIFront, MemberPOIBack, MemberPOAFront, MemberPOABack, MemberBankPassBook, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo, NomineePhoto, NomineeSignature, NomineePOIFront, NomineePOIBack, NomineePOAFront, NomineePOABack, MemberNomineeJointPhoto, KYCStatus, KYCRemark, KYCTime, KYCUser, DropOutDate, DropOutRemark, DropOutUser, DropOutTime, 'yes reverse' AS UpdateRemark, 'admin' AS UpdateUser, GETDATE() AS UpdateTime FROM GroupLoanMemberDetail WHERE MemberId='M102000631' ; INSERT INTO GroupLoanMemberNomineeHistory ( NomineeNo, MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, LoanPurpose, LoanAmount, MemberDOM, SpouseName, MemberEducation, MemberReligion, MemberCategory, MemberMaritalStatus, NomineeIsMinor, NomineeEducation, NomineeMinorGuardian, NomineeAddress, NomineeDistrictId, NomineeDistrictName, NomineeStateId, NomineeStateName, NomineePinCode, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, LocationType, PostalAddress, PostalHouseNo, PostalVillageName, PostalPostOffice, PostalAreaName, PostalLandMark, PostalCityName, PostalDistrictId, PostalDistrictName, PostalStateId, PostalStateName, PostalPinCode, PermanentSameAsPostal, PermanentAddress, PermanentHouseNo, PermanentVillageName, PermanentPostOffice, PermanentAreaName, PermanentLandMark, PermanentCityName, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, EntryUser, EntryTime, UpdateRemark, UpdateUser, UpdateTime ) SELECT NomineeNo, MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, LoanPurpose, LoanAmount, MemberDOM, SpouseName, MemberEducation, MemberReligion, MemberCategory, MemberMaritalStatus, NomineeIsMinor, NomineeEducation, NomineeMinorGuardian, NomineeAddress, NomineeDistrictId, NomineeDistrictName, NomineeStateId, NomineeStateName, NomineePinCode, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, LocationType, PostalAddress, PostalHouseNo, PostalVillageName, PostalPostOffice, PostalAreaName, PostalLandMark, PostalCityName, PostalDistrictId, PostalDistrictName, PostalStateId, PostalStateName, PostalPinCode, PermanentSameAsPostal, PermanentAddress, PermanentHouseNo, PermanentVillageName, PermanentPostOffice, PermanentAreaName, PermanentLandMark, PermanentCityName, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, EntryUser, EntryTime, 'yes reverse' AS UpdateRemark, 'admin' AS UpdateUser, GETDATE() AS UpdateTime FROM GroupLoanMemberNominee WHERE MemberId='M102000631' ; INSERT INTO GroupLoanMemberFinanceHistory ( FinanceNo, MemberId, MemberName, ToiletFacility, WaterFacility, WaterPurification, ElectricityConnection, SolarPanel, FoodPreparation, EligibleChildren, EligibleGirlChild, LivingType, HouseType, NumberOfRoom, LiveStock, NoOfVehicles, LandInAcres, NoOfChildren, Siblings, MembersInFamily, WorkingMember, MemberReputation, WorkingStatus, BusinessSalaried, WorkingProfile, WorkingSince, ParentalBusiness, PresentResidence, MonthlySavings, ActiveLoanBank, BorrowFrequently, InformalLenders, FamilyBusinessIncome, SalaryPensionIncome, WagesIncome, OtherIncome, Salary, Rent, Scholarship, GovernmentScheme, Agriculture, Other, TotalIncome, Food, Education, Health, EMIOfLoan, HouseRent, ElectricityTax, WaterTax, PartyFucntion, FareCloth, OtherExpenses, TotalExpenses, EntryUser, EntryTime, UpdateRemark, UpdateUser, UpdateTime ) SELECT FinanceNo, MemberId, MemberName, ToiletFacility, WaterFacility, WaterPurification, ElectricityConnection, SolarPanel, FoodPreparation, EligibleChildren, EligibleGirlChild, LivingType, HouseType, NumberOfRoom, LiveStock, NoOfVehicles, LandInAcres, NoOfChildren, Siblings, MembersInFamily, WorkingMember, MemberReputation, WorkingStatus, BusinessSalaried, WorkingProfile, WorkingSince, ParentalBusiness, PresentResidence, MonthlySavings, ActiveLoanBank, BorrowFrequently, InformalLenders, FamilyBusinessIncome, SalaryPensionIncome, WagesIncome, OtherIncome, Salary, Rent, Scholarship, GovernmentScheme, Agriculture, Other, TotalIncome, Food, Education, Health, EMIOfLoan, HouseRent, ElectricityTax, WaterTax, PartyFucntion, FareCloth, OtherExpenses, TotalExpenses, EntryUser, EntryTime, 'yes reverse' AS UpdateRemark, 'admin' AS UpdateUser, GETDATE() AS UpdateTime FROM GroupLoanMemberFinance WHERE MemberId='M102000631' ; INSERT INTO GroupLoanMemberChildrenHistory ( ChildNo, MemberId, MemberName, ChildName, ChildAge, ChildGender, IdentityProofType, IdentityProofNo, EntryUser, EntryTime, UpdateRemark, UpdateUser, UpdateTime ) SELECT ChildNo, MemberId, MemberName, ChildName, ChildAge, ChildGender, IdentityProofType, IdentityProofNo, EntryUser, EntryTime, 'yes reverse' AS UpdateRemark, 'admin' AS UpdateUser, GETDATE() AS UpdateTime FROM GroupLoanMemberChildren WHERE MemberId='M102000631' ; DELETE FROM GroupLoanMemberDetail WHERE MemberId='M102000631' ; DELETE FROM GroupLoanMemberNominee WHERE MemberId='M102000631' ; DELETE FROM GroupLoanMemberFinance WHERE MemberId='M102000631' ; DELETE FROM GroupLoanMemberChildren WHERE MemberId='M102000631' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NomineeDistrictId'. Invalid column name 'NomineeStateId'. Invalid column name 'MemberBankId'. Invalid column name 'LocationType'. Invalid column name 'PostalDistrictId'. Invalid column name 'PostalStateId'. Invalid column name 'PermanentSameAsPostal'. Invalid column name 'PermanentDistrictId'. Invalid column name 'PermanentStateId'. Invalid column name 'NomineeDistrictId'. Invalid column name 'NomineeStateId'. Invalid column name 'MemberBankId'. Invalid column name 'LocationType'. Invalid column name 'PostalDistrictId'. Invalid column name 'PostalStateId'. Invalid column name 'PermanentSameAsPostal'. Invalid column name 'PermanentDistrictId'. Invalid column name 'PermanentStateId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_GroupMemberRegistrationReverse.lbtnReverse_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 17/04/2026 03:40:04 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7404372837 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/04/2026 04:02:01 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9621006702 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/04/2026 04:22: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: 17/04/2026 04:22:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 04:38:50 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9005838529 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/04/2026 05:02:30 PM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/16/2026 12:00:00 AM' AND a.CloseDate<'4/17/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ContactNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 05:02:30 PM PageName: GroupLoan_PrintGroupLoanClosedReportHTML String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/16/2026 12:00:00 AM' AND a.CloseDate<'4/17/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, 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_5fhakzsf StackTrace: at GroupLoan_PrintGroupLoanClosedReportHTML.GroupLoanClosedReport() TargetSite: Void GroupLoanClosedReport() Time: 17/04/2026 05:02:32 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: 17/04/2026 05:02:32 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 17/04/2026 08:57: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: 17/04/2026 08:57:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 09:33: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/04/2026 10:28: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: 19/04/2026 10:28:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 10:28: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/04/2026 10:28:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 10:31:13 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/04/2026 10:31:13 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/04/2026 10:35: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: 19/04/2026 10:35:31 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 19/04/2026 10:39:19 AM 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: 19/04/2026 10:39:19 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 19/04/2026 10:45: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: 19/04/2026 10:45:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 10:45: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.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/04/2026 10:47:18 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/04/2026 10:47:18 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:27:04 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9793960587 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 20/04/2026 04:28:08 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9651944766 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 20/04/2026 05:01:00 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9118046787 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 20/04/2026 07:49: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: 20/04/2026 07:49:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 08:16:39 PM PageName: GroupLoan_GroupMemberCGTList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dpteetbb StackTrace: at GroupLoan_GroupMemberCGTList.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 21/04/2026 12:32: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/04/2026 12:32:23 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 12:35: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: 21/04/2026 12:35:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 01:22:54 PM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/20/2026 12:00:00 AM' AND a.CloseDate<'4/21/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ContactNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 01:22:54 PM PageName: GroupLoan_PrintGroupLoanClosedReportHTML String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/20/2026 12:00:00 AM' AND a.CloseDate<'4/21/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, 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_5fhakzsf StackTrace: at GroupLoan_PrintGroupLoanClosedReportHTML.GroupLoanClosedReport() TargetSite: Void GroupLoanClosedReport() Time: 21/04/2026 01:22:56 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: 21/04/2026 01:22:56 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 21/04/2026 01:26: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: 21/04/2026 01:26:11 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 02:25:27 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7318370377 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 21/04/2026 02:32: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: 21/04/2026 02:32:44 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 02:32: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: 21/04/2026 02:32:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 02:56: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: 21/04/2026 03:04:13 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8953060322 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 21/04/2026 03:10:47 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 9559726305 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 21/04/2026 03:11:05 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification 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 LoanOfficerMobile_GroupMemberRegistrationVerification.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 21/04/2026 03:16:53 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7518359261 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 21/04/2026 04:31:15 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9559726305 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 21/04/2026 04:56: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: 21/04/2026 04:56:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 09:13:25 AM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00002080' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '102', 'Bhadewara', 'EMP00113', 'ANIL KUMAR GAUTAM', '102C25', 'CTR MEDANI SINGH KA PURA -01', 'Group', '', 'Software', 'M102000633', '4/22/2026 12:00:00 AM', 'Mrs.', 'Khusi', 'W/O', 'Rajesh kumar', 'Female', '1/1/2007 12:00:00 AM', '19', '7266921562', '', 'Agriculture', '0', '0', '500793139675', '500793139675', 'RESPK4216R', 'Verification Error ??????????', '', '', '', '', '', 'Mr.', 'rajesh kumar', 'S/O', 'munnnan', 'Husband', 'Male', '4/22/1999 12:00:00 AM', '27', '714040145780', '714040145780', 'AFF6660153', 'AFF6660153', '', '', 'Agriculture', '0', '7522810966', '', 'Pending', 'SemiUrban', 'Permanent', 'Maidani singh kepura', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00113', GETDATE(), 'Aadhar Card', '500793139675', 'PanCard', 'RESPK4216R', 'Aadhar Card', '714040145780', 'Voter Id Card', 'AFF6660153' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M102000633', 'Khusi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMgAwADAAMAA2ADMAMwA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '50628100006833', 'BARB0PEERIA', 'Maidani singh kepura', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', '', 'Maidani singh kepura', 'Allahabad', 'Uttar Pradesh', '212301', '4/22/2026 12:00:00 AM', 'EMP00113', GETDATE(), 'GroupAlloted', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M102000633', '500793139675', '******0966', 'FEMALE', 'Uttar Pradesh', '10-20', 'Y', '639124453470949035', GETDATE(), 'EMP00113' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M102000633', '714040145780', '******0966', 'MALE', 'Uttar Pradesh', '20-30', 'Y', '639124456785275073', GETDATE(), 'EMP00113' ) ; 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', 'M102000633', 'AFF6660153', 'rajesh kumar', 'munnnan', 'F', 'M', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'AFF6660153', '', '27', '366', '320', 'UPPER PRIMARY SCHOOL', 'Upper Primary School Khexa Northern Part', '', '', 'मुन्नन', '', '', '1', '', 'राजेश कुमार', 'राजेश कुमार', '', '260', 'S24', '', '', '639124457092470765', GETDATE(), 'EMP00113' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/04/2026 09:15:39 AM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00002080' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '102', 'Bhadewara', 'EMP00113', 'ANIL KUMAR GAUTAM', '102C25', 'CTR MEDANI SINGH KA PURA -01', 'Group', '', 'Software', 'M102000633', '4/22/2026 12:00:00 AM', 'Mrs.', 'Khusi', 'W/O', 'Rajesh kumar', 'Female', '1/1/2007 12:00:00 AM', '19', '7266921562', '', 'Agriculture', '0', '0', '500793139675', '500793139675', '', 'Verification Error ??????????', '', '', '', '', '', 'Mr.', 'rajesh kumar', 'S/O', 'munnnan', 'Husband', 'Male', '4/22/1999 12:00:00 AM', '27', '714040145780', '714040145780', 'AFF6660153', 'AFF6660153', '', '', 'Agriculture', '0', '7522810966', '', 'Pending', 'SemiUrban', 'Permanent', 'Maidani singh kepura', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00113', GETDATE(), 'Aadhar Card', '500793139675', '', '', 'Aadhar Card', '714040145780', 'Voter Id Card', 'AFF6660153' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M102000633', 'Khusi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMgAwADAAMAA2ADMAMwA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '50628100006833', 'BARB0PEERIA', 'Maidani singh kepura', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', '', 'Maidani singh kepura', 'Allahabad', 'Uttar Pradesh', '212301', '4/22/2026 12:00:00 AM', 'EMP00113', GETDATE(), 'GroupAlloted', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M102000633', '500793139675', '******0966', 'FEMALE', 'Uttar Pradesh', '10-20', 'Y', '639124453470949035', GETDATE(), 'EMP00113' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M102000633', '714040145780', '******0966', 'MALE', 'Uttar Pradesh', '20-30', 'Y', '639124456785275073', GETDATE(), 'EMP00113' ) ; 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', 'M102000633', 'AFF6660153', 'rajesh kumar', 'munnnan', 'F', 'M', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'AFF6660153', '', '27', '366', '320', 'UPPER PRIMARY SCHOOL', 'Upper Primary School Khexa Northern Part', '', '', 'मुन्नन', '', '', '1', '', 'राजेश कुमार', 'राजेश कुमार', '', '260', 'S24', '', '', '639124457092470765', GETDATE(), 'EMP00113' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/04/2026 10:22:41 AM 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: 22/04/2026 10:22:41 AM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5onhyrr2 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: 22/04/2026 10:22:43 AM 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: 22/04/2026 10:22:43 AM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5onhyrr2 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: 22/04/2026 10:23:07 AM 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: 22/04/2026 10:23:07 AM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5onhyrr2 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: 22/04/2026 10:25:50 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/04/2026 10:25:50 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/04/2026 11:00:01 AM PageName: GroupLoan_GroupLoanEMIPaymentCorrection String str: 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' ORDER BY a.CenterOfficerName ; SELECT a.MemberId, a.MemberName, a.LoanId, Convert(CHAR,b.PDate,106)AS PDated, Convert(CHAR,b.PDate,103)AS PDates, b.PDate, b.VoucherId, Convert(CHAR,MAX(b.DDate),106)AS DDated, MAX(b.DNo)AS DNo, SUM(b.Prin)AS Prin, SUM(b.Intt)AS Intt, SUM(b.Total)AS Total, SUM(isnull(b.PDue, 0))AS PDue, SUM(isnull(b.PPaid, 0))AS PPaid, SUM(isnull(b.Other, 0))AS Other, SUM(isnull(b.Saving, 0))AS Saving, b.PayMode, b.PayHeadId, b.PayTransId, a.GroupName, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName + ' (' + a.BranchId + ')' AS BranchName FROM GroupLoanAccount a WITH(nolock) INNER JOIN GroupLoanLedger b WITH(nolock) ON a.LoanId = b.LoanId WHERE a.LoanStatus IN('LoanDisbursed') AND b.Total>0 AND b.PStatus='Paid' AND b.PDate>='4/22/2026 12:00:00 AM' AND b.PDate<'4/23/2026 12:00:00 AM' AND a.BranchId='102' GROUP BY a.MemberId, a.MemberName, a.LoanId, Convert(CHAR,b.PDate,106), Convert(CHAR,b.PDate,103), b.PDate, b.VoucherId, b.PayMode, b.PayHeadId, b.PayTransId, a.GroupName, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName+' ('+a.BranchId+')' ORDER BY a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId, b.VoucherId DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'MemberId'. Source: System.Web StackTrace: at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) at System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) at System.Web.UI.DataBinder.Eval(Object container, String expression) at System.Web.UI.TemplateControl.Eval(String expression) at ASP.grouploan_grouploanemipaymentcorrection_aspx.__DataBinding__control18(Object sender, EventArgs e) in c:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_GroupLoanEMIPaymentCorrection.aspx:line 210 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.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 GroupLoan_GroupLoanEMIPaymentCorrection.FillData() TargetSite: System.Object GetPropertyValue(System.Object, System.String) Time: 22/04/2026 11:00:08 AM PageName: GroupLoan_GroupLoanEMIPaymentCorrection String str: 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' ORDER BY a.CenterOfficerName ; SELECT a.MemberId, a.MemberName, a.LoanId, Convert(CHAR,b.PDate,106)AS PDated, Convert(CHAR,b.PDate,103)AS PDates, b.PDate, b.VoucherId, Convert(CHAR,MAX(b.DDate),106)AS DDated, MAX(b.DNo)AS DNo, SUM(b.Prin)AS Prin, SUM(b.Intt)AS Intt, SUM(b.Total)AS Total, SUM(isnull(b.PDue, 0))AS PDue, SUM(isnull(b.PPaid, 0))AS PPaid, SUM(isnull(b.Other, 0))AS Other, SUM(isnull(b.Saving, 0))AS Saving, b.PayMode, b.PayHeadId, b.PayTransId, a.GroupName, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName + ' (' + a.BranchId + ')' AS BranchName FROM GroupLoanAccount a WITH(nolock) INNER JOIN GroupLoanLedger b WITH(nolock) ON a.LoanId = b.LoanId WHERE a.LoanStatus IN('LoanDisbursed') AND b.Total>0 AND b.PStatus='Paid' AND b.PDate>='4/22/2026 12:00:00 AM' AND b.PDate<'4/23/2026 12:00:00 AM' AND a.BranchId='101' GROUP BY a.MemberId, a.MemberName, a.LoanId, Convert(CHAR,b.PDate,106), Convert(CHAR,b.PDate,103), b.PDate, b.VoucherId, b.PayMode, b.PayHeadId, b.PayTransId, a.GroupName, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName+' ('+a.BranchId+')' ORDER BY a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId, b.VoucherId DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'MemberId'. Source: System.Web StackTrace: at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) at System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) at System.Web.UI.DataBinder.Eval(Object container, String expression) at System.Web.UI.TemplateControl.Eval(String expression) at ASP.grouploan_grouploanemipaymentcorrection_aspx.__DataBinding__control18(Object sender, EventArgs e) in c:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_GroupLoanEMIPaymentCorrection.aspx:line 210 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.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 GroupLoan_GroupLoanEMIPaymentCorrection.FillData() TargetSite: System.Object GetPropertyValue(System.Object, System.String) Time: 22/04/2026 11:08:14 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/04/2026 11:08:14 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:08:14 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/04/2026 11:08:14 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:08:40 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/04/2026 11:08:40 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:08:41 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/04/2026 11:08:41 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:10:33 AM PageName: GroupLoan_GroupLoanEMIPaymentCorrection String str: 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' ORDER BY a.CenterOfficerName ; SELECT a.MemberId, a.MemberName, a.LoanId, Convert(CHAR,b.PDate,106)AS PDated, Convert(CHAR,b.PDate,103)AS PDates, b.PDate, b.VoucherId, Convert(CHAR,MAX(b.DDate),106)AS DDated, MAX(b.DNo)AS DNo, SUM(b.Prin)AS Prin, SUM(b.Intt)AS Intt, SUM(b.Total)AS Total, SUM(isnull(b.PDue, 0))AS PDue, SUM(isnull(b.PPaid, 0))AS PPaid, SUM(isnull(b.Other, 0))AS Other, SUM(isnull(b.Saving, 0))AS Saving, b.PayMode, b.PayHeadId, b.PayTransId, a.GroupName, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName + ' (' + a.BranchId + ')' AS BranchName FROM GroupLoanAccount a WITH(nolock) INNER JOIN GroupLoanLedger b WITH(nolock) ON a.LoanId = b.LoanId WHERE a.LoanStatus IN('LoanDisbursed') AND b.Total>0 AND b.PStatus='Paid' AND b.PDate>='4/22/2026 12:00:00 AM' AND b.PDate<'4/23/2026 12:00:00 AM' AND a.BranchId='101' GROUP BY a.MemberId, a.MemberName, a.LoanId, Convert(CHAR,b.PDate,106), Convert(CHAR,b.PDate,103), b.PDate, b.VoucherId, b.PayMode, b.PayHeadId, b.PayTransId, a.GroupName, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName+' ('+a.BranchId+')' ORDER BY a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId, b.VoucherId DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'MemberId'. Source: System.Web StackTrace: at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) at System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) at System.Web.UI.DataBinder.Eval(Object container, String expression) at System.Web.UI.TemplateControl.Eval(String expression) at ASP.grouploan_grouploanemipaymentcorrection_aspx.__DataBinding__control18(Object sender, EventArgs e) in c:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_GroupLoanEMIPaymentCorrection.aspx:line 210 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.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 GroupLoan_GroupLoanEMIPaymentCorrection.FillData() TargetSite: System.Object GetPropertyValue(System.Object, System.String) Time: 22/04/2026 11:10:41 AM PageName: GroupLoan_GroupLoanEMIPaymentCorrection String str: 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' ORDER BY a.CenterOfficerName ; SELECT a.MemberId, a.MemberName, a.LoanId, Convert(CHAR,b.PDate,106)AS PDated, Convert(CHAR,b.PDate,103)AS PDates, b.PDate, b.VoucherId, Convert(CHAR,MAX(b.DDate),106)AS DDated, MAX(b.DNo)AS DNo, SUM(b.Prin)AS Prin, SUM(b.Intt)AS Intt, SUM(b.Total)AS Total, SUM(isnull(b.PDue, 0))AS PDue, SUM(isnull(b.PPaid, 0))AS PPaid, SUM(isnull(b.Other, 0))AS Other, SUM(isnull(b.Saving, 0))AS Saving, b.PayMode, b.PayHeadId, b.PayTransId, a.GroupName, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName + ' (' + a.BranchId + ')' AS BranchName FROM GroupLoanAccount a WITH(nolock) INNER JOIN GroupLoanLedger b WITH(nolock) ON a.LoanId = b.LoanId WHERE a.LoanStatus IN('LoanDisbursed') AND b.Total>0 AND b.PStatus='Paid' AND b.PDate>='4/22/2026 12:00:00 AM' AND b.PDate<'4/23/2026 12:00:00 AM' AND a.BranchId='103' GROUP BY a.MemberId, a.MemberName, a.LoanId, Convert(CHAR,b.PDate,106), Convert(CHAR,b.PDate,103), b.PDate, b.VoucherId, b.PayMode, b.PayHeadId, b.PayTransId, a.GroupName, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName+' ('+a.BranchId+')' ORDER BY a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId, b.VoucherId DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'MemberId'. Source: System.Web StackTrace: at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) at System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) at System.Web.UI.DataBinder.Eval(Object container, String expression) at System.Web.UI.TemplateControl.Eval(String expression) at ASP.grouploan_grouploanemipaymentcorrection_aspx.__DataBinding__control18(Object sender, EventArgs e) in c:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_GroupLoanEMIPaymentCorrection.aspx:line 210 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.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 GroupLoan_GroupLoanEMIPaymentCorrection.FillData() TargetSite: System.Object GetPropertyValue(System.Object, System.String) Time: 22/04/2026 11:24:01 AM 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/04/2026 11:24:01 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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/04/2026 02:17:09 PM PageName: GroupLoan_GroupMemberUpdateVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_vep1mfsy StackTrace: at GroupLoan_GroupMemberUpdateVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 22/04/2026 02:23:58 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8381959928 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 22/04/2026 02:26:06 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8381959928 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 22/04/2026 03:23:34 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9793736141 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 22/04/2026 03:25:25 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7526084771 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 22/04/2026 03: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: 22/04/2026 03:36:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 03:37: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: 22/04/2026 03:37:07 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 03:43:33 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='CL2322'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL'AND 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 ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupMemberFullDetailRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupMemberFullDetailRDLC')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'. Invalid column name 'LocationType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 03:43:33 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='CL2322'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL'AND 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 ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupMemberFullDetailRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupMemberFullDetailRDLC')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_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 22/04/2026 03:46:13 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='CL2322'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL'AND 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 ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupMemberFullDetailRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupMemberFullDetailRDLC')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'. Invalid column name 'LocationType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 03:46:13 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='CL2322'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL'AND 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 ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupMemberFullDetailRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupMemberFullDetailRDLC')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_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 22/04/2026 03:48:00 PM PageName: LoanOfficerMobile_GroupLoanApplicationVerification String str: SELECT TOP 100 Convert(CHAR,a.MemberJoinDate,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.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: 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 LoanOfficerMobile_GroupLoanApplicationVerification.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 22/04/2026 03:48:07 PM PageName: LoanOfficerMobile_GroupLoanApplicationVerification String str: SELECT TOP 100 Convert(CHAR,a.MemberJoinDate,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.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: 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 LoanOfficerMobile_GroupLoanApplicationVerification.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 22/04/2026 03:54:22 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9598567481 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 22/04/2026 04:10:11 PM PageName: DataTableResult String str: SELECT GLoanTypeId, LoanGroup, GroupLoanType, GLoanTypeNo, GLoanTypeName, GLoanNoPrefix, InterestMethod, TermMode, NoPayingTerm, IdealTerm, MinimumTerm, MaximumTerm, MultipleTerm, IdealAmount, MinimumAmount, MaximumAmount, MultipleAmount, EMIAmount, EMIAmountType, InterestType, InterestRateAnnual, InterestRateMinimum, InterestRateMaximum, FirstInstallmentType, FirstEMIPayment, PenaltyRateAnnual, PenaltyCalculation, PenaltyBaseType, PenaltyGracePeriod, DetailRequired, AccountHeadLoanId, AccountHeadLoanName, AccountHeadInterestId, AccountHeadInterestName, AccountHeadPenaltyId, AccountHeadPenaltyName, AccountHeadGSTId, AccountHeadGSTName, AccountHeadLoanLossId, AccountHeadLoanLossName, LoanTypeStatus, ReportStatus, LoanTypeRemark, EntryUser, rtrim(Convert(char,EntryTime,106))+' - '+rtrim(Convert(char,EntryTime,108))AS EntryTime, ProcessingFee, ProcessingFeePercent, ProcessingFeeAmount, ProcessingGSTPercent, AccountHeadProcessingId, AccountHeadProcessingName, InsuranceFee, InsuranceFeePercent, InsuranceFeeAmount, InsuranceGSTPercent, AccountHeadInsuranceId, AccountHeadInsuranceName, OtherCharge, OtherChargePercent, OtherChargeAmount, OtherChargeGSTPercent, AccountHeadOtherChargeId, AccountHeadOtherChargeName, SecurityFee, SecurityFeePercent, SecurityFeeAmount, AccountHeadSecurityId, AccountHeadSecurityName, FDAmount, FDAmountPercent, FDAmountAmount, AccountHeadFDAmountId, AccountHeadFDAmountName, RDAmount, RDAmountPercent, RDAmountAmount, AccountHeadRDAmountId, AccountHeadRDAmountName, DownPayment, DownPaymentPercent, DownPaymentAmount, AccountHeadDownPaymentId, AccountHeadDownPaymentName, LoanClosureFee, LoanClosureFeePercent, LoanClosureFeeAmount, LoanClosureGSTPercent, AccountHeadLoanClosureId, AccountHeadLoanClosureName, LoanClosureTermNo, LoanClosureTermMode, Cycle1Min, Cycle1Max, Cycle2Min, Cycle2Max, Cycle3Min, Cycle3Max, Cycle4Min, Cycle4Max, Cycle5Min, Cycle5Max, Cycle6Min, Cycle6Max, Cycle7Min, Cycle7Max, Cycle8Min, Cycle8Max, Cycle9Min, Cycle9Max FROM GroupLoanNoMaster WITH(nolock) WHERE GLoanTypeNo ='GL30000*30*1275E' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DetailRequired'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 04:10:11 PM PageName: GroupLoan_GroupLoanNoMasterDetail String str: SELECT GLoanTypeId, LoanGroup, GroupLoanType, GLoanTypeNo, GLoanTypeName, GLoanNoPrefix, InterestMethod, TermMode, NoPayingTerm, IdealTerm, MinimumTerm, MaximumTerm, MultipleTerm, IdealAmount, MinimumAmount, MaximumAmount, MultipleAmount, EMIAmount, EMIAmountType, InterestType, InterestRateAnnual, InterestRateMinimum, InterestRateMaximum, FirstInstallmentType, FirstEMIPayment, PenaltyRateAnnual, PenaltyCalculation, PenaltyBaseType, PenaltyGracePeriod, DetailRequired, AccountHeadLoanId, AccountHeadLoanName, AccountHeadInterestId, AccountHeadInterestName, AccountHeadPenaltyId, AccountHeadPenaltyName, AccountHeadGSTId, AccountHeadGSTName, AccountHeadLoanLossId, AccountHeadLoanLossName, LoanTypeStatus, ReportStatus, LoanTypeRemark, EntryUser, rtrim(Convert(char,EntryTime,106))+' - '+rtrim(Convert(char,EntryTime,108))AS EntryTime, ProcessingFee, ProcessingFeePercent, ProcessingFeeAmount, ProcessingGSTPercent, AccountHeadProcessingId, AccountHeadProcessingName, InsuranceFee, InsuranceFeePercent, InsuranceFeeAmount, InsuranceGSTPercent, AccountHeadInsuranceId, AccountHeadInsuranceName, OtherCharge, OtherChargePercent, OtherChargeAmount, OtherChargeGSTPercent, AccountHeadOtherChargeId, AccountHeadOtherChargeName, SecurityFee, SecurityFeePercent, SecurityFeeAmount, AccountHeadSecurityId, AccountHeadSecurityName, FDAmount, FDAmountPercent, FDAmountAmount, AccountHeadFDAmountId, AccountHeadFDAmountName, RDAmount, RDAmountPercent, RDAmountAmount, AccountHeadRDAmountId, AccountHeadRDAmountName, DownPayment, DownPaymentPercent, DownPaymentAmount, AccountHeadDownPaymentId, AccountHeadDownPaymentName, LoanClosureFee, LoanClosureFeePercent, LoanClosureFeeAmount, LoanClosureGSTPercent, AccountHeadLoanClosureId, AccountHeadLoanClosureName, LoanClosureTermNo, LoanClosureTermMode, Cycle1Min, Cycle1Max, Cycle2Min, Cycle2Max, Cycle3Min, Cycle3Max, Cycle4Min, Cycle4Max, Cycle5Min, Cycle5Max, Cycle6Min, Cycle6Max, Cycle7Min, Cycle7Max, Cycle8Min, Cycle8Max, Cycle9Min, Cycle9Max FROM GroupLoanNoMaster WITH(nolock) WHERE GLoanTypeNo ='GL30000*30*1275E' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_0h4e0mw4 StackTrace: at GroupLoan_GroupLoanNoMasterDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 22/04/2026 04:10:34 PM PageName: DataTableResult String str: SELECT GLoanTypeId, LoanGroup, GroupLoanType, GLoanTypeNo, GLoanTypeName, GLoanNoPrefix, InterestMethod, TermMode, NoPayingTerm, IdealTerm, MinimumTerm, MaximumTerm, MultipleTerm, IdealAmount, MinimumAmount, MaximumAmount, MultipleAmount, EMIAmount, EMIAmountType, InterestType, InterestRateAnnual, InterestRateMinimum, InterestRateMaximum, FirstInstallmentType, FirstEMIPayment, PenaltyRateAnnual, PenaltyCalculation, PenaltyBaseType, PenaltyGracePeriod, DetailRequired, AccountHeadLoanId, AccountHeadLoanName, AccountHeadInterestId, AccountHeadInterestName, AccountHeadPenaltyId, AccountHeadPenaltyName, AccountHeadGSTId, AccountHeadGSTName, AccountHeadLoanLossId, AccountHeadLoanLossName, LoanTypeStatus, ReportStatus, LoanTypeRemark, EntryUser, rtrim(Convert(char,EntryTime,106))+' - '+rtrim(Convert(char,EntryTime,108))AS EntryTime, ProcessingFee, ProcessingFeePercent, ProcessingFeeAmount, ProcessingGSTPercent, AccountHeadProcessingId, AccountHeadProcessingName, InsuranceFee, InsuranceFeePercent, InsuranceFeeAmount, InsuranceGSTPercent, AccountHeadInsuranceId, AccountHeadInsuranceName, OtherCharge, OtherChargePercent, OtherChargeAmount, OtherChargeGSTPercent, AccountHeadOtherChargeId, AccountHeadOtherChargeName, SecurityFee, SecurityFeePercent, SecurityFeeAmount, AccountHeadSecurityId, AccountHeadSecurityName, FDAmount, FDAmountPercent, FDAmountAmount, AccountHeadFDAmountId, AccountHeadFDAmountName, RDAmount, RDAmountPercent, RDAmountAmount, AccountHeadRDAmountId, AccountHeadRDAmountName, DownPayment, DownPaymentPercent, DownPaymentAmount, AccountHeadDownPaymentId, AccountHeadDownPaymentName, LoanClosureFee, LoanClosureFeePercent, LoanClosureFeeAmount, LoanClosureGSTPercent, AccountHeadLoanClosureId, AccountHeadLoanClosureName, LoanClosureTermNo, LoanClosureTermMode, Cycle1Min, Cycle1Max, Cycle2Min, Cycle2Max, Cycle3Min, Cycle3Max, Cycle4Min, Cycle4Max, Cycle5Min, Cycle5Max, Cycle6Min, Cycle6Max, Cycle7Min, Cycle7Max, Cycle8Min, Cycle8Max, Cycle9Min, Cycle9Max FROM GroupLoanNoMaster WITH(nolock) WHERE GLoanTypeNo ='GL30000*30*1275E' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DetailRequired'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 04:10:34 PM PageName: GroupLoan_GroupLoanNoMasterDetail String str: SELECT GLoanTypeId, LoanGroup, GroupLoanType, GLoanTypeNo, GLoanTypeName, GLoanNoPrefix, InterestMethod, TermMode, NoPayingTerm, IdealTerm, MinimumTerm, MaximumTerm, MultipleTerm, IdealAmount, MinimumAmount, MaximumAmount, MultipleAmount, EMIAmount, EMIAmountType, InterestType, InterestRateAnnual, InterestRateMinimum, InterestRateMaximum, FirstInstallmentType, FirstEMIPayment, PenaltyRateAnnual, PenaltyCalculation, PenaltyBaseType, PenaltyGracePeriod, DetailRequired, AccountHeadLoanId, AccountHeadLoanName, AccountHeadInterestId, AccountHeadInterestName, AccountHeadPenaltyId, AccountHeadPenaltyName, AccountHeadGSTId, AccountHeadGSTName, AccountHeadLoanLossId, AccountHeadLoanLossName, LoanTypeStatus, ReportStatus, LoanTypeRemark, EntryUser, rtrim(Convert(char,EntryTime,106))+' - '+rtrim(Convert(char,EntryTime,108))AS EntryTime, ProcessingFee, ProcessingFeePercent, ProcessingFeeAmount, ProcessingGSTPercent, AccountHeadProcessingId, AccountHeadProcessingName, InsuranceFee, InsuranceFeePercent, InsuranceFeeAmount, InsuranceGSTPercent, AccountHeadInsuranceId, AccountHeadInsuranceName, OtherCharge, OtherChargePercent, OtherChargeAmount, OtherChargeGSTPercent, AccountHeadOtherChargeId, AccountHeadOtherChargeName, SecurityFee, SecurityFeePercent, SecurityFeeAmount, AccountHeadSecurityId, AccountHeadSecurityName, FDAmount, FDAmountPercent, FDAmountAmount, AccountHeadFDAmountId, AccountHeadFDAmountName, RDAmount, RDAmountPercent, RDAmountAmount, AccountHeadRDAmountId, AccountHeadRDAmountName, DownPayment, DownPaymentPercent, DownPaymentAmount, AccountHeadDownPaymentId, AccountHeadDownPaymentName, LoanClosureFee, LoanClosureFeePercent, LoanClosureFeeAmount, LoanClosureGSTPercent, AccountHeadLoanClosureId, AccountHeadLoanClosureName, LoanClosureTermNo, LoanClosureTermMode, Cycle1Min, Cycle1Max, Cycle2Min, Cycle2Max, Cycle3Min, Cycle3Max, Cycle4Min, Cycle4Max, Cycle5Min, Cycle5Max, Cycle6Min, Cycle6Max, Cycle7Min, Cycle7Max, Cycle8Min, Cycle8Max, Cycle9Min, Cycle9Max FROM GroupLoanNoMaster WITH(nolock) WHERE GLoanTypeNo ='GL30000*30*1275E' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_0h4e0mw4 StackTrace: at GroupLoan_GroupLoanNoMasterDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 22/04/2026 04:10:37 PM PageName: DataTableResult String str: SELECT GLoanTypeId, LoanGroup, GroupLoanType, GLoanTypeNo, GLoanTypeName, GLoanNoPrefix, InterestMethod, TermMode, NoPayingTerm, IdealTerm, MinimumTerm, MaximumTerm, MultipleTerm, IdealAmount, MinimumAmount, MaximumAmount, MultipleAmount, EMIAmount, EMIAmountType, InterestType, InterestRateAnnual, InterestRateMinimum, InterestRateMaximum, FirstInstallmentType, FirstEMIPayment, PenaltyRateAnnual, PenaltyCalculation, PenaltyBaseType, PenaltyGracePeriod, DetailRequired, AccountHeadLoanId, AccountHeadLoanName, AccountHeadInterestId, AccountHeadInterestName, AccountHeadPenaltyId, AccountHeadPenaltyName, AccountHeadGSTId, AccountHeadGSTName, AccountHeadLoanLossId, AccountHeadLoanLossName, LoanTypeStatus, ReportStatus, LoanTypeRemark, EntryUser, rtrim(Convert(char,EntryTime,106))+' - '+rtrim(Convert(char,EntryTime,108))AS EntryTime, ProcessingFee, ProcessingFeePercent, ProcessingFeeAmount, ProcessingGSTPercent, AccountHeadProcessingId, AccountHeadProcessingName, InsuranceFee, InsuranceFeePercent, InsuranceFeeAmount, InsuranceGSTPercent, AccountHeadInsuranceId, AccountHeadInsuranceName, OtherCharge, OtherChargePercent, OtherChargeAmount, OtherChargeGSTPercent, AccountHeadOtherChargeId, AccountHeadOtherChargeName, SecurityFee, SecurityFeePercent, SecurityFeeAmount, AccountHeadSecurityId, AccountHeadSecurityName, FDAmount, FDAmountPercent, FDAmountAmount, AccountHeadFDAmountId, AccountHeadFDAmountName, RDAmount, RDAmountPercent, RDAmountAmount, AccountHeadRDAmountId, AccountHeadRDAmountName, DownPayment, DownPaymentPercent, DownPaymentAmount, AccountHeadDownPaymentId, AccountHeadDownPaymentName, LoanClosureFee, LoanClosureFeePercent, LoanClosureFeeAmount, LoanClosureGSTPercent, AccountHeadLoanClosureId, AccountHeadLoanClosureName, LoanClosureTermNo, LoanClosureTermMode, Cycle1Min, Cycle1Max, Cycle2Min, Cycle2Max, Cycle3Min, Cycle3Max, Cycle4Min, Cycle4Max, Cycle5Min, Cycle5Max, Cycle6Min, Cycle6Max, Cycle7Min, Cycle7Max, Cycle8Min, Cycle8Max, Cycle9Min, Cycle9Max FROM GroupLoanNoMaster WITH(nolock) WHERE GLoanTypeNo ='GL30000*30*1275E' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DetailRequired'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 04:10:37 PM PageName: GroupLoan_GroupLoanNoMasterDetail String str: SELECT GLoanTypeId, LoanGroup, GroupLoanType, GLoanTypeNo, GLoanTypeName, GLoanNoPrefix, InterestMethod, TermMode, NoPayingTerm, IdealTerm, MinimumTerm, MaximumTerm, MultipleTerm, IdealAmount, MinimumAmount, MaximumAmount, MultipleAmount, EMIAmount, EMIAmountType, InterestType, InterestRateAnnual, InterestRateMinimum, InterestRateMaximum, FirstInstallmentType, FirstEMIPayment, PenaltyRateAnnual, PenaltyCalculation, PenaltyBaseType, PenaltyGracePeriod, DetailRequired, AccountHeadLoanId, AccountHeadLoanName, AccountHeadInterestId, AccountHeadInterestName, AccountHeadPenaltyId, AccountHeadPenaltyName, AccountHeadGSTId, AccountHeadGSTName, AccountHeadLoanLossId, AccountHeadLoanLossName, LoanTypeStatus, ReportStatus, LoanTypeRemark, EntryUser, rtrim(Convert(char,EntryTime,106))+' - '+rtrim(Convert(char,EntryTime,108))AS EntryTime, ProcessingFee, ProcessingFeePercent, ProcessingFeeAmount, ProcessingGSTPercent, AccountHeadProcessingId, AccountHeadProcessingName, InsuranceFee, InsuranceFeePercent, InsuranceFeeAmount, InsuranceGSTPercent, AccountHeadInsuranceId, AccountHeadInsuranceName, OtherCharge, OtherChargePercent, OtherChargeAmount, OtherChargeGSTPercent, AccountHeadOtherChargeId, AccountHeadOtherChargeName, SecurityFee, SecurityFeePercent, SecurityFeeAmount, AccountHeadSecurityId, AccountHeadSecurityName, FDAmount, FDAmountPercent, FDAmountAmount, AccountHeadFDAmountId, AccountHeadFDAmountName, RDAmount, RDAmountPercent, RDAmountAmount, AccountHeadRDAmountId, AccountHeadRDAmountName, DownPayment, DownPaymentPercent, DownPaymentAmount, AccountHeadDownPaymentId, AccountHeadDownPaymentName, LoanClosureFee, LoanClosureFeePercent, LoanClosureFeeAmount, LoanClosureGSTPercent, AccountHeadLoanClosureId, AccountHeadLoanClosureName, LoanClosureTermNo, LoanClosureTermMode, Cycle1Min, Cycle1Max, Cycle2Min, Cycle2Max, Cycle3Min, Cycle3Max, Cycle4Min, Cycle4Max, Cycle5Min, Cycle5Max, Cycle6Min, Cycle6Max, Cycle7Min, Cycle7Max, Cycle8Min, Cycle8Max, Cycle9Min, Cycle9Max FROM GroupLoanNoMaster WITH(nolock) WHERE GLoanTypeNo ='GL30000*30*1275E' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_0h4e0mw4 StackTrace: at GroupLoan_GroupLoanNoMasterDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 22/04/2026 05:05:34 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8400720846 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 22/04/2026 05:40:50 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9236456179 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 22/04/2026 05:51:46 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9369423289 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 22/04/2026 08:58: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/04/2026 08:58:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 10:06:14 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7007810970 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 23/04/2026 10:21:26 AM PageName: GroupLoan_GroupMemberGRTList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_j3tgxeyr StackTrace: at GroupLoan_GroupMemberGRTList.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/04/2026 10:23:19 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8303181350 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 23/04/2026 10:51:50 AM 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: 23/04/2026 10:51:50 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 23/04/2026 10:54:57 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/04/2026 11:31:48 AM 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: 23/04/2026 11:31:48 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 23/04/2026 11:45: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: 23/04/2026 11:45:37 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 12:19:33 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8381959928 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 23/04/2026 12:34: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: 23/04/2026 12:34:31 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 12:34: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: 23/04/2026 12:34:46 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 02:48:13 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9651497237 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 23/04/2026 03:51:52 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7266921562 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 23/04/2026 05:03:46 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7880324173 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 23/04/2026 05:57:45 PM PageName: GroupLoan_GroupDueDisbursementSheet String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.SanctionId, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS TransferAmount, dbo.FunNumberOfCharacterFromNumber((isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0))/2000)AS TransferAmountStr, convert(char,tt.ApplicationDate,106)AS ApplicationDate, convert(char,tt.ApprovalDate,106)AS ApprovalDate, convert(char,tt.ExpectedDate,106)AS ExpectedDate, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetHTML')AS HTMLReportPageName FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.SanctionId, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_GroupDueDisbursementSheet.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 05:57:50 PM PageName: GroupLoan_GroupDueDisbursementSheet String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.SanctionId, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS TransferAmount, dbo.FunNumberOfCharacterFromNumber((isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0))/2000)AS TransferAmountStr, convert(char,tt.ApplicationDate,106)AS ApplicationDate, convert(char,tt.ApprovalDate,106)AS ApprovalDate, convert(char,tt.ExpectedDate,106)AS ExpectedDate, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetHTML')AS HTMLReportPageName FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.SanctionId, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_GroupDueDisbursementSheet.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 05:57:56 PM PageName: GroupLoan_GroupDueDisbursementSheet String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.SanctionId, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS TransferAmount, dbo.FunNumberOfCharacterFromNumber((isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0))/2000)AS TransferAmountStr, convert(char,tt.ApplicationDate,106)AS ApplicationDate, convert(char,tt.ApprovalDate,106)AS ApprovalDate, convert(char,tt.ExpectedDate,106)AS ExpectedDate, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetHTML')AS HTMLReportPageName FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.SanctionId, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_GroupDueDisbursementSheet.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 05:58:46 PM PageName: GroupLoan_GroupDueDisbursementSheet String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.SanctionId, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS TransferAmount, dbo.FunNumberOfCharacterFromNumber((isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0))/2000)AS TransferAmountStr, convert(char,tt.ApplicationDate,106)AS ApplicationDate, convert(char,tt.ApprovalDate,106)AS ApprovalDate, convert(char,tt.ExpectedDate,106)AS ExpectedDate, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetHTML')AS HTMLReportPageName FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.SanctionId, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_GroupDueDisbursementSheet.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 06:01:32 PM PageName: GroupLoan_GroupDueDisbursementSheet String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.SanctionId, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS TransferAmount, dbo.FunNumberOfCharacterFromNumber((isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0))/2000)AS TransferAmountStr, convert(char,tt.ApplicationDate,106)AS ApplicationDate, convert(char,tt.ApprovalDate,106)AS ApprovalDate, convert(char,tt.ExpectedDate,106)AS ExpectedDate, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetHTML')AS HTMLReportPageName FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.SanctionId, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_GroupDueDisbursementSheet.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 06:01:44 PM PageName: GroupLoan_PrintGroupDueDisbursementSheetHTML String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS NetPayable, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS CompanyName, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS CompanyDetail1, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS CompanyDetail2, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS CompanyDetail3 FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_PrintGroupDueDisbursementSheetHTML.GroupDueDisbursementSheet() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 06:01:48 PM PageName: GroupLoan_PrintGroupDueDisbursementSheetHTML String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS NetPayable, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS CompanyName, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS CompanyDetail1, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS CompanyDetail2, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS CompanyDetail3 FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_PrintGroupDueDisbursementSheetHTML.GroupDueDisbursementSheet() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 06:01:52 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT tt.BranchName AS C0, tt.LoanOfficerId AS C1, tt.LoanOfficerName AS C2, tt.MeetingDay AS C3, tt.MeetingTime AS C4, tt.CenterId AS C5, tt.CenterName AS C6, tt.MemberId AS C7, tt.MemberName AS C8, tt.NomineeName AS C9, tt.LoanCycle AS C10, tt.LoanPurpose AS C11, tt.BankIFSCCode AS C12, tt.BankAccountNo AS C13, tt.GLoanTypeNo AS C14, tt.SettlementAMount AS C15, tt.ApprovalAmount AS C16, tt.TotalFee AS C17, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS C18, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupDueDisbursementSheetRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetRDLC')AS C95 FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.GLoanTypeNo, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE MemberId=a.MemberId AND PStatus='Due')AS SettlementAmount, a.ApprovalAmount, a.TotalFee FROM GroupLoanAccount a WITH(nolock) INNER JOIN GroupCenterMaster b WITH(nolock) ON a.CenterId=b.CenterId WHERE a.LoanStatus='LoanApproved' AND a.ApplicationDate>='4/23/2026 12:00:00 AM' AND a.BranchId='103' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: System.ApplicationException: The report definition for report 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupDueDisbursementSheetRDLC.rdlc' has not been specified ---> System.IO.FileNotFoundException: Could not find file 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupDueDisbursementSheetRDLC.rdlc'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Microsoft.Reporting.StandalonePreviewStore.GetReportDefinition(String path, Boolean isFile) at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) --- End of inner exception stack trace --- at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.LocalService.GetCompiledReport(CatalogItemContext itemContext, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.WebForms.LocalReport.CompileReport() 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.GroupDueDisbursementSheet() TargetSite: Void CompileReport() Time: 23/04/2026 06:01:58 PM PageName: GroupLoan_PrintGroupDueDisbursementSheetHTML String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS NetPayable, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS CompanyName, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS CompanyDetail1, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS CompanyDetail2, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS CompanyDetail3 FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_PrintGroupDueDisbursementSheetHTML.GroupDueDisbursementSheet() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 06:02:28 PM PageName: GroupLoan_PrintGroupDueDisbursementSheetHTML String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS NetPayable, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS CompanyName, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS CompanyDetail1, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS CompanyDetail2, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS CompanyDetail3 FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_PrintGroupDueDisbursementSheetHTML.GroupDueDisbursementSheet() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 06:02:35 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT tt.BranchName AS C0, tt.LoanOfficerId AS C1, tt.LoanOfficerName AS C2, tt.MeetingDay AS C3, tt.MeetingTime AS C4, tt.CenterId AS C5, tt.CenterName AS C6, tt.MemberId AS C7, tt.MemberName AS C8, tt.NomineeName AS C9, tt.LoanCycle AS C10, tt.LoanPurpose AS C11, tt.BankIFSCCode AS C12, tt.BankAccountNo AS C13, tt.GLoanTypeNo AS C14, tt.SettlementAMount AS C15, tt.ApprovalAmount AS C16, tt.TotalFee AS C17, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS C18, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupDueDisbursementSheetRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetRDLC')AS C95 FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.GLoanTypeNo, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE MemberId=a.MemberId AND PStatus='Due')AS SettlementAmount, a.ApprovalAmount, a.TotalFee FROM GroupLoanAccount a WITH(nolock) INNER JOIN GroupCenterMaster b WITH(nolock) ON a.CenterId=b.CenterId WHERE a.LoanStatus='LoanApproved' AND a.ApplicationDate>='4/23/2026 12:00:00 AM' AND a.BranchId='103' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: System.ApplicationException: The report definition for report 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupDueDisbursementSheetRDLC.rdlc' has not been specified ---> System.IO.FileNotFoundException: Could not find file 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupDueDisbursementSheetRDLC.rdlc'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Microsoft.Reporting.StandalonePreviewStore.GetReportDefinition(String path, Boolean isFile) at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) --- End of inner exception stack trace --- at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.LocalService.GetCompiledReport(CatalogItemContext itemContext, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.WebForms.LocalReport.CompileReport() 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.GroupDueDisbursementSheet() TargetSite: Void CompileReport() Time: 23/04/2026 06:02:49 PM PageName: GroupLoan_PrintGroupDueDisbursementSheetHTML String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS NetPayable, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS CompanyName, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS CompanyDetail1, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS CompanyDetail2, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS CompanyDetail3 FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_PrintGroupDueDisbursementSheetHTML.GroupDueDisbursementSheet() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 06:55:20 PM PageName: GroupLoan_GroupDueDisbursementSheet String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.SanctionId, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS TransferAmount, dbo.FunNumberOfCharacterFromNumber((isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0))/2000)AS TransferAmountStr, convert(char,tt.ApplicationDate,106)AS ApplicationDate, convert(char,tt.ApprovalDate,106)AS ApprovalDate, convert(char,tt.ExpectedDate,106)AS ExpectedDate, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetHTML')AS HTMLReportPageName FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.SanctionId, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_GroupDueDisbursementSheet.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 07:35:17 PM PageName: GroupLoan_GroupDueDisbursementSheet String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.SanctionId, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS TransferAmount, dbo.FunNumberOfCharacterFromNumber((isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0))/2000)AS TransferAmountStr, convert(char,tt.ApplicationDate,106)AS ApplicationDate, convert(char,tt.ApprovalDate,106)AS ApprovalDate, convert(char,tt.ExpectedDate,106)AS ExpectedDate, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetHTML')AS HTMLReportPageName FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.SanctionId, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_GroupDueDisbursementSheet.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 07:38: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: 23/04/2026 07:38:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 07:39:22 PM PageName: GroupLoan_GroupDueDisbursementSheet String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.SanctionId, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS TransferAmount, dbo.FunNumberOfCharacterFromNumber((isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0))/2000)AS TransferAmountStr, convert(char,tt.ApplicationDate,106)AS ApplicationDate, convert(char,tt.ApprovalDate,106)AS ApprovalDate, convert(char,tt.ExpectedDate,106)AS ExpectedDate, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetHTML')AS HTMLReportPageName FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.SanctionId, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_GroupDueDisbursementSheet.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/04/2026 10:15:22 PM PageName: GroupLoan_GroupDueDisbursementSheet String str: SELECT tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.MeetingDay, tt.MeetingTime, tt.CenterId, tt.CenterName, tt.MemberId, tt.MemberName, tt.NomineeName, tt.MemberMobileNo, tt.SanctionId, tt.LoanCycle, tt.LoanPurpose, tt.BankIFSCCode, tt.BankAccountNo, tt.BankAccountName AS BankVerifiedName, tt.GLoanTypeNo, tt.SettlementAmount, tt.ApprovalAmount, tt.TotalFee, isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0)AS TransferAmount, dbo.FunNumberOfCharacterFromNumber((isnull(tt.ApprovalAmount,0)-isnull(tt.SettlementAmount,0)-isnull(tt.TotalFee,0))/2000)AS TransferAmountStr, convert(char,tt.ApplicationDate,106)AS ApplicationDate, convert(char,tt.ApprovalDate,106)AS ApprovalDate, convert(char,tt.ExpectedDate,106)AS ExpectedDate, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupDueDisbursementSheetHTML')AS HTMLReportPageName FROM ( SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, b.MeetingDay, b.MeetingTime, a.CenterId, a.CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.SanctionId, a.LoanCycle, a.LoanPurpose, a.BankIFSCCode, a.BankAccountNo, a.BankAccountName, a.GLoanTypeNo, (SELECT SUM(isnull(x.Total,0)) FROM GroupLoanLedger x WITH(nolock) INNER JOIN GroupLoanAccount y WITH(nolock) ON x.LoanId=y.LoanId WHERE y.DisburseDate='4/23/2026 12:00:00 AM' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' )tt WHERE 1=1 ORDER BY tt.BranchName, tt.LoanOfficerName, tt.CenterName, tt.MemberName 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_GroupDueDisbursementSheet.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 24/04/2026 10:55:04 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8128203196 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 24/04/2026 11:07:45 AM 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: 24/04/2026 11:07:45 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 24/04/2026 11:42: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/04/2026 11:42:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:42: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/04/2026 11:42:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:42: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/04/2026 11:42:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:46:28 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: 24/04/2026 11:46:28 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 24/04/2026 11:47:56 AM 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: 24/04/2026 11:47:56 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 24/04/2026 03:22: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: 24/04/2026 03:22:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 04:39:41 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9335085612 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 24/04/2026 04:43:31 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9235150471 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 24/04/2026 04:54:48 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7269039159 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 24/04/2026 09:35: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: 24/04/2026 09:35:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 10:55:39 AM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/24/2026 12:00:00 AM' AND a.CloseDate<'4/25/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ContactNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/04/2026 10:55:39 AM PageName: GroupLoan_PrintGroupLoanClosedReportHTML String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='4/24/2026 12:00:00 AM' AND a.CloseDate<'4/25/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, 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_5fhakzsf StackTrace: at GroupLoan_PrintGroupLoanClosedReportHTML.GroupLoanClosedReport() TargetSite: Void GroupLoanClosedReport() Time: 25/04/2026 10:55:41 AM 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: 25/04/2026 10:55:41 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 25/04/2026 10:55:41 AM 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: 25/04/2026 10:55:41 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 25/04/2026 10:59:13 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: 25/04/2026 10:59:13 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 25/04/2026 11:03:13 AM 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/04/2026 11:03:13 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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/04/2026 11:03:13 AM 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/04/2026 11:03:13 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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/04/2026 11:22:41 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9559726305 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 25/04/2026 11:59: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/04/2026 11:59:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 12:31:10 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7269039159 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 25/04/2026 12:55:22 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7269039159 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 25/04/2026 01:01: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: 25/04/2026 01:01:15 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 01:13:30 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7269039159 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 26/04/2026 09: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: 26/04/2026 09:30:44 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 09:30: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: 26/04/2026 09:30:55 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 10:34:32 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/04/2026 10:34:32 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/04/2026 10:40:45 AM 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/04/2026 10:40:45 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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/04/2026 10:44:52 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: 27/04/2026 10:44:52 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:29: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: 27/04/2026 11:29:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 02:39:34 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9918228745 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 27/04/2026 04:08:36 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9120427006 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 27/04/2026 06:35:39 PM PageName: LoanOfficerMobile_GroupLoanCenterMeeting 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 LoanOfficerMobile_GroupLoanCenterMeeting.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/04/2026 10:44: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/04/2026 10:44:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 10:45: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: 27/04/2026 10:45:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 10:55: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: 27/04/2026 10:55:52 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 10:06:54 AM 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: 28/04/2026 10:06:54 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 28/04/2026 10:07:29 AM 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: 28/04/2026 10:07:29 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 28/04/2026 10:09:34 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: 28/04/2026 10:09:34 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 10:11:36 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: 28/04/2026 10:11:36 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 11:14:09 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7232932346 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 28/04/2026 11:15:05 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9198238010 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 28/04/2026 11:40:35 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9839152550 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 28/04/2026 11:41:29 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8175923066 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 28/04/2026 11:42:17 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6307049997 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 28/04/2026 12:24:53 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7388425966 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 28/04/2026 12:25:29 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8467817659 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 28/04/2026 04:17:20 PM PageName: LoanOfficerMobile_GroupLoanCenterMeeting String str: SELECT 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 '3/29/2026 12:00:00 AM' BETWEEN FromDate AND ToDate )AS FinYear FROM UserLoginDetail a WITH(nolock) WHERE 1=1 AND a.UserLoginId='EMP00152' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1tgnj4sy StackTrace: at LoanOfficerMobile_GroupLoanCenterMeeting.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: Void txtWorkingDate_TextChanged(System.Object, System.EventArgs) Time: 28/04/2026 04:19:44 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7878938027 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 28/04/2026 07:38: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: 28/04/2026 07:38:48 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 07:39: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: 28/04/2026 07:39:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 07:50: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: 28/04/2026 07:50:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 10:05:41 AM 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: 29/04/2026 10:05:41 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 29/04/2026 10:07:29 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: 29/04/2026 10:07:29 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/04/2026 10:14:03 AM 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: 29/04/2026 10:14:03 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 29/04/2026 10:19:22 AM 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: 29/04/2026 10:19:22 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 29/04/2026 10:36: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: 29/04/2026 10:36:56 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 10:37: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: 29/04/2026 10:37:12 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 10:38: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: 29/04/2026 10:38:46 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 12:31:56 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9198036509 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 29/04/2026 12:39:12 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7217832858 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 29/04/2026 01:32:34 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: 29/04/2026 01:32:34 PM PageName: GroupLoan_GroupLoanSanction String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5fhakzsf 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: 29/04/2026 01:32:37 PM PageName: GroupLoan_GroupLoanSanction String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: RegisterForEventValidation can only be called during Render(); Source: System.Web StackTrace: at System.Web.UI.ClientScriptManager.RegisterForEventValidation(String uniqueId, String argument) at System.Web.UI.ClientScriptManager.RegisterForEventValidation(PostBackOptions options) at System.Web.UI.ClientScriptManager.GetPostBackEventReference(PostBackOptions options, Boolean registerForEventValidation) at System.Web.UI.WebControls.LinkButton.AddAttributesToRender(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.WebControls.DataControlLinkButton.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_GroupLoanSanction.btnExport_Click(Object sender, EventArgs e) TargetSite: Void RegisterForEventValidation(System.String, System.String) Time: 29/04/2026 01:44:07 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9235039853 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 29/04/2026 03:26:30 PM PageName: LoanOfficerMobile_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 LoanOfficerMobile_GroupLoanApplicationVerification.txtLoanAmount_TextChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 29/04/2026 07:56:30 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9198785254 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 06:26:53 AM PageName: Account_AccountTrialBalanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at Account_AccountTrialBalanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/04/2026 06:26:53 AM PageName: Account_AccountTrialBalanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_cndfapld StackTrace: at Account_AccountTrialBalanceReport.ExportToExcel(DataTable DT, String fileName) at Account_AccountTrialBalanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/04/2026 11:09: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: 30/04/2026 11:09:34 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:09: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: 30/04/2026 11:09:37 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:10: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: 30/04/2026 11:10:03 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 11:23:38 AM 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: 30/04/2026 11:23:38 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 30/04/2026 11:25: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: 30/04/2026 11:25:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 11:42:52 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: 30/04/2026 11:43:10 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: 30/04/2026 11:43:10 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 30/04/2026 11:47:40 AM 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: 30/04/2026 11:47:40 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 30/04/2026 03:38:24 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7518578133 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 03:39:04 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8853190354 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 03:39:45 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9621076172 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 04:53:43 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_5fhakzsf StackTrace: at GroupLoan_GroupLoanSanction.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 30/04/2026 04:56:44 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8840360084 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 05:40:17 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 8866383612 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 05:40:19 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 8866383612 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 05:40:21 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 8866383612 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 05:45:54 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 8866383612 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 06:57:03 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9987214438 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 07:28:54 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00003009' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '101', 'Naini', 'EMP00152', 'Anurag Yadav', '101028', 'CTR BARULI -01(IL -30)', 'Group', '', 'Software', 'M101000581', '4/30/2026 12:00:00 AM', 'Mrs.', 'sangita rambhavan pandey', 'W/O', 'rambhavan pandey', 'Female', '4/30/1981 12:00:00 AM', '45', '8401426817', '', 'House wife', '0', '0', '406339124175', '406339124175', 'HXEPP4081C', 'Verification Error ??????????', 'AFF7665631', 'AFF7665631', '', '', '', 'Mr.', 'rambhavan pandey', 'S/O', 'raj bahadur pandey', 'Husband', 'Male', '4/30/1983 12:00:00 AM', '43', '284455185334', '284455185334', 'AFF7639016', 'AFF7639016', '', '', 'Labour', '0', '', '', 'Pending', 'Rural', 'Permanent', 'Barauli pasi basti', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00152', GETDATE(), 'Aadhar Card', '406339124175', 'Voter Id Card', 'AFF7665631', 'Aadhar Card', '284455185334', 'Voter Id Card', 'AFF7639016' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M101000581', 'sangita rambhavan pandey', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMQAwADAAMAA1ADgAMQA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '41430100015065', 'BARB0KARMAF', 'Barauli pasi basti', 'Allahabad', 'Uttar Pradesh', '212301', 'Sangita', 'Wife', '8401426817', 'Barauli pasi basti', 'Barauli pasi basti', 'Allahabad', 'Uttar Pradesh', '212301', '4/30/2026 12:00:00 AM', 'EMP00152', GETDATE(), 'GroupAlloted', 'EMP00152', 'Anurag Yadav', 'EMP00152', 'Anurag Yadav', 'EMP00152', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M101000581', '406339124175', '******6817', 'FEMALE', 'Uttar Pradesh', '40-50', 'Y', '639131734002569828', GETDATE(), 'EMP00152' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M101000581', '284455185334', '******6817', 'MALE', 'Uttar Pradesh', '40-50', 'Y', '639131735093252352', GETDATE(), 'EMP00152' ) ; 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', 'M101000581', 'AFF7665631', 'sangita rambhavan pandey', 'rambhavan pandey', 'H', 'F', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'AFF7665631', '', '45', '182', '895', 'Composite School', 'Composite School Barauli Room No.-1', '', '', '?????? ???????', 'pandey', '???????', '1', '', '?????? ?????? ???????', '?????? ??????', 'pandey', '260', 'S24', '', '', '639131734441269286', GETDATE(), 'EMP00152' ) ; 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', 'M101000581', 'AFF7639016', 'rambhavan pandey', 'raj bahadur pandey', 'F', 'M', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'AFF7639016', '', '43', '182', '889', 'Composite School', 'Composite School Barauli Room No.-1', '', '', '??? ?????? ??????', 'pandey', '??????', '1', '', '?????? ??????', '??????', 'pandey', '260', 'S24', '', '', '639131735343252748', GETDATE(), 'EMP00152' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/04/2026 07:29:42 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00003009' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '101', 'Naini', 'EMP00152', 'Anurag Yadav', '101028', 'CTR BARULI -01(IL -30)', 'Group', '', 'Software', 'M101000581', '4/30/2026 12:00:00 AM', 'Mrs.', 'sangita rambhavan pandey', 'W/O', 'rambhavan pandey', 'Female', '4/30/1981 12:00:00 AM', '45', '8401426817', '', 'House wife', '0', '0', '406339124175', '406339124175', 'HXEPP4081C', 'Verification Error ??????????', 'AFF7665631', 'AFF7665631', '', '', '', 'Mr.', 'rambhavan pandey', 'S/O', 'raj bahadur pandey', 'Husband', 'Male', '4/30/1983 12:00:00 AM', '43', '284455185334', '284455185334', 'AFF7639016', 'AFF7639016', '', '', 'Labour', '0', '', '', 'Pending', 'Rural', 'Permanent', 'Barauli pasi basti', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00152', GETDATE(), 'Aadhar Card', '406339124175', 'Voter Id Card', 'AFF7665631', 'Aadhar Card', '284455185334', 'Voter Id Card', 'AFF7639016' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M101000581', 'sangita rambhavan pandey', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMQAwADAAMAA1ADgAMQA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '41430100015065', 'BARB0KARMAF', 'Barauli pasi basti', 'Allahabad', 'Uttar Pradesh', '212301', 'Sangita', 'Wife', '8401426817', 'Barauli pasi basti', 'Barauli pasi basti', 'Allahabad', 'Uttar Pradesh', '212301', '4/30/2026 12:00:00 AM', 'EMP00152', GETDATE(), 'GroupAlloted', 'EMP00152', 'Anurag Yadav', 'EMP00152', 'Anurag Yadav', 'EMP00152', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M101000581', '406339124175', '******6817', 'FEMALE', 'Uttar Pradesh', '40-50', 'Y', '639131734002569828', GETDATE(), 'EMP00152' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M101000581', '284455185334', '******6817', 'MALE', 'Uttar Pradesh', '40-50', 'Y', '639131735093252352', GETDATE(), 'EMP00152' ) ; 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', 'M101000581', 'AFF7665631', 'sangita rambhavan pandey', 'rambhavan pandey', 'H', 'F', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'AFF7665631', '', '45', '182', '895', 'Composite School', 'Composite School Barauli Room No.-1', '', '', '?????? ???????', 'pandey', '???????', '1', '', '?????? ?????? ???????', '?????? ??????', 'pandey', '260', 'S24', '', '', '639131734441269286', GETDATE(), 'EMP00152' ) ; 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', 'M101000581', 'AFF7639016', 'rambhavan pandey', 'raj bahadur pandey', 'F', 'M', 'Prayagraj', 'Karachhana', 'Allahabad', 'Uttar Pradesh', 'AFF7639016', '', '43', '182', '889', 'Composite School', 'Composite School Barauli Room No.-1', '', '', '??? ?????? ??????', 'pandey', '??????', '1', '', '?????? ??????', '??????', 'pandey', '260', 'S24', '', '', '639131735343252748', GETDATE(), 'EMP00152' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/04/2026 07:48:23 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8401426817 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 30/04/2026 09:33:31 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_patatky0 StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.ValidationMode() TargetSite: Void ValidationMode() Time: 30/04/2026 09:33:40 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_patatky0 StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.ValidationMode() TargetSite: Void ValidationMode() Time: 30/04/2026 09:33:45 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_patatky0 StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.ValidationMode() TargetSite: Void ValidationMode() Time: 30/04/2026 09:34:03 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_patatky0 StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.ValidationMode() TargetSite: Void ValidationMode() Time: 30/04/2026 09:34:18 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_patatky0 StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.ValidationMode() TargetSite: Void ValidationMode() Time: 30/04/2026 09:35: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: 30/04/2026 09:35:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/04/2026 09:50: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/04/2026 09:50:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/04/2026 09:51: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: 30/04/2026 09:51:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 07:23: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/05/2026 07:23:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 11:01: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: 01/05/2026 11:01:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 11:01: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: 01/05/2026 11:01:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 11:11:24 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/05/2026 11:11:24 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/05/2026 12:07:45 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7307742931 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 01/05/2026 12:29: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: 01/05/2026 12:29:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 12:30: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: 01/05/2026 12:30:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 12:34:14 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8756664498 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 01/05/2026 03:58:12 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9305080731 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 01/05/2026 05:26: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: 01/05/2026 05:26:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 05:28: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: 01/05/2026 05:28:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 10:23: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: 04/05/2026 10:23:29 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 10:23: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: 04/05/2026 10:23:38 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 10:25:36 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: 04/05/2026 10:25:36 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 04/05/2026 10:28:50 AM 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: 04/05/2026 10:28:50 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 04/05/2026 12:50:14 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:50:14 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:50:14 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:50:14 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='3/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:50:18 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:50:18 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:50:18 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:50:18 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:51:41 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:51:41 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:51:41 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 12:51:41 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 04/05/2026 02:27:17 PM PageName: Employee_EmployeePromotionLetter String str: String sql: INSERT INTO EmployeePromotionLetterDetail (BranchId, BranchName, DepartmentId, DepartmentName, DesignationId, DesignationName, OldDesignationName, EmployeeId, EmployeeName, EmployeeSalutation, GuardianName, GuardianSalutation, ReportingOfficerId, ReportingOfficerName, PermotionDate, PermotionDetail, EntryUser, EntryTime)VALUES('103', 'Meja','13','Operation','16','Branch Manager','Field Officer', 'EMP00130', 'Ranjeet Kumar vind', 'Mr.', 'Atibal prasad Bind', 'S/O', 'E7070', 'Atama Prasad', '5/4/2026 12:00:00 AM', 'Yes approved','emp00136', GETDATE()) Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_EmployeePromotionLetter.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/05/2026 02:27:30 PM PageName: Employee_EmployeePromotionLetter String str: String sql: INSERT INTO EmployeePromotionLetterDetail (BranchId, BranchName, DepartmentId, DepartmentName, DesignationId, DesignationName, OldDesignationName, EmployeeId, EmployeeName, EmployeeSalutation, GuardianName, GuardianSalutation, ReportingOfficerId, ReportingOfficerName, PermotionDate, PermotionDetail, EntryUser, EntryTime)VALUES('103', 'Meja','13','Operation','16','Branch Manager','Field Officer', 'EMP00130', 'Ranjeet Kumar vind', 'Mr.', 'Atibal prasad Bind', 'S/O', 'E7070', 'Atama Prasad', '5/4/2026 12:00:00 AM', 'Yes approved','emp00136', GETDATE()) Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_EmployeePromotionLetter.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/05/2026 02:29:14 PM PageName: Employee_EmployeePromotionLetter String str: String sql: INSERT INTO EmployeePromotionLetterDetail (BranchId, BranchName, DepartmentId, DepartmentName, DesignationId, DesignationName, OldDesignationName, EmployeeId, EmployeeName, EmployeeSalutation, GuardianName, GuardianSalutation, ReportingOfficerId, ReportingOfficerName, PermotionDate, PermotionDetail, EntryUser, EntryTime)VALUES('103', 'Meja','22','Management','16','Branch Manager','Field Officer', 'EMP00130', 'Ranjeet Kumar vind', 'Mr.', 'Atibal prasad Bind', 'S/O', 'E7070', 'Atama Prasad', '5/1/2026 12:00:00 AM', 'Yes officer approved','emp00136', GETDATE()) Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_EmployeePromotionLetter.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/05/2026 02:32:32 PM PageName: Employee_EmployeePromotionLetter String str: String sql: INSERT INTO EmployeePromotionLetterDetail (BranchId, BranchName, DepartmentId, DepartmentName, DesignationId, DesignationName, OldDesignationName, EmployeeId, EmployeeName, EmployeeSalutation, GuardianName, GuardianSalutation, ReportingOfficerId, ReportingOfficerName, PermotionDate, PermotionDetail, EntryUser, EntryTime)VALUES('103', 'Meja','22','Management','16','Branch Manager','Field Officer', 'EMP00130', 'Ranjeet Kumar vind', 'Mr.', 'Atibal prasad Bind', 'S/O', 'E7070', 'Atama Prasad', '5/4/2026 12:00:00 AM', 'Yes officer approved','admin', GETDATE()) Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_EmployeePromotionLetter.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/05/2026 02:36:09 PM PageName: Employee_EmployeePromotionLetter String str: String sql: INSERT INTO EmployeePromotionLetterDetail (BranchId, BranchName, DepartmentId, DepartmentName, DesignationId, DesignationName, OldDesignationName, EmployeeId, EmployeeName, EmployeeSalutation, GuardianName, GuardianSalutation, ReportingOfficerId, ReportingOfficerName, PermotionDate, PermotionDetail, EntryUser, EntryTime)VALUES('103', 'Meja','22','Management','16','Branch Manager','Field Officer', 'EMP00130', 'Ranjeet Kumar vind', 'Mr.', 'Atibal prasad Bind', 'S/O', 'E7070', 'Atama Prasad', '5/1/2026 12:00:00 AM', 'Yes officer approved','emp00136', GETDATE()) Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_EmployeePromotionLetter.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/05/2026 02:56:37 PM PageName: Employee_EmployeePromotionLetter String str: String sql: INSERT INTO EmployeePromotionLetterDetail (BranchId, BranchName, DepartmentId, DepartmentName, DesignationId, DesignationName, OldDesignationName, EmployeeId, EmployeeName, EmployeeSalutation, GuardianName, GuardianSalutation, ReportingOfficerId, ReportingOfficerName, PermotionDate, PermotionDetail, EntryUser, EntryTime)VALUES('103', 'Meja','13','Operation','16','Branch Manager','Field Officer', 'EMP00130', 'Ranjeet Kumar vind', 'Mr.', 'Atibal prasad Bind', 'S/O', 'E7070', 'Atama Prasad', '5/4/2026 12:00:00 AM', 'Yes officer approved','admin', GETDATE()) Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_EmployeePromotionLetter.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/05/2026 03:06:47 PM PageName: Employee_EmployeePromotionLetter String str: String sql: INSERT INTO EmployeePromotionLetterDetail (BranchId, BranchName, DepartmentId, DepartmentName, DesignationId, DesignationName, OldDesignationName, EmployeeId, EmployeeName, EmployeeSalutation, GuardianName, GuardianSalutation, ReportingOfficerId, ReportingOfficerName, PermotionDate, PermotionDetail, EntryUser, EntryTime)VALUES('103', 'Meja','13','Operation','16','Branch Manager','Field Officer', 'EMP00130', 'Ranjeet Kumar vind', 'Mr.', 'Atibal prasad Bind', 'S/O', 'E7070', 'Atama Prasad', '5/4/2026 12:00:00 AM', 'Yes officer approved','admin', GETDATE()) Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_EmployeePromotionLetter.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/05/2026 03:21: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/05/2026 03:21:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:21: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/05/2026 03:21:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03: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: 04/05/2026 03:21:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:51:01 PM PageName: DataTableResult String str: SELECT SrNo, a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeMobileNo, Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetails, a.PermotionSalary, Convert(CHAR,a.EntryTime,106)AS EntryTime, a.EntryUser,(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL, (SELECT DataValue FROM ProjectDataSetting WITH(nolock) WHERE DataName='ProjectName')AS ProjectName FROM EmployeePromotionLetterDetail a WITH(nolock) where a.EmployeeId = 'E7040' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'PermotionDetails'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 03:51:01 PM PageName: Employee_PrintEmployeePromotionLetterHTML String str: SELECT SrNo, a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeMobileNo, Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetails, a.PermotionSalary, Convert(CHAR,a.EntryTime,106)AS EntryTime, a.EntryUser,(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL, (SELECT DataValue FROM ProjectDataSetting WITH(nolock) WHERE DataName='ProjectName')AS ProjectName FROM EmployeePromotionLetterDetail a WITH(nolock) where a.EmployeeId = 'E7040' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_m03s10lg StackTrace: at Employee_PrintEmployeePromotionLetterHTML.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 04/05/2026 03:51:05 PM PageName: DataTableResult String str: SELECT SrNo, a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeMobileNo, Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetails, a.PermotionSalary, Convert(CHAR,a.EntryTime,106)AS EntryTime, a.EntryUser,(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL, (SELECT DataValue FROM ProjectDataSetting WITH(nolock) WHERE DataName='ProjectName')AS ProjectName FROM EmployeePromotionLetterDetail a WITH(nolock) where a.EmployeeId = 'EMP00131' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'PermotionDetails'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 03:51:05 PM PageName: Employee_PrintEmployeePromotionLetterHTML String str: SELECT SrNo, a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeMobileNo, Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetails, a.PermotionSalary, Convert(CHAR,a.EntryTime,106)AS EntryTime, a.EntryUser,(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL, (SELECT DataValue FROM ProjectDataSetting WITH(nolock) WHERE DataName='ProjectName')AS ProjectName FROM EmployeePromotionLetterDetail a WITH(nolock) where a.EmployeeId = 'EMP00131' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_m03s10lg StackTrace: at Employee_PrintEmployeePromotionLetterHTML.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 04/05/2026 03:51:16 PM PageName: Employee_PrintRDLCPage String str: SELECT (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL')+'ResponsiveCSS/images/EmployeeIDCardBackImage.jpg' AS C1, (SELECT ReportValue AS EmployeeIDCardBackRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='EmployeeIDCardBackRDLC')AS C95 FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeId='E7040' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at Employee_PrintRDLCPage.EmployeePromotionLetter() TargetSite: Void AbortInternal() Time: 04/05/2026 03:51:16 PM PageName: Employee_PrintRDLCPage String str: SELECT (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL')+'ResponsiveCSS/images/EmployeeIDCardBackImage.jpg' AS C1, (SELECT ReportValue AS EmployeeIDCardBackRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='EmployeeIDCardBackRDLC')AS C95 FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeId='E7040' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at Employee_PrintRDLCPage.EmployeePromotionLetter() at Employee_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void EmployeePromotionLetter() Time: 04/05/2026 03:51:19 PM PageName: DataTableResult String str: SELECT SrNo, a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeMobileNo, Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetails, a.PermotionSalary, Convert(CHAR,a.EntryTime,106)AS EntryTime, a.EntryUser,(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL, (SELECT DataValue FROM ProjectDataSetting WITH(nolock) WHERE DataName='ProjectName')AS ProjectName FROM EmployeePromotionLetterDetail a WITH(nolock) where a.EmployeeId = 'EMP00131' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'PermotionDetails'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 03:51:19 PM PageName: Employee_PrintEmployeePromotionLetterHTML String str: SELECT SrNo, a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeMobileNo, Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetails, a.PermotionSalary, Convert(CHAR,a.EntryTime,106)AS EntryTime, a.EntryUser,(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL, (SELECT DataValue FROM ProjectDataSetting WITH(nolock) WHERE DataName='ProjectName')AS ProjectName FROM EmployeePromotionLetterDetail a WITH(nolock) where a.EmployeeId = 'EMP00131' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_m03s10lg StackTrace: at Employee_PrintEmployeePromotionLetterHTML.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 04/05/2026 03:58:47 PM PageName: DataTableResult String str: SELECT SrNo, a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeMobileNo, Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetails, a.PermotionSalary, Convert(CHAR,a.EntryTime,106)AS EntryTime, a.EntryUser,(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL, (SELECT DataValue FROM ProjectDataSetting WITH(nolock) WHERE DataName='ProjectName')AS ProjectName FROM EmployeePromotionLetterDetail a WITH(nolock) where a.EmployeeId = 'E7040' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'PermotionDetails'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 03:58:47 PM PageName: Employee_PrintEmployeePromotionLetterHTML String str: SELECT SrNo, a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeMobileNo, Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetails, a.PermotionSalary, Convert(CHAR,a.EntryTime,106)AS EntryTime, a.EntryUser,(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL, (SELECT DataValue FROM ProjectDataSetting WITH(nolock) WHERE DataName='ProjectName')AS ProjectName FROM EmployeePromotionLetterDetail a WITH(nolock) where a.EmployeeId = 'E7040' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_m03s10lg StackTrace: at Employee_PrintEmployeePromotionLetterHTML.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 04/05/2026 04:01:11 PM PageName: DataTableResult String str: SELECT a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName,a.OldDesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeSalutation, a.GuardianName, a.GuardianSalutation, a.ReportingOfficerId, a.ReportingOfficerName,Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetail, a.EntryUser,Convert(CHAR,a.EntryTime,106)AS EntryTime, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM EmployeePromotionLetterDetail a WITH(nolock) WHERE a.EmployeeId = 'E7040' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 04:01:11 PM PageName: Employee_PrintEmployeePromotionLetterHTMLDeepUnnti String str: SELECT a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName,a.OldDesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeSalutation, a.GuardianName, a.GuardianSalutation, a.ReportingOfficerId, a.ReportingOfficerName,Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetail, a.EntryUser,Convert(CHAR,a.EntryTime,106)AS EntryTime, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM EmployeePromotionLetterDetail a WITH(nolock) WHERE a.EmployeeId = 'E7040' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4de3yfnv StackTrace: at Employee_PrintEmployeePromotionLetterHTMLDeepUnnti.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 04/05/2026 04:01:14 PM PageName: DataTableResult String str: SELECT a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName,a.OldDesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeSalutation, a.GuardianName, a.GuardianSalutation, a.ReportingOfficerId, a.ReportingOfficerName,Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetail, a.EntryUser,Convert(CHAR,a.EntryTime,106)AS EntryTime, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM EmployeePromotionLetterDetail a WITH(nolock) WHERE a.EmployeeId = 'E7040' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 04:01:14 PM PageName: Employee_PrintEmployeePromotionLetterHTMLDeepUnnti String str: SELECT a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName,a.OldDesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeSalutation, a.GuardianName, a.GuardianSalutation, a.ReportingOfficerId, a.ReportingOfficerName,Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetail, a.EntryUser,Convert(CHAR,a.EntryTime,106)AS EntryTime, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM EmployeePromotionLetterDetail a WITH(nolock) WHERE a.EmployeeId = 'E7040' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4de3yfnv StackTrace: at Employee_PrintEmployeePromotionLetterHTMLDeepUnnti.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 04/05/2026 04:01:19 PM PageName: Employee_PrintRDLCPage String str: SELECT (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL')+'ResponsiveCSS/images/EmployeeIDCardBackImage.jpg' AS C1, (SELECT ReportValue AS EmployeeIDCardBackRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='EmployeeIDCardBackRDLC')AS C95 FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeId='E7040' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at Employee_PrintRDLCPage.EmployeePromotionLetter() TargetSite: Void AbortInternal() Time: 04/05/2026 04:01:19 PM PageName: Employee_PrintRDLCPage String str: SELECT (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL')+'ResponsiveCSS/images/EmployeeIDCardBackImage.jpg' AS C1, (SELECT ReportValue AS EmployeeIDCardBackRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='EmployeeIDCardBackRDLC')AS C95 FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeId='E7040' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at Employee_PrintRDLCPage.EmployeePromotionLetter() at Employee_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void EmployeePromotionLetter() Time: 04/05/2026 04:01:54 PM PageName: DataTableResult String str: SELECT a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName,a.OldDesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeSalutation, a.GuardianName, a.GuardianSalutation, a.ReportingOfficerId, a.ReportingOfficerName,Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetail, a.EntryUser,Convert(CHAR,a.EntryTime,106)AS EntryTime, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM EmployeePromotionLetterDetail a WITH(nolock) WHERE a.EmployeeId = 'EMP00131' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 04:01:54 PM PageName: Employee_PrintEmployeePromotionLetterHTMLDeepUnnti String str: SELECT a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName,a.OldDesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeSalutation, a.GuardianName, a.GuardianSalutation, a.ReportingOfficerId, a.ReportingOfficerName,Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetail, a.EntryUser,Convert(CHAR,a.EntryTime,106)AS EntryTime, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM EmployeePromotionLetterDetail a WITH(nolock) WHERE a.EmployeeId = 'EMP00131' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4de3yfnv StackTrace: at Employee_PrintEmployeePromotionLetterHTMLDeepUnnti.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 04/05/2026 04:04:20 PM PageName: Employee_EmployeePromotionLetter String str: String sql: INSERT INTO EmployeePromotionLetterDetail (BranchId, BranchName, DepartmentId, DepartmentName, DesignationId, DesignationName, OldDesignationName, EmployeeId, EmployeeName, EmployeeSalutation, GuardianName, GuardianSalutation, ReportingOfficerId, ReportingOfficerName, PermotionDate, PermotionDetail, EntryUser, EntryTime)VALUES('103', 'Meja','22','Management','16','Branch Manager','Field Officer', 'EMP00130', 'Ranjeet Kumar vind', 'Mr.', 'Atibal prasad Bind', 'S/O', 'E7070', 'Atama Prasad', '5/1/2026 12:00:00 AM', 'Yes officer approved','emp00136', GETDATE()) Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_EmployeePromotionLetter.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/05/2026 04:04:26 PM PageName: Employee_EmployeePromotionLetter String str: String sql: INSERT INTO EmployeePromotionLetterDetail (BranchId, BranchName, DepartmentId, DepartmentName, DesignationId, DesignationName, OldDesignationName, EmployeeId, EmployeeName, EmployeeSalutation, GuardianName, GuardianSalutation, ReportingOfficerId, ReportingOfficerName, PermotionDate, PermotionDetail, EntryUser, EntryTime)VALUES('103', 'Meja','11','Administration','16','Branch Manager','Field Officer', 'EMP00130', 'Ranjeet Kumar vind', 'Mr.', 'Atibal prasad Bind', 'S/O', 'E7070', 'Atama Prasad', '5/1/2026 12:00:00 AM', 'Yes officer approved','emp00136', GETDATE()) Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Invalid column name 'OldDesignationName'. Invalid column name 'EmployeeSalutation'. Invalid column name 'GuardianName'. Invalid column name 'GuardianSalutation'. Invalid column name 'ReportingOfficerId'. Invalid column name 'ReportingOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_EmployeePromotionLetter.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/05/2026 04:11:27 PM PageName: DataTableResult String str: SELECT a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName,a.OldDesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeSalutation, a.GuardianName, a.GuardianSalutation, a.ReportingOfficerId, a.ReportingOfficerName,Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetail, a.EntryUser,Convert(CHAR,a.EntryTime,106)AS EntryTime, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM EmployeePromotionLetterDetail a WITH(nolock) WHERE a.EmployeeId = 'EMP00131' 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: 04/05/2026 04:11:27 PM PageName: Employee_PrintEmployeePromotionLetterHTMLDeepUnnti String str: SELECT a.BranchId, a.BranchName, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName,a.OldDesignationName, a.EmployeeId, a.EmployeeName, a.EmployeeSalutation, a.GuardianName, a.GuardianSalutation, a.ReportingOfficerId, a.ReportingOfficerName,Convert(CHAR,a.PermotionDate,106)AS PermotionDate, a.PermotionDetail, a.EntryUser,Convert(CHAR,a.EntryTime,106)AS EntryTime, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM EmployeePromotionLetterDetail a WITH(nolock) WHERE a.EmployeeId = 'EMP00131' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4de3yfnv StackTrace: at Employee_PrintEmployeePromotionLetterHTMLDeepUnnti.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 04/05/2026 04:16:47 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8953575328 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 04/05/2026 04:37:03 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8960640799 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 04/05/2026 04:52:30 PM PageName: Employee_PrintRDLCPage String str: SELECT (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL')+'ResponsiveCSS/images/EmployeeIDCardBackImage.jpg' AS C1, (SELECT ReportValue AS EmployeeIDCardBackRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='EmployeeIDCardBackRDLC')AS C95 FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeId='EMP00131' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at Employee_PrintRDLCPage.EmployeePromotionLetter() TargetSite: Void AbortInternal() Time: 04/05/2026 04:52:30 PM PageName: Employee_PrintRDLCPage String str: SELECT (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL')+'ResponsiveCSS/images/EmployeeIDCardBackImage.jpg' AS C1, (SELECT ReportValue AS EmployeeIDCardBackRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='EmployeeIDCardBackRDLC')AS C95 FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeId='EMP00131' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at Employee_PrintRDLCPage.EmployeePromotionLetter() at Employee_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void EmployeePromotionLetter() Time: 04/05/2026 04:55:59 PM PageName: Employee_EmployeePromotionLetterList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_vg3aciyi StackTrace: at Employee_EmployeePromotionLetterList.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 04/05/2026 04:58:41 PM PageName: DataTableResult String str: SELECT a.EmployeeNo, 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 AND a.EmpJoinDate>='5/4/2026 12:00:00 AM' AND a.EmpJoinDate<'5/5/2026 12:00:00 AM' 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: 04/05/2026 04:58:41 PM PageName: Employee_EmployeeDetailReversal String str: SELECT a.EmployeeNo, 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 AND a.EmpJoinDate>='5/4/2026 12:00:00 AM' AND a.EmpJoinDate<'5/5/2026 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_dkuhe20f StackTrace: at Employee_EmployeeDetailReversal.FillData() TargetSite: Void FillData() Time: 04/05/2026 04:59:03 PM PageName: Employee_EmployeeDetailCorrection String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeNo!='45' AND EmployeeId='EMP00154' ; SELECT Count(1) AS Nos1 FROM EmployeeRegistrationDetail WHERE EmployeeNo!='45' AND EmployeeName='Prinsh Yadav' AND EmpJoinDate='5/4/2026 12:00:00 AM' AND GuardianName='Babulle Yadav' AND AadharNo='426866029677' ; String sql: INSERT INTO EmployeeRegistrationDetailHistory (EmployeeNo, 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, BankAccountVerified, BankNameId, BankName, BankBranch, AadharNo, AadharVerified, AadharOTP, PANNo, PANVerified, VoterIdNo, VoterIdVerified, DLNo, DLVerified, PFAccountNo, PFAccountVerified, PFUANNo, PFUANVerified, ESINo, ESIVerified, AadharImage, POIType, POINo, POIFront, POIBack, POAType, POANo, POAFront, POABack, EmployeePhoto, BankPassbook, KYCStatus, KYCRemark, KYCTime, KYCuser, EmpExitDate, ExitRemark, AttInHH, AttInMM, AttOutHH, AttOutMM, EntryUser, EntryTime, RejectRemark, ApproveUser, ApproveTime, UpdateUser, UpdateTime) SELECT EmployeeNo, 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, BankAccountVerified, BankNameId, BankName, BankBranch, AadharNo, AadharVerified, AadharOTP, PANNo, PANVerified, VoterIdNo, VoterIdVerified, DLNo, DLVerified, PFAccountNo, PFAccountVerified, PFUANNo, PFUANVerified, ESINo, ESIVerified, AadharImage, POIType, POINo, POIFront, POIBack, POAType, POANo, POAFront, POABack, EmployeePhoto, BankPassbook, KYCStatus, KYCRemark, KYCTime, KYCuser, EmpExitDate, ExitRemark, AttInHH, AttInMM, AttOutHH, AttOutMM, EntryUser, EntryTime, RejectRemark, ApproveUser, ApproveTime, 'emp00136' AS UpdateUser, GETDATE() AS UpdateDate FROM EmployeeRegistrationDetail WHERE EmployeeNo='45' ; UPDATE EmployeeRegistrationDetail SET EmpJoinDate='5/4/2026 12:00:00 AM', DepartmentName='Operation', DesignationName='Field Officer', EmployeeType='FullTime', EmployeeId='EMP00154', AadharNo='426866029677', EmployeeName='Prinsh Yadav', GuardianSalutation='S/O', EmployeeSalutation='Mr.', GuardianName='Babulle Yadav', EntryUser='emp00136', EntryTime=GETDATE() WHERE EmployeeNo='45' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PermanentStateId'. Invalid column name 'PermanentDistrictId'. Invalid column name 'PostalStateId'. Invalid column name 'PostalDistrictId'. Invalid column name 'BankNameId'. Invalid column name 'PermanentStateId'. Invalid column name 'PermanentDistrictId'. Invalid column name 'PostalStateId'. Invalid column name 'PostalDistrictId'. Invalid column name 'BankNameId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, 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_EmployeeDetailCorrection.btnUpdate_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/05/2026 08: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: 04/05/2026 08:45:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:24:54 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9198328462 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 05/05/2026 10:40:26 AM 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: 05/05/2026 10:40:26 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 05/05/2026 10:42:18 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: 05/05/2026 10:42:18 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 10:58:03 AM 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: 05/05/2026 10:58:03 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 05/05/2026 02:30:39 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9569608269 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 05/05/2026 02:33:20 PM PageName: LoanOfficerMobile_GroupLoanApplicationVerification 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 LoanOfficerMobile_GroupLoanApplicationVerification.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/05/2026 02:33:53 PM PageName: LoanOfficerMobile_GroupLoanApplicationVerification 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 LoanOfficerMobile_GroupLoanApplicationVerification.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/05/2026 02:34:00 PM PageName: LoanOfficerMobile_GroupLoanApplicationVerification 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 LoanOfficerMobile_GroupLoanApplicationVerification.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/05/2026 02:34:23 PM PageName: LoanOfficerMobile_GroupLoanApplicationVerification 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 LoanOfficerMobile_GroupLoanApplicationVerification.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/05/2026 02:55:43 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='CL3296L1251'; 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), DepBal DECIMAL(10,2), PrinBal DECIMAL(10,2), Balance 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.DepBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PrinBal=(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.Balance=a.PrinBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Balance=a.DepBal 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.Balance 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 ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupLoanStatementRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanStatementRDLC')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: System.ApplicationException: The report definition for report 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupLoanStatementRDLC.rdlc' has not been specified ---> System.IO.FileNotFoundException: Could not find file 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupLoanStatementRDLC.rdlc'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Microsoft.Reporting.StandalonePreviewStore.GetReportDefinition(String path, Boolean isFile) at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) --- End of inner exception stack trace --- at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.LocalService.GetCompiledReport(CatalogItemContext itemContext, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.WebForms.LocalReport.CompileReport() 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.GroupLoanStatement() TargetSite: Void CompileReport() Time: 05/05/2026 02:57:44 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9793434780 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 05/05/2026 03:03:57 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7054800478 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 05/05/2026 03:19: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: 05/05/2026 03:19:08 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:19: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: 05/05/2026 03:19:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:22:58 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/6/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Weekly' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 05/05/2026 03:22:58 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/6/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Weekly' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 05/05/2026 04:01:07 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7054584733 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 05/05/2026 04:04:54 PM PageName: LoanOfficerMobile_GroupLoanCenterMeeting 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 LoanOfficerMobile_GroupLoanCenterMeeting.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/05/2026 04:07:05 PM PageName: LoanOfficerMobile_GroupLoanCenterMeeting 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 LoanOfficerMobile_GroupLoanCenterMeeting.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/05/2026 04:30:17 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7355683921 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 05/05/2026 04:36:23 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9118627750 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 05/05/2026 04:56:48 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8957952052 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 05/05/2026 06:57:43 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification 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 LoanOfficerMobile_GroupMemberRegistrationVerification.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/05/2026 07:09:21 PM PageName: LoanOfficerMobile_GroupLoanApplicationVerification 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 LoanOfficerMobile_GroupLoanApplicationVerification.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/05/2026 07:21:38 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9335388527 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 05/05/2026 09:03: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: 05/05/2026 09:03:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:40:57 AM 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: 06/05/2026 10:40:57 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 06/05/2026 10:44:24 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: 06/05/2026 10:44:24 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 10:45:20 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: 06/05/2026 10:45:20 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 10:46:56 AM 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/05/2026 10:46:56 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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/05/2026 12:22:17 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7607548898 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 06/05/2026 12:26:53 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7390871304 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 06/05/2026 02: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: 06/05/2026 02:19:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 02:19: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: 06/05/2026 02:19:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 02:21:39 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/7/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='EMP00130' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00130' AND a.LoanTermMode='Weekly' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 06/05/2026 02:21:39 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/7/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='EMP00130' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00130' AND a.LoanTermMode='Weekly' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 06/05/2026 06:47:33 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6388607040 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 06/05/2026 07:02: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: 06/05/2026 07:02:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 07:49:44 PM PageName: LoanOfficerMobile_GroupLoanCenterMeeting 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 LoanOfficerMobile_GroupLoanCenterMeeting.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 06/05/2026 10:38:58 PM PageName: GroupLoan_GroupLoanCenterMeetingApproval String str: 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_patatky0 StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.FillEmployee() TargetSite: Void FillEmployee() Time: 06/05/2026 10:38:58 PM PageName: GroupLoan_GroupLoanCenterMeetingApproval String str: 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_patatky0 StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.FillCenter() TargetSite: Void FillCenter() Time: 07/05/2026 11:33:26 AM 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: 07/05/2026 11:33:26 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 07/05/2026 11:34:50 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: 07/05/2026 11:34:50 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 07/05/2026 11:43:46 AM 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: 07/05/2026 11:43:46 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 07/05/2026 11:51:52 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9120868376 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 07/05/2026 01:01:59 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9936105341 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 07/05/2026 01:24:39 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9116282087 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 07/05/2026 02:05: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: 07/05/2026 02:05:22 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 02:05: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: 07/05/2026 02:05:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 02:09:21 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/8/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='101' AND a.CenterOfficerId='EMP00153' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00153' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetLandScapeRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetLandScape() TargetSite: Void AbortInternal() Time: 07/05/2026 02:09:21 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/8/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='101' AND a.CenterOfficerId='EMP00153' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00153' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetLandScapeRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetLandScape() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetLandScape() Time: 07/05/2026 04:27:10 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7607209610 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 07/05/2026 09:02: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: 07/05/2026 09:02:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:58:57 AM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='5/7/2026 12:00:00 AM' AND a.CloseDate<'5/8/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ContactNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 10:58:57 AM PageName: GroupLoan_PrintGroupLoanClosedReportHTML String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='5/7/2026 12:00:00 AM' AND a.CloseDate<'5/8/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, 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_5fhakzsf StackTrace: at GroupLoan_PrintGroupLoanClosedReportHTML.GroupLoanClosedReport() TargetSite: Void GroupLoanClosedReport() Time: 08/05/2026 10:59:06 AM 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: 08/05/2026 10:59:06 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 08/05/2026 11:00:18 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: 08/05/2026 11:00:18 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 08/05/2026 11:13:48 AM 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: 08/05/2026 11:13:48 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 08/05/2026 12:12: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/05/2026 12:12:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 12:36:32 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6391135402 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/05/2026 01:21: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/05/2026 01:21:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 01:22:24 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/9/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 08/05/2026 01:22:24 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/9/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 08/05/2026 02:24:35 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9140023308 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/05/2026 02:47:32 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9807030719 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/05/2026 04:00:25 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7408409459 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/05/2026 04:01:22 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7267907258 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 08/05/2026 07:43: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: 08/05/2026 07:43:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:43:21 AM 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: 09/05/2026 10:43:21 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 09/05/2026 10:45:48 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: 09/05/2026 10:45:48 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 09/05/2026 10:48:36 AM 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: 09/05/2026 10:48:36 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 09/05/2026 01:40:03 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: 09/05/2026 01:40:03 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 09/05/2026 03:01:15 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 9219868704 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 09/05/2026 03:09:26 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification 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 LoanOfficerMobile_GroupMemberRegistrationVerification.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 09/05/2026 03:48:43 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8756396994 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 09/05/2026 04:39: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_5onhyrr2 StackTrace: at GroupLoan_GroupLoanApplicationVerification.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 09/05/2026 04:50:32 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9219868704 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 09/05/2026 04:51:05 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 ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName = 'CompanyURL')+(SELECT replace(ReportValue, '~/','') FROM ProjectReportSetting WITH(nolock) WHERE ReportName = 'GroupMemberKYCFolder')+a.MemberId+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupLoanCardFrontPotraitRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanCardFrontPotraitRDLC')AS C95, (SELECT ReportValue AS CompanyImageURL FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyImageURL')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='GL00003258' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: System.ApplicationException: The report definition for report 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupLoanCardFrontPotraitRDLC.rdlc' has not been specified ---> System.IO.FileNotFoundException: Could not find file 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupLoanCardFrontPotraitRDLC.rdlc'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Microsoft.Reporting.StandalonePreviewStore.GetReportDefinition(String path, Boolean isFile) at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) --- End of inner exception stack trace --- at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.LocalService.GetCompiledReport(CatalogItemContext itemContext, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.WebForms.LocalReport.CompileReport() 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.GroupLoanCardFrontPotrait() TargetSite: Void CompileReport() Time: 09/05/2026 05:00: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: 09/05/2026 05:00:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:58: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: 10/05/2026 09:29: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: 10/05/2026 09:29:23 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 09:29: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: 10/05/2026 09:29:37 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 10:28: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: 11/05/2026 10:28:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:29: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: 11/05/2026 10:29:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:31:28 AM 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/05/2026 10:31:28 AM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5onhyrr2 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/05/2026 10:35:43 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/05/2026 10:35:43 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/05/2026 10:51:54 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/05/2026 10:51:54 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 10:54:25 AM 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/05/2026 10:54:25 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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/05/2026 11:29: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: 11/05/2026 11:29:57 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 11:30:18 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/05/2026 11:30:18 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 12:18:43 PM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/05/2026 12:18:43 PM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/05/2026 01:04:20 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7521841943 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 11/05/2026 03:39:11 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8960208420 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 11/05/2026 04:46:00 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_dkuhe20f StackTrace: at UserMasterSetting_WorkingDateSelection.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 11/05/2026 07:50: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: 11/05/2026 07:50:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:18:29 AM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 9005584808 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 12/05/2026 10:23:17 AM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00004020' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '102', 'Bhadewara', 'EMP00113', 'ANIL KUMAR GAUTAM', '102C21', 'CTR SALIYA KHURD -01', 'Group', '', 'Software', 'M102000642', '5/12/2026 12:00:00 AM', 'Mrs.', 'mara devi', 'W/O', 'dinesh kumar', 'Female', '5/12/1989 12:00:00 AM', '37', '9005584808', 'Verification Error ??????????', 'Agriculture', '0', '0', '382450240609', '382450240609', '', '', 'ZSO2011773', 'ZSO2011773', '', '', '', 'Mr.', 'dinesh kumar', 'S/O', 'maikoolal', 'Husband', 'Male', '5/12/1991 12:00:00 AM', '35', '347010101023', '347010101023', 'ZSO2011476', 'ZSO2011476', '', '', 'Agriculture', '0', '7233991188', '', 'Pending', 'SemiUrban', 'Permanent', 'Salaiya khurd', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00113', GETDATE(), 'Aadhar Card', '382450240609', 'Voter Id Card', 'ZSO2011773', 'Aadhar Card', '347010101023', 'Voter Id Card', 'ZSO2011476' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M102000642', 'mara devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMgAwADAAMAA2ADQAMgA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'State Bank Of India', '34211230331', 'SBIN0009558', 'Salaiya khurd', 'Allahabad', 'Uttar Pradesh', '212301', 'Birj lal', 'Pita', '9005584805', 'Meja rod', 'Salaiya khurd', 'Allahabad', 'Uttar Pradesh', '212301', '5/12/2026 12:00:00 AM', 'EMP00113', GETDATE(), 'GroupAlloted', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M102000642', '382450240609', '******1188', 'FEMALE', 'Uttar Pradesh', '30-40', 'Y', '639141775211458803', GETDATE(), 'EMP00113' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M102000642', '347010101023', '******9288', 'MALE', 'Uttar Pradesh', '30-40', 'Y', '639141776138548322', GETDATE(), 'EMP00113' ) ; 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', 'M102000642', 'ZSO2011773', 'mara devi', 'dinesh kumar', 'H', 'F', 'Prayagraj', 'Koraon', 'Allahabad', 'Uttar Pradesh', 'ZSO2011773', '', '37', '76', '871', 'COMPOSITE SCHOOL SALAIYA KHURD', 'COMPOSITE VI. SALAIYA KHURD PU.BHAG', '', '', 'दिनेश कुमार', '', '', '1', '', 'मारा देवी', 'मारा देवी', '', '265', 'S24', '', '', '639141775537708577', GETDATE(), 'EMP00113' ) ; 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', 'M102000642', 'ZSO2011476', 'dinesh kumar', 'maikoolal', 'F', 'M', 'Prayagraj', 'Koraon', 'Allahabad', 'Uttar Pradesh', 'ZSO2011476', '', '35', '76', '1016', 'COMPOSITE SCHOOL SALAIYA KHURD', 'COMPOSITE VI. SALAIYA KHURD PU.BHAG', '', '', '???????', '', '', '1', '', '????? ?????', '????? ?????', '', '265', 'S24', '', '', '639141776606674103', GETDATE(), 'EMP00113' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/05/2026 10:25:14 AM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00004020' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '102', 'Bhadewara', 'EMP00113', 'ANIL KUMAR GAUTAM', '102C21', 'CTR SALIYA KHURD -01', 'Group', '', 'Software', 'M102000642', '5/12/2026 12:00:00 AM', 'Mrs.', 'mara devi', 'W/O', 'dinesh kumar', 'Female', '5/12/1989 12:00:00 AM', '37', '9005584808', 'Verification Error ??????????', 'Agriculture', '0', '0', '382450240609', '382450240609', '', '', 'ZSO2011773', 'ZSO2011773', '', '', '', 'Mr.', 'dinesh kumar', 'S/O', 'maikoolal', 'Husband', 'Male', '5/12/1991 12:00:00 AM', '35', '347010101023', '347010101023', 'ZSO2011476', 'ZSO2011476', '', '', 'Agriculture', '0', '7233991188', '', 'Pending', 'SemiUrban', 'Permanent', 'Salaiya khurd', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00113', GETDATE(), 'Aadhar Card', '382450240609', 'Voter Id Card', 'ZSO2011773', 'Aadhar Card', '347010101023', 'Voter Id Card', 'ZSO2011476' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M102000642', 'mara devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMgAwADAAMAA2ADQAMgA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'State Bank Of India', '34211230331', 'SBIN0009558', 'Salaiya khurd', 'Allahabad', 'Uttar Pradesh', '212301', 'Birj lal', 'Pita', '9005584805', 'Meja rod', 'Salaiya khurd', 'Allahabad', 'Uttar Pradesh', '212301', '5/12/2026 12:00:00 AM', 'EMP00113', GETDATE(), 'GroupAlloted', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M102000642', '382450240609', '******1188', 'FEMALE', 'Uttar Pradesh', '30-40', 'Y', '639141775211458803', GETDATE(), 'EMP00113' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M102000642', '347010101023', '******9288', 'MALE', 'Uttar Pradesh', '30-40', 'Y', '639141776138548322', GETDATE(), 'EMP00113' ) ; 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', 'M102000642', 'ZSO2011773', 'mara devi', 'dinesh kumar', 'H', 'F', 'Prayagraj', 'Koraon', 'Allahabad', 'Uttar Pradesh', 'ZSO2011773', '', '37', '76', '871', 'COMPOSITE SCHOOL SALAIYA KHURD', 'COMPOSITE VI. SALAIYA KHURD PU.BHAG', '', '', 'दिनेश कुमार', '', '', '1', '', 'मारा देवी', 'मारा देवी', '', '265', 'S24', '', '', '639141775537708577', GETDATE(), 'EMP00113' ) ; 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', 'M102000642', 'ZSO2011476', 'dinesh kumar', 'maikoolal', 'F', 'M', 'Prayagraj', 'Koraon', 'Allahabad', 'Uttar Pradesh', 'ZSO2011476', '', '35', '76', '1016', 'COMPOSITE SCHOOL SALAIYA KHURD', 'COMPOSITE VI. SALAIYA KHURD PU.BHAG', '', '', '???????', '', '', '1', '', '????? ?????', '????? ?????', '', '265', 'S24', '', '', '639141776606674103', GETDATE(), 'EMP00113' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/05/2026 10:25:31 AM PageName: GroupLoan_GroupLoanCenterMeeting String str: 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' 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_5onhyrr2 StackTrace: at GroupLoan_GroupLoanCenterMeeting.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/05/2026 10:26:08 AM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00004020' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '102', 'Bhadewara', 'EMP00113', 'ANIL KUMAR GAUTAM', '102C21', 'CTR SALIYA KHURD -01', 'Group', '', 'Software', 'M102000642', '5/12/2026 12:00:00 AM', 'Mrs.', 'mara devi', 'W/O', 'dinesh kumar', 'Female', '5/12/1989 12:00:00 AM', '37', '9005584808', 'Verification Error ??????????', 'Agriculture', '0', '0', '382450240609', '382450240609', '', '', 'ZSO2011773', 'ZSO2011773', '', '', '', 'Mr.', 'dinesh kumar', 'S/O', 'maikoolal', 'Husband', 'Male', '5/12/1991 12:00:00 AM', '35', '347010101023', '347010101023', 'ZSO2011476', 'ZSO2011476', '', '', 'Agriculture', '0', '7233991188', '', 'Pending', 'SemiUrban', 'Permanent', 'Salaiya khurd', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00113', GETDATE(), 'Aadhar Card', '382450240609', 'Voter Id Card', 'ZSO2011773', 'Aadhar Card', '347010101023', 'Voter Id Card', 'ZSO2011476' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M102000642', 'mara devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMgAwADAAMAA2ADQAMgA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', 'State Bank Of India', '34211230331', 'SBIN0009558', 'Salaiya khurd', 'Allahabad', 'Uttar Pradesh', '212301', 'Birj lal', 'Pita', '9005584805', 'Meja rod', 'Salaiya khurd', 'Allahabad', 'Uttar Pradesh', '212301', '5/12/2026 12:00:00 AM', 'EMP00113', GETDATE(), 'GroupAlloted', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', 'ANIL KUMAR GAUTAM', 'EMP00113', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M102000642', '382450240609', '******1188', 'FEMALE', 'Uttar Pradesh', '30-40', 'Y', '639141775211458803', GETDATE(), 'EMP00113' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M102000642', '347010101023', '******9288', 'MALE', 'Uttar Pradesh', '30-40', 'Y', '639141776138548322', GETDATE(), 'EMP00113' ) ; 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', 'M102000642', 'ZSO2011773', 'mara devi', 'dinesh kumar', 'H', 'F', 'Prayagraj', 'Koraon', 'Allahabad', 'Uttar Pradesh', 'ZSO2011773', '', '37', '76', '871', 'COMPOSITE SCHOOL SALAIYA KHURD', 'COMPOSITE VI. SALAIYA KHURD PU.BHAG', '', '', 'दिनेश कुमार', '', '', '1', '', 'मारा देवी', 'मारा देवी', '', '265', 'S24', '', '', '639141775537708577', GETDATE(), 'EMP00113' ) ; 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', 'M102000642', 'ZSO2011476', 'dinesh kumar', 'maikoolal', 'F', 'M', 'Prayagraj', 'Koraon', 'Allahabad', 'Uttar Pradesh', 'ZSO2011476', '', '35', '76', '1016', 'COMPOSITE SCHOOL SALAIYA KHURD', 'COMPOSITE VI. SALAIYA KHURD PU.BHAG', '', '', '???????', '', '', '1', '', '????? ?????', '????? ?????', '', '265', 'S24', '', '', '639141776606674103', GETDATE(), 'EMP00113' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/05/2026 10:30:38 AM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='5/11/2026 12:00:00 AM' AND a.CloseDate<'5/12/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ContactNo'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 10:30:38 AM PageName: GroupLoan_PrintGroupLoanClosedReportHTML String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerName+' ('+a.LoanOfficerId+')' AS LoanOfficerName, a.CenterName+' ('+a.CenterId+')' AS CenterName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, convert(CHAR,a.CloseDate,103)AS CloseDate, (SELECT COUNT(DISTINCT DNo) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidNoOfInst, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PDate=a.CloseDate AND PStatus='Paid' AND LoanId=a.LoanId AND VoucherId=a.CloseVoucherId)AS LastPaidAmount, CASE WHEN a.CloseDate=a.ExpiryDate THEN 'Regular' WHEN a.CloseDatea.ExpiryDate THEN 'Behind' END AS CloseType, convert(CHAR,a.DisburseDate,103)AS DisburseDate, a.LoanAmount, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS CompanyBannerURL FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanClosed') AND a.CloseDate>='5/11/2026 12:00:00 AM' AND a.CloseDate<'5/12/2026 12:00:00 AM' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, 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_5fhakzsf StackTrace: at GroupLoan_PrintGroupLoanClosedReportHTML.GroupLoanClosedReport() TargetSite: Void GroupLoanClosedReport() Time: 12/05/2026 10:30:45 AM 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: 12/05/2026 10:30:45 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 12/05/2026 10:38:32 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: 12/05/2026 10:38:32 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 10:42:21 AM 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: 12/05/2026 10:42:21 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 12/05/2026 12:20:34 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8115899478 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 12/05/2026 01:03: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: 12/05/2026 01:03:51 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 02:48:17 PM PageName: Employee_EmployeeRegistrationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_r3lxdzam StackTrace: at Employee_EmployeeRegistrationVerification.d__44.MoveNext() TargetSite: Void MoveNext() Time: 12/05/2026 02:49:54 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 12/05/2026 02:49:54 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 12/05/2026 02:49:54 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 12/05/2026 02:49:54 PM PageName: Employee_EmployeeSalaryGenerate String str: DECLARE @FDate DATE, @TDate DATE; SET @FDate='4/1/2026 12:00:00 AM'; SET @TDate=(SELECT SalaryToDate FROM FinancialMonthMaster WITH(nolock) WHERE SalaryFromDate=@FDate ); DECLARE @FTable TABLE ( SMId SMALLINT IDENTITY(1,1), BranchId VARCHAR(10), BranchName VARCHAR(50), EmployeeId VARCHAR(20), EmployeeName VARCHAR(50), NetPayable DECIMAL(10,2), LossOfPay DECIMAL(10,2), Arrear DECIMAL(10,2), Incentive DECIMAL(10,2), Advance DECIMAL(10,2), Deduction DECIMAL(10,2), LoanEMI DECIMAL(10,2), TotalPayment DECIMAL(10,2), TotalPayable DECIMAL(10,2), TotalDeduction DECIMAL(10,2), CTCSalary DECIMAL(10,2), SalaryOf1Day DECIMAL(10,2), BasicPay DECIMAL(10,2), Holiday DECIMAL(10,2), Leave DECIMAL(10,2), Present DECIMAL(10,2), Absent DECIMAL(10,2), Worked DECIMAL(10,2), SalaryPeriod VARCHAR(30), FromDate VARCHAR(20), ToDate VARCHAR(20), NoOfDay TINYINT, SalaryCreated VARCHAR(10), LeaveCalculated VARCHAR(10), JoiningDate VARCHAR(20), DepartmentName VARCHAR(50), DesignationName VARCHAR(50), EmployeeType VARCHAR(10) ); INSERT INTO @FTable ( BranchId, BranchName, EmployeeId, EmployeeName, NetPayable, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, BasicPay, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, JoiningDate, DepartmentName, DesignationName, EmployeeType ) SELECT b.BranchId, b.BranchName, b.EmployeeId, b.EmployeeName, a.NetPayable, a.TotalPayment, a.TotalPayable, a.TotalDeduction, a.CTCSalary, a.BasicPay, rtrim(convert(char,@FDate,103))+' - '+rtrim(convert(char,@TDate,103))AS SalaryPeriod, convert(char,@FDate,103)AS FromDate, convert(char,@TDate,103)AS ToDate, datediff(day,@FDate,@TDate)+1 AS NoOfDay, NULL AS SalaryCreated, convert(char,b.EmpJoinDate,103)AS JoiningDate, b.DepartmentName, b.DesignationName, b.EmployeeType FROM EmployeeSalaryMaster a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.SalaryStatus='Active' ORDER BY b.BranchName, a.EmployeeName ; DECLARE @TTable TABLE ( EmployeeId VARCHAR(20), AttDate DATETIME, AttValue DECIMAL(5,2), AttType VARCHAR(20) ); INSERT INTO @TTable ( EmployeeId, AttDate, AttValue, AttType ) SELECT a.EmployeeId, a.AttDate, a.AttValue, a.AttType FROM EmployeeAttendanceDetail a WITH(nolock) WHERE a.AttStatus='Approved' AND a.AttDate>=@FDate AND a.AttDate@FDate AND EmployeeId=a.EmployeeId),0)>0 THEN 'Yes' ELSE 'No' END ) FROM @FTable a ; SELECT SMId, BranchName+' ('+BranchId+')' AS BranchIdName, EmployeeId, EmployeeName, NetPayable, LossOfPay, Arrear, Incentive, Advance, Deduction, LoanEMI, TotalPayment, TotalPayable, TotalDeduction, CTCSalary, SalaryOf1Day, BasicPay, Holiday, Leave, Present, Absent, Worked, SalaryPeriod, FromDate, ToDate, NoOfDay, SalaryCreated, LeaveCalculated, JoiningDate, DepartmentName, DesignationName, EmployeeType FROM @FTable ORDER BY BranchName, EmployeeName ; 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 Employee_EmployeeSalaryGenerate.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 12/05/2026 02:54:54 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M102000642' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'RequestMemberName'. Invalid column name 'RequestMemberMobile'. Invalid column name 'ResponseTextURL'. Invalid column name 'ResponsePDFURL'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 02:54:54 PM PageName: GroupLoan_GroupMemberCibilVerification String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M102000642' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pjdiudgl StackTrace: at GroupLoan_GroupMemberCibilVerification.FillHighmarkData() TargetSite: Void FillHighmarkData() Time: 12/05/2026 02:55:24 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M103000612' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'RequestMemberName'. Invalid column name 'RequestMemberMobile'. Invalid column name 'ResponseTextURL'. Invalid column name 'ResponsePDFURL'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 02:55:24 PM PageName: GroupLoan_GroupMemberCibilVerification String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M103000612' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pjdiudgl StackTrace: at GroupLoan_GroupMemberCibilVerification.FillHighmarkData() TargetSite: Void FillHighmarkData() Time: 12/05/2026 02:55:25 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M103000612' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'RequestMemberName'. Invalid column name 'RequestMemberMobile'. Invalid column name 'ResponseTextURL'. Invalid column name 'ResponsePDFURL'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 02:55:25 PM PageName: GroupLoan_GroupMemberCibilVerification String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M103000612' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pjdiudgl StackTrace: at GroupLoan_GroupMemberCibilVerification.FillHighmarkData() TargetSite: Void FillHighmarkData() Time: 12/05/2026 02:55:43 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M101000585' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'RequestMemberName'. Invalid column name 'RequestMemberMobile'. Invalid column name 'ResponseTextURL'. Invalid column name 'ResponsePDFURL'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 02:55:43 PM PageName: GroupLoan_GroupMemberCibilVerification String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M101000585' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pjdiudgl StackTrace: at GroupLoan_GroupMemberCibilVerification.FillHighmarkData() TargetSite: Void FillHighmarkData() Time: 12/05/2026 02:56:36 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M102000642' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'RequestMemberName'. Invalid column name 'RequestMemberMobile'. Invalid column name 'ResponseTextURL'. Invalid column name 'ResponsePDFURL'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 02:56:36 PM PageName: GroupLoan_GroupMemberCibilVerification String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M102000642' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pjdiudgl StackTrace: at GroupLoan_GroupMemberCibilVerification.FillHighmarkData() TargetSite: Void FillHighmarkData() Time: 12/05/2026 02:58:47 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M102000642' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'RequestMemberName'. Invalid column name 'RequestMemberMobile'. Invalid column name 'ResponseTextURL'. Invalid column name 'ResponsePDFURL'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 02:58:47 PM PageName: GroupLoan_GroupMemberCibilVerification String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M102000642' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pjdiudgl StackTrace: at GroupLoan_GroupMemberCibilVerification.FillHighmarkData() TargetSite: Void FillHighmarkData() Time: 12/05/2026 02:59:11 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M101000583' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'RequestMemberName'. Invalid column name 'RequestMemberMobile'. Invalid column name 'ResponseTextURL'. Invalid column name 'ResponsePDFURL'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 02:59:11 PM PageName: GroupLoan_GroupMemberCibilVerification String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M101000583' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pjdiudgl StackTrace: at GroupLoan_GroupMemberCibilVerification.FillHighmarkData() TargetSite: Void FillHighmarkData() Time: 12/05/2026 03:02:38 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M102000642' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'RequestMemberName'. Invalid column name 'RequestMemberMobile'. Invalid column name 'ResponseTextURL'. Invalid column name 'ResponsePDFURL'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 03:02:38 PM PageName: GroupLoan_GroupMemberCibilVerification String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M102000642' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pjdiudgl StackTrace: at GroupLoan_GroupMemberCibilVerification.FillHighmarkData() TargetSite: Void FillHighmarkData() Time: 12/05/2026 03:03:21 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M102000642' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'RequestMemberName'. Invalid column name 'RequestMemberMobile'. Invalid column name 'ResponseTextURL'. Invalid column name 'ResponsePDFURL'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 03:03:21 PM PageName: GroupLoan_GroupMemberCibilVerification String str: SELECT Convert(CHAR,a.EntryTime,103)AS EntryDate, a.MemberType, a.MemberId, a.MemberName, a.CibilPersonName, a.ResStatus, rtrim(Convert(CHAR,a.EntryTime,106))+' '+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.ApproveRemark, a.ApproveUser, a.ApproveTime, a.RequestMemberName, a.RequestMemberMobile, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponseTextURL AS CibilHighmarkTextURL, 'https://valourapiservices.valourinfotech.in/UploadedDocs/GroupMemberCibilHighmark/'+a.ResponsePDFURL AS CibilHighmarkPDFURL FROM GroupMemberCibilHighmark a WITH(nolock) WHERE a.MemberId='M102000642' ORDER BY a.MemberType, a.EntryTime DESC String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pjdiudgl StackTrace: at GroupLoan_GroupMemberCibilVerification.FillHighmarkData() TargetSite: Void FillHighmarkData() Time: 12/05/2026 03:35: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: 12/05/2026 03:35:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:35: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: 12/05/2026 03:35:27 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:36:36 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/13/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Weekly' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 12/05/2026 03:36:36 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/13/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Weekly' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 12/05/2026 03:38:29 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/13/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: 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.GroupLoanDemandSheetPotrait() TargetSite: Void AbortInternal() Time: 12/05/2026 03:38:29 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='5/13/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), GroupName VARCHAR(10), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MemberMobileNo varchar(20), NomineeMobileNo 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='Daily' AND a.BranchId='103' AND a.CenterOfficerId='EMP00138' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.GroupName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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, GroupName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MemberMobileNo, NomineeMobileNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, 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.LoanOfficerId='EMP00138' AND a.LoanTermMode='Daily' 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 AS C11, a.MemberName AS C12, a.NomineeName AS C13, a.MemberMobileNo AS C14, a.NomineeMobileNo AS C15, a.LoanId AS C16, a.LoanCycle AS C17, replace(a.DueDate,'/20','/')AS C18, rtrim(convert(CHAR,a.DueNo))AS C19, rtrim(convert(CHAR,a.NoOfOD))AS C20, replace(isnull(a.ODAmount, 0.00), '.00', '')AS C21, replace(isnull(a.DueAmount, 0), '.00', '')AS C22, replace(a.BalanceAmount, '.00', '')AS C23, rtrim(convert(CHAR,a.PayableAmount))AS C24, rtrim(convert(CHAR,a.DemandAmount))AS C25, rtrim(convert(CHAR,a.TodayPaidAmount))AS C26, rtrim(convert(CHAR,a.TodayNotReceived))AS C27, rtrim(convert(CHAR,isnull(a.MeetingAmount,0)))AS C28, rtrim(convert(CHAR,a.Outstanding))AS C29, replace(a.EMIAmount, '.00', '')AS C30, replace(a.LoanAmount, '.00', '')AS C41, rtrim(convert(CHAR,a.LoanTerm))AS C42, replace(a.LastPaidDate,'/20','/')AS C43, replace(a.DisburseDate, '/20', '/')AS C44, a.CenterId AS C45, a.CenterName AS C46, a.LoanOfficerId AS C47, a.LoanOfficerName AS C48, a.BranchName AS C49, a.MeetingTime AS C0, rtrim(convert(CHAR,@ODate,106))AS C1, datename(dw,@ODate)AS C2, 'Weekly' AS C3, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C4, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C5, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C6, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C7, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandSheetPotraitRDLC')AS C95, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyBannerURL')AS C99 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount, 0)> 0 AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanDemandSheetPotrait() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanDemandSheetPotrait() Time: 12/05/2026 04:18:00 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9129774725 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 12/05/2026 04:18:19 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6394775198 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 12/05/2026 04:26:22 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9005584808 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 12/05/2026 07:50: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: 12/05/2026 07:50:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:39:10 AM 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: 13/05/2026 10:39:10 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 13/05/2026 10:40: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: 13/05/2026 10:40:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:40: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: 13/05/2026 10:40:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:49:40 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: 13/05/2026 10:49:40 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 13/05/2026 10:52:10 AM 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: 13/05/2026 10:52:10 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 13/05/2026 12:11:37 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7518751588 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 13/05/2026 02:33:20 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9236742601 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 13/05/2026 03: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: 13/05/2026 03:24: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: 13/05/2026 03:25: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: 13/05/2026 03:35:39 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7081350054 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 13/05/2026 03:36:05 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8601168600 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 13/05/2026 03:43: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: 13/05/2026 03:43:07 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:50: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/05/2026 03:50:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:52: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: 13/05/2026 03:52:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 07: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: 13/05/2026 07:49:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 08: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: 14/05/2026 11:17:37 AM 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_dkuhe20f StackTrace: at UserMasterSetting_WorkingDateSelection.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 14/05/2026 11:48:51 AM 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: 14/05/2026 11:48:51 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 14/05/2026 11:51:56 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: 14/05/2026 11:51:56 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 14/05/2026 11:56:48 AM 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: 14/05/2026 11:56:48 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 14/05/2026 11:59:58 AM PageName: GroupLoan_GroupLoanArrearOrODReport 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='101' AND a.CenterOfficerId='EMP00153' 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_t0kqpyhg StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 14/05/2026 01:42:16 PM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/05/2026 01:42:16 PM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/05/2026 02:39:50 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9305887635 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 14/05/2026 03:28:59 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9559007531 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 14/05/2026 03:45: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: 14/05/2026 03:45:07 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:45: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: 14/05/2026 03:45:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:45: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: 14/05/2026 03:45:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 05:31:09 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7355385804 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 14/05/2026 06:07:34 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7019197317 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 14/05/2026 08:37: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/05/2026 08:37:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:29:08 AM PageName: GroupLoan_GroupLoanCenterMeeting String str: 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_5onhyrr2 StackTrace: at GroupLoan_GroupLoanCenterMeeting.FillEmployee() TargetSite: Void FillEmployee() Time: 15/05/2026 10:29:08 AM PageName: GroupLoan_GroupLoanCenterMeeting String str: 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_5onhyrr2 StackTrace: at GroupLoan_GroupLoanCenterMeeting.FillCenter() TargetSite: Void FillCenter() Time: 15/05/2026 11:07:19 AM 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: 15/05/2026 11:07:19 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 15/05/2026 11:12:25 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: 15/05/2026 11:12:25 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 11:26:41 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: 15/05/2026 11:26:41 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 11:28:01 AM 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: 15/05/2026 11:28:01 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 15/05/2026 12:25: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: 15/05/2026 12:57:12 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8112948290 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 15/05/2026 01:09:49 PM PageName: LoanOfficerMobile_GroupLoanApplicationVerification String str: SELECT TOP 100 Convert(CHAR,a.MemberJoinDate,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.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: 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 LoanOfficerMobile_GroupLoanApplicationVerification.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 15/05/2026 01:11:27 PM PageName: LoanOfficerMobile_GroupLoanApplicationVerification String str: SELECT TOP 100 Convert(CHAR,a.MemberJoinDate,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.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: 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 LoanOfficerMobile_GroupLoanApplicationVerification.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 15/05/2026 01:16:16 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7080114238 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 15/05/2026 01:29:42 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9136373211 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 15/05/2026 02:15:33 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8004617758 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 15/05/2026 02:16:07 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6387945734 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 15/05/2026 02:16: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: 15/05/2026 02:16:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 04:02:21 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9112559324 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 15/05/2026 04:27:29 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: 15/05/2026 04:27:29 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5onhyrr2 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: 15/05/2026 04:27:29 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: 15/05/2026 04:27:29 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5onhyrr2 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: 15/05/2026 04:37: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/05/2026 04:37:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 04:45: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/05/2026 04:45:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:15: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/05/2026 10:15:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 10:54:12 AM 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: 16/05/2026 10:54:12 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 16/05/2026 10:57:18 AM 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: 16/05/2026 10:57:18 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 16/05/2026 11:14:13 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: 16/05/2026 11:14:13 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 12:08:30 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6387945734 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/05/2026 12:56:22 PM PageName: LoanOfficerMobile_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_qt3q50b4 StackTrace: at LoanOfficerMobile_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 16/05/2026 12:57:15 PM PageName: LoanOfficerMobile_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_qt3q50b4 StackTrace: at LoanOfficerMobile_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 16/05/2026 12:58:14 PM PageName: LoanOfficerMobile_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_qt3q50b4 StackTrace: at LoanOfficerMobile_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 16/05/2026 12:59:13 PM PageName: LoanOfficerMobile_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_qt3q50b4 StackTrace: at LoanOfficerMobile_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 16/05/2026 12:59:21 PM PageName: LoanOfficerMobile_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_qt3q50b4 StackTrace: at LoanOfficerMobile_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 16/05/2026 02:20:23 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8112954581 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/05/2026 02:24:21 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 9670265578 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/05/2026 02:26:21 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9555615459 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/05/2026 02:46:15 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9198538355 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/05/2026 02:46:35 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9670365578 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/05/2026 03:19:06 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6307867283 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 16/05/2026 03:30: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: 16/05/2026 03:30:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 03:48: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: 16/05/2026 03:48:41 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 04:10: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: 16/05/2026 04:10:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t2ym4k24 StackTrace: at GroupLoan_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/05/2026 04:12: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: 16/05/2026 04:12:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 04:14:58 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 6387945734 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 17/05/2026 08:23: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: 17/05/2026 08:23:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 08:23:45 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/05/2026 08:23:45 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 11:20:26 AM 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: 18/05/2026 11:20:26 AM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vg3aciyi 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: 18/05/2026 11:21:56 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: 18/05/2026 11:21:56 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 11:29:01 AM 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: 18/05/2026 11:29:01 AM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 18/05/2026 01:53: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: 18/05/2026 01:53:39 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 02:12: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: 18/05/2026 02:12:08 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 02:12: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.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/05/2026 02:12:20 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 02:12: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.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/05/2026 02:12:20 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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/05/2026 02:39: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: 18/05/2026 02:39:25 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 02:39: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: 18/05/2026 02:39:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 04:13:52 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8808939255 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 18/05/2026 08: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: 18/05/2026 08:40:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 11:02:04 AM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9400501740 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 19/05/2026 11:47:44 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/05/2026 11:47:44 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_aic1syfy StackTrace: at GroupLoan_GroupMemberApplicationDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberApplicationDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/05/2026 12:07:28 PM PageName: DataTableResult String str: SELECT a.MemberId, a.MemberName, a.MobileNo, a.NomineeName, a.LoanStatus, a.LoanCycle, a.ApplicationId, a.ApplicationAmount, a.ApprovalAmount, a.SanctionId, Convert(CHAR,a.ApprovalDate,106)AS ApprovalDate, Convert(CHAR,a.ExpectedDisburseDate,106)AS ExpectedDisburseDate, Convert(CHAR,a.FirstEMIDate,106)AS FirstEMIDate, a.GLoanTypeName, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+' - '+a.LoanTermMode AS LoanTerm, a.LoanPurpose FROM GroupLoanAccount a WITH(nolock) WHERE a.CenterId='101C49' ORDER BY a.MemberName, a.MemberId, a.SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MobileNo'. Invalid column name 'ExpectedDisburseDate'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 12:07:28 PM PageName: GroupLoan_GroupLoanApplicationDetail String str: SELECT a.MemberId, a.MemberName, a.MobileNo, a.NomineeName, a.LoanStatus, a.LoanCycle, a.ApplicationId, a.ApplicationAmount, a.ApprovalAmount, a.SanctionId, Convert(CHAR,a.ApprovalDate,106)AS ApprovalDate, Convert(CHAR,a.ExpectedDisburseDate,106)AS ExpectedDisburseDate, Convert(CHAR,a.FirstEMIDate,106)AS FirstEMIDate, a.GLoanTypeName, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+' - '+a.LoanTermMode AS LoanTerm, a.LoanPurpose FROM GroupLoanAccount a WITH(nolock) WHERE a.CenterId='101C49' ORDER BY a.MemberName, a.MemberId, a.SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_eth0fmar StackTrace: at GroupLoan_GroupLoanApplicationDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 19/05/2026 12:08:46 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='CL3113'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL'AND 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 ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupMemberFullDetailRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupMemberFullDetailRDLC')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'. Invalid column name 'LocationType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.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/05/2026 12:08:46 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='CL3113'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyURL'AND 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 ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupMemberFullDetailRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupMemberFullDetailRDLC')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_o4de5key StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 19/05/2026 12:10:10 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_ibbewjlp StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 19/05/2026 12:23: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: 19/05/2026 12:23:13 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_t0kqpyhg 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: 19/05/2026 12:25:29 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: 19/05/2026 12:25:29 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1yr1r54l 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: 19/05/2026 02:01:55 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 8173061224 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 19/05/2026 02:02:28 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00001708'; 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), DepBal DECIMAL(10,2), PrinBal DECIMAL(10,2), Balance 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.DepBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PrinBal=(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.Balance=a.PrinBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Balance=a.DepBal 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.Balance 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 ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupLoanStatementRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanStatementRDLC')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: System.ApplicationException: The report definition for report 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupLoanStatementRDLC.rdlc' has not been specified ---> System.IO.FileNotFoundException: Could not find file 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupLoanStatementRDLC.rdlc'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Microsoft.Reporting.StandalonePreviewStore.GetReportDefinition(String path, Boolean isFile) at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) --- End of inner exception stack trace --- at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.LocalService.GetCompiledReport(CatalogItemContext itemContext, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.WebForms.LocalReport.CompileReport() 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.GroupLoanStatement() TargetSite: Void CompileReport() Time: 19/05/2026 02:02:31 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 ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName = 'CompanyURL')+(SELECT replace(ReportValue, '~/','') FROM ProjectReportSetting WITH(nolock) WHERE ReportName = 'GroupMemberKYCFolder')+a.MemberId+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT ReportValue AS CompanyName FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyName')AS C99, (SELECT ReportValue AS CompanyDetail1 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail1')AS C98, (SELECT ReportValue AS CompanyDetail2 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail2')AS C97, (SELECT ReportValue AS CompanyDetail3 FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyDetail3')AS C96, (SELECT ReportValue AS GroupLoanCardFrontPotraitRDLC FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanCardFrontPotraitRDLC')AS C95, (SELECT ReportValue AS CompanyImageURL FROM ProjectReportSetting WITH(nolock) WHERE ReportName='CompanyImageURL')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='GL00001708' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: System.ApplicationException: The report definition for report 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupLoanCardFrontPotraitRDLC.rdlc' has not been specified ---> System.IO.FileNotFoundException: Could not find file 'C:\inetpub\vhosts\deepunnatimicrofoundation.com\GroupLoan_PrintGroupLoanCardFrontPotraitRDLC.rdlc'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Microsoft.Reporting.StandalonePreviewStore.GetReportDefinition(String path, Boolean isFile) at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) --- End of inner exception stack trace --- at Microsoft.Reporting.StandalonePreviewStore.GetCompiledReport(CatalogItemContext context, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.LocalService.GetCompiledReport(CatalogItemContext itemContext, Boolean rebuild, ReportSnapshotBase& snapshot) at Microsoft.Reporting.WebForms.LocalReport.CompileReport() 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.GroupLoanCardFront() TargetSite: Void CompileReport() Time: 19/05/2026 02:03:17 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification 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 LoanOfficerMobile_GroupMemberRegistrationVerification.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 19/05/2026 02:05:40 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 9984717254 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 19/05/2026 02:16:32 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00004724' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '101', 'Naini', 'EMP00152', 'Anurag Yadav', '101C22', 'CTR UMARI -01', 'Group', '', 'Software', 'M101000594', '5/19/2026 12:00:00 AM', 'Mrs.', 'Asha devi', 'S/O', 'Ram surat', 'Female', '1/1/1984 12:00:00 AM', '42', '9628831850', '', 'Lebour', '0', '0', '945302638125', '945302638125', 'DSWPD8419R', 'Verification Error ??????????', '', '', '', '', '', 'Mr.', 'Ram surat', 'S/O', 'Ram surat', 'Husband', 'Male', '3/20/1978 12:00:00 AM', '48', '484047113991', '484047113991', '', '', 'IQQPS6536D', 'Verification Error ??????????', 'Lebour', '0', '', '', 'Pending', 'Urban', 'Permanent', 'Umari karne', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00152', GETDATE(), 'Aadhar Card', '945302638125', 'PanCard', 'DSWPD8419R', 'Aadhar Card', '484047113991', 'PanCard', 'IQQPS6536D' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M101000594', 'Asha devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMQAwADAAMAA1ADkANAA=', 'Hindu', 'OBC', 'Married', '', '0', 'Saving', '', '2110000247055', 'S', 'Umari karne', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'Umari jarma', 'Umari karne', 'Allahabad', 'Uttar Pradesh', '212301', '5/19/2026 12:00:00 AM', 'EMP00152', GETDATE(), 'GroupAlloted', 'EMP00152', 'Anurag Yadav', 'EMP00152', 'Anurag Yadav', 'EMP00152', 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/05/2026 02:36:40 PM PageName: SendSMSViaAPIService String str: LoanDisbursement String sql: 7237020142 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 19/05/2026 02:49: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/05/2026 02:49:10 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 02:49: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: 19/05/2026 02:49:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:22: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: 19/05/2026 03:22:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:23: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: 19/05/2026 03:23:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 03:23: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: 19/05/2026 03:23:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_g50dvnyk StackTrace: at GroupLoan_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/05/2026 05:09:20 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 9628831850 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 19/05/2026 05:09:32 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 9628831850 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 19/05/2026 05:09:32 PM PageName: SendSMSViaAPIService String str: MobileNoVerification String sql: 9628831850 Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.SendSMSViaAPIService(String SMSMobileNo, String APISMSType, String Value1, String Value2, String Value3, String Value4, String Value5, String Value6, String Value7, String SMSUserName) TargetSite: System.String SendSMSViaAPIService(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String) Time: 19/05/2026 05:24:53 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00004725' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '101', 'Naini', 'EMP00152', 'Anurag Yadav', '101C22', 'CTR UMARI -01', 'Group', '', 'Software', 'M101000594', '5/19/2026 12:00:00 AM', 'Mrs.', 'Asha devi', 'W/O', 'Ram surat', 'Female', '1/1/1984 12:00:00 AM', '42', '9628831850', 'Verification Error ??????????', 'Lebour', '0', '0', '945302638125', '945302638125', '', '', '', '', '', '', '', 'Mr.', 'Ram surat', 'W/O', 'Ram surat', 'Husband', 'Male', '3/20/1978 12:00:00 AM', '48', '484047113991', '484047113991', '', '', '', '', 'Lebour', '0', '', '', 'Pending', 'Urban', 'Permanent', 'Umari karma', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00152', GETDATE(), 'Aadhar Card', '945302638125', '', '', 'Aadhar Card', '484047113991', '', '' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M101000594', 'Asha devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMQAwADAAMAA1ADkANAA=', 'Hindu', 'SC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '53170100014799', 'BARB0BUPGBX', 'Umari karma', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', '', 'Umari karma', 'Allahabad', 'Uttar Pradesh', '212301', '5/19/2026 12:00:00 AM', 'EMP00152', GETDATE(), 'GroupAlloted', 'EMP00152', 'Anurag Yadav', 'EMP00152', 'Anurag Yadav', 'EMP00152', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M101000594', '945302638125', '******1850', 'FEMALE', 'Uttar Pradesh', '40-50', 'Y', '639148073554483638', GETDATE(), 'EMP00152' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M101000594', '484047113991', '******1850', 'MALE', 'Uttar Pradesh', '40-50', 'Y', '639148074571686513', GETDATE(), 'EMP00152' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/05/2026 05:25:04 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00004725' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '101', 'Naini', 'EMP00152', 'Anurag Yadav', '101C22', 'CTR UMARI -01', 'Group', '', 'Software', 'M101000594', '5/19/2026 12:00:00 AM', 'Mrs.', 'Asha devi', 'W/O', 'Ram surat', 'Female', '1/1/1984 12:00:00 AM', '42', '9628831850', 'Verification Error ??????????', 'Lebour', '0', '0', '945302638125', '945302638125', '', '', '', '', '', '', '', 'Mr.', 'Ram surat', 'W/O', 'Ram surat', 'Husband', 'Male', '3/20/1978 12:00:00 AM', '48', '484047113991', '484047113991', '', '', '', '', 'Lebour', '0', '', '', 'Pending', 'Urban', 'Permanent', 'Umari karma', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00152', GETDATE(), 'Aadhar Card', '945302638125', '', '', 'Aadhar Card', '484047113991', '', '' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M101000594', 'Asha devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMQAwADAAMAA1ADkANAA=', 'Hindu', 'SC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '53170100014799', 'BARB0BUPGBX', 'Umari karma', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', '', 'Umari karma', 'Allahabad', 'Uttar Pradesh', '212301', '5/19/2026 12:00:00 AM', 'EMP00152', GETDATE(), 'GroupAlloted', 'EMP00152', 'Anurag Yadav', 'EMP00152', 'Anurag Yadav', 'EMP00152', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M101000594', '945302638125', '******1850', 'FEMALE', 'Uttar Pradesh', '40-50', 'Y', '639148073554483638', GETDATE(), 'EMP00152' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M101000594', '484047113991', '******1850', 'MALE', 'Uttar Pradesh', '40-50', 'Y', '639148074571686513', GETDATE(), 'EMP00152' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/05/2026 05:25:05 PM PageName: LoanOfficerMobile_GroupMemberRegistrationVerification String str: SELECT Count(1)AS Nos0 FROM F2627VoucherMaster WHERE VoucherId='VI00004725' ; 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, LocationType, AddressType, MemberAddress, DistrictName, StateName, PinCode, MemberLatitude, MemberLongitude, OtherMemberId, EntryUser, EntryTime, MemberPOIType, MemberPOINo, MemberPOAType, MemberPOANo, NomineePOIType, NomineePOINo, NomineePOAType, NomineePOANo ) VALUES ( '101', 'Naini', 'EMP00152', 'Anurag Yadav', '101C22', 'CTR UMARI -01', 'Group', '', 'Software', 'M101000594', '5/19/2026 12:00:00 AM', 'Mrs.', 'Asha devi', 'W/O', 'Ram surat', 'Female', '1/1/1984 12:00:00 AM', '42', '9628831850', 'Verification Error ??????????', 'Lebour', '0', '0', '945302638125', '945302638125', '', '', '', '', '', '', '', 'Mr.', 'Ram surat', 'W/O', 'Ram surat', 'Husband', 'Male', '3/20/1978 12:00:00 AM', '48', '484047113991', '484047113991', '', '', '', '', 'Lebour', '0', '', '', 'Pending', 'Urban', 'Permanent', 'Umari karma', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', 'EMP00152', GETDATE(), 'Aadhar Card', '945302638125', '', '', 'Aadhar Card', '484047113991', '', '' ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankName, BankAccountNo, BankIFSCCode, NomineeAddress, NomineeDistrictName, NomineeStateName, NomineePinCode, MaikaPersonName, MaikaPersonRelation, MaikaPersonContact, MaikaAddress, PermanentAddress, PermanentDistrictName, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M101000594', 'Asha devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAAMQAwADAAMAA1ADkANAA=', 'Hindu', 'SC', 'Married', '', '0', 'Saving', 'Bank Of Baroda', '53170100014799', 'BARB0BUPGBX', 'Umari karma', 'Allahabad', 'Uttar Pradesh', '212301', '', '', '', '', 'Umari karma', 'Allahabad', 'Uttar Pradesh', '212301', '5/19/2026 12:00:00 AM', 'EMP00152', GETDATE(), 'GroupAlloted', 'EMP00152', 'Anurag Yadav', 'EMP00152', 'Anurag Yadav', 'EMP00152', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M101000594', '945302638125', '******1850', 'FEMALE', 'Uttar Pradesh', '40-50', 'Y', '639148073554483638', GETDATE(), 'EMP00152' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M101000594', '484047113991', '******1850', 'MALE', 'Uttar Pradesh', '40-50', 'Y', '639148074571686513', GETDATE(), 'EMP00152' ) ; 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 LoanOfficerMobile_GroupMemberRegistrationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/05/2026 08:19: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: 19/05/2026 08:19:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_a3gyt3l2 StackTrace: at GroupLoan_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/05/2026 06:14:02 AM PageName: LoanOfficerMobileLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerMobileLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal()