2026-02-23 05:57:53,990 - 55953 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=55953 - __SPLIT__ 2026-02-23 05:57:56,559 - 55953 - src.utils.log - INFO - Work order Generation/Publish algo started for GenerateWorkOrderHistoryId: 55953 - __SPLIT__ 2026-02-23 05:57:56,560 - 55953 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-23 05:57:56,560 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:56,760 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:56,760 - 55953 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-23 05:57:56,760 - 55953 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55953;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:56,783 - 55953 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 05:57:56,783 - 55953 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WoGenStartDateTime = '2026-02-23 00:57:56.783' WHERE GenerateWorkOrderHistoryId = 55953;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:56,806 - 55953 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 05:57:56,806 - 55953 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy, CompanyId from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 55953;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:56,827 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:56,828 - 55953 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'New', WoPublishStartDateTime = '2026-02-23 00:57:56.828' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55953;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:56,850 - 55953 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 05:57:56,851 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55953), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55953), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55953 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:56,911 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:56,912 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55953;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:56,936 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:56,939 - 55953 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-23 05:57:56,939 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 14825... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:56,969 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:56,969 - 55953 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-23 05:57:56,972 - 55953 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-23 05:57:56,972 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95420;... (Thread: ThreadPoolExecutor-57_0) - __SPLIT__ 2026-02-23 05:57:56,997 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:56,998 - 55953 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-23 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId = 95420 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-57_0) - __SPLIT__ 2026-02-23 05:57:57,028 - 55953 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-23 05:57:57,091 - 55953 - src.utils.log - INFO - Generating work orders for setup: 95420 - __SPLIT__ 2026-02-23 05:57:57,098 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11422;... (Thread: ThreadPoolExecutor-57_0) - __SPLIT__ 2026-02-23 05:57:57,121 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:57,154 - 55953 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-23 05:57:57,159 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-57_0) - __SPLIT__ 2026-02-23 05:57:57,181 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:57,185 - 55953 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-23 05:57:57,185 - 55953 - src.utils.log - INFO - Running deletes in PARALLEL… - __SPLIT__ 2026-02-23 05:57:57,185 - 55953 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95420 ) (Thread: ThreadPoolExecutor-58_0) - __SPLIT__ 2026-02-23 05:57:57,186 - 55953 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95420 ) (Thread: ThreadPoolExecutor-58_1) - __SPLIT__ 2026-02-23 05:57:57,186 - 55953 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95420 ) (Thread: ThreadPoolExecutor-58_2) - __SPLIT__ 2026-02-23 05:57:57,187 - 55953 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95420 ) (Thread: ThreadPoolExecutor-58_3) - __SPLIT__ 2026-02-23 05:57:57,188 - 55953 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95420 ) (Thread: ThreadPoolExecutor-58_4) - __SPLIT__ 2026-02-23 05:57:57,189 - 55953 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95420 ) (Thread: ThreadPoolExecutor-58_5) - __SPLIT__ 2026-02-23 05:57:57,190 - 55953 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95420 ) (Thread: ThreadPoolExecutor-58_6) - __SPLIT__ 2026-02-23 05:57:57,237 - 55953 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 05:57:57,307 - 55953 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 05:57:57,319 - 55953 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 05:57:57,319 - 55953 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 05:57:57,328 - 55953 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 05:57:57,333 - 55953 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 05:57:57,335 - 55953 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 05:57:57,336 - 55953 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95420 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:57,720 - 55953 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 05:57:57,721 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95420;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:57,747 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:57,747 - 55953 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-23 05:57:57,748 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95420... (Thread: ThreadPoolExecutor-59_0) - __SPLIT__ 2026-02-23 05:57:57,748 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95420... (Thread: ThreadPoolExecutor-59_1) - __SPLIT__ 2026-02-23 05:57:57,749 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95420... (Thread: ThreadPoolExecutor-59_2) - __SPLIT__ 2026-02-23 05:57:57,749 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95420... (Thread: ThreadPoolExecutor-59_3) - __SPLIT__ 2026-02-23 05:57:57,750 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95420;... (Thread: ThreadPoolExecutor-59_5) - __SPLIT__ 2026-02-23 05:57:57,750 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95420;... (Thread: ThreadPoolExecutor-59_4) - __SPLIT__ 2026-02-23 05:57:57,750 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95420;... (Thread: ThreadPoolExecutor-59_6) - __SPLIT__ 2026-02-23 05:57:57,751 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95420;... (Thread: ThreadPoolExecutor-59_7) - __SPLIT__ 2026-02-23 05:57:57,772 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:57,776 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:57,776 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95420... (Thread: ThreadPoolExecutor-59_0) - __SPLIT__ 2026-02-23 05:57:57,777 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:57,778 - 55953 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-23 05:57:57,779 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:57,781 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:57,798 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:57,844 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:57,951 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:57,963 - 55953 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55953;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:57,988 - 55953 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 05:57:57,988 - 55953 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-23 00:57:57.988' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55953;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,015 - 55953 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 05:57:58,015 - 55953 - src.utils.log - INFO - - __SPLIT__ 2026-02-23 05:57:58,015 - 55953 - src.utils.log - INFO - Work order generation successful - Time took: 1.46 - __SPLIT__ 2026-02-23 05:57:58,015 - 55953 - src.utils.log - INFO - Work order publish in progress for GenerateWorkOrderHistoryId: 55953 - __SPLIT__ 2026-02-23 05:57:58,015 - 55953 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress', WoPublishStartDateTime = '2026-02-23 00:57:58.015' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55953;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,041 - 55953 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 05:57:58,041 - 55953 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 55953;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,070 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:58,071 - 55953 - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-23 05:57:58,071 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95420 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,110 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:58,110 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95420 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,137 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:58,138 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95420 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,169 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:58,176 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,204 - 55953 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-23 05:57:58,204 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,231 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:58,232 - 55953 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '20566' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,260 - 55953 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 05:57:58,260 - 55953 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '24014' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,286 - 55953 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 05:57:58,290 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 95420... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,325 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:58,330 - 55953 - src.utils.log - INFO - Size of Transaction: 1 - __SPLIT__ 2026-02-23 05:57:58,332 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,402 - 55953 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-23 05:57:58,538 - 55953 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-23 05:57:58,552 - 55953 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-23 05:57:58,553 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy = 12345678910 and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-23 00:57:58.327';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,679 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:58,682 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95420;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:58,735 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:58,742 - 55953 - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy = 12345678910 AND CreatedDate = '2026-02-23 00:57:58.327'; ... (Thread: ThreadPoolExecutor-60_0) - __SPLIT__ 2026-02-23 05:57:58,957 - 55953 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 05:57:58,960 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,008 - 55953 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Invoice - __SPLIT__ 2026-02-23 05:57:59,103 - 55953 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-23 05:57:59,104 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo = '20565'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,190 - 55953 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-23 05:57:59,198 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95420 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,226 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:59,227 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95420 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,258 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:59,258 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95420 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,290 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:59,291 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95420 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,314 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:59,326 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95420;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,349 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:59,354 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95420;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,379 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:59,383 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95420;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,409 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:57:59,410 - 55953 - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-02-23 05:57:59,410 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-61_0) - __SPLIT__ 2026-02-23 05:57:59,410 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 2 rows in batches of 25000 (Thread: ThreadPoolExecutor-61_1) - __SPLIT__ 2026-02-23 05:57:59,411 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-61_2) - __SPLIT__ 2026-02-23 05:57:59,450 - 55953 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-23 05:57:59,450 - 55953 - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-02-23 05:57:59,457 - 55953 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.InvoiceCharges - __SPLIT__ 2026-02-23 05:57:59,461 - 55953 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-23 05:57:59,461 - 55953 - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-02-23 05:57:59,556 - 55953 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-23 05:57:59,556 - 55953 - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-02-23 05:57:59,557 - 55953 - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-23 05:57:59,558 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,588 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:59,588 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1197' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,610 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:59,612 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,690 - 55953 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-23 05:57:59,876 - 55953 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-23 05:57:59,887 - 55953 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-23 05:57:59,889 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo = '20565' AND wo.AccountNumber = '1197' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-62_0) - __SPLIT__ 2026-02-23 05:57:59,916 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:59,920 - 55953 - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-23 05:57:59,931 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,956 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:59,956 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:57:59,984 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:57:59,987 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:58:00,053 - 55953 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-23 05:58:00,170 - 55953 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-23 05:58:00,171 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95420 AND WorkOrderNo = '5504450' AND GenerateWorkOrderHistoryId = 55953; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:58:00,225 - 55953 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 05:58:00,231 - 55953 - src.utils.log - INFO - Parallel Insertion in work order tables begin - __SPLIT__ 2026-02-23 05:58:00,231 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-63_0) - __SPLIT__ 2026-02-23 05:58:00,232 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-63_1) - __SPLIT__ 2026-02-23 05:58:00,232 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-63_2) - __SPLIT__ 2026-02-23 05:58:00,232 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-63_3) - __SPLIT__ 2026-02-23 05:58:00,233 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 1 rows in batches of 25000 (Thread: ThreadPoolExecutor-63_4) - __SPLIT__ 2026-02-23 05:58:00,233 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-63_5) - __SPLIT__ 2026-02-23 05:58:00,233 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-63_6) - __SPLIT__ 2026-02-23 05:58:00,234 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-63_7) - __SPLIT__ 2026-02-23 05:58:00,234 - 55953 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-63_8) - __SPLIT__ 2026-02-23 05:58:00,272 - 55953 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-23 05:58:00,272 - 55953 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-23 05:58:00,272 - 55953 - src.utils.log - INFO - [OK] Adjustment completed. - __SPLIT__ 2026-02-23 05:58:00,273 - 55953 - src.utils.log - INFO - [OK] Sales Person Commission completed. - __SPLIT__ 2026-02-23 05:58:00,276 - 55953 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-23 05:58:00,276 - 55953 - src.utils.log - INFO - [OK] Source Mapping completed. - __SPLIT__ 2026-02-23 05:58:00,281 - 55953 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-23 05:58:00,288 - 55953 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderCrew in 0 batches - __SPLIT__ 2026-02-23 05:58:00,288 - 55953 - src.utils.log - INFO - [OK] Crew completed. - __SPLIT__ 2026-02-23 05:58:00,289 - 55953 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-23 05:58:00,290 - 55953 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-23 05:58:00,290 - 55953 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-23 05:58:00,291 - 55953 - src.utils.log - INFO - [OK] Sub WO completed. - __SPLIT__ 2026-02-23 05:58:00,291 - 55953 - src.utils.log - INFO - [OK] Discount Applied completed. - __SPLIT__ 2026-02-23 05:58:00,291 - 55953 - src.utils.log - INFO - [OK] Lead Notes completed. - __SPLIT__ 2026-02-23 05:58:00,357 - 55953 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 0 batches - __SPLIT__ 2026-02-23 05:58:00,357 - 55953 - src.utils.log - INFO - [OK] Publish Services completed. - __SPLIT__ 2026-02-23 05:58:00,379 - 55953 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-23 05:58:00,379 - 55953 - src.utils.log - INFO - [OK] Services completed. - __SPLIT__ 2026-02-23 05:58:00,380 - 55953 - src.utils.log - INFO - All publish tasks completed successfully. - __SPLIT__ 2026-02-23 05:58:00,380 - 55953 - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-23 05:58:00,380 - 55953 - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55953 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:58:00,406 - 55953 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 05:58:00,412 - 55953 - src.utils.log - INFO - πŸ”„ Updating next gen date parallely: inside update_next_workorder_generation - __SPLIT__ 2026-02-23 05:58:00,424 - 55953 - src.utils.log - INFO - πŸ›  Creating temp table #tbl_69abfa66e9 - __SPLIT__ 2026-02-23 05:58:00,436 - 55953 - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_69abfa66e9 - __SPLIT__ 2026-02-23 05:58:00,480 - 55953 - src.utils.log - INFO - πŸ” Running UPDATE to apply changes - __SPLIT__ 2026-02-23 05:58:00,505 - 55953 - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-23 05:58:00,506 - 55953 - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_69abfa66e9 - __SPLIT__ 2026-02-23 05:58:00,506 - 55953 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55953 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:58:00,532 - 55953 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 05:58:00,532 - 55953 - src.utils.log - INFO - Work order published ids: (0,) - __SPLIT__ 2026-02-23 05:58:00,532 - 55953 - src.utils.log - INFO - Time took to perform operation in publishing 55953: 3.97 - __SPLIT__ 2026-02-23 05:58:00,532 - 55953 - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: 55953 - __SPLIT__ 2026-02-23 05:58:00,532 - 55953 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-23 00:58:00.532' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55953;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 05:58:00,562 - 55953 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 07:28:49,283 - 55960 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55960 - __SPLIT__ 2026-02-23 07:28:49,284 - 55960 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55960 - __SPLIT__ 2026-02-23 07:28:49,284 - 55960 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-23 07:28:49,284 - 55960 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:49,470 - 55960 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 07:28:49,470 - 55960 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-23 07:28:49,470 - 55960 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55960;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:49,495 - 55960 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 07:28:49,496 - 55960 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55960), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55960), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55960 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:49,639 - 55960 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 07:28:49,639 - 55960 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55960;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:49,668 - 55960 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 07:28:49,671 - 55960 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-23 07:28:49,671 - 55960 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 14923... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:49,706 - 55960 - src.utils.log - INFO - βœ… Fetched 60 rows - __SPLIT__ 2026-02-23 07:28:49,706 - 55960 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-23 07:28:49,708 - 55960 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-23 07:28:49,708 - 55960 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-23 07:28:49,709 - 55960 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-23 07:28:49,709 - 55960 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-23 07:28:49,709 - 55960 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-23 07:28:49,709 - 55960 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95243;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:49,735 - 55960 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 07:28:49,736 - 55960 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-23 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 95243 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:49,770 - 55960 - src.utils.log - INFO - βœ… Fetched 32 rows - __SPLIT__ 2026-02-23 07:28:49,850 - 55960 - src.utils.log - INFO - Generating work orders for setup: 95243 - __SPLIT__ 2026-02-23 07:28:50,046 - 55960 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11424;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,072 - 55960 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 07:28:50,112 - 55960 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-23 07:28:50,112 - 55960 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-23 07:28:50,112 - 55960 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95243 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,157 - 55960 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 07:28:50,157 - 55960 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95243 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,199 - 55960 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 07:28:50,199 - 55960 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95243 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,241 - 55960 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 07:28:50,241 - 55960 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95243 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,286 - 55960 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 07:28:50,286 - 55960 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95243 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,328 - 55960 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 07:28:50,328 - 55960 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95243 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,371 - 55960 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 07:28:50,371 - 55960 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95243 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,400 - 55960 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 07:28:50,401 - 55960 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95243 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,468 - 55960 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 07:28:50,468 - 55960 - src.utils.log - INFO - ℹ️ No work order found in given range for route: 1 - __SPLIT__ 2026-02-23 07:28:50,468 - 55960 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55960;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,493 - 55960 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 07:28:50,493 - 55960 - src.utils.log - INFO - ⏱️ Total time: 1.21s | Status: Completed - __SPLIT__ 2026-02-23 07:28:50,493 - 55960 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55960;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,518 - 55960 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 07:28:50,518 - 55960 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-23 02:28:50.518' WHERE GenerateWorkOrderHistoryId = 55960;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 07:28:50,544 - 55960 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 07:28:50,544 - 55960 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-23 08:47:22,414 - 55964 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55964 - __SPLIT__ 2026-02-23 08:47:22,415 - 55964 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55964 - __SPLIT__ 2026-02-23 08:47:22,416 - 55964 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-23 08:47:22,416 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:22,567 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:22,567 - 55964 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-23 08:47:22,567 - 55964 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55964;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:22,588 - 55964 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 08:47:22,588 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55964), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55964), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55964 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:22,648 - 55964 - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-02-23 08:47:22,649 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55964;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:22,672 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:22,674 - 55964 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-23 08:47:22,675 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId in (13930, 14923)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:22,710 - 55964 - src.utils.log - INFO - βœ… Fetched 61 rows - __SPLIT__ 2026-02-23 08:47:22,710 - 55964 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-23 08:47:22,712 - 55964 - src.utils.log - INFO - πŸ“Š Found 8 setups to process across 5 routes - __SPLIT__ 2026-02-23 08:47:22,712 - 55964 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-23 08:47:22,713 - 55964 - src.utils.log - INFO - πŸ”„ Processing route: 1496 with 1 setups - __SPLIT__ 2026-02-23 08:47:22,714 - 55964 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-23 08:47:22,714 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95429;... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:22,715 - 55964 - src.utils.log - INFO - πŸ”„ Processing route: 2008 with 1 setups - __SPLIT__ 2026-02-23 08:47:22,716 - 55964 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-23 08:47:22,716 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95431;... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:22,717 - 55964 - src.utils.log - INFO - πŸ”„ Processing route: 2089 with 1 setups - __SPLIT__ 2026-02-23 08:47:22,718 - 55964 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-23 08:47:22,718 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95430;... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:22,718 - 55964 - src.utils.log - INFO - πŸ”„ Processing route: 2387 with 4 setups - __SPLIT__ 2026-02-23 08:47:22,719 - 55964 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-23 08:47:22,719 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95432, 95433, 95434, 95427);... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:22,720 - 55964 - src.utils.log - INFO - πŸ”„ Processing route: 2398 with 1 setups - __SPLIT__ 2026-02-23 08:47:22,720 - 55964 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-23 08:47:22,720 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95428;... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:22,720 - 55964 - src.utils.log - INFO - πŸ“‹ Submitted 5 routes for processing - __SPLIT__ 2026-02-23 08:47:22,736 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:22,736 - 55964 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-23 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId = 95429 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:22,767 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:22,819 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:22,819 - 55964 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-23 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId in (95432, 95433, 95434, 95427) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:22,833 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:22,833 - 55964 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-23 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId = 95430 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:22,834 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:22,834 - 55964 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-23 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId = 95428 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:22,836 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:22,836 - 55964 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-23 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId = 95431 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:22,840 - 55964 - src.utils.log - INFO - Generating work orders for setup: 95429 - __SPLIT__ 2026-02-23 08:47:22,905 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:22,905 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:22,914 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:22,938 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:23,227 - 55964 - src.utils.log - INFO - Generating work orders for setup: 95430 - __SPLIT__ 2026-02-23 08:47:23,235 - 55964 - src.utils.log - INFO - Generating work orders for setup: 95431 - __SPLIT__ 2026-02-23 08:47:23,298 - 55964 - src.utils.log - INFO - Generating work orders for setup: 95427 - __SPLIT__ 2026-02-23 08:47:23,299 - 55964 - src.utils.log - INFO - Generating work orders for setup: 95428 - __SPLIT__ 2026-02-23 08:47:23,412 - 55964 - src.utils.log - INFO - Generating work orders for setup: 95432 - __SPLIT__ 2026-02-23 08:47:23,928 - 55964 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-23 08:47:23,989 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:24,390 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:24,415 - 55964 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-23 08:47:24,415 - 55964 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-23 08:47:24,415 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95429 ) (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:24,601 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:24,601 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95429 ) (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:24,803 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:24,803 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95429 ) (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:24,978 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:25,018 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95429 ) (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:25,157 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11440.0;... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:25,177 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11423.0;... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:25,177 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:25,196 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95429 ) (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:25,261 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:25,295 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11423.0;... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:25,297 - 55964 - src.utils.log - INFO - Generating work orders for setup: 95433 - __SPLIT__ 2026-02-23 08:47:25,355 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:25,380 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95429 ) (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:25,411 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:25,482 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11519.0;... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:25,488 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11512.0;... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:25,537 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:25,543 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:25,545 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95429 ) (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:25,705 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:25,706 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:25,707 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:25,751 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95429 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:25,728 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11520.0;... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:25,723 - 55964 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-23 08:47:25,790 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:25,846 - 55964 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-23 08:47:25,874 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:25,893 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:25,893 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:25,905 - 55964 - src.utils.log - INFO - πŸ“ Inserting 61 work orders for route: 1496 - __SPLIT__ 2026-02-23 08:47:25,905 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 61 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:25,911 - 55964 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-23 08:47:25,911 - 55964 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-23 08:47:25,911 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95428 ) (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:25,939 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:25,941 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:25,967 - 55964 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-23 08:47:25,967 - 55964 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-23 08:47:25,967 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95431 ) (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:25,998 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:25,998 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95428 ) (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:26,125 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 61) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-23 08:47:26,174 - 55964 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-23 08:47:26,180 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,180 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,186 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:26,187 - 55964 - src.utils.log - INFO - Generating work orders for setup: 95434 - __SPLIT__ 2026-02-23 08:47:26,187 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95431 ) (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:26,187 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95428 ) (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:26,262 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,312 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95431 ) (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:26,262 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,323 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95428 ) (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:26,324 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:26,361 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,368 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95431 ) (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:26,377 - 55964 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-23 08:47:26,378 - 55964 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-23 08:47:26,378 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95430 ) (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:26,395 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,397 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95428 ) (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:26,450 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,451 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95431 ) (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:26,451 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,452 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95430 ) (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:26,484 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,484 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95428 ) (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:26,518 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,520 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95430 ) (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:26,520 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,538 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95431 ) (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:26,576 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,576 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95428 ) (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:26,585 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,585 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95431 ) (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:26,629 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,630 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95430 ) (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:26,647 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,647 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95431 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:26,647 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,651 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95428 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:26,738 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,738 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95430 ) (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:26,738 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,739 - 55964 - src.utils.log - INFO - πŸ“ Inserting 61 work orders for route: 2398 - __SPLIT__ 2026-02-23 08:47:26,739 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 61 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:26,761 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11497.0, 11457.0, 11519.0);... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:26,780 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,780 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95430 ) (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:26,791 - 55964 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-23 08:47:26,793 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,793 - 55964 - src.utils.log - INFO - πŸ“ Inserting 61 work orders for route: 2008 - __SPLIT__ 2026-02-23 08:47:26,793 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 61 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:26,800 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11499.0, 11435.0, 11519.0);... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:26,832 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,837 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95430 ) (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:26,861 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 61) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-23 08:47:26,890 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 61) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-23 08:47:26,905 - 55964 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-23 08:47:26,920 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:26,950 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95430 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:26,995 - 55964 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-23 08:47:27,002 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:27,023 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:27,024 - 55964 - src.utils.log - INFO - βœ… All 61 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-23 08:47:27,025 - 55964 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 61 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-17 12:19:22.547' and ServiceSetupId = 95429... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,030 - 55964 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-23 08:47:27,030 - 55964 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-23 08:47:27,031 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95432, 95433, 95434, 95427) ) (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:27,048 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:27,048 - 55964 - src.utils.log - INFO - πŸ“ Inserting 61 work orders for route: 2089 - __SPLIT__ 2026-02-23 08:47:27,048 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 61 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,078 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:27,078 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95432, 95433, 95434, 95427) ) (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:27,113 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 61) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-23 08:47:27,122 - 55964 - src.utils.log - INFO - βœ… Fetched 61 rows - __SPLIT__ 2026-02-23 08:47:27,122 - 55964 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1496: 61 records - __SPLIT__ 2026-02-23 08:47:27,122 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95429;... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,145 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,150 - 55964 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-23 08:47:27,156 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95429... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,156 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:27,156 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95432, 95433, 95434, 95427) ) (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:27,179 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:27,180 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95429... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,202 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:27,209 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95429... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,209 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:27,209 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95432, 95433, 95434, 95427) ) (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:27,234 - 55964 - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-02-23 08:47:27,236 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95429... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,257 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:27,257 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95432, 95433, 95434, 95427) ) (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:27,258 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,258 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95429... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,280 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,280 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95429;... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,302 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,302 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95429;... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,304 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:27,305 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95432, 95433, 95434, 95427) ) (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:27,323 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,323 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95429;... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,352 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:27,352 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95432, 95433, 95434, 95427) ) (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:27,385 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:27,386 - 55964 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95432, 95433, 95434, 95427) (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:27,447 - 55964 - src.utils.log - INFO - βœ… All 61 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-23 08:47:27,448 - 55964 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 61 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-17 12:19:22.547' and ServiceSetupId = 95428... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,461 - 55964 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:47:27,461 - 55964 - src.utils.log - INFO - πŸ“ Inserting 187 work orders for route: 2387 - __SPLIT__ 2026-02-23 08:47:27,462 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 187 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:27,485 - 55964 - src.utils.log - INFO - βœ… Fetched 61 rows - __SPLIT__ 2026-02-23 08:47:27,486 - 55964 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2398: 61 records - __SPLIT__ 2026-02-23 08:47:27,486 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95428;... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,523 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 187) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-23 08:47:27,533 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,533 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95429;... (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,545 - 55964 - src.utils.log - INFO - βœ… All 61 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-23 08:47:27,546 - 55964 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 61 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-17 12:19:22.547' and ServiceSetupId = 95431... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:27,550 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,550 - 55964 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-23 08:47:27,550 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95428... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,556 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,590 - 55964 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-23 08:47:27,590 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,603 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:27,603 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95428... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,607 - 55964 - src.utils.log - INFO - βœ… Fetched 61 rows - __SPLIT__ 2026-02-23 08:47:27,608 - 55964 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2008: 61 records - __SPLIT__ 2026-02-23 08:47:27,608 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95431;... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:27,609 - 55964 - src.utils.log - INFO - βœ… All 61 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-23 08:47:27,610 - 55964 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 61 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-17 12:19:22.547' and ServiceSetupId = 95430... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,612 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-23 08:47:27,612 - 55964 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-23 08:47:27,612 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,625 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:27,631 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95428... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,633 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-23 08:47:27,633 - 55964 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-23 08:47:27,633 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,634 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,634 - 55964 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-23 08:47:27,634 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95431... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:27,651 - 55964 - src.utils.log - INFO - βœ… Fetched 61 rows - __SPLIT__ 2026-02-23 08:47:27,651 - 55964 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2089: 61 records - __SPLIT__ 2026-02-23 08:47:27,651 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95430;... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,654 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-23 08:47:27,654 - 55964 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-23 08:47:27,654 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,656 - 55964 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-23 08:47:27,657 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95428... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,664 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:27,665 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95431... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:27,675 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-23 08:47:27,676 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-23 08:47:27,676 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,677 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,678 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95428... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,679 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,679 - 55964 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-23 08:47:27,679 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95430... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,691 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:27,697 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95431... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:27,698 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-23 08:47:27,698 - 55964 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 08:47:27,698 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,699 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,699 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95428;... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,706 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:27,706 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95430... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,719 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-23 08:47:27,719 - 55964 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 08:47:27,719 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,721 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,722 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95428;... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,725 - 55964 - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-02-23 08:47:27,726 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95431... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:27,731 - 55964 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:27,736 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95430... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,740 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-23 08:47:27,740 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-23 08:47:27,740 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 182 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:27,747 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,748 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95428;... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,751 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,751 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95431... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:27,764 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 182) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-23 08:47:27,766 - 55964 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-23 08:47:27,767 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95430... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,780 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,781 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95431;... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:27,863 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,864 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95430... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,878 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,879 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95431;... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:27,890 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,890 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95430;... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,903 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,904 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95431;... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:27,906 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,906 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95428;... (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,916 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,917 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95430;... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,929 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,940 - 55964 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-23 08:47:27,940 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,954 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:27,954 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95430;... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:27,962 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-23 08:47:27,962 - 55964 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-23 08:47:27,962 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:27,984 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-23 08:47:27,984 - 55964 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-23 08:47:27,984 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:28,004 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-23 08:47:28,005 - 55964 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,005 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:28,027 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-23 08:47:28,027 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,027 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:28,048 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-23 08:47:28,048 - 55964 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,048 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:28,069 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-23 08:47:28,069 - 55964 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,069 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:28,091 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-23 08:47:28,091 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,091 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 122 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:28,116 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 122) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-23 08:47:28,157 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:28,157 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95431;... (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,192 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:28,206 - 55964 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-23 08:47:28,207 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,208 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:28,208 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95430;... (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,220 - 55964 - src.utils.log - INFO - βœ… All 182 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-23 08:47:28,220 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,220 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:28,231 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-23 08:47:28,231 - 55964 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,231 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,235 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:28,246 - 55964 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-23 08:47:28,253 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 08:47:28,253 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,266 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-23 08:47:28,266 - 55964 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,266 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,281 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-23 08:47:28,282 - 55964 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,282 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,292 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-23 08:47:28,292 - 55964 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,293 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,305 - 55964 - src.utils.log - INFO - βœ… All 122 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-23 08:47:28,305 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,305 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:28,306 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-23 08:47:28,306 - 55964 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,306 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,318 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-23 08:47:28,318 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,319 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,332 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 08:47:28,336 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-23 08:47:28,337 - 55964 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,337 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,347 - 55964 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 08:47:28,347 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,347 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 60 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_0) - __SPLIT__ 2026-02-23 08:47:28,349 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-23 08:47:28,349 - 55964 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,349 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,361 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-23 08:47:28,362 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,362 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,376 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 60) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 08:47:28,381 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-23 08:47:28,381 - 55964 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,381 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,391 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-23 08:47:28,391 - 55964 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,391 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,405 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-23 08:47:28,406 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,406 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 123 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,415 - 55964 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 08:47:28,416 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,416 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 60 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_4) - __SPLIT__ 2026-02-23 08:47:28,420 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-23 08:47:28,420 - 55964 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,420 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,434 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 123) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-23 08:47:28,443 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 60) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 08:47:28,449 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-23 08:47:28,449 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,449 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 122 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,480 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 122) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-23 08:47:28,547 - 55964 - src.utils.log - INFO - βœ… All 60 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 08:47:28,547 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,547 - 55964 - src.utils.log - INFO - βœ… Temp tables populated for route: 1496 - __SPLIT__ 2026-02-23 08:47:28,547 - 55964 - src.utils.log - INFO - βœ… Route 1496 generation complete - __SPLIT__ 2026-02-23 08:47:28,548 - 55964 - src.utils.log - INFO - βœ… [1/5] Route 1496 completed successfully - __SPLIT__ 2026-02-23 08:47:28,559 - 55964 - src.utils.log - INFO - βœ… All 60 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 08:47:28,560 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,560 - 55964 - src.utils.log - INFO - βœ… Temp tables populated for route: 2398 - __SPLIT__ 2026-02-23 08:47:28,560 - 55964 - src.utils.log - INFO - βœ… Route 2398 generation complete - __SPLIT__ 2026-02-23 08:47:28,560 - 55964 - src.utils.log - INFO - βœ… [2/5] Route 2398 completed successfully - __SPLIT__ 2026-02-23 08:47:28,608 - 55964 - src.utils.log - INFO - βœ… All 122 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-23 08:47:28,608 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,609 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,638 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 08:47:28,641 - 55964 - src.utils.log - INFO - βœ… All 123 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-23 08:47:28,641 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,641 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,670 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 08:47:28,728 - 55964 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 08:47:28,728 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,728 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 60 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_2) - __SPLIT__ 2026-02-23 08:47:28,764 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 60) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 08:47:28,767 - 55964 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 08:47:28,767 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,767 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 60 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_1) - __SPLIT__ 2026-02-23 08:47:28,800 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 60) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 08:47:28,877 - 55964 - src.utils.log - INFO - βœ… All 60 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 08:47:28,878 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,878 - 55964 - src.utils.log - INFO - βœ… Temp tables populated for route: 2089 - __SPLIT__ 2026-02-23 08:47:28,878 - 55964 - src.utils.log - INFO - βœ… Route 2089 generation complete - __SPLIT__ 2026-02-23 08:47:28,879 - 55964 - src.utils.log - INFO - βœ… [3/5] Route 2089 completed successfully - __SPLIT__ 2026-02-23 08:47:28,937 - 55964 - src.utils.log - INFO - βœ… All 60 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 08:47:28,937 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 08:47:28,937 - 55964 - src.utils.log - INFO - βœ… Temp tables populated for route: 2008 - __SPLIT__ 2026-02-23 08:47:28,938 - 55964 - src.utils.log - INFO - βœ… Route 2008 generation complete - __SPLIT__ 2026-02-23 08:47:28,938 - 55964 - src.utils.log - INFO - βœ… [4/5] Route 2008 completed successfully - __SPLIT__ 2026-02-23 08:47:29,001 - 55964 - src.utils.log - INFO - βœ… All 187 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-23 08:47:29,002 - 55964 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 187 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-17 12:19:22.547' and ServiceSetupId in (95432, 95433, 95434, 95427)... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,109 - 55964 - src.utils.log - INFO - βœ… Fetched 187 rows - __SPLIT__ 2026-02-23 08:47:29,110 - 55964 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2387: 187 records - __SPLIT__ 2026-02-23 08:47:29,110 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95432, 95433, 95434, 95427);... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,181 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:29,182 - 55964 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-23 08:47:29,182 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId in (95432, 95433, 95434, 95427)... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,210 - 55964 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-23 08:47:29,210 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId in (95432, 95433, 95434, 95427)... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,236 - 55964 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-23 08:47:29,244 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId in (95432, 95433, 95434, 95427)... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,279 - 55964 - src.utils.log - INFO - βœ… Fetched 16 rows - __SPLIT__ 2026-02-23 08:47:29,280 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId in (95432, 95433, 95434, 95427)... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,303 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:29,303 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId in (95432, 95433, 95434, 95427)... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,324 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:29,325 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId in (95432, 95433, 95434, 95427);... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,351 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:29,352 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId in (95432, 95433, 95434, 95427);... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,378 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:29,378 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId in (95432, 95433, 95434, 95427);... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,600 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:29,601 - 55964 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId in (95432, 95433, 95434, 95427);... (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,623 - 55964 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:29,635 - 55964 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-23 08:47:29,635 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,656 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-23 08:47:29,656 - 55964 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-23 08:47:29,656 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,682 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-23 08:47:29,682 - 55964 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-23 08:47:29,682 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,707 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-23 08:47:29,707 - 55964 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-23 08:47:29,707 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,736 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-23 08:47:29,736 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-23 08:47:29,736 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,808 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-23 08:47:29,809 - 55964 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 08:47:29,809 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,830 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-23 08:47:29,831 - 55964 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 08:47:29,831 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,855 - 55964 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-23 08:47:29,855 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-23 08:47:29,855 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 372 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:29,885 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 372) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-23 08:47:30,285 - 55964 - src.utils.log - INFO - βœ… All 372 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-23 08:47:30,285 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-23 08:47:30,285 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 4 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:30,321 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 08:47:30,436 - 55964 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 08:47:30,436 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 08:47:30,436 - 55964 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 183 rows in batches of 25000 (Thread: ThreadPoolExecutor-64_3) - __SPLIT__ 2026-02-23 08:47:30,466 - 55964 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 183) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 08:47:30,714 - 55964 - src.utils.log - INFO - βœ… All 183 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 08:47:30,715 - 55964 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 08:47:30,715 - 55964 - src.utils.log - INFO - βœ… Temp tables populated for route: 2387 - __SPLIT__ 2026-02-23 08:47:30,715 - 55964 - src.utils.log - INFO - βœ… Route 2387 generation complete - __SPLIT__ 2026-02-23 08:47:30,716 - 55964 - src.utils.log - INFO - βœ… [5/5] Route 2387 completed successfully - __SPLIT__ 2026-02-23 08:47:30,717 - 55964 - src.utils.log - INFO - ═══════════════════════════════════════ πŸ“Š PARALLEL PROCESSING SUMMARY ═══════════════════════════════════════ Total routes: 5 βœ… Successful: 5 ❌ Failed: 0 Success rate: 100.0% ═══════════════════════════════════════ - __SPLIT__ 2026-02-23 08:47:30,717 - 55964 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55964;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:30,738 - 55964 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 08:47:30,739 - 55964 - src.utils.log - INFO - ⏱️ Total time: 8.32s | Status: Completed - __SPLIT__ 2026-02-23 08:47:30,739 - 55964 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55964;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:30,763 - 55964 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 08:47:30,763 - 55964 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-23 03:47:30.763' WHERE GenerateWorkOrderHistoryId = 55964;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:30,788 - 55964 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 08:47:30,789 - 55964 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-23 08:47:58,819 - [55964] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702] user_id=44506 company_id=146 project_id=[55964] publish_all=False - __SPLIT__ 2026-02-23 08:47:58,819 - [55964] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702] user_id=44506 company_id=146 project_id=[55964] publish_all=False - __SPLIT__ 2026-02-23 08:47:58,820 - [55964] - src.utils.log - INFO - Parallel Work order publish in progress for GenerateWorkOrderHistoryId: [55964] - __SPLIT__ 2026-02-23 08:47:58,820 - [55964] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-23 08:47:58,820 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:58,994 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:58,995 - [55964] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-23 08:47:58,995 - [55964] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55964;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,019 - [55964] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 08:47:59,019 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,119 - [55964] - src.utils.log - INFO - βœ… Fetched 431 rows - __SPLIT__ 2026-02-23 08:47:59,120 - [55964] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-23 08:47:59,120 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,154 - [55964] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-02-23 08:47:59,154 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,184 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:59,184 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,217 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:47:59,221 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,246 - [55964] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-23 08:47:59,246 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,269 - [55964] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:47:59,271 - [55964] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '24284' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,297 - [55964] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 08:47:59,297 - [55964] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '27730' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,322 - [55964] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 08:47:59,325 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,355 - [55964] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-02-23 08:47:59,529 - [55964] - src.utils.log - INFO - Size of Transaction: 431 - __SPLIT__ 2026-02-23 08:47:59,530 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 431 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:47:59,571 - [55964] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 431) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-23 08:47:59,996 - [55964] - src.utils.log - INFO - βœ… All 431 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-23 08:48:00,008 - [55964] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-23 08:48:00,009 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913, 12345678914, 12345678915, 12345678916, 12345678917, 12345678918, 12345678919, 12345678920, 12345678921, 12345678922, 12345678923, 12345678924, 12345678925, 12345678926, 12345678927, 12345678928, 12345678929, 12345678930, 12345678931, 12345678932, 12345678933, 12345678934, 12345678935, 12345678936, 12345678937, 12345678938, 12345678939, 12345678940, 12345678941, 12345678942, 12345678943, 12345678944, 12345678945, 12345678946, 12345678947, 12345678948, 12345678949, 12345678950, 12345678951, 12345678952, 12345678953, 12345678954, 12345678955, 12345678956, 12345678957, 12345678958, 12345678959, 12345678960, 12345678961, 12345678962, 12345678963, 12345678964, 12345678965, 12345678966, 12345678967, 12345678968, 12345678969, 12345678970, 12345678971, 12345678972, 12345678973, 12345678974, 12345678975, 12345678976, 12345678977, 12345678978, 12345678979, 12345678980, 12345678981, 12345678982, 12345678983, 12345678984, 12345678985, 12345678986, 12345678987, 12345678988, 12345678989, 12345678990, 12345678991, 12345678992, 12345678993, 12345678994, 12345678995, 12345678996, 12345678997, 12345678998, 12345678999, 12345679000, 12345679001, 12345679002, 12345679003, 12345679004, 12345679005, 12345679006, 12345679007, 12345679008, 12345679009, 12345679010, 12345679011, 12345679012, 12345679013, 12345679014, 12345679015, 12345679016, 12345679017, 12345679018, 12345679019, 12345679020, 12345679021, 12345679022, 12345679023, 12345679024, 12345679025, 12345679026, 12345679027, 12345679028, 12345679029, 12345679030, 12345679031, 12345679032, 12345679033, 12345679034, 12345679035, 12345679036, 12345679037, 12345679038, 12345679039, 12345679040, 12345679041, 12345679042, 12345679043, 12345679044, 12345679045, 12345679046, 12345679047, 12345679048, 12345679049, 12345679050, 12345679051, 12345679052, 12345679053, 12345679054, 12345679055, 12345679056, 12345679057, 12345679058, 12345679059, 12345679060, 12345679061, 12345679062, 12345679063, 12345679064, 12345679065, 12345679066, 12345679067, 12345679068, 12345679069, 12345679070, 12345679071, 12345679072, 12345679073, 12345679074, 12345679075, 12345679076, 12345679077, 12345679078, 12345679079, 12345679080, 12345679081, 12345679082, 12345679083, 12345679084, 12345679085, 12345679086, 12345679087, 12345679088, 12345679089, 12345679090, 12345679091, 12345679092, 12345679093, 12345679094, 12345679095, 12345679096, 12345679097, 12345679098, 12345679099, 12345679100, 12345679101, 12345679102, 12345679103, 12345679104, 12345679105, 12345679106, 12345679107, 12345679108, 12345679109, 12345679110, 12345679111, 12345679112, 12345679113, 12345679114, 12345679115, 12345679116, 12345679117, 12345679118, 12345679119, 12345679120, 12345679121, 12345679122, 12345679123, 12345679124, 12345679125, 12345679126, 12345679127, 12345679128, 12345679129, 12345679130, 12345679131, 12345679132, 12345679133, 12345679134, 12345679135, 12345679136, 12345679137, 12345679138, 12345679139, 12345679140, 12345679141, 12345679142, 12345679143, 12345679144, 12345679145, 12345679146, 12345679147, 12345679148, 12345679149, 12345679150, 12345679151, 12345679152, 12345679153, 12345679154, 12345679155, 12345679156, 12345679157, 12345679158, 12345679159, 12345679160, 12345679161, 12345679162, 12345679163, 12345679164, 12345679165, 12345679166, 12345679167, 12345679168, 12345679169, 12345679170, 12345679171, 12345679172, 12345679173, 12345679174, 12345679175, 12345679176, 12345679177, 12345679178, 12345679179, 12345679180, 12345679181, 12345679182, 12345679183, 12345679184, 12345679185, 12345679186, 12345679187, 12345679188, 12345679189, 12345679190, 12345679191, 12345679192, 12345679193, 12345679194, 12345679195, 12345679196, 12345679197, 12345679198, 12345679199, 12345679200, 12345679201, 12345679202, 12345679203, 12345679204, 12345679205, 12345679206, 12345679207, 12345679208, 12345679209, 12345679210, 12345679211, 12345679212, 12345679213, 12345679214, 12345679215, 12345679216, 12345679217, 12345679218, 12345679219, 12345679220, 12345679221, 12345679222, 12345679223, 12345679224, 12345679225, 12345679226, 12345679227, 12345679228, 12345679229, 12345679230, 12345679231, 12345679232, 12345679233, 12345679234, 12345679235, 12345679236, 12345679237, 12345679238, 12345679239, 12345679240, 12345679241, 12345679242, 12345679243, 12345679244, 12345679245, 12345679246, 12345679247, 12345679248, 12345679249, 12345679250, 12345679251, 12345679252, 12345679253, 12345679254, 12345679255, 12345679256, 12345679257, 12345679258, 12345679259, 12345679260, 12345679261, 12345679262, 12345679263, 12345679264, 12345679265, 12345679266, 12345679267, 12345679268, 12345679269, 12345679270, 12345679271, 12345679272, 12345679273, 12345679274, 12345679275, 12345679276, 12345679277, 12345679278, 12345679279, 12345679280, 12345679281, 12345679282, 12345679283, 12345679284, 12345679285, 12345679286, 12345679287, 12345679288, 12345679289, 12345679290, 12345679291, 12345679292, 12345679293, 12345679294, 12345679295, 12345679296, 12345679297, 12345679298, 12345679299, 12345679300, 12345679301, 12345679302, 12345679303, 12345679304, 12345679305, 12345679306, 12345679307, 12345679308, 12345679309, 12345679310, 12345679311, 12345679312, 12345679313, 12345679314, 12345679315, 12345679316, 12345679317, 12345679318, 12345679319, 12345679320, 12345679321, 12345679322, 12345679323, 12345679324, 12345679325, 12345679326, 12345679327, 12345679328, 12345679329, 12345679330, 12345679331, 12345679332, 12345679333, 12345679334, 12345679335, 12345679336, 12345679337, 12345679338, 12345679339, 12345679340) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-23 03:47:59.525';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:00,114 - [55964] - src.utils.log - INFO - βœ… Fetched 431 rows - __SPLIT__ 2026-02-23 08:48:00,117 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95427, 95428, 95429, 95430, 95431, 95432, 95433, 95434);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:00,145 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:00,164 - [55964] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914,12345678915,12345678916,12345678917,12345678918,12345678919,12345678920,12345678921,12345678922,12345678923,12345678924,12345678925,12345678926,12345678927,12345678928,12345678929,12345678930,12345678931,12345678932,12345678933,12345678934,12345678935,12345678936,12345678937,12345678938,12345678939,12345678940,12345678941,12345678942,12345678943,12345678944,12345678945,12345678946,12345678947,12345678948,12345678949,12345678950,12345678951,12345678952,12345678953,12345678954,12345678955,12345678956,12345678957,12345678958,12345678959,12345678960,12345678961,12345678962,12345678963,12345678964,12345678965,12345678966,12345678967,12345678968,12345678969,12345678970,12345678971,12345678972,12345678973,12345678974,12345678975,12345678976,12345678977,12345678978,12345678979,12345678980,12345678981,12345678982,12345678983,12345678984,12345678985,12345678986,12345678987,12345678988,12345678989,12345678990,12345678991,12345678992,12345678993,12345678994,12345678995,12345678996,12345678997,12345678998,12345678999,12345679000,12345679001,12345679002,12345679003,12345679004,12345679005,12345679006,12345679007,12345679008,12345679009,12345679010,12345679011,12345679012,12345679013,12345679014,12345679015,12345679016,12345679017,12345679018,12345679019,12345679020,12345679021,12345679022,12345679023,12345679024,12345679025,12345679026,12345679027,12345679028,12345679029,12345679030,12345679031,12345679032,12345679033,12345679034,12345679035,12345679036,12345679037,12345679038,12345679039,12345679040,12345679041,12345679042,12345679043,12345679044,12345679045,12345679046,12345679047,12345679048,12345679049,12345679050,12345679051,12345679052,12345679053,12345679054,12345679055,12345679056,12345679057,12345679058,12345679059,12345679060,12345679061,12345679062,12345679063,12345679064,12345679065,12345679066,12345679067,12345679068,12345679069,12345679070,12345679071,12345679072,12345679073,12345679074,12345679075,12345679076,12345679077,12345679078,12345679079,12345679080,12345679081,12345679082,12345679083,12345679084,12345679085,12345679086,12345679087,12345679088,12345679089,12345679090,12345679091,12345679092,12345679093,12345679094,12345679095,12345679096,12345679097,12345679098,12345679099,12345679100,12345679101,12345679102,12345679103,12345679104,12345679105,12345679106,12345679107,12345679108,12345679109,12345679110,12345679111,12345679112,12345679113,12345679114,12345679115,12345679116,12345679117,12345679118,12345679119,12345679120,12345679121,12345679122,12345679123,12345679124,12345679125,12345679126,12345679127,12345679128,12345679129,12345679130,12345679131,12345679132,12345679133,12345679134,12345679135,12345679136,12345679137,12345679138,12345679139,12345679140,12345679141,12345679142,12345679143,12345679144,12345679145,12345679146,12345679147,12345679148,12345679149,12345679150,12345679151,12345679152,12345679153,12345679154,12345679155,12345679156,12345679157,12345679158,12345679159,12345679160,12345679161,12345679162,12345679163,12345679164,12345679165,12345679166,12345679167,12345679168,12345679169,12345679170,12345679171,12345679172,12345679173,12345679174,12345679175,12345679176,12345679177,12345679178,12345679179,12345679180,12345679181,12345679182,12345679183,12345679184,12345679185,12345679186,12345679187,12345679188,12345679189,12345679190,12345679191,12345679192,12345679193,12345679194,12345679195,12345679196,12345679197,12345679198,12345679199,12345679200,12345679201,12345679202,12345679203,12345679204,12345679205,12345679206,12345679207,12345679208,12345679209,12345679210,12345679211,12345679212,12345679213,12345679214,12345679215,12345679216,12345679217,12345679218,12345679219,12345679220,12345679221,12345679222,12345679223,12345679224,12345679225,12345679226,12345679227,12345679228,12345679229,12345679230,12345679231,12345679232,12345679233,12345679234,12345679235,12345679236,12345679237,12345679238,12345679239,12345679240,12345679241,12345679242,12345679243,12345679244,12345679245,12345679246,12345679247,12345679248,12345679249,12345679250,12345679251,12345679252,12345679253,12345679254,12345679255,12345679256,12345679257,12345679258,12345679259,12345679260,12345679261,12345679262,12345679263,12345679264,12345679265,12345679266,12345679267,12345679268,12345679269,12345679270,12345679271,12345679272,12345679273,12345679274,12345679275,12345679276,12345679277,12345679278,12345679279,12345679280,12345679281,12345679282,12345679283,12345679284,12345679285,12345679286,12345679287,12345679288,12345679289,12345679290,12345679291,12345679292,12345679293,12345679294,12345679295,12345679296,12345679297,12345679298,12345679299,12345679300,12345679301,12345679302,12345679303,12345679304,12345679305,12345679306,12345679307,12345679308,12345679309,12345679310,12345679311,12345679312,12345679313,12345679314,12345679315,12345679316,12345679317,12345679318,12345679319,12345679320,12345679321,12345679322,12345679323,12345679324,12345679325,12345679326,12345679327,12345679328,12345679329,12345679330,12345679331,12345679332,12345679333,12345679334,12345679335,12345679336,12345679337,12345679338,12345679339,12345679340) AND CreatedDate = '2026-02-23 03:47:59.525'; ... (Thread: ThreadPoolExecutor-65_0) - __SPLIT__ 2026-02-23 08:48:00,397 - [55964] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 08:48:00,401 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 431 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:00,434 - [55964] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 431) into Billing.Invoice - __SPLIT__ 2026-02-23 08:48:00,927 - [55964] - src.utils.log - INFO - βœ… All 431 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-23 08:48:00,928 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('24100', '24280', '24210', '24103', '23939', '24049', '24048', '24047', '24046', '24044', '24045', '24043', '24042', '24040', '24039', '23988', '24041', '23986', '23987', '23985', '23984', '23982', '23981', '23980', '23979', '23978', '23977', '23976', '23983', '23974', '23973', '23972', '23975', '23970', '23971', '23969', '23968', '23966', '23965', '23964', '23963', '23962', '23961', '23960', '23959', '23958', '23957', '23956', '23955', '23954', '23953', '23952', '23967', '23950', '23949', '23948', '23947', '23946', '23945', '23944', '23951', '23942', '23941', '23940', '23943', '23853', '23913', '23912', '23911', '23910', '23908', '23909', '23907', '23906', '23904', '23903', '23902', '23905', '23900', '23901', '23899', '23898', '23896', '23895', '23894', '23893', '23892', '23891', '23890', '23897', '23888', '23887', '23886', '23889', '23884', '23885', '23883', '23882', '23880', '23879', '23878', '23877', '23876', '23875', '23874', '23873', '23872', '23871', '23870', '23869', '23868', '23867', '23866', '23881', '23864', '23863', '23862', '23861', '23860', '23859', '23858', '23865', '23856', '23855', '23854', '23857', '23989', '24096', '24095', '24094', '24093', '24091', '24092', '24090', '24089', '24087', '24086', '24074', '24088', '24072', '24073', '24071', '24070', '24068', '24067', '24066', '24065', '24064', '24063', '24062', '24069', '24060', '24059', '24058', '24061', '24056', '24057', '24055', '24054', '24052', '24051', '24050', '24013', '24012', '24011', '24010', '24009', '24008', '24007', '24006', '24005', '24004', '24003', '24002', '24053', '24000', '23999', '23998', '23997', '23996', '23995', '23994', '24001', '23992', '23991', '23990', '23993', '23914', '24085', '24084', '24083', '24082', '24080', '24081', '24079', '24078', '24076', '24075', '24038', '24077', '24036', '24037', '24035', '24034', '24032', '24031', '24030', '24029', '24028', '24027', '24026', '24033', '24024', '24023', '24022', '24025', '24020', '24021', '24019', '24018', '24016', '24015', '24014', '23938', '23937', '23936', '23935', '23934', '23933', '23932', '23931', '23930', '23929', '23928', '23927', '24017', '23925', '23924', '23923', '23922', '23921', '23920', '23919', '23926', '23917', '23916', '23915', '23918', '24097', '24281', '24276', '24279', '24273', '24269', '24262', '24267', '24264', '24257', '24254', '24247', '24244', '24242', '24237', '24251', '24248', '24228', '24234', '24227', '24225', '24223', '24213', '24211', '24206', '24204', '24202', '24198', '24194', '24193', '24188', '24218', '24183', '24181', '24178', '24175', '24187', '24185', '24166', '24171', '24162', '24156', '24159', '24151', '24147', '24144', '24142', '24138', '24135', '24132', '24129', '24125', '24154', '24119', '24118', '24113', '24110', '24109', '24122', '24102', '24107', '24098', '24282', '24277', '24275', '24272', '24270', '24261', '24266', '24259', '24256', '24253', '24255', '24243', '24241', '24238', '24236', '24249', '24230', '24233', '24226', '24224', '24221', '24215', '24212', '24208', '24203', '24201', '24197', '24195', '24192', '24190', '24219', '24216', '24179', '24177', '24174', '24186', '24167', '24164', '24170', '24168', '24161', '24157', '24149', '24146', '24143', '24141', '24139', '24134', '24131', '24130', '24126', '24124', '24153', '24117', '24115', '24111', '24123', '24121', '24101', '24106', '24099', '24283', '24278', '24274', '24268', '24271', '24263', '24260', '24265', '24258', '24252', '24246', '24245', '24240', '24239', '24250', '24231', '24229', '24235', '24232', '24220', '24222', '24214', '24209', '24207', '24205', '24200', '24199', '24196', '24191', '24189', '24217', '24182', '24180', '24176', '24173', '24172', '24184', '24165', '24169', '24163', '24160', '24158', '24150', '24148', '24145', '24140', '24137', '24136', '24133', '24128', '24127', '24155', '24152', '24116', '24114', '24112', '24108', '24120', '24104', '24105')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:01,037 - [55964] - src.utils.log - INFO - βœ… Fetched 862 rows - __SPLIT__ 2026-02-23 08:48:01,046 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:01,074 - [55964] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-02-23 08:48:01,075 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:01,104 - [55964] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-02-23 08:48:01,104 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427) and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:01,131 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:01,132 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427) and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:01,159 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:01,172 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:01,202 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:01,207 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:01,233 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:01,236 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription, ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:01,262 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:01,262 - [55964] - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-02-23 08:48:01,263 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-66_0) - __SPLIT__ 2026-02-23 08:48:01,263 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 862 rows in batches of 25000 (Thread: ThreadPoolExecutor-66_1) - __SPLIT__ 2026-02-23 08:48:01,264 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-66_2) - __SPLIT__ 2026-02-23 08:48:01,289 - [55964] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-23 08:48:01,289 - [55964] - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-02-23 08:48:01,373 - [55964] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-23 08:48:01,374 - [55964] - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-02-23 08:48:01,375 - [55964] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 862) into Billing.InvoiceCharges - __SPLIT__ 2026-02-23 08:48:02,218 - [55964] - src.utils.log - INFO - βœ… All 862 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-23 08:48:02,218 - [55964] - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-02-23 08:48:02,218 - [55964] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-23 08:48:02,220 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:02,246 - [55964] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:48:02,246 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1198' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:02,272 - [55964] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:48:02,274 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 431 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:02,341 - [55964] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 431) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-23 08:48:06,018 - [55964] - src.utils.log - INFO - βœ… All 431 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-23 08:48:06,031 - [55964] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-23 08:48:06,032 - [55964] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId in (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:06,064 - [55964] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 08:48:06,066 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('23853', '23854', '23855', '23856', '23857', '23858', '23859', '23860', '23861', '23862', '23863', '23864', '23865', '23866', '23867', '23868', '23869', '23870', '23871', '23872', '23873', '23874', '23875', '23876', '23877', '23878', '23879', '23880', '23881', '23882', '23883', '23884', '23885', '23886', '23887', '23888', '23889', '23890', '23891', '23892', '23893', '23894', '23895', '23896', '23897', '23898', '23899', '23900', '23901', '23902', '23903', '23904', '23905', '23906', '23907', '23908', '23909', '23910', '23911', '23912', '23913', '23914', '23915', '23916', '23917', '23918', '23919', '23920', '23921', '23922', '23923', '23924', '23925', '23926', '23927', '23928', '23929', '23930', '23931', '23932', '23933', '23934', '23935', '23936', '23937', '23938', '23939', '23940', '23941', '23942', '23943', '23944', '23945', '23946', '23947', '23948', '23949', '23950', '23951', '23952', '23953', '23954', '23955', '23956', '23957', '23958', '23959', '23960', '23961', '23962', '23963', '23964', '23965', '23966', '23967', '23968', '23969', '23970', '23971', '23972', '23973', '23974', '23975', '23976', '23977', '23978', '23979', '23980', '23981', '23982', '23983', '23984', '23985', '23986', '23987', '23988', '23989', '23990', '23991', '23992', '23993', '23994', '23995', '23996', '23997', '23998', '23999', '24000', '24001', '24002', '24003', '24004', '24005', '24006', '24007', '24008', '24009', '24010', '24011', '24012', '24013', '24014', '24015', '24016', '24017', '24018', '24019', '24020', '24021', '24022', '24023', '24024', '24025', '24026', '24027', '24028', '24029', '24030', '24031', '24032', '24033', '24034', '24035', '24036', '24037', '24038', '24039', '24040', '24041', '24042', '24043', '24044', '24045', '24046', '24047', '24048', '24049', '24050', '24051', '24052', '24053', '24054', '24055', '24056', '24057', '24058', '24059', '24060', '24061', '24062', '24063', '24064', '24065', '24066', '24067', '24068', '24069', '24070', '24071', '24072', '24073', '24074', '24075', '24076', '24077', '24078', '24079', '24080', '24081', '24082', '24083', '24084', '24085', '24086', '24087', '24088', '24089', '24090', '24091', '24092', '24093', '24094', '24095', '24096', '24097', '24098', '24099', '24100', '24101', '24102', '24103', '24104', '24105', '24106', '24107', '24108', '24109', '24110', '24111', '24112', '24113', '24114', '24115', '24116', '24117', '24118', '24119', '24120', '24121', '24122', '24123', '24124', '24125', '24126', '24127', '24128', '24129', '24130', '24131', '24132', '24133', '24134', '24135', '24136', '24137', '24138', '24139', '24140', '24141', '24142', '24143', '24144', '24145', '24146', '24147', '24148', '24149', '24150', '24151', '24152', '24153', '24154', '24155', '24156', '24157', '24158', '24159', '24160', '24161', '24162', '24163', '24164', '24165', '24166', '24167', '24168', '24169', '24170', '24171', '24172', '24173', '24174', '24175', '24176', '24177', '24178', '24179', '24180', '24181', '24182', '24183', '24184', '24185', '24186', '24187', '24188', '24189', '24190', '24191', '24192', '24193', '24194', '24195', '24196', '24197', '24198', '24199', '24200', '24201', '24202', '24203', '24204', '24205', '24206', '24207', '24208', '24209', '24210', '24211', '24212', '24213', '24214', '24215', '24216', '24217', '24218', '24219', '24220', '24221', '24222', '24223', '24224', '24225', '24226', '24227', '24228', '24229', '24230', '24231', '24232', '24233', '24234', '24235', '24236', '24237', '24238', '24239', '24240', '24241', '24242', '24243', '24244', '24245', '24246', '24247', '24248', '24249', '24250', '24251', '24252', '24253', '24254', '24255', '24256', '24257', '24258', '24259', '24260', '24261', '24262', '24263', '24264', '24265', '24266', '24267', '24268', '24269', '24270', '24271', '24272', '24273', '24274', '24275', '24276', '24277', '24278', '24279', '24280', '24281', '24282', '24283') AND wo.AccountNumber = '1198' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-67_0) - __SPLIT__ 2026-02-23 08:48:06,161 - [55964] - src.utils.log - INFO - βœ… Fetched 431 rows - __SPLIT__ 2026-02-23 08:48:06,161 - [55964] - src.utils.log - INFO - Parallel fetching temp table records - __SPLIT__ 2026-02-23 08:48:06,162 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702)... (Thread: ThreadPoolExecutor-68_0) - __SPLIT__ 2026-02-23 08:48:06,162 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702)... (Thread: ThreadPoolExecutor-68_1) - __SPLIT__ 2026-02-23 08:48:06,162 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702)... (Thread: ThreadPoolExecutor-68_2) - __SPLIT__ 2026-02-23 08:48:06,162 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702)... (Thread: ThreadPoolExecutor-68_3) - __SPLIT__ 2026-02-23 08:48:06,163 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702)... (Thread: ThreadPoolExecutor-68_4) - __SPLIT__ 2026-02-23 08:48:06,164 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702)... (Thread: ThreadPoolExecutor-68_5) - __SPLIT__ 2026-02-23 08:48:06,165 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702);... (Thread: ThreadPoolExecutor-68_7) - __SPLIT__ 2026-02-23 08:48:06,164 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702) and woag.RefType = 'TempWorkorder';... (Thread: ThreadPoolExecutor-68_6) - __SPLIT__ 2026-02-23 08:48:06,227 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:06,250 - [55964] - src.utils.log - INFO - βœ… Fetched 921 rows - __SPLIT__ 2026-02-23 08:48:06,250 - [55964] - src.utils.log - INFO - βœ… Fetched 431 rows - __SPLIT__ 2026-02-23 08:48:06,283 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:06,284 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:06,287 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:06,303 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:06,312 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:06,315 - [55964] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-23 08:48:06,327 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:06,351 - [55964] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:48:06,351 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:06,377 - [55964] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 08:48:06,381 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 431 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:06,427 - [55964] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 431) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-23 08:48:08,998 - [55964] - src.utils.log - INFO - βœ… All 431 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-23 08:48:09,000 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId IN (95429, 95431, 95428, 95430, 95432, 95433, 95434, 95427) AND WorkOrderNo IN ('183344', '8996980', '5945588', '7096751', '4145577', '2068786', '8917952', '4992838', '8441076', '2546400', '1367275', '8548409', '4502744', '4642550', '4220001', '8393255', '4444556', '5393569', '7136754', '1032849', '4268665', '3271542', '2211361', '5121032', '6947528', '9352804', '4565119', '7039377', '1866073', '7580736', '7758058', '7447519', '1786323', '8079273', '4203516', '8732141', '2548759', '3634920', '3774538', '8943801', '3011971', '3426833', '8384085', '8476733', '2102919', '1207924', '6550582', '7559200', '6895200', '1405993', '5323997', '4086780', '7434153', '5483784', '3574058', '8648020', '2744274', '5820949', '5289193', '8636353', '7284372', '266158', '8726587', '2504545', '9748625', '1495176', '2463628', '1067893', '8853609', '3645817', '1518510', '9343124', '2838056', '2234599', '4229952', '5552115', '4788418', '7231974', '9561401', '7974773', '6264906', '8619672', '4932778', '9332642', '8662397', '3946215', '820677', '5392731', '2941853', '9361169', '2707894', '8666647', '9967667', '4186460', '5368116', '6851520', '6735791', '7335286', '3958758', '3083061', '3172686', '2190879', '6766641', '9912244', '4891947', '6100650', '3117881', '4095658', '6431558', '2413230', '3975169', '4907186', '2601396', '9097580', '3297469', '1891589', '3415181', '9566170', '1805748', '9531854', '2907113', '5591127', '9505879', '9364019', '8602256', '9585531', '6925252', '7778049', '6401611', '4169554', '5297186', '3785398', '2076628', '4891271', '8047564', '9527385', '277133', '9293916', '5292100', '2738063', '2035857', '6130615', '7831254', '7207337', '4637527', '5157773', '1986017', '3899614', '2037415', '4382539', '2837423', '6466182', '7586857', '3427364', '3061172', '5634584', '5215366', '7379820', '7562998', '2590754', '7820394', '7613646', '4423331', '7516057', '5946804', '7903773', '9731092', '8156117', '1235596', '6733962', '5250841', '8510054', '2485556', '1668845', '1540293', '8773559', '1487338', '5898851', '1668053', '2409527', '6183305', '1237905', '8672157', '3595307', '7230838', '8848625', '4429665', '3405478', '6719273', '6567621', '1296007', '3892394', '8651716', '8954915', '4431904', '7764974', '7854089', '9472072', '7257720', '1742230', '6446157', '3009745', '6575447', '2690124', '9725444', '4375299', '9452781', '2160439', '1375482', '2121024', '4166482', '1487195', '1718781', '1396438', '9224483', '8760213', '9396747', '9753171', '2550504', '3373643', '3652500', '9306695', '3297571', '3824620', '5769931', '4773849', '2693147', '3779310', '1867746', '4818214', '9368594', '3434502', '9064147', '7772560', '9497338', '1272787', '1063381', '3913798', '6628476', '3982387', '7243092', '1428863', '9181021', '4440146', '769097', '436918', '288052', '369228', '7981279', '4493734', '5859510', '9736427', '3000179', '7981590', '6032287', '9966362', '6679288', '1210195', '8720482', '9482784', '5654206', '3995388', '7323894', '8184840', '2735041', '2045692', '9309631', '8594165', '6229243', '8164238', '9055683', '3874492', '9546206', '5774921', '3853967', '1385335', '3106810', '5453480', '8297306', '7090692', '8043787', '1755314', '7643554', '2129957', '5587164', '5884686', '1849292', '8181297', '5298511', '6291195', '1400703', '1471657', '8322137', '3740202', '3538656', '8592242', '9837319', '7125399', '5912417', '4645774', '9058931', '6541331', '7524259', '3265665', '7840475', '7544513', '9962387', '4125966', '3926079', '1508320', '5730327', '5149877', '2373034', '5295519', '8194051', '3154884', '9681474', '1711288', '5145355', '1538403', '2216609', '5960492', '9408400', '1046755', '1004846', '5792662', '2570539', '7525997', '2860659', '9197884', '3079765', '5868159', '2383504', '3866546', '9778474', '2847539', '6377951', '2723493', '8988124', '6207317', '1662565', '8236699', '6947301', '2560934', '5662090', '7391805', '5100545', '2306933', '2058384', '3407342', '1328145', '1592436', '4672283', '3084274', '3489769', '5235689', '5669415', '4618864', '1387547', '9880622', '4429520', '2950087', '8352014', '2005393', '3370233', '1972793', '5023923', '1491518', '8413206', '5648612', '7664055', '7651064', '4436618', '9269109', '7952970', '3805867', '6159880', '5663686', '7785081', '4524853', '7352639', '3804374', '8461190', '3618675', '5720553', '4004730', '9580837', '5851920', '7996389', '8476455', '1769086', '3925811', '4859381', '5372515', '3168783', '9746067', '5816948', '3391990', '7604439', '1491400', '6519393', '6666772', '4121756', '7856305', '8633760', '4176758', '3899105', '3791083', '6667306', '9717441', '4130461', '8882578', '7744885', '6968883', '8611060', '6060822', '7657441', '3143781', '5487169', '1036435', '1497536', '4573922', '3258700', '8665199', '5389383', '7563029', '7103256', '4936671', '8162616', '3321920', '3813983') AND GenerateWorkOrderHistoryId = 55964;... (Thread: ThreadPoolExecutor-69_0) - __SPLIT__ 2026-02-23 08:48:09,076 - [55964] - src.utils.log - INFO - βœ… Fetched 431 rows - __SPLIT__ 2026-02-23 08:48:09,077 - [55964] - src.utils.log - INFO - 🏁 Final merged rows: 431 - __SPLIT__ 2026-02-23 08:48:09,082 - [55964] - src.utils.log - INFO - Parallel Insertion in work order tables begin - __SPLIT__ 2026-02-23 08:48:09,083 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-70_0) - __SPLIT__ 2026-02-23 08:48:09,083 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-70_1) - __SPLIT__ 2026-02-23 08:48:09,084 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-70_2) - __SPLIT__ 2026-02-23 08:48:09,085 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-70_3) - __SPLIT__ 2026-02-23 08:48:09,085 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 431 rows in batches of 25000 (Thread: ThreadPoolExecutor-70_4) - __SPLIT__ 2026-02-23 08:48:09,085 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-70_5) - __SPLIT__ 2026-02-23 08:48:09,086 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 921 rows in batches of 25000 (Thread: ThreadPoolExecutor-70_6) - __SPLIT__ 2026-02-23 08:48:09,087 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 431 rows in batches of 25000 (Thread: ThreadPoolExecutor-70_8) - __SPLIT__ 2026-02-23 08:48:09,086 - [55964] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-70_7) - __SPLIT__ 2026-02-23 08:48:09,109 - [55964] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-23 08:48:09,109 - [55964] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-23 08:48:09,110 - [55964] - src.utils.log - INFO - [OK] Lead Notes completed. - __SPLIT__ 2026-02-23 08:48:09,110 - [55964] - src.utils.log - INFO - [OK] Discount Applied completed. - __SPLIT__ 2026-02-23 08:48:09,121 - [55964] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 431) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-23 08:48:09,122 - [55964] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-23 08:48:09,138 - [55964] - src.utils.log - INFO - [OK] Sales Person Commission completed. - __SPLIT__ 2026-02-23 08:48:09,134 - [55964] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 431) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-23 08:48:09,138 - [55964] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 921) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-23 08:48:09,127 - [55964] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-23 08:48:09,143 - [55964] - src.utils.log - INFO - [OK] Sub WO completed. - __SPLIT__ 2026-02-23 08:48:09,143 - [55964] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-23 08:48:09,144 - [55964] - src.utils.log - INFO - [OK] Adjustment completed. - __SPLIT__ 2026-02-23 08:48:09,275 - [55964] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-23 08:48:09,277 - [55964] - src.utils.log - INFO - [OK] Source Mapping completed. - __SPLIT__ 2026-02-23 08:48:09,628 - [55964] - src.utils.log - INFO - βœ… All 431 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-23 08:48:09,629 - [55964] - src.utils.log - INFO - [OK] Services completed. - __SPLIT__ 2026-02-23 08:48:09,632 - [55964] - src.utils.log - INFO - βœ… All 431 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-23 08:48:09,633 - [55964] - src.utils.log - INFO - [OK] Publish Services completed. - __SPLIT__ 2026-02-23 08:48:09,759 - [55964] - src.utils.log - INFO - βœ… All 921 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-23 08:48:09,760 - [55964] - src.utils.log - INFO - [OK] Crew completed. - __SPLIT__ 2026-02-23 08:48:09,760 - [55964] - src.utils.log - INFO - All publish tasks completed successfully. - __SPLIT__ 2026-02-23 08:48:09,761 - [55964] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-23 08:48:09,761 - [55964] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55964 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:09,787 - [55964] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 08:48:09,792 - [55964] - src.utils.log - INFO - πŸ”„ Updating next gen date parallely: inside update_next_workorder_generation - __SPLIT__ 2026-02-23 08:48:09,806 - [55964] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_0548ff7f95 - __SPLIT__ 2026-02-23 08:48:09,820 - [55964] - src.utils.log - INFO - πŸ“Œ Bulk inserting 8 rows into #tbl_0548ff7f95 - __SPLIT__ 2026-02-23 08:48:09,868 - [55964] - src.utils.log - INFO - πŸ” Running UPDATE to apply changes - __SPLIT__ 2026-02-23 08:48:09,897 - [55964] - src.utils.log - INFO - βœ” SQL reported affected rows: 8 - __SPLIT__ 2026-02-23 08:48:09,898 - [55964] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_0548ff7f95 - __SPLIT__ 2026-02-23 08:48:09,898 - [55964] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55964 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:09,925 - [55964] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:48:09,926 - [55964] - src.utils.log - INFO - Parallel deletion from temp tables begin - __SPLIT__ 2026-02-23 08:48:09,926 - [55964] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702) (Thread: ThreadPoolExecutor-72_0) - __SPLIT__ 2026-02-23 08:48:09,926 - [55964] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702) (Thread: ThreadPoolExecutor-72_1) - __SPLIT__ 2026-02-23 08:48:09,927 - [55964] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702) (Thread: ThreadPoolExecutor-72_2) - __SPLIT__ 2026-02-23 08:48:09,927 - [55964] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702) (Thread: ThreadPoolExecutor-72_3) - __SPLIT__ 2026-02-23 08:48:09,928 - [55964] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702) (Thread: ThreadPoolExecutor-72_4) - __SPLIT__ 2026-02-23 08:48:09,928 - [55964] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702) (Thread: ThreadPoolExecutor-72_5) - __SPLIT__ 2026-02-23 08:48:09,928 - [55964] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702) (Thread: ThreadPoolExecutor-72_6) - __SPLIT__ 2026-02-23 08:48:09,977 - [55964] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:48:09,977 - [55964] - src.utils.log - INFO - [OK] Deleted from Adjustment - __SPLIT__ 2026-02-23 08:48:09,977 - [55964] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:48:09,978 - [55964] - src.utils.log - INFO - [OK] Deleted from SourceMapping - __SPLIT__ 2026-02-23 08:48:09,978 - [55964] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:48:09,978 - [55964] - src.utils.log - INFO - [OK] Deleted from AppliedDiscount - __SPLIT__ 2026-02-23 08:48:09,995 - [55964] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:48:09,995 - [55964] - src.utils.log - INFO - [OK] Deleted from Crews - __SPLIT__ 2026-02-23 08:48:10,010 - [55964] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:48:10,010 - [55964] - src.utils.log - INFO - [OK] Deleted from SubWorkOrder - __SPLIT__ 2026-02-23 08:48:10,013 - [55964] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:48:10,013 - [55964] - src.utils.log - INFO - [OK] Deleted from SalesPersonCommission - __SPLIT__ 2026-02-23 08:48:10,017 - [55964] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:48:10,017 - [55964] - src.utils.log - INFO - [OK] Deleted from Services - __SPLIT__ 2026-02-23 08:48:10,018 - [55964] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702) (Thread: ThreadPoolExecutor-71_0) - __SPLIT__ 2026-02-23 08:48:21,324 - [55964] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 08:48:21,324 - [55964] - src.utils.log - INFO - βœ” Completed batch of 431 records - __SPLIT__ 2026-02-23 08:48:21,324 - [55964] - src.utils.log - INFO - πŸŽ‰ All batches processed. - __SPLIT__ 2026-02-23 08:48:21,324 - [55964] - src.utils.log - INFO - Work order published ids: (477272, 477273, 477274, 477275, 477276, 477277, 477278, 477279, 477280, 477281, 477282, 477283, 477284, 477285, 477286, 477287, 477288, 477289, 477290, 477291, 477292, 477293, 477294, 477295, 477296, 477297, 477298, 477299, 477300, 477301, 477302, 477303, 477304, 477305, 477306, 477307, 477308, 477309, 477310, 477311, 477312, 477313, 477314, 477315, 477316, 477317, 477318, 477319, 477320, 477321, 477322, 477323, 477324, 477325, 477326, 477327, 477328, 477329, 477330, 477331, 477332, 477333, 477334, 477335, 477336, 477337, 477338, 477339, 477340, 477341, 477342, 477343, 477344, 477345, 477346, 477347, 477348, 477349, 477350, 477351, 477352, 477353, 477354, 477355, 477356, 477357, 477358, 477359, 477360, 477361, 477362, 477363, 477364, 477365, 477366, 477367, 477368, 477369, 477370, 477371, 477372, 477373, 477374, 477375, 477376, 477377, 477378, 477379, 477380, 477381, 477382, 477383, 477384, 477385, 477386, 477387, 477388, 477389, 477390, 477391, 477392, 477393, 477394, 477395, 477396, 477397, 477398, 477399, 477400, 477401, 477402, 477403, 477404, 477405, 477406, 477407, 477408, 477409, 477410, 477411, 477412, 477413, 477414, 477415, 477416, 477417, 477418, 477419, 477420, 477421, 477422, 477423, 477424, 477425, 477426, 477427, 477428, 477429, 477430, 477431, 477432, 477433, 477434, 477435, 477436, 477437, 477438, 477439, 477440, 477441, 477442, 477443, 477444, 477445, 477446, 477447, 477448, 477449, 477450, 477451, 477452, 477453, 477454, 477455, 477456, 477457, 477458, 477459, 477460, 477461, 477462, 477463, 477464, 477465, 477466, 477467, 477468, 477469, 477470, 477471, 477472, 477473, 477474, 477475, 477476, 477477, 477478, 477479, 477480, 477481, 477482, 477483, 477484, 477485, 477486, 477487, 477488, 477489, 477490, 477491, 477492, 477493, 477494, 477495, 477496, 477497, 477498, 477499, 477500, 477501, 477502, 477503, 477504, 477505, 477506, 477507, 477508, 477509, 477510, 477511, 477512, 477513, 477514, 477515, 477516, 477517, 477518, 477519, 477520, 477521, 477522, 477523, 477524, 477525, 477526, 477527, 477528, 477529, 477530, 477531, 477532, 477533, 477534, 477535, 477536, 477537, 477538, 477539, 477540, 477541, 477542, 477543, 477544, 477545, 477546, 477547, 477548, 477549, 477550, 477551, 477552, 477553, 477554, 477555, 477556, 477557, 477558, 477559, 477560, 477561, 477562, 477563, 477564, 477565, 477566, 477567, 477568, 477569, 477570, 477571, 477572, 477573, 477574, 477575, 477576, 477577, 477578, 477579, 477580, 477581, 477582, 477583, 477584, 477585, 477586, 477587, 477588, 477589, 477590, 477591, 477592, 477593, 477594, 477595, 477596, 477597, 477598, 477599, 477600, 477601, 477602, 477603, 477604, 477605, 477606, 477607, 477608, 477609, 477610, 477611, 477612, 477613, 477614, 477615, 477616, 477617, 477618, 477619, 477620, 477621, 477622, 477623, 477624, 477625, 477626, 477627, 477628, 477629, 477630, 477631, 477632, 477633, 477634, 477635, 477636, 477637, 477638, 477639, 477640, 477641, 477642, 477643, 477644, 477645, 477646, 477647, 477648, 477649, 477650, 477651, 477652, 477653, 477654, 477655, 477656, 477657, 477658, 477659, 477660, 477661, 477662, 477663, 477664, 477665, 477666, 477667, 477668, 477669, 477670, 477671, 477672, 477673, 477674, 477675, 477676, 477677, 477678, 477679, 477680, 477681, 477682, 477683, 477684, 477685, 477686, 477687, 477688, 477689, 477690, 477691, 477692, 477693, 477694, 477695, 477696, 477697, 477698, 477699, 477700, 477701, 477702) - __SPLIT__ 2026-02-23 08:48:21,324 - [55964] - src.utils.log - INFO - Time took to perform operation in publishing [55964]: 22.5 - __SPLIT__ 2026-02-23 08:48:21,324 - [55964] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55964] - __SPLIT__ 2026-02-23 08:48:21,324 - [55964] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-23 03:48:21.324' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55964;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 08:48:21,353 - [55964] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 09:19:02,681 - 55965 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55965 - __SPLIT__ 2026-02-23 09:19:02,682 - 55965 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55965 - __SPLIT__ 2026-02-23 09:19:02,682 - 55965 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-23 09:19:02,683 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:02,857 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:02,858 - 55965 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-23 09:19:02,858 - 55965 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55965;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:02,883 - 55965 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 09:19:02,883 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55965), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55965), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55965 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:02,947 - 55965 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 09:19:02,947 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55965;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:02,974 - 55965 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 09:19:02,977 - 55965 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-23 09:19:02,978 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,011 - 55965 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 09:19:03,011 - 55965 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-23 09:19:03,013 - 55965 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-23 09:19:03,014 - 55965 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-23 09:19:03,014 - 55965 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-23 09:19:03,014 - 55965 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-23 09:19:03,014 - 55965 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-23 09:19:03,015 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95435;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,041 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:03,041 - 55965 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-23 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId = 95435 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,076 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:03,148 - 55965 - src.utils.log - INFO - Generating work orders for setup: 95435 - __SPLIT__ 2026-02-23 09:19:03,166 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11441;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,192 - 55965 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 09:19:03,225 - 55965 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-23 09:19:03,231 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,256 - 55965 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 09:19:03,259 - 55965 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-23 09:19:03,259 - 55965 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-23 09:19:03,259 - 55965 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95435 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,301 - 55965 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 09:19:03,301 - 55965 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95435 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,343 - 55965 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 09:19:03,343 - 55965 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95435 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,384 - 55965 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 09:19:03,384 - 55965 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95435 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,425 - 55965 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 09:19:03,425 - 55965 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95435 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,466 - 55965 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 09:19:03,466 - 55965 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95435 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,507 - 55965 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 09:19:03,507 - 55965 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95435 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,536 - 55965 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 09:19:03,536 - 55965 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95435 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,604 - 55965 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 09:19:03,604 - 55965 - src.utils.log - INFO - πŸ“ Inserting 3 work orders for route: 1 - __SPLIT__ 2026-02-23 09:19:03,604 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,659 - 55965 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-23 09:19:03,781 - 55965 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-23 09:19:03,781 - 55965 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 3 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-17 12:19:22.547' and ServiceSetupId = 95435... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,823 - 55965 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-23 09:19:03,823 - 55965 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 3 records - __SPLIT__ 2026-02-23 09:19:03,823 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95435;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,849 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:03,849 - 55965 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-23 09:19:03,849 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95435... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,877 - 55965 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 09:19:03,877 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95435... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,902 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:03,906 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95435... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,935 - 55965 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 09:19:03,936 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95435... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,961 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:03,961 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95435... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:03,986 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:03,986 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95435;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,012 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:04,013 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95435;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,038 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:04,038 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95435;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,651 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:04,651 - 55965 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95435;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,678 - 55965 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 09:19:04,685 - 55965 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-23 09:19:04,685 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,710 - 55965 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-23 09:19:04,711 - 55965 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-23 09:19:04,711 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,736 - 55965 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-23 09:19:04,736 - 55965 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-23 09:19:04,736 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,761 - 55965 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-23 09:19:04,762 - 55965 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-23 09:19:04,762 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,786 - 55965 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-23 09:19:04,786 - 55965 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-23 09:19:04,786 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,811 - 55965 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-23 09:19:04,812 - 55965 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 09:19:04,812 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,837 - 55965 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-23 09:19:04,837 - 55965 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-23 09:19:04,837 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,863 - 55965 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-23 09:19:04,863 - 55965 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-23 09:19:04,863 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:04,893 - 55965 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-23 09:19:04,989 - 55965 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-23 09:19:04,989 - 55965 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-23 09:19:04,989 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:05,015 - 55965 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-02-23 09:19:05,015 - 55965 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 09:19:05,015 - 55965 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:05,046 - 55965 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-23 09:19:05,148 - 55965 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-23 09:19:05,148 - 55965 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-23 09:19:05,148 - 55965 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-23 09:19:05,148 - 55965 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-23 09:19:05,148 - 55965 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55965;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:05,173 - 55965 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 09:19:05,173 - 55965 - src.utils.log - INFO - ⏱️ Total time: 2.49s | Status: Completed - __SPLIT__ 2026-02-23 09:19:05,173 - 55965 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55965;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:05,197 - 55965 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 09:19:05,197 - 55965 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-23 04:19:05.197' WHERE GenerateWorkOrderHistoryId = 55965;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 09:19:05,221 - 55965 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 09:19:05,222 - 55965 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-23 18:20:25,812 - [23045] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[610725, 610726, 610727, 610728, 610729, 610730, 610731] user_id=43606 company_id=133 project_id=[23045] publish_all=False - __SPLIT__ 2026-02-23 18:20:25,813 - [23045] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[610725, 610726, 610727, 610728, 610729, 610730, 610731] user_id=43606 company_id=133 project_id=[23045] publish_all=False - __SPLIT__ 2026-02-23 18:20:25,813 - [23045] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [23045] - __SPLIT__ 2026-02-23 18:20:25,814 - [23045] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-23 18:20:25,814 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:25,990 - [23045] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 18:20:25,990 - [23045] - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-23 18:20:25,990 - [23045] - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-23 18:20:25,991 - [23045] - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-23 18:20:25,991 - [23045] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 23045;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,168 - [23045] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 18:20:26,168 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,198 - [23045] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-23 18:20:26,198 - [23045] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-23 18:20:26,199 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 133 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (42169, 45132, 65293, 63397, 60934, 64790, 27795) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,232 - [23045] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-23 18:20:26,232 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 133 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (42169, 45132, 65293, 63397, 60934, 64790, 27795) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,262 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:26,262 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 133 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (42169, 45132, 65293, 63397, 60934, 64790, 27795) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,296 - [23045] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-23 18:20:26,305 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,333 - [23045] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-23 18:20:26,333 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,359 - [23045] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 18:20:26,360 - [23045] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '444866' WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,388 - [23045] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 18:20:26,388 - [23045] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '440912' WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,413 - [23045] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 18:20:26,416 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId in (42169, 45132, 65293, 63397, 60934, 64790, 27795)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,449 - [23045] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-23 18:20:26,458 - [23045] - src.utils.log - INFO - Size of Transaction: 4 - __SPLIT__ 2026-02-23 18:20:26,459 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:26,515 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-23 18:20:26,625 - [23045] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-23 18:20:26,638 - [23045] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-23 18:20:26,638 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913) and t.CompanyId = 133 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-23 13:20:26.454';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:27,441 - [23045] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-23 18:20:27,443 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (27795, 42169, 45132, 60934, 63397, 64790, 65293);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:27,470 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:27,478 - [23045] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913) AND CreatedDate = '2026-02-23 13:20:26.454'; ... (Thread: ThreadPoolExecutor-73_0) - __SPLIT__ 2026-02-23 18:20:27,860 - [23045] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-23 18:20:27,864 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:27,917 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Invoice - __SPLIT__ 2026-02-23 18:20:28,017 - [23045] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-23 18:20:28,018 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('444863', '444862', '444864', '444861')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,305 - [23045] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-23 18:20:28,314 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (65293, 63397, 60934, 64790) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,343 - [23045] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-02-23 18:20:28,343 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (65293, 63397, 60934, 64790) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,374 - [23045] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-23 18:20:28,374 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId in (65293, 63397, 60934, 64790) and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,401 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:28,402 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId in (65293, 63397, 60934, 64790) and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,430 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:28,441 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (65293, 63397, 60934, 64790);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,468 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:28,474 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (65293, 63397, 60934, 64790);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,499 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:28,502 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription, ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (65293, 63397, 60934, 64790);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,529 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:28,530 - [23045] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-02-23 18:20:28,530 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,571 - [23045] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-23 18:20:28,571 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,618 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into Billing.InvoiceCharges - __SPLIT__ 2026-02-23 18:20:28,775 - [23045] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-23 18:20:28,775 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,852 - [23045] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-23 18:20:28,852 - [23045] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-23 18:20:28,854 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'abcdallas';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,879 - [23045] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 18:20:28,880 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo in ('25216', '24207', '21807', '258470', '334398', '608936', '17962') and a.CompanyId = 121;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,908 - [23045] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-23 18:20:28,909 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 7 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:28,991 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 7) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-23 18:20:29,167 - [23045] - src.utils.log - INFO - βœ… All 7 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-23 18:20:29,179 - [23045] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-23 18:20:29,181 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('444859', '444860', '444861', '444862', '444863', '444864', '444865') AND wo.AccountNumber IN ('334398', '608936', '25216', '21807', '17962', '24207', '258470') AND wo.CompanyId = 133 ... (Thread: ThreadPoolExecutor-74_0) - __SPLIT__ 2026-02-23 18:20:29,214 - [23045] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-23 18:20:29,215 - [23045] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-23 18:20:29,215 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,246 - [23045] - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-02-23 18:20:29,246 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,273 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:29,274 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,302 - [23045] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-23 18:20:29,302 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,328 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:29,328 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,361 - [23045] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-02-23 18:20:29,361 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,409 - [23045] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 18:20:29,409 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (610725, 610726, 610727, 610728, 610729, 610730, 610731) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,438 - [23045] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-23 18:20:29,438 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,464 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:29,466 - [23045] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-23 18:20:29,483 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,508 - [23045] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 18:20:29,511 - [23045] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId = 774 AND CompanyId = 133 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,537 - [23045] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 18:20:29,544 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 133 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,571 - [23045] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-23 18:20:29,575 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 7 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,636 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 7) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-23 18:20:29,758 - [23045] - src.utils.log - INFO - βœ… All 7 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-23 18:20:29,759 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId IN (42169, 45132, 65293, 63397, 60934, 64790, 27795) AND WorkOrderNo IN ('8126505', '4272190', '6094625', '4128412', '9372567', '7625306', '6778563') AND GenerateWorkOrderHistoryId = 23045;... (Thread: ThreadPoolExecutor-75_0) - __SPLIT__ 2026-02-23 18:20:29,866 - [23045] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-23 18:20:29,866 - [23045] - src.utils.log - INFO - 🏁 Final merged rows: 7 - __SPLIT__ 2026-02-23 18:20:29,870 - [23045] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-23 18:20:29,870 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:29,903 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into CRM.LeadNote - __SPLIT__ 2026-02-23 18:20:30,005 - [23045] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into CRM.LeadNote in 1 batches - __SPLIT__ 2026-02-23 18:20:30,005 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:30,053 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-02-23 18:20:30,151 - [23045] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-02-23 18:20:30,152 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:30,191 - [23045] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-23 18:20:30,191 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:30,232 - [23045] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-23 18:20:30,232 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:30,278 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-23 18:20:30,387 - [23045] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-23 18:20:30,388 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:30,427 - [23045] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-23 18:20:30,428 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 7 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:30,474 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 7) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-23 18:20:30,576 - [23045] - src.utils.log - INFO - βœ… All 7 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-23 18:20:30,576 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:30,625 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkorderSourceMapping - __SPLIT__ 2026-02-23 18:20:30,705 - [23045] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 1 batches - __SPLIT__ 2026-02-23 18:20:30,706 - [23045] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:30,752 - [23045] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-23 18:20:30,861 - [23045] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-23 18:20:30,861 - [23045] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-23 18:20:30,861 - [23045] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 23045 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:30,889 - [23045] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-23 18:20:30,895 - [23045] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-23 18:20:30,908 - [23045] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_1f89727d4b - __SPLIT__ 2026-02-23 18:20:30,934 - [23045] - src.utils.log - INFO - πŸ“Œ Bulk inserting 7 rows into #tbl_1f89727d4b - __SPLIT__ 2026-02-23 18:20:31,032 - [23045] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-23 18:20:31,053 - [23045] - src.utils.log - INFO - βœ” SQL reported affected rows: 7 - __SPLIT__ 2026-02-23 18:20:31,073 - [23045] - src.utils.log - INFO - πŸ” Verified successfully updated 7 rows via #tbl_1f89727d4b - __SPLIT__ 2026-02-23 18:20:31,073 - [23045] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_1f89727d4b - __SPLIT__ 2026-02-23 18:20:31,073 - [23045] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 23045 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:31,098 - [23045] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 18:20:31,098 - [23045] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-23 18:20:31,098 - [23045] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:31,140 - [23045] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 18:20:31,140 - [23045] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:31,174 - [23045] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 18:20:31,174 - [23045] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:31,200 - [23045] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 18:20:31,200 - [23045] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:31,287 - [23045] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 18:20:31,287 - [23045] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:31,334 - [23045] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 18:20:31,334 - [23045] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:31,361 - [23045] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 18:20:31,361 - [23045] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:31,387 - [23045] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 18:20:31,387 - [23045] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (610725, 610726, 610727, 610728, 610729, 610730, 610731) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:31,452 - [23045] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-23 18:20:31,452 - [23045] - src.utils.log - INFO - Work order published ids: (610725, 610726, 610727, 610728, 610729, 610730, 610731) - __SPLIT__ 2026-02-23 18:20:31,452 - [23045] - src.utils.log - INFO - Time took to perform operation in publishing [23045]: 5.64 - __SPLIT__ 2026-02-23 18:20:31,452 - [23045] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [23045] - __SPLIT__ 2026-02-23 18:20:31,452 - [23045] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-23 13:20:31.452' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 23045;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-23 18:20:31,478 - [23045] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-24 12:57:20,629 - 55977 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55977 - __SPLIT__ 2026-02-24 12:57:20,630 - 55977 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55977 - __SPLIT__ 2026-02-24 12:57:20,630 - 55977 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-24 12:57:20,630 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:20,908 - 55977 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-24 12:57:20,908 - 55977 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-24 12:57:20,908 - 55977 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55977;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:20,938 - 55977 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-24 12:57:20,939 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55977), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55977), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55977 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,006 - 55977 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-24 12:57:21,006 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55977;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,039 - 55977 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-24 12:57:21,041 - 55977 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-24 12:57:21,042 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,080 - 55977 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-24 12:57:21,080 - 55977 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-24 12:57:21,083 - 55977 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-24 12:57:21,083 - 55977 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-24 12:57:21,083 - 55977 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-24 12:57:21,083 - 55977 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-24 12:57:21,083 - 55977 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-24 12:57:21,084 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95444;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,114 - 55977 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-24 12:57:21,114 - 55977 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-24 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId = 95444 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,152 - 55977 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-24 12:57:21,230 - 55977 - src.utils.log - INFO - Generating work orders for setup: 95444 - __SPLIT__ 2026-02-24 12:57:21,294 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11517;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,324 - 55977 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-24 12:57:21,331 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11440;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,360 - 55977 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-24 12:57:21,392 - 55977 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-24 12:57:21,397 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,426 - 55977 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-24 12:57:21,429 - 55977 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-24 12:57:21,429 - 55977 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-24 12:57:21,429 - 55977 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95444 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,474 - 55977 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-24 12:57:21,474 - 55977 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95444 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,519 - 55977 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-24 12:57:21,519 - 55977 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95444 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,563 - 55977 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-24 12:57:21,563 - 55977 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95444 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,608 - 55977 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-24 12:57:21,608 - 55977 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95444 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,652 - 55977 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-24 12:57:21,652 - 55977 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95444 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,696 - 55977 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-24 12:57:21,696 - 55977 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95444 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,728 - 55977 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-24 12:57:21,728 - 55977 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95444 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,795 - 55977 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-24 12:57:21,795 - 55977 - src.utils.log - INFO - πŸ“ Inserting 12 work orders for route: 1 - __SPLIT__ 2026-02-24 12:57:21,795 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:21,866 - 55977 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-24 12:57:22,132 - 55977 - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-24 12:57:22,133 - 55977 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 12 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-17 12:19:22.547' and ServiceSetupId = 95444... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,179 - 55977 - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-02-24 12:57:22,179 - 55977 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 12 records - __SPLIT__ 2026-02-24 12:57:22,180 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95444;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,209 - 55977 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-24 12:57:22,209 - 55977 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-24 12:57:22,210 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95444... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,240 - 55977 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-24 12:57:22,240 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95444... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,271 - 55977 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-24 12:57:22,277 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95444... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,311 - 55977 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-24 12:57:22,312 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95444... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,341 - 55977 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-24 12:57:22,341 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95444... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,370 - 55977 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-24 12:57:22,370 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95444;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,401 - 55977 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-24 12:57:22,402 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95444;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,431 - 55977 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-24 12:57:22,432 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95444;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,623 - 55977 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-24 12:57:22,624 - 55977 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95444;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,654 - 55977 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-24 12:57:22,668 - 55977 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-24 12:57:22,669 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,712 - 55977 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-24 12:57:22,712 - 55977 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-24 12:57:22,712 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,756 - 55977 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-24 12:57:22,756 - 55977 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-24 12:57:22,756 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,799 - 55977 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-24 12:57:22,799 - 55977 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-24 12:57:22,799 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:22,848 - 55977 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-24 12:57:22,964 - 55977 - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-24 12:57:22,964 - 55977 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-24 12:57:22,964 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:23,008 - 55977 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-24 12:57:23,009 - 55977 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-24 12:57:23,009 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:23,052 - 55977 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-24 12:57:23,052 - 55977 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-24 12:57:23,052 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:23,094 - 55977 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-24 12:57:23,094 - 55977 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-24 12:57:23,094 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:23,140 - 55977 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-24 12:57:23,250 - 55977 - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-24 12:57:23,250 - 55977 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-24 12:57:23,250 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:23,299 - 55977 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-24 12:57:23,410 - 55977 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-24 12:57:23,410 - 55977 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-24 12:57:23,410 - 55977 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 22 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:23,445 - 55977 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 22) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-24 12:57:23,569 - 55977 - src.utils.log - INFO - βœ… All 22 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-24 12:57:23,569 - 55977 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-24 12:57:23,569 - 55977 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-24 12:57:23,569 - 55977 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-24 12:57:23,569 - 55977 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55977;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:23,597 - 55977 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-24 12:57:23,597 - 55977 - src.utils.log - INFO - ⏱️ Total time: 2.97s | Status: Completed - __SPLIT__ 2026-02-24 12:57:23,598 - 55977 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55977;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:23,625 - 55977 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-24 12:57:23,626 - 55977 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-24 07:57:23.626' WHERE GenerateWorkOrderHistoryId = 55977;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-24 12:57:23,655 - 55977 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-24 12:57:23,655 - 55977 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-25 08:06:50,659 - 55981 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55981 - __SPLIT__ 2026-02-25 08:06:50,660 - 55981 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55981 - __SPLIT__ 2026-02-25 08:06:50,660 - 55981 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-25 08:06:50,660 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-25 08:06:50,863 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:50,863 - 55981 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-25 08:06:50,864 - 55981 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55981;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-25 08:06:50,892 - 55981 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-25 08:06:50,892 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55981), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55981), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55981 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-25 08:06:50,964 - 55981 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-25 08:06:50,964 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55981;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-25 08:06:50,995 - 55981 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-25 08:06:50,998 - 55981 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-25 08:06:50,999 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId in (13930, 14923)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-25 08:06:51,041 - 55981 - src.utils.log - INFO - βœ… Fetched 61 rows - __SPLIT__ 2026-02-25 08:06:51,042 - 55981 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-25 08:06:51,044 - 55981 - src.utils.log - INFO - πŸ“Š Found 2 setups to process across 2 routes - __SPLIT__ 2026-02-25 08:06:51,044 - 55981 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-25 08:06:51,047 - 55981 - src.utils.log - INFO - πŸ”„ Processing route: 2220 with 1 setups - __SPLIT__ 2026-02-25 08:06:51,047 - 55981 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-25 08:06:51,048 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95442;... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:51,048 - 55981 - src.utils.log - INFO - πŸ”„ Processing route: 2387 with 1 setups - __SPLIT__ 2026-02-25 08:06:51,049 - 55981 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-25 08:06:51,049 - 55981 - src.utils.log - INFO - πŸ“‹ Submitted 2 routes for processing - __SPLIT__ 2026-02-25 08:06:51,050 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95443;... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:51,079 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:51,080 - 55981 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-25 00:00:00' and ServiceDate <= '2026-07-31 00:00:00' and ServiceSetupId = 95442 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:51,118 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:51,178 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:51,178 - 55981 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-25 00:00:00' and ServiceDate <= '2026-07-31 00:00:00' and ServiceSetupId = 95443 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:51,204 - 55981 - src.utils.log - INFO - Generating work orders for setup: 95442 - __SPLIT__ 2026-02-25 08:06:51,584 - 55981 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-25 08:06:52,043 - 55981 - src.utils.log - INFO - Generating work orders for setup: 95443 - __SPLIT__ 2026-02-25 08:06:52,088 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11519.0;... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:52,179 - 55981 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-25 08:06:52,281 - 55981 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-25 08:06:52,287 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:52,453 - 55981 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-25 08:06:52,456 - 55981 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-25 08:06:52,456 - 55981 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-25 08:06:52,456 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95443 ) (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:52,562 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:52,564 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95443 ) (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:52,638 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:52,639 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95443 ) (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:52,768 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:52,774 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95443 ) (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:52,872 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:52,913 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95443 ) (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,036 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,052 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95443 ) (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,111 - 55981 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-25 08:06:53,120 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:53,141 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,141 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95443 ) (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,148 - 55981 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-25 08:06:53,153 - 55981 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-25 08:06:53,153 - 55981 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-25 08:06:53,153 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95442 ) (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:53,176 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,177 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95443 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,196 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,196 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95442 ) (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:53,248 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,248 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95442 ) (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:53,249 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,250 - 55981 - src.utils.log - INFO - πŸ“ Inserting 3 work orders for route: 2387 - __SPLIT__ 2026-02-25 08:06:53,250 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,309 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,322 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95442 ) (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:53,322 - 55981 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-25 08:06:53,367 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,367 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95442 ) (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:53,410 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,410 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95442 ) (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:53,454 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,455 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95442 ) (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:53,478 - 55981 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-25 08:06:53,478 - 55981 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 3 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-17 12:19:22.547' and ServiceSetupId = 95443... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,486 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,487 - 55981 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95442 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:53,524 - 55981 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-25 08:06:53,524 - 55981 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2387: 3 records - __SPLIT__ 2026-02-25 08:06:53,524 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95443;... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,554 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:53,555 - 55981 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-25 08:06:53,555 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95443... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,555 - 55981 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-25 08:06:53,555 - 55981 - src.utils.log - INFO - πŸ“ Inserting 151 work orders for route: 2220 - __SPLIT__ 2026-02-25 08:06:53,555 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 151 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:53,614 - 55981 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 151) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-25 08:06:53,623 - 55981 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-25 08:06:53,624 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95443... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,669 - 55981 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-25 08:06:53,675 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95443... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,709 - 55981 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-25 08:06:53,710 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95443... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,740 - 55981 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-25 08:06:53,741 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95443... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,771 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:53,772 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95443;... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,801 - 55981 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-25 08:06:53,802 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95443;... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:53,832 - 55981 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-25 08:06:53,833 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95443;... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:54,205 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:54,206 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95443;... (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:54,239 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:54,259 - 55981 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-25 08:06:54,260 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:54,302 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-25 08:06:54,302 - 55981 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-25 08:06:54,302 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:54,345 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-25 08:06:54,346 - 55981 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-25 08:06:54,346 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:54,390 - 55981 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.SetupAutoGenerationSourceMapping - __SPLIT__ 2026-02-25 08:06:54,482 - 55981 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 1 batches - __SPLIT__ 2026-02-25 08:06:54,482 - 55981 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-25 08:06:54,482 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:54,533 - 55981 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-25 08:06:54,549 - 55981 - src.utils.log - INFO - βœ… All 151 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-25 08:06:54,550 - 55981 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 151 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-17 12:19:22.547' and ServiceSetupId = 95442... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:54,597 - 55981 - src.utils.log - INFO - βœ… Fetched 151 rows - __SPLIT__ 2026-02-25 08:06:54,597 - 55981 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2220: 151 records - __SPLIT__ 2026-02-25 08:06:54,597 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95442;... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:54,627 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:54,627 - 55981 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-25 08:06:54,627 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95442... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:54,643 - 55981 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-25 08:06:54,643 - 55981 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-25 08:06:54,643 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:54,659 - 55981 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-25 08:06:54,659 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95442... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:54,687 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:54,691 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95442... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:54,692 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-25 08:06:54,692 - 55981 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-25 08:06:54,692 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:54,723 - 55981 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-25 08:06:54,724 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95442... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:54,734 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-25 08:06:54,734 - 55981 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-25 08:06:54,734 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 6 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:54,753 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:54,754 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95442... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:54,784 - 55981 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission - __SPLIT__ 2026-02-25 08:06:54,787 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:54,788 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95442;... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:54,817 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:54,818 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95442;... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:54,847 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:54,847 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95442;... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:54,898 - 55981 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 1 batches - __SPLIT__ 2026-02-25 08:06:54,898 - 55981 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-25 08:06:54,898 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:54,947 - 55981 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-25 08:06:55,016 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:55,016 - 55981 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95442;... (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,046 - 55981 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-25 08:06:55,053 - 55981 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-25 08:06:55,053 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,055 - 55981 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-25 08:06:55,055 - 55981 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,055 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:55,081 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-25 08:06:55,082 - 55981 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,082 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,090 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-02-25 08:06:55,090 - 55981 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,090 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 6 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_1) - __SPLIT__ 2026-02-25 08:06:55,112 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-25 08:06:55,112 - 55981 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,112 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,123 - 55981 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-25 08:06:55,141 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-25 08:06:55,141 - 55981 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,141 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,170 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-25 08:06:55,170 - 55981 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,171 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,199 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-25 08:06:55,199 - 55981 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,200 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,228 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-25 08:06:55,229 - 55981 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,229 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,237 - 55981 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-25 08:06:55,237 - 55981 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,237 - 55981 - src.utils.log - INFO - βœ… Temp tables populated for route: 2387 - __SPLIT__ 2026-02-25 08:06:55,237 - 55981 - src.utils.log - INFO - βœ… Route 2387 generation complete - __SPLIT__ 2026-02-25 08:06:55,238 - 55981 - src.utils.log - INFO - βœ… [1/2] Route 2387 completed successfully - __SPLIT__ 2026-02-25 08:06:55,258 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-25 08:06:55,258 - 55981 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,258 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 151 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,291 - 55981 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 151) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-25 08:06:55,535 - 55981 - src.utils.log - INFO - βœ… All 151 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-25 08:06:55,535 - 55981 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,535 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,564 - 55981 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-02-25 08:06:55,564 - 55981 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,564 - 55981 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 151 rows in batches of 25000 (Thread: ThreadPoolExecutor-76_0) - __SPLIT__ 2026-02-25 08:06:55,599 - 55981 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 151) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-25 08:06:55,975 - 55981 - src.utils.log - INFO - βœ… All 151 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-25 08:06:55,975 - 55981 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-25 08:06:55,975 - 55981 - src.utils.log - INFO - βœ… Temp tables populated for route: 2220 - __SPLIT__ 2026-02-25 08:06:55,975 - 55981 - src.utils.log - INFO - βœ… Route 2220 generation complete - __SPLIT__ 2026-02-25 08:06:55,976 - 55981 - src.utils.log - INFO - βœ… [2/2] Route 2220 completed successfully - __SPLIT__ 2026-02-25 08:06:55,976 - 55981 - src.utils.log - INFO - ═══════════════════════════════════════ πŸ“Š PARALLEL PROCESSING SUMMARY ═══════════════════════════════════════ Total routes: 2 βœ… Successful: 2 ❌ Failed: 0 Success rate: 100.0% ═══════════════════════════════════════ - __SPLIT__ 2026-02-25 08:06:55,976 - 55981 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55981;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-25 08:06:56,005 - 55981 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-25 08:06:56,005 - 55981 - src.utils.log - INFO - ⏱️ Total time: 5.35s | Status: Completed - __SPLIT__ 2026-02-25 08:06:56,005 - 55981 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55981;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-25 08:06:56,033 - 55981 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-25 08:06:56,034 - 55981 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-25 03:06:56.034' WHERE GenerateWorkOrderHistoryId = 55981;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-25 08:06:56,064 - 55981 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-25 08:06:56,065 - 55981 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-26 11:45:15,446 - [55985] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034] user_id=44506 company_id=146 project_id=[55985] publish_all=False - __SPLIT__ 2026-02-26 11:45:15,447 - [55985] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034] user_id=44506 company_id=146 project_id=[55985] publish_all=False - __SPLIT__ 2026-02-26 11:45:15,447 - [55985] - src.utils.log - INFO - Parallel Work order publish in progress for GenerateWorkOrderHistoryId: [55985] - __SPLIT__ 2026-02-26 11:45:15,448 - [55985] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-26 11:45:15,448 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,655 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:15,655 - [55985] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-26 11:45:15,655 - [55985] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55985;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,684 - [55985] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 11:45:15,684 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,718 - [55985] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-02-26 11:45:15,719 - [55985] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-26 11:45:15,719 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95450 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,757 - [55985] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:45:15,757 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95450 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,792 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:15,793 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95450 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,830 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:15,833 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,862 - [55985] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 11:45:15,863 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,892 - [55985] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:45:15,894 - [55985] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '24381' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,923 - [55985] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 11:45:15,924 - [55985] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '27827' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,953 - [55985] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 11:45:15,956 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 95450... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:15,990 - [55985] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:45:15,999 - [55985] - src.utils.log - INFO - Size of Transaction: 10 - __SPLIT__ 2026-02-26 11:45:16,000 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,048 - [55985] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-26 11:45:16,157 - [55985] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-26 11:45:16,172 - [55985] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-26 11:45:16,172 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913, 12345678914, 12345678915, 12345678916, 12345678917, 12345678918, 12345678919) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-26 06:45:15.995';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,261 - [55985] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-02-26 11:45:16,263 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95450;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,295 - [55985] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:45:16,305 - [55985] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914,12345678915,12345678916,12345678917,12345678918,12345678919) AND CreatedDate = '2026-02-26 06:45:15.995'; ... (Thread: ThreadPoolExecutor-77_0) - __SPLIT__ 2026-02-26 11:45:16,506 - [55985] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 11:45:16,510 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,548 - [55985] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.Invoice - __SPLIT__ 2026-02-26 11:45:16,677 - [55985] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-26 11:45:16,678 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('24380', '24379', '24378', '24377', '24376', '24375', '24374', '24373', '24372', '24371')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,777 - [55985] - src.utils.log - INFO - βœ… Fetched 20 rows - __SPLIT__ 2026-02-26 11:45:16,787 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95450 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,819 - [55985] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:45:16,819 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95450 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,851 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:16,852 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95450 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,883 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:16,883 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95450 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,915 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:16,925 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95450;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,956 - [55985] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:45:16,961 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95450;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:16,991 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:16,993 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95450;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:17,024 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:17,024 - [55985] - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-02-26 11:45:17,025 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-78_0) - __SPLIT__ 2026-02-26 11:45:17,025 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 20 rows in batches of 25000 (Thread: ThreadPoolExecutor-78_1) - __SPLIT__ 2026-02-26 11:45:17,026 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-78_2) - __SPLIT__ 2026-02-26 11:45:17,054 - [55985] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-26 11:45:17,055 - [55985] - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-02-26 11:45:17,130 - [55985] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-26 11:45:17,131 - [55985] - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-02-26 11:45:17,150 - [55985] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into Billing.InvoiceCharges - __SPLIT__ 2026-02-26 11:45:17,304 - [55985] - src.utils.log - INFO - βœ… All 20 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-26 11:45:17,304 - [55985] - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-02-26 11:45:17,305 - [55985] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-26 11:45:17,306 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:17,335 - [55985] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:45:17,335 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1208' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:17,360 - [55985] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:45:17,362 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:17,436 - [55985] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-26 11:45:17,603 - [55985] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-26 11:45:17,617 - [55985] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-26 11:45:17,619 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('24371', '24372', '24373', '24374', '24375', '24376', '24377', '24378', '24379', '24380') AND wo.AccountNumber = '1208' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-79_0) - __SPLIT__ 2026-02-26 11:45:17,657 - [55985] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-02-26 11:45:17,657 - [55985] - src.utils.log - INFO - Parallel fetching temp table records - __SPLIT__ 2026-02-26 11:45:17,658 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034)... (Thread: ThreadPoolExecutor-80_0) - __SPLIT__ 2026-02-26 11:45:17,658 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034)... (Thread: ThreadPoolExecutor-80_1) - __SPLIT__ 2026-02-26 11:45:17,658 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034)... (Thread: ThreadPoolExecutor-80_2) - __SPLIT__ 2026-02-26 11:45:17,658 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034)... (Thread: ThreadPoolExecutor-80_3) - __SPLIT__ 2026-02-26 11:45:17,659 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034)... (Thread: ThreadPoolExecutor-80_4) - __SPLIT__ 2026-02-26 11:45:17,659 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034)... (Thread: ThreadPoolExecutor-80_5) - __SPLIT__ 2026-02-26 11:45:17,660 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034) and woag.RefType = 'TempWorkorder';... (Thread: ThreadPoolExecutor-80_6) - __SPLIT__ 2026-02-26 11:45:17,660 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034);... (Thread: ThreadPoolExecutor-80_7) - __SPLIT__ 2026-02-26 11:45:17,695 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:17,697 - [55985] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-02-26 11:45:17,720 - [55985] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-02-26 11:45:17,760 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:17,762 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:17,763 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:17,768 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:17,780 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:17,783 - [55985] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-26 11:45:17,797 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:17,827 - [55985] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:45:17,828 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:17,853 - [55985] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:45:17,853 - [55985] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1044' WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:17,883 - [55985] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 11:45:17,886 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:17,970 - [55985] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-26 11:45:18,076 - [55985] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-26 11:45:18,078 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95450 AND WorkOrderNo IN ('9202767', '1171606', '1404406', '9323453', '8062020', '8598899', '1946397', '5316913', '6257994', '9101892') AND GenerateWorkOrderHistoryId = 55985;... (Thread: ThreadPoolExecutor-81_0) - __SPLIT__ 2026-02-26 11:45:18,128 - [55985] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-02-26 11:45:18,128 - [55985] - src.utils.log - INFO - 🏁 Final merged rows: 10 - __SPLIT__ 2026-02-26 11:45:18,133 - [55985] - src.utils.log - INFO - Parallel Insertion in work order tables begin - __SPLIT__ 2026-02-26 11:45:18,133 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-82_0) - __SPLIT__ 2026-02-26 11:45:18,133 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-82_1) - __SPLIT__ 2026-02-26 11:45:18,134 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-82_2) - __SPLIT__ 2026-02-26 11:45:18,134 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-82_3) - __SPLIT__ 2026-02-26 11:45:18,134 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 10 rows in batches of 25000 (Thread: ThreadPoolExecutor-82_4) - __SPLIT__ 2026-02-26 11:45:18,135 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 10 rows in batches of 25000 (Thread: ThreadPoolExecutor-82_5) - __SPLIT__ 2026-02-26 11:45:18,135 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-82_6) - __SPLIT__ 2026-02-26 11:45:18,136 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-82_7) - __SPLIT__ 2026-02-26 11:45:18,136 - [55985] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 10 rows in batches of 25000 (Thread: ThreadPoolExecutor-82_8) - __SPLIT__ 2026-02-26 11:45:18,157 - [55985] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderCrew in 0 batches - __SPLIT__ 2026-02-26 11:45:18,158 - [55985] - src.utils.log - INFO - [OK] Crew completed. - __SPLIT__ 2026-02-26 11:45:18,159 - [55985] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-26 11:45:18,159 - [55985] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-26 11:45:18,160 - [55985] - src.utils.log - INFO - [OK] Discount Applied completed. - __SPLIT__ 2026-02-26 11:45:18,160 - [55985] - src.utils.log - INFO - [OK] Lead Notes completed. - __SPLIT__ 2026-02-26 11:45:18,166 - [55985] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-26 11:45:18,170 - [55985] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-26 11:45:18,170 - [55985] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-26 11:45:18,170 - [55985] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-26 11:45:18,183 - [55985] - src.utils.log - INFO - [OK] Source Mapping completed. - __SPLIT__ 2026-02-26 11:45:18,183 - [55985] - src.utils.log - INFO - [OK] Adjustment completed. - __SPLIT__ 2026-02-26 11:45:18,184 - [55985] - src.utils.log - INFO - [OK] Sales Person Commission completed. - __SPLIT__ 2026-02-26 11:45:18,184 - [55985] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into ServiceCore.SubWorkOrder - __SPLIT__ 2026-02-26 11:45:18,261 - [55985] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-26 11:45:18,294 - [55985] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-26 11:45:18,294 - [55985] - src.utils.log - INFO - [OK] Services completed. - __SPLIT__ 2026-02-26 11:45:18,341 - [55985] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into ServiceCore.SubWorkOrder in 1 batches - __SPLIT__ 2026-02-26 11:45:18,341 - [55985] - src.utils.log - INFO - [OK] Sub WO completed. - __SPLIT__ 2026-02-26 11:45:18,383 - [55985] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-26 11:45:18,384 - [55985] - src.utils.log - INFO - [OK] Publish Services completed. - __SPLIT__ 2026-02-26 11:45:18,385 - [55985] - src.utils.log - INFO - All publish tasks completed successfully. - __SPLIT__ 2026-02-26 11:45:18,385 - [55985] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-26 11:45:18,385 - [55985] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55985 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:18,408 - [55985] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:45:18,414 - [55985] - src.utils.log - INFO - πŸ”„ Updating next gen date parallely: inside update_next_workorder_generation - __SPLIT__ 2026-02-26 11:45:18,427 - [55985] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_f25cb4b254 - __SPLIT__ 2026-02-26 11:45:18,440 - [55985] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_f25cb4b254 - __SPLIT__ 2026-02-26 11:45:18,489 - [55985] - src.utils.log - INFO - πŸ” Running UPDATE to apply changes - __SPLIT__ 2026-02-26 11:45:18,518 - [55985] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-26 11:45:18,518 - [55985] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_f25cb4b254 - __SPLIT__ 2026-02-26 11:45:18,518 - [55985] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55985 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:18,543 - [55985] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:45:18,544 - [55985] - src.utils.log - INFO - Parallel deletion from temp tables begin - __SPLIT__ 2026-02-26 11:45:18,544 - [55985] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034) (Thread: ThreadPoolExecutor-84_0) - __SPLIT__ 2026-02-26 11:45:18,544 - [55985] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034) (Thread: ThreadPoolExecutor-84_1) - __SPLIT__ 2026-02-26 11:45:18,545 - [55985] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034) (Thread: ThreadPoolExecutor-84_2) - __SPLIT__ 2026-02-26 11:45:18,545 - [55985] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034) (Thread: ThreadPoolExecutor-84_3) - __SPLIT__ 2026-02-26 11:45:18,545 - [55985] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034) (Thread: ThreadPoolExecutor-84_4) - __SPLIT__ 2026-02-26 11:45:18,546 - [55985] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034) (Thread: ThreadPoolExecutor-84_5) - __SPLIT__ 2026-02-26 11:45:18,546 - [55985] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034) (Thread: ThreadPoolExecutor-84_6) - __SPLIT__ 2026-02-26 11:45:18,569 - [55985] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:45:18,569 - [55985] - src.utils.log - INFO - [OK] Deleted from Adjustment - __SPLIT__ 2026-02-26 11:45:18,577 - [55985] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:45:18,578 - [55985] - src.utils.log - INFO - [OK] Deleted from SalesPersonCommission - __SPLIT__ 2026-02-26 11:45:18,580 - [55985] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:45:18,580 - [55985] - src.utils.log - INFO - [OK] Deleted from AppliedDiscount - __SPLIT__ 2026-02-26 11:45:18,584 - [55985] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:45:18,584 - [55985] - src.utils.log - INFO - [OK] Deleted from SourceMapping - __SPLIT__ 2026-02-26 11:45:18,597 - [55985] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:45:18,597 - [55985] - src.utils.log - INFO - [OK] Deleted from Crews - __SPLIT__ 2026-02-26 11:45:18,604 - [55985] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:45:18,604 - [55985] - src.utils.log - INFO - [OK] Deleted from Services - __SPLIT__ 2026-02-26 11:45:18,605 - [55985] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:45:18,605 - [55985] - src.utils.log - INFO - [OK] Deleted from SubWorkOrder - __SPLIT__ 2026-02-26 11:45:18,605 - [55985] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034) (Thread: ThreadPoolExecutor-83_0) - __SPLIT__ 2026-02-26 11:45:18,921 - [55985] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:45:18,922 - [55985] - src.utils.log - INFO - βœ” Completed batch of 10 records - __SPLIT__ 2026-02-26 11:45:18,922 - [55985] - src.utils.log - INFO - πŸŽ‰ All batches processed. - __SPLIT__ 2026-02-26 11:45:18,922 - [55985] - src.utils.log - INFO - Work order published ids: (478025, 478026, 478027, 478028, 478029, 478030, 478031, 478032, 478033, 478034) - __SPLIT__ 2026-02-26 11:45:18,922 - [55985] - src.utils.log - INFO - Time took to perform operation in publishing [55985]: 3.47 - __SPLIT__ 2026-02-26 11:45:18,922 - [55985] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55985] - __SPLIT__ 2026-02-26 11:45:18,922 - [55985] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-26 06:45:18.922' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55985;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:45:18,948 - [55985] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 11:56:59,218 - 11868 - src.utils.log - INFO - ParallelProcessing=True GenerateInvoiceHistoryId=11868 - __SPLIT__ 2026-02-26 11:56:59,219 - 11868 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-26 11:56:59,219 - 11868 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:56:59,392 - 11868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:56:59,393 - 11868 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-26 11:56:59,393 - 11868 - src.utils.log - INFO - Parallel Invoice generation algo started for GenerateInvoiceHistoryId: 11868 - __SPLIT__ 2026-02-26 11:56:59,393 - 11868 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET Status = 'InProgress' WHERE GenerateInvoiceHistoryId = 11868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:56:59,419 - 11868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 11:56:59,420 - 11868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateInvoiceHistory WHERE GenerateInvoiceHistoryId = 11868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:56:59,447 - 11868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 11:56:59,447 - 11868 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceId as ServiceMasterId,ss.FrequencyScheduleId as setup_frequency_schedule_id, ssb.*, ss.IsBilling, ss.DepartmentMasterId, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, t.NetDueIn, ss.TaxPercent, ss.PoNumber, ss.DisplayServiceAsSeparateLineItem, ss.SetupEndDate, ss.SetupStartDate from ServiceCore.ServiceSetup ss join ServiceCore.ServiceSetupBilling ssb on ss.ServiceSetupId = ssb.ServiceSetupId join Billing.PaymentTypeMaster ptm on ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId join Billing.Term t on ss.TermId = t.TermId join ServiceCore.ServiceSetupServices sss on ss.ServiceSetupId = sss.ServiceSetupId where ptm.PaymentType= 'Payment Plan' and ss.IsActive =1 and ss.CompanyId= 146 AND ss.IsDeleted =0 AND ss.Status <> 'Canceled' and ss.AccountNumber = '1208' and ss.ServiceSetupId = 95451;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:56:59,479 - 11868 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 11:56:59,483 - 11868 - src.utils.log - INFO - No filter selected - __SPLIT__ 2026-02-26 11:56:59,483 - 11868 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-26 11:56:59,484 - 11868 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 14923... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:56:59,518 - 11868 - src.utils.log - INFO - βœ… Fetched 60 rows - __SPLIT__ 2026-02-26 11:56:59,518 - 11868 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-26 11:56:59,532 - 11868 - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionAutoGenerationId FROM Billing.TransactionAutoGeneration WHERE ServiceSetupId = 95451 AND TransactionDate BETWEEN '2026-02-26 00:00:00' AND '2026-04-30 00:00:00' AND IsActive = 1 ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:56:59,566 - 11868 - src.utils.log - INFO - βœ… Fetched 24 rows - __SPLIT__ 2026-02-26 11:56:59,566 - 11868 - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceAutoGenerationId FROM Billing.InvoiceAutoGeneration WHERE TransactionAutoGenerationId IN (241491, 241492, 241493, 241494, 241495, 241496, 241497, 241498, 241499, 241500, 241501, 241502, 241503, 241504, 241505, 241506, 241507, 241508, 241509, 241510, 241511, 241512, 241513, 241514) ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:56:59,606 - 11868 - src.utils.log - INFO - βœ… Fetched 24 rows - __SPLIT__ 2026-02-26 11:56:59,607 - 11868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM Billing.InvoiceChargesAutoGeneration WHERE InvoiceAutoGenerationId IN (241408, 241409, 241410, 241411, 241412, 241413, 241414, 241415, 241416, 241417, 241418, 241419, 241420, 241421, 241422, 241423, 241424, 241425, 241426, 241427, 241428, 241429, 241430, 241407) (Thread: ThreadPoolExecutor-85_0) - __SPLIT__ 2026-02-26 11:56:59,607 - 11868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM Billing.InvoiceAutoGenerationAppliedDiscount WHERE InvoiceAutoGenerationId IN (241408, 241409, 241410, 241411, 241412, 241413, 241414, 241415, 241416, 241417, 241418, 241419, 241420, 241421, 241422, 241423, 241424, 241425, 241426, 241427, 241428, 241429, 241430, 241407) (Thread: ThreadPoolExecutor-85_1) - __SPLIT__ 2026-02-26 11:56:59,667 - 11868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:56:59,730 - 11868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:56:59,730 - 11868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM Billing.InvoiceAutoGeneration WHERE InvoiceAutoGenerationId IN (241408, 241409, 241410, 241411, 241412, 241413, 241414, 241415, 241416, 241417, 241418, 241419, 241420, 241421, 241422, 241423, 241424, 241425, 241426, 241427, 241428, 241429, 241430, 241407) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:56:59,901 - 11868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:56:59,902 - 11868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM Billing.TransactionAutoGeneration WHERE TransactionAutoGenerationId IN (241491, 241492, 241493, 241494, 241495, 241496, 241497, 241498, 241499, 241500, 241501, 241502, 241503, 241504, 241505, 241506, 241507, 241508, 241509, 241510, 241511, 241512, 241513, 241514) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:57:00,023 - 11868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 11:57:00,030 - 11868 - src.utils.log - INFO - πŸ” Fetching data: SELECT Inv.ServiceSetupId, Inv.InvoiceDate FROM Billing.Invoice Inv INNER JOIN Billing.[Transaction] T ON Inv.TransactionId = T.TransactionId WHERE Inv.InvoiceDate BETWEEN '2026-02-26 00:00:00' AND '2026-04-30 00:00:00' AND Inv.IsActive = 1 AND Inv.IsDelete = 0 AND T.IsActive = 1 AND T.IsDelete = 0 AND Inv.ServiceSetupId = 95451;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:57:00,060 - 11868 - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-02-26 11:57:00,074 - 11868 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.TransactionAutoGeneration: 54 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:57:00,127 - 11868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 54) into Billing.TransactionAutoGeneration - __SPLIT__ 2026-02-26 11:57:00,341 - 11868 - src.utils.log - INFO - βœ… All 54 rows inserted successfully into Billing.TransactionAutoGeneration in 1 batches - __SPLIT__ 2026-02-26 11:57:00,342 - 11868 - src.utils.log - INFO - - __SPLIT__ 2026-02-26 11:57:00,342 - 11868 - src.utils.log - INFO - Total invoice generated: 54 - __SPLIT__ 2026-02-26 11:57:00,342 - 11868 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 54 TransactionAutoGenerationId, ServiceSetupId, TransactionDate as InvoiceDate From Billing.TransactionAutoGeneration WHERE CreatedDate = '2026-02-17 06:49:22.574' and ServiceSetupId = 95451 and GenerateWorkOrderHistoryId= 11868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:57:00,376 - 11868 - src.utils.log - INFO - βœ… Fetched 54 rows - __SPLIT__ 2026-02-26 11:57:00,386 - 11868 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceAutoGeneration: 54 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:57:00,436 - 11868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 54) into Billing.InvoiceAutoGeneration - __SPLIT__ 2026-02-26 11:57:00,618 - 11868 - src.utils.log - INFO - βœ… All 54 rows inserted successfully into Billing.InvoiceAutoGeneration in 1 batches - __SPLIT__ 2026-02-26 11:57:00,618 - 11868 - src.utils.log - INFO - πŸ” Fetching data: SELECT I.InvoiceAutoGenerationId, T.ServiceSetupId FROM Billing.InvoiceAutoGeneration I JOIN Billing.TransactionAutoGeneration T ON I.TransactionAutoGenerationId = T.TransactionAutoGenerationId where T.TransactionAutoGenerationId in (241536, 241537, 241538, 241539, 241540, 241541, 241542, 241543, 241544, 241545, 241546, 241547, 241548, 241549, 241550, 241551, 241552, 241553, 241554, 241555, 241556, 241557, 241558, 241559, 241560, 241561, 241562, 241563, 241564, 241565, 241566, 241567, 241568, 241515, 241516, 241517, 241518, 241519, 241520, 241521, 241522, 241523, 241524, 241525, 241526, 241527, 241528, 241529, 241530, 241531, 241532, 241533, 241534, 241535);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:57:00,653 - 11868 - src.utils.log - INFO - βœ… Fetched 54 rows - __SPLIT__ 2026-02-26 11:57:00,653 - 11868 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95451 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:57:00,685 - 11868 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 11:57:00,697 - 11868 - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, DiscountSetupId,DiscountType,DiscountCode,DiscountAmount,DiscountDescription,DiscountName, DiscountPercent, IsDiscountPercent,AppliedDiscountAmt,ApplyOnPartPrice,ApplyOnLaborPrice from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95451;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:57:00,723 - 11868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 11:57:00,725 - 11868 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-86_0) - __SPLIT__ 2026-02-26 11:57:00,725 - 11868 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceChargesAutoGeneration: 108 rows in batches of 25000 (Thread: ThreadPoolExecutor-86_1) - __SPLIT__ 2026-02-26 11:57:00,772 - 11868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 108) into Billing.InvoiceChargesAutoGeneration - __SPLIT__ 2026-02-26 11:57:00,776 - 11868 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.InvoiceAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-26 11:57:01,063 - 11868 - src.utils.log - INFO - βœ… All 108 rows inserted successfully into Billing.InvoiceChargesAutoGeneration in 1 batches - __SPLIT__ 2026-02-26 11:57:01,064 - 11868 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET Status = 'Completed' WHERE GenerateInvoiceHistoryId = 11868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:57:01,093 - 11868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 11:57:01,093 - 11868 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET InvoiceStatusDateTime = '2026-02-26 06:57:01.093' WHERE GenerateInvoiceHistoryId = 11868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 11:57:01,121 - 11868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 11:57:01,122 - 11868 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-26 11:57:01,122 - 11868 - src.utils.log - INFO - Parallel Invoice Gen Complete Successfully ProjectId:11868 - Time took: 1.9 - __SPLIT__ 2026-02-26 15:01:25,984 - 23137 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=23137 - __SPLIT__ 2026-02-26 15:01:25,985 - 23137 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 23137 - __SPLIT__ 2026-02-26 15:01:25,986 - 23137 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-26 15:01:25,986 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:26,190 - 23137 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:26,190 - 23137 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-26 15:01:26,190 - 23137 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-26 15:01:26,190 - 23137 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-26 15:01:26,191 - 23137 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 23137;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:26,442 - 23137 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 15:01:26,442 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 23137), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 23137), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 23137 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:26,548 - 23137 - src.utils.log - INFO - βœ… Fetched 25 rows - __SPLIT__ 2026-02-26 15:01:26,548 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 23137;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:26,576 - 23137 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:26,580 - 23137 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-26 15:01:26,580 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId in (13988, 14693, 14664, 14249, 14634, 14571, 14668, 14666, 14638, 14643, 14676, 14646, 14775)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:26,626 - 23137 - src.utils.log - INFO - βœ… Fetched 274 rows - __SPLIT__ 2026-02-26 15:01:26,627 - 23137 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-26 15:01:26,629 - 23137 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-26 15:01:26,629 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:26,659 - 23137 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:26,660 - 23137 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-03-01 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:26,697 - 23137 - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-02-26 15:01:26,826 - 23137 - src.utils.log - INFO - Generating work orders for setup: 32566 - __SPLIT__ 2026-02-26 15:01:26,854 - 23137 - src.utils.log - INFO - Generating work orders for setup: 43359 - __SPLIT__ 2026-02-26 15:01:26,854 - 23137 - src.utils.log - INFO - Generating work orders for setup: 47416 - __SPLIT__ 2026-02-26 15:01:26,861 - 23137 - src.utils.log - INFO - Generating work orders for setup: 65387 - __SPLIT__ 2026-02-26 15:01:26,876 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11429.0, -1.0);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:26,904 - 23137 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:26,944 - 23137 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-26 15:01:26,973 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=133 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:26,999 - 23137 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:27,002 - 23137 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-26 15:01:27,002 - 23137 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-26 15:01:27,002 - 23137 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,044 - 23137 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:27,044 - 23137 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,083 - 23137 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:27,083 - 23137 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,114 - 23137 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:27,114 - 23137 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,154 - 23137 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:27,154 - 23137 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,193 - 23137 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:27,194 - 23137 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,233 - 23137 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:27,233 - 23137 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,260 - 23137 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:27,261 - 23137 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,325 - 23137 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:27,325 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,396 - 23137 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-26 15:01:27,541 - 23137 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-26 15:01:27,542 - 23137 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 2 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-17 12:19:22.547' and ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,576 - 23137 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 15:01:27,577 - 23137 - src.utils.log - INFO - Id's of work order inserted to DB: [610814 610815] - __SPLIT__ 2026-02-26 15:01:27,577 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (59283, 26395, 43807, 45728, 47009, 51623, 65191, 53806, 40627, 54453, 32566, 47416, 39481, 48573, 62405, 48334, 63573, 23134, 43359, 46434, 64994, 47333, 47462, 65387, 33004);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,604 - 23137 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:27,605 - 23137 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-26 15:01:27,605 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 65387... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,632 - 23137 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:27,632 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 65387... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,660 - 23137 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:27,668 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 65387... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,700 - 23137 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 15:01:27,702 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 65387... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,730 - 23137 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:27,731 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 65387... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,758 - 23137 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:27,758 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 65387;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,785 - 23137 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:27,786 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 65387;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:27,812 - 23137 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:27,813 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 65387;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,343 - 23137 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:28,343 - 23137 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 65387;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,372 - 23137 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:28,388 - 23137 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-26 15:01:28,388 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,429 - 23137 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-26 15:01:28,429 - 23137 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-26 15:01:28,429 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,470 - 23137 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-26 15:01:28,470 - 23137 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-26 15:01:28,470 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,512 - 23137 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.SetupAutoGenerationSourceMapping - __SPLIT__ 2026-02-26 15:01:28,593 - 23137 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 1 batches - __SPLIT__ 2026-02-26 15:01:28,594 - 23137 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-26 15:01:28,594 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,634 - 23137 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-26 15:01:28,634 - 23137 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-26 15:01:28,634 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,674 - 23137 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-26 15:01:28,674 - 23137 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-26 15:01:28,675 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,714 - 23137 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-26 15:01:28,714 - 23137 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-26 15:01:28,714 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,762 - 23137 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-26 15:01:28,762 - 23137 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-26 15:01:28,762 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,808 - 23137 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-26 15:01:28,905 - 23137 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-26 15:01:28,906 - 23137 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-26 15:01:28,906 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,951 - 23137 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-02-26 15:01:28,951 - 23137 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-26 15:01:28,952 - 23137 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:28,982 - 23137 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-26 15:01:29,086 - 23137 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-26 15:01:29,086 - 23137 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-26 15:01:29,086 - 23137 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 23137;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:29,111 - 23137 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 15:01:29,111 - 23137 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-02-26 15:01:29,111 - 23137 - src.utils.log - INFO - Time took to perform operation: 3.13 - __SPLIT__ 2026-02-26 15:01:29,111 - 23137 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 23137;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:29,136 - 23137 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 15:01:29,136 - 23137 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-26 10:01:29.136' WHERE GenerateWorkOrderHistoryId = 23137;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:29,163 - 23137 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 15:01:45,446 - [23137] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[610814, 610815] user_id=43606 company_id=133 project_id=[23137] publish_all=False - __SPLIT__ 2026-02-26 15:01:45,446 - [23137] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[610814, 610815] user_id=43606 company_id=133 project_id=[23137] publish_all=False - __SPLIT__ 2026-02-26 15:01:45,447 - [23137] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [23137] - __SPLIT__ 2026-02-26 15:01:45,447 - [23137] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-26 15:01:45,447 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:45,597 - [23137] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:45,598 - [23137] - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-26 15:01:45,598 - [23137] - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-26 15:01:45,599 - [23137] - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-26 15:01:45,599 - [23137] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 23137;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:45,814 - [23137] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 15:01:45,814 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (610814, 610815)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:45,849 - [23137] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 15:01:45,850 - [23137] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-26 15:01:45,850 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 133 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 65387 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:45,896 - [23137] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:45,896 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 133 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 65387 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:45,931 - [23137] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:45,932 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 133 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 65387 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:45,979 - [23137] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:45,986 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,017 - [23137] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 15:01:46,018 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,050 - [23137] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:46,051 - [23137] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '445281' WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,083 - [23137] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 15:01:46,083 - [23137] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '441336' WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,118 - [23137] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 15:01:46,122 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 65387... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,157 - [23137] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:46,163 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'abcdallas';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,194 - [23137] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:46,194 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '25238' and a.CompanyId = 121;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,225 - [23137] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:46,227 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,320 - [23137] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-26 15:01:46,550 - [23137] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-26 15:01:46,566 - [23137] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-26 15:01:46,567 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('445279', '445280') AND wo.AccountNumber = '25238' AND wo.CompanyId = 133 ... (Thread: ThreadPoolExecutor-87_0) - __SPLIT__ 2026-02-26 15:01:46,603 - [23137] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 15:01:46,604 - [23137] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-26 15:01:46,604 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (610814, 610815)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,650 - [23137] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 15:01:46,650 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (610814, 610815)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,682 - [23137] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:46,682 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (610814, 610815)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,721 - [23137] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 15:01:46,721 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (610814, 610815)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,752 - [23137] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:46,752 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (610814, 610815)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,790 - [23137] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 15:01:46,790 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (610814, 610815)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,888 - [23137] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:46,888 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (610814, 610815) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,928 - [23137] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:46,929 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (610814, 610815);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:46,966 - [23137] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:46,968 - [23137] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-26 15:01:46,983 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:47,019 - [23137] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:47,019 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 133 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:47,053 - [23137] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 15:01:47,056 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:47,136 - [23137] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-26 15:01:47,287 - [23137] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-26 15:01:47,288 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 65387 AND WorkOrderNo IN ('2138042', '7611293') AND GenerateWorkOrderHistoryId = 23137;... (Thread: ThreadPoolExecutor-88_0) - __SPLIT__ 2026-02-26 15:01:47,479 - [23137] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-26 15:01:47,479 - [23137] - src.utils.log - INFO - 🏁 Final merged rows: 2 - __SPLIT__ 2026-02-26 15:01:47,483 - [23137] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-26 15:01:47,483 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:47,517 - [23137] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-26 15:01:47,518 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:47,563 - [23137] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-26 15:01:47,564 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:47,608 - [23137] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-26 15:01:47,608 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:47,653 - [23137] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-26 15:01:47,653 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:47,704 - [23137] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-26 15:01:47,824 - [23137] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-26 15:01:47,824 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:47,874 - [23137] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-26 15:01:47,874 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:47,937 - [23137] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-26 15:01:48,074 - [23137] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-26 15:01:48,074 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,121 - [23137] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkorderSourceMapping - __SPLIT__ 2026-02-26 15:01:48,224 - [23137] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 1 batches - __SPLIT__ 2026-02-26 15:01:48,224 - [23137] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,285 - [23137] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-26 15:01:48,442 - [23137] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-26 15:01:48,442 - [23137] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-26 15:01:48,442 - [23137] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 23137 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,492 - [23137] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 15:01:48,497 - [23137] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-26 15:01:48,516 - [23137] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_6cdabcdf67 - __SPLIT__ 2026-02-26 15:01:48,547 - [23137] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_6cdabcdf67 - __SPLIT__ 2026-02-26 15:01:48,578 - [23137] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-26 15:01:48,607 - [23137] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-26 15:01:48,627 - [23137] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_6cdabcdf67 - __SPLIT__ 2026-02-26 15:01:48,627 - [23137] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_6cdabcdf67 - __SPLIT__ 2026-02-26 15:01:48,627 - [23137] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 23137 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,658 - [23137] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:48,658 - [23137] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-26 15:01:48,658 - [23137] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (610814, 610815) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,704 - [23137] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:48,704 - [23137] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (610814, 610815) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,743 - [23137] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:48,743 - [23137] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (610814, 610815) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,773 - [23137] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:48,774 - [23137] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (610814, 610815) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,858 - [23137] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:48,859 - [23137] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (610814, 610815) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,909 - [23137] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:48,909 - [23137] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (610814, 610815) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,941 - [23137] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:48,941 - [23137] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (610814, 610815) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:48,972 - [23137] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:48,972 - [23137] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (610814, 610815) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:49,018 - [23137] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 15:01:49,018 - [23137] - src.utils.log - INFO - Work order published ids: (610814, 610815) - __SPLIT__ 2026-02-26 15:01:49,018 - [23137] - src.utils.log - INFO - Time took to perform operation in publishing [23137]: 3.57 - __SPLIT__ 2026-02-26 15:01:49,018 - [23137] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [23137] - __SPLIT__ 2026-02-26 15:01:49,018 - [23137] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-26 10:01:49.018' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 23137;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 15:01:49,051 - [23137] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 22:04:08,861 - 11878 - src.utils.log - INFO - ParallelProcessing=False GenerateInvoiceHistoryId=11878 - __SPLIT__ 2026-02-26 22:04:08,863 - 11878 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-26 22:04:08,863 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:09,066 - 11878 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 22:04:09,066 - 11878 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-26 22:04:09,066 - 11878 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-26 22:04:09,067 - 11878 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-26 22:04:09,067 - 11878 - src.utils.log - INFO - Sequential Invoice generation algo started for GenerateInvoiceHistoryId: 11878 - __SPLIT__ 2026-02-26 22:04:09,067 - 11878 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET Status = 'InProgress' WHERE GenerateInvoiceHistoryId = 11878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:09,273 - 11878 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 22:04:09,274 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateInvoiceHistory WHERE GenerateInvoiceHistoryId = 11878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:09,311 - 11878 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 22:04:09,311 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceId as ServiceMasterId,ss.FrequencyScheduleId as setup_frequency_schedule_id, ssb.*, ss.IsBilling, ss.DepartmentMasterId, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, t.NetDueIn, ss.TaxPercent, ss.PoNumber, ss.DisplayServiceAsSeparateLineItem, ss.SetupEndDate, ss.SetupStartDate from ServiceCore.ServiceSetup ss join ServiceCore.ServiceSetupBilling ssb on ss.ServiceSetupId = ssb.ServiceSetupId join Billing.PaymentTypeMaster ptm on ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId join Billing.Term t on ss.TermId = t.TermId join ServiceCore.ServiceSetupServices sss on ss.ServiceSetupId = sss.ServiceSetupId where ptm.PaymentType= 'Payment Plan' and ss.IsActive =1 and ss.CompanyId= 133 AND ss.IsDeleted =0 AND ss.Status <> 'Canceled' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:10,009 - 11878 - src.utils.log - INFO - βœ… Fetched 4532 rows - __SPLIT__ 2026-02-26 22:04:10,031 - 11878 - src.utils.log - INFO - No filter selected - __SPLIT__ 2026-02-26 22:04:10,032 - 11878 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-26 22:04:10,032 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId in (14342, 13962, 13964, 13966, 13978, 14622, 14623, 14624, 14625, 14503, 14504, 14506, 14507, 14508, 14509, 14510, 14511, 14512, 14513, 14514, 14515, 14516, 14517, 14518, 14519, 14520, 14521, 14522, 14523, 14524, 14525, 14526, 14527, 14528, 14529, 14530, 14531, 14806, 14807, 14808, 14809, 14810, 14811, 14812, 14813, 14814, 14815, 14816, 14817, 14764, 14693, 14827, 14828, 14829, 14830, 14831)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:10,219 - 11878 - src.utils.log - INFO - βœ… Fetched 1297 rows - __SPLIT__ 2026-02-26 22:04:10,220 - 11878 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-26 22:04:23,204 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionAutoGenerationId FROM Billing.TransactionAutoGeneration WHERE ServiceSetupId IN (40964, 57350, 24583, 40976, 49170, 24599, 57367, 24604, 49180, 24606, 40990, 57376, 24609, 32811, 57387, 41006, 41007, 49203, 24644, 24645, 24654, 32851, 32855, 57442, 49261, 24689, 24694, 24695, 57464, 32889, 24705, 32900, 57480, 24713, 24715, 41100, 32913, 32917, 24731, 24732, 24733, 41119, 24759, 57528, 57531, 24781, 24785, 32978, 32980, 32984, 24793, 49369, 49381, 32999, 41191, 41192, 33004, 41203, 41204, 57591, 41208, 33028, 24848, 24849, 24853, 41243, 24869, 49446, 49449, 33072, 33075, 57658, 24891, 24893, 24903, 41295, 24913, 24917, 49504, 41314, 49508, 49511, 41320, 33152, 24964, 24971, 24972, 24973, 24975, 33172, 57752, 24986, 33178, 24988, 24993, 25002, 33203, 33204, 33216, 41410, 49606, 41423, 33239, 41435, 49630, 33253, 33254, 49641, 41450, 49642, 41459, 49655, 41464, 41468, 33280, 33281, 33282, 25091, 25093, 57863, 33290, 41484, 25104, 41489, 33298, 25115, 25116, 25117, 49691, 41507, 49699, 25126, 49704, 57897, 33323, 49707, 41519, 49712, 33329, 49715, 57910, 57911, 49720, 57912, 33347, 49731, 49735, 25166, 49744, 49752, 49753, 49759, 57952, 41569, 49763, 57955, 49767, 49775, 49779, 25205, 49783, 49787, 41596, 49791, 25219, 41604, 41611, 49805, 33424, 49809, 33432, 49817, 41627, 41640, 49833, 25258, 58027, 25266, 33461, 33463, 41656, 41657, 58041, 25276, 33473, 33480, 25290, 25293, 25294, 49876, 25310, 49888, 49896, 33513, 25323, 49903, 58099, 41727, 49924, 25353, 41754, 41758, 41759, 49963, 41773, 33582, 49970, 33591, 41784, 41790, 41797, 41799, 49991, 49995, 50005, 50015, 41827, 25454, 25455, 50037, 41850, 50042, 50046, 25474, 50050, 33669, 41862, 41864, 41867, 33676, 41874, 41876, 25514, 25515, 25516, 41898, 41909, 50101, 41913, 50109, 58302, 25537, 25538, 58306, 25555, 25562, 25579, 41966, 58351, 25584, 41971, 50168, 41979, 50172, 41983, 50175, 58372, 41997, 42010, 25628, 25629, 25632, 50214, 33836, 33839, 33841, 25652, 42045, 50238, 42047, 42053, 42054, 33864, 42062, 33877, 42069, 42072, 58456, 42085, 42096, 33906, 50291, 33908, 42101, 42102, 50295, 33914, 50299, 50303, 33928, 50312, 58507, 33932, 33933, 25742, 42129, 50321, 33943, 33951, 33952, 50336, 42146, 50340, 42154, 33968, 42163, 42169, 42174, 50371, 34009, 34011, 34022, 34023, 34024, 50417, 25844, 25851, 34056, 50444, 25871, 25873, 25878, 42279, 42282, 50474, 42285, 50491, 50494, 50500, 34119, 50506, 50509, 25936, 50512, 50515, 34134, 50518, 34137, 42332, 50524, 50530, 50539, 50542, 50545, 25971, 50548, 25973, 25975, 50552, 50557, 50561, 25986, 50565, 34182, 42374, 50568, 25993, 42379, 34188, 50571, 34190, 42385, 58769, 50579, 50580, 42389, 50583, 50588, 50589, 42402, 50595, 26020, 42408, 34218, 34224, 50613, 34243, 42450, 26072, 34274, 34275, 26090, 42483, 26101, 34296, 42494, 42506, 50708, 26138, 42533, 42545, 42549, 42557, 34375, 50762, 26194, 26203, 50780, 42589, 58972, 42591, 42594, 34406, 50795, 42604, 58988, 42607, 42609, 50802, 34423, 34424, 34429, 50814, 50818, 50827, 26255, 26271, 26280, 26281, 34473, 59048, 34487, 50871, 50872, 34495, 42699, 50893, 42706, 42714, 26337, 26340, 34533, 34534, 59117, 42738, 50953, 34570, 26388, 26395, 34591, 26402, 50989, 34609, 34612, 42814, 59210, 34641, 42834, 51028, 51033, 42851, 42860, 26484, 34676, 51062, 42872, 59257, 34682, 34683, 42874, 59266, 34694, 34695, 59272, 59273, 59279, 26514, 59283, 26517, 34713, 51100, 42912, 34726, 42923, 26559, 34761, 42953, 51150, 51164, 34794, 34795, 34796, 59380, 34823, 26636, 34829, 51222, 43048, 51242, 26668, 43058, 26679, 26703, 34902, 34903, 26712, 34904, 51298, 59494, 59498, 26732, 34936, 26746, 51330, 43140, 59525, 51334, 34953, 51340, 34959, 43157, 43164, 51360, 43170, 43174, 34992, 34993, 34997, 35001, 35020, 43213, 43220, 59604, 59614, 51429, 26861, 26862, 51442, 26867, 26868, 43253, 51454, 26884, 59654, 35079, 43293, 51486, 43298, 51496, 26921, 26922, 51503, 43314, 51508, 51516, 43330, 26949, 26952, 43342, 43352, 43356, 26976, 35170, 59748, 43380, 51575, 59767, 51589, 27016, 27017, 43401, 51592, 51598, 35221, 35226, 51623, 51625, 35246, 43444, 35259, 27076, 51654, 51656, 51657, 43466, 43467, 51661, 51679, 27104, 51684, 51693, 51694, 35317, 51705, 43518, 35329, 35332, 51719, 51720, 51722, 43531, 51726, 27154, 51734, 43544, 51737, 51740, 59937, 51748, 27177, 27178, 43563, 43565, 51759, 59959, 35390, 51776, 51780, 35406, 43602, 43603, 43605, 51799, 59993, 51803, 35420, 51806, 43618, 27244, 43633, 35444, 43637, 51828, 27261, 27262, 51843, 51844, 60038, 51853, 35476, 60061, 35488, 43685, 51886, 51893, 51896, 60090, 51901, 51911, 51912, 51914, 27340, 35540, 27351, 51932, 27359, 27360, 51936, 43749, 51943, 43758, 51956, 35577, 43778, 51972, 51982, 35606, 43800, 51992, 51994, 43807, 52001, 27426, 52002, 60200, 43824, 52020, 52025, 52030, 52032, 43842, 52035, 27462, 35657, 27466, 52045, 43856, 52051, 52052, 35669, 52060, 52061, 52062, 43878, 35687, 35689, 35690, 52078, 52089, 52092, 52093, 35710, 35711, 60292, 27526, 52106, 60303, 27541, 35737, 35738, 52130, 60332, 60334, 60336, 27571, 60342, 43959, 60343, 52153, 35772, 52160, 52166, 60361, 35786, 43978, 27599, 52175, 43985, 60367, 60368, 60371, 60375, 35802, 52186, 52197, 52201, 35828, 35829, 52213, 27641, 27642, 35837, 44030, 44031, 52226, 27652, 35846, 44039, 44040, 60423, 52234, 52235, 52238, 27663, 52244, 44053, 52247, 52250, 35868, 52254, 35871, 52255, 44065, 27683, 52260, 27686, 35880, 44072, 52266, 52268, 27697, 35895, 44087, 44088, 52284, 52285, 52286, 35903, 44096, 52297, 35917, 52302, 35921, 35926, 44118, 35937, 27746, 27747, 52322, 27749, 52330, 52333, 35950, 35951, 52334, 52339, 60533, 52342, 44153, 44169, 52366, 35986, 27795, 52377, 27803, 52379, 52380, 52382, 60573, 44199, 52397, 36018, 36019, 44210, 36025, 36026, 52410, 52414, 52417, 52418, 36038, 36039, 44230, 52425, 52427, 52429, 36047, 52432, 44243, 52435, 52438, 44254, 52447, 52450, 36068, 52452, 52458, 44267, 44268, 52464, 52468, 36092, 36093, 36094, 36095, 27905, 52481, 52483, 52484, 27911, 52488, 52490, 27926, 52504, 36121, 36122, 52511, 27944, 36137, 36138, 36141, 44333, 52534, 44345, 52539, 44350, 44356, 44359, 52551, 52552, 52556, 52557, 36176, 36178, 44372, 44376, 52571, 27998, 36190, 36191, 28001, 36192, 52574, 52579, 52582, 60775, 44393, 44394, 44396, 52593, 52594, 52595, 36213, 36218, 36220, 52606, 60806, 52618, 28044, 52620, 60816, 52646, 52647, 28075, 28076, 52654, 28080, 44474, 52670, 28096, 44480, 52672, 28099, 52673, 52676, 52677, 44492, 52685, 44494, 52686, 36306, 52694, 52695, 44507, 52701, 52702, 36319, 52706, 28132, 52708, 52716, 36334, 52721, 36344, 36345, 36349, 44551, 52743, 44562, 36373, 36374, 52759, 44569, 44570, 52761, 28190, 36388, 36389, 36397, 36401, 52787, 52789, 60996, 44614, 28231, 44617, 44618, 28239, 52818, 52822, 28247, 52826, 28253, 36445, 36446, 52829, 52839, 44650, 36463, 52850, 52856, 44665, 52857, 52864, 44679, 36491, 52879, 36499, 28310, 52898, 52909, 36530, 44723, 44728, 61116, 36542, 28360, 28361, 28364, 28365, 28366, 28367, 52947, 52953, 52965, 52966, 52977, 44787, 52982, 52986, 44796, 44799, 36616, 53000, 28432, 53009, 53015, 53016, 53020, 44831, 44832, 53031, 53033, 53037, 44846, 36659, 44851, 44854, 53049, 28477, 61249, 53058, 28484, 53061, 36678, 53063, 44881, 61272, 36698, 53084, 53088, 53103, 36721, 53106, 44917, 53109, 53118, 53124, 53131, 53133, 44948, 44970, 53169, 53171, 28596, 53180, 36798, 53192, 28619, 28620, 28623, 53199, 53200, 45015, 53207, 53212, 45021, 53214, 53215, 28655, 53233, 53234, 53235, 53238, 36870, 45064, 53259, 45068, 45069, 61453, 45076, 36886, 45083, 45091, 53284, 53294, 53306, 36925, 28739, 45131, 36940, 45133, 53326, 53327, 28761, 53349, 45160, 36969, 53354, 53364, 53366, 53372, 37000, 45193, 53384, 53387, 28813, 53393, 28821, 61590, 53400, 45218, 53413, 45233, 53427, 28852, 61624, 37054, 37055, 37056, 28881, 37074, 37075, 53459, 53466, 37084, 37086, 37087, 37097, 45290, 28909, 45319, 61705, 28941, 53524, 28949, 53525, 37145, 28954, 28968, 45357, 37168, 45360, 37177, 53575, 45392, 37202, 37206, 53602, 53603, 45413, 61811, 37236, 53620, 53621, 53622, 53626, 61821, 29059, 61834, 53643, 53644, 61839, 29076, 53653, 53660, 45474, 37283, 45477, 45480, 53685, 45496, 29123, 29124, 45508, 53701, 53706, 37325, 37326, 45517, 37329, 61908, 61913, 45535, 29156, 29157, 37351, 61931, 29168, 37366, 45565, 61949, 37377, 29186, 37378, 45570, 45574, 29195, 37393, 37407, 29217, 53800, 53806, 29246, 37439, 29252, 62026, 53836, 45646, 62033, 53845, 45659, 29277, 45663, 37476, 62057, 37495, 37501, 45693, 37512, 37527, 45720, 62106, 37535, 45728, 45734, 45735, 53928, 37548, 29367, 53946, 29373, 37567, 37585, 45777, 37594, 37598, 37602, 62181, 45801, 53996, 45810, 45816, 54010, 37627, 45819, 45824, 37646, 45846, 45853, 29470, 37669, 37670, 62254, 37693, 54079, 54080, 62274, 37707, 37709, 37714, 62302, 37737, 45930, 37741, 45933, 62326, 45955, 62345, 29589, 54165, 54170, 37800, 37801, 29610, 37802, 29612, 45997, 46000, 62385, 54198, 46007, 37819, 37828, 37829, 62405, 54217, 54218, 29644, 29645, 29646, 46032, 29649, 29650, 62417, 29652, 62421, 46044, 54241, 29674, 29680, 62448, 37879, 29710, 54287, 29713, 37905, 62484, 29727, 37920, 54315, 37934, 29749, 46145, 46148, 54344, 29771, 37963, 29775, 46173, 29795, 29808, 29810, 29811, 46199, 62584, 29834, 38028, 62606, 62607, 38056, 29865, 62636, 38064, 29873, 54453, 46278, 46279, 62665, 38096, 38100, 62694, 54504, 38121, 38122, 62715, 54527, 46337, 29959, 38152, 38155, 29982, 54563, 29988, 38182, 54569, 46381, 62766, 38192, 54580, 46395, 46397, 46401, 46406, 30023, 54599, 54603, 54605, 54607, 46416, 38226, 54611, 30036, 30037, 46420, 46423, 54614, 54617, 62809, 46427, 46428, 54619, 54621, 62815, 54624, 62816, 46434, 46435, 54627, 30053, 38247, 46440, 46441, 30058, 46447, 46448, 46452, 62837, 46457, 46458, 54653, 38270, 46463, 38272, 46467, 46468, 46473, 46476, 46479, 46480, 46485, 46486, 46488, 30107, 46492, 46498, 46513, 38329, 46521, 46527, 46531, 62917, 46535, 46539, 46541, 62925, 62945, 30184, 54761, 30192, 30193, 38385, 30202, 54778, 38400, 30212, 54789, 46599, 30216, 38408, 46607, 46610, 38422, 38425, 38426, 30240, 38440, 38441, 46632, 46636, 54835, 46644, 38462, 54859, 46669, 46681, 54879, 30308, 46698, 46702, 30325, 46709, 38527, 46722, 46724, 46728, 46733, 38545, 46741, 46747, 30372, 30373, 38567, 38568, 38569, 30386, 46779, 63164, 38589, 30402, 30403, 30423, 38622, 30441, 55028, 38648, 46841, 55038, 38655, 63254, 22301, 55072, 46882, 55076, 22316, 22326, 38711, 22329, 30524, 46909, 46910, 22336, 38720, 22339, 63301, 38728, 63304, 55114, 63308, 22350, 55118, 63312, 22354, 22355, 55122, 63314, 22360, 46936, 38751, 46943, 38755, 30568, 22377, 30574, 22383, 30577, 63347, 38773, 38775, 22392, 38781, 22404, 46981, 22406, 22407, 30602, 63372, 22415, 22416, 63378, 22420, 22430, 47009, 22436, 22438, 22439, 30639, 22454, 47030, 22456, 55225, 38851, 47045, 22472, 22474, 22475, 22485, 22488, 22489, 22499, 47077, 30696, 30697, 47085, 30703, 38897, 38900, 47093, 22525, 22540, 38927, 30743, 55326, 55327, 22561, 55333, 38953, 47146, 22571, 38955, 63535, 22577, 22581, 22584, 63544, 63545, 30779, 63546, 47165, 63547, 63548, 30788, 22602, 22603, 22604, 22607, 22609, 30801, 63573, 63574, 30807, 22618, 22619, 22621, 39006, 22625, 22631, 22646, 22648, 22653, 47231, 22659, 22664, 30857, 22670, 22675, 30867, 30868, 22678, 39061, 22682, 22685, 22686, 22688, 55461, 22694, 22696, 63660, 22701, 30894, 63664, 39091, 63668, 30905, 30910, 39103, 47294, 22726, 22730, 22732, 30924, 22740, 47317, 47319, 39129, 22746, 30939, 30942, 22756, 22757, 47333, 22766, 22767, 22778, 30970, 39164, 22781, 22784, 22785, 47366, 30984, 30985, 30989, 55576, 22815, 47392, 22833, 22839, 39224, 47415, 63802, 47423, 47424, 63808, 22854, 22858, 22859, 31074, 47462, 22887, 22888, 22889, 39274, 63846, 39280, 31090, 22904, 22908, 47484, 22922, 22925, 22927, 55695, 22948, 31140, 22952, 22954, 55724, 31149, 31153, 39353, 39354, 55738, 31169, 22984, 63947, 22994, 31189, 23007, 55776, 55777, 23010, 55778, 55779, 55781, 23014, 23015, 23016, 39398, 39399, 55782, 55783, 55784, 23030, 63992, 31225, 63994, 23036, 23037, 23038, 23040, 23041, 23042, 23043, 23044, 47617, 47628, 23055, 23063, 23064, 64029, 64033, 47652, 23077, 64038, 64041, 64043, 47660, 39470, 39471, 64046, 23089, 64050, 64054, 23096, 39481, 64058, 64061, 39490, 39491, 64068, 23118, 55888, 31315, 31316, 31317, 47704, 23134, 47710, 55902, 23137, 23138, 47715, 23145, 31343, 47730, 39540, 23159, 23160, 31353, 64122, 31360, 64133, 23188, 39573, 55957, 39575, 23192, 55958, 23194, 47770, 55960, 55961, 23198, 55963, 55964, 23201, 23202, 55966, 23210, 23211, 23212, 55979, 55982, 64177, 31412, 31413, 39606, 39607, 47801, 23235, 56008, 64201, 31436, 31437, 23246, 23247, 47834, 23261, 23262, 31454, 39648, 23269, 31466, 39659, 64237, 39662, 23279, 23280, 39666, 47861, 23287, 47877, 23306, 31500, 23309, 56078, 23312, 64275, 39700, 56086, 39704, 23325, 56094, 23327, 23329, 31521, 31522, 23332, 47910, 64294, 39720, 64299, 64300, 39728, 64305, 39731, 56115, 31542, 31543, 23355, 23358, 39742, 31552, 39743, 47935, 23363, 39749, 23373, 23374, 47950, 39760, 64336, 31574, 23386, 56157, 39783, 31593, 39788, 23405, 39791, 23410, 47987, 39797, 23414, 23415, 23417, 31612, 23421, 64382, 31617, 23426, 48002, 31620, 64385, 23430, 31626, 39828, 23445, 39832, 64409, 23450, 31644, 31645, 23455, 31650, 31651, 48035, 56226, 23465, 23466, 23468, 23479, 31671, 31672, 31676, 56254, 23488, 23489, 48064, 39875, 39877, 23496, 23499, 23500, 64460, 39886, 23503, 23504, 39895, 31704, 31705, 23526, 31719, 48103, 31735, 23546, 31752, 48137, 23571, 39958, 39959, 48158, 56352, 48167, 64551, 23597, 23602, 31795, 31796, 39997, 40001, 23618, 40007, 23627, 40011, 56397, 23631, 23632, 64592, 31827, 31835, 40033, 23653, 40037, 64617, 64622, 64628, 23669, 56442, 56444, 40073, 56459, 23697, 23698, 23699, 40084, 23701, 64661, 40087, 64668, 40095, 48287, 31908, 31909, 40102, 48298, 56492, 31917, 40110, 48301, 64695, 31929, 40125, 23747, 23752, 23755, 64717, 48334, 31951, 23760, 31959, 64735, 23779, 23780, 40165, 40166, 56549, 48362, 56556, 31987, 56573, 56574, 56575, 32008, 23817, 40201, 32015, 32019, 40211, 40215, 32036, 32037, 64806, 40237, 64814, 48432, 32061, 32062, 40258, 64834, 48453, 23885, 64847, 32080, 32083, 23892, 23908, 48484, 23913, 23914, 32105, 40299, 56684, 23920, 56688, 56690, 48502, 23931, 64899, 32132, 23947, 64912, 64917, 23961, 64921, 48542, 56734, 40354, 64934, 23976, 40361, 64937, 64939, 48556, 64945, 40370, 40371, 32181, 40378, 64956, 48573, 40383, 40385, 24004, 48581, 24011, 48587, 64971, 48592, 48595, 24025, 32223, 64994, 40419, 32230, 48614, 65003, 32238, 32241, 32243, 32247, 48632, 32253, 32257, 40451, 32260, 24070, 32264, 40456, 32266, 48649, 32270, 56847, 32272, 56848, 32275, 32278, 56856, 32282, 24092, 32284, 24094, 24095, 56863, 65057, 24099, 65059, 32293, 56883, 40508, 56894, 48705, 65089, 32324, 24133, 56903, 32329, 56908, 65100, 32335, 65109, 56930, 24172, 24173, 32367, 56951, 40571, 56957, 48767, 65155, 48775, 56967, 56968, 40586, 65169, 24210, 48792, 24219, 24220, 24221, 32416, 24225, 65187, 65191, 24237, 24238, 40627, 24247, 24248, 65212, 65213, 24258, 57027, 24262, 40646, 24265, 48843, 24268, 24269, 24270, 24271, 32460, 32463, 24284, 24285, 57060, 32486, 32493, 32499, 24313, 24314, 32507, 40701, 57097, 32522, 48906, 24337, 24338, 32530, 24343, 24352, 24356, 65318, 57131, 57133, 24367, 32563, 32564, 57141, 24383, 32577, 24389, 65360, 24401, 65361, 65362, 65363, 32597, 65364, 48991, 24417, 32614, 32615, 65384, 65387, 24430, 32623, 57198, 24434, 24435, 24439, 24440, 57207, 65401, 65402, 24445, 24456, 49036, 40846, 40851, 40852, 24469, 24470, 57248, 57254, 24490, 32683, 57260, 24493, 24494, 57263, 24496, 57266, 57267, 57270, 24503, 24504, 57273, 24514, 24515, 49093, 24526, 49106, 49107, 49108, 32728, 40920, 57304, 57305, 32735, 49119, 40931, 40932, 40933, 57316, 57320, 24554, 57323, 24561, 57339) AND TransactionDate BETWEEN '2026-02-01 00:00:00' AND '2026-02-28 00:00:00' AND IsActive = 1 ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:23,475 - 11878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-26 22:04:23,484 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT Inv.ServiceSetupId, Inv.InvoiceDate FROM Billing.Invoice Inv INNER JOIN Billing.[Transaction] T ON Inv.TransactionId = T.TransactionId WHERE Inv.InvoiceDate BETWEEN '2026-02-01 00:00:00' AND '2026-02-28 00:00:00' AND Inv.IsActive = 1 AND Inv.IsDelete = 0 AND T.IsActive = 1 AND T.IsDelete = 0 AND Inv.ServiceSetupId in (40964, 57350, 24583, 40976, 49170, 24599, 57367, 24604, 49180, 24606, 40990, 57376, 24609, 32811, 57387, 41006, 41007, 49203, 24644, 24645, 24654, 32851, 32855, 57442, 49261, 24689, 24694, 24695, 57464, 32889, 24705, 32900, 57480, 24713, 24715, 41100, 32913, 32917, 24731, 24732, 24733, 41119, 24759, 57528, 57531, 24781, 24785, 32978, 32980, 32984, 24793, 49369, 49381, 32999, 41191, 41192, 33004, 41203, 41204, 57591, 41208, 33028, 24848, 24849, 24853, 41243, 24869, 49446, 49449, 33072, 33075, 57658, 24891, 24893, 24903, 41295, 24913, 24917, 49504, 41314, 49508, 49511, 41320, 33152, 24964, 24971, 24972, 24973, 24975, 33172, 57752, 24986, 33178, 24988, 24993, 25002, 33203, 33204, 33216, 41410, 49606, 41423, 33239, 41435, 49630, 33253, 33254, 49641, 41450, 49642, 41459, 49655, 41464, 41468, 33280, 33281, 33282, 25091, 25093, 57863, 33290, 41484, 25104, 41489, 33298, 25115, 25116, 25117, 49691, 41507, 49699, 25126, 49704, 57897, 33323, 49707, 41519, 49712, 33329, 49715, 57910, 57911, 49720, 57912, 33347, 49731, 49735, 25166, 49744, 49752, 49753, 49759, 57952, 41569, 49763, 57955, 49767, 49775, 49779, 25205, 49783, 49787, 41596, 49791, 25219, 41604, 41611, 49805, 33424, 49809, 33432, 49817, 41627, 41640, 49833, 25258, 58027, 25266, 33461, 33463, 41656, 41657, 58041, 25276, 33473, 33480, 25290, 25293, 25294, 49876, 25310, 49888, 49896, 33513, 25323, 49903, 58099, 41727, 49924, 25353, 41754, 41758, 41759, 49963, 41773, 33582, 49970, 33591, 41784, 41790, 41797, 41799, 49991, 49995, 50005, 50015, 41827, 25454, 25455, 50037, 41850, 50042, 50046, 25474, 50050, 33669, 41862, 41864, 41867, 33676, 41874, 41876, 25514, 25515, 25516, 41898, 41909, 50101, 41913, 50109, 58302, 25537, 25538, 58306, 25555, 25562, 25579, 41966, 58351, 25584, 41971, 50168, 41979, 50172, 41983, 50175, 58372, 41997, 42010, 25628, 25629, 25632, 50214, 33836, 33839, 33841, 25652, 42045, 50238, 42047, 42053, 42054, 33864, 42062, 33877, 42069, 42072, 58456, 42085, 42096, 33906, 50291, 33908, 42101, 42102, 50295, 33914, 50299, 50303, 33928, 50312, 58507, 33932, 33933, 25742, 42129, 50321, 33943, 33951, 33952, 50336, 42146, 50340, 42154, 33968, 42163, 42169, 42174, 50371, 34009, 34011, 34022, 34023, 34024, 50417, 25844, 25851, 34056, 50444, 25871, 25873, 25878, 42279, 42282, 50474, 42285, 50491, 50494, 50500, 34119, 50506, 50509, 25936, 50512, 50515, 34134, 50518, 34137, 42332, 50524, 50530, 50539, 50542, 50545, 25971, 50548, 25973, 25975, 50552, 50557, 50561, 25986, 50565, 34182, 42374, 50568, 25993, 42379, 34188, 50571, 34190, 42385, 58769, 50579, 50580, 42389, 50583, 50588, 50589, 42402, 50595, 26020, 42408, 34218, 34224, 50613, 34243, 42450, 26072, 34274, 34275, 26090, 42483, 26101, 34296, 42494, 42506, 50708, 26138, 42533, 42545, 42549, 42557, 34375, 50762, 26194, 26203, 50780, 42589, 58972, 42591, 42594, 34406, 50795, 42604, 58988, 42607, 42609, 50802, 34423, 34424, 34429, 50814, 50818, 50827, 26255, 26271, 26280, 26281, 34473, 59048, 34487, 50871, 50872, 34495, 42699, 50893, 42706, 42714, 26337, 26340, 34533, 34534, 59117, 42738, 50953, 34570, 26388, 26395, 34591, 26402, 50989, 34609, 34612, 42814, 59210, 34641, 42834, 51028, 51033, 42851, 42860, 26484, 34676, 51062, 42872, 59257, 34682, 34683, 42874, 59266, 34694, 34695, 59272, 59273, 59279, 26514, 59283, 26517, 34713, 51100, 42912, 34726, 42923, 26559, 34761, 42953, 51150, 51164, 34794, 34795, 34796, 59380, 34823, 26636, 34829, 51222, 43048, 51242, 26668, 43058, 26679, 26703, 34902, 34903, 26712, 34904, 51298, 59494, 59498, 26732, 34936, 26746, 51330, 43140, 59525, 51334, 34953, 51340, 34959, 43157, 43164, 51360, 43170, 43174, 34992, 34993, 34997, 35001, 35020, 43213, 43220, 59604, 59614, 51429, 26861, 26862, 51442, 26867, 26868, 43253, 51454, 26884, 59654, 35079, 43293, 51486, 43298, 51496, 26921, 26922, 51503, 43314, 51508, 51516, 43330, 26949, 26952, 43342, 43352, 43356, 26976, 35170, 59748, 43380, 51575, 59767, 51589, 27016, 27017, 43401, 51592, 51598, 35221, 35226, 51623, 51625, 35246, 43444, 35259, 27076, 51654, 51656, 51657, 43466, 43467, 51661, 51679, 27104, 51684, 51693, 51694, 35317, 51705, 43518, 35329, 35332, 51719, 51720, 51722, 43531, 51726, 27154, 51734, 43544, 51737, 51740, 59937, 51748, 27177, 27178, 43563, 43565, 51759, 59959, 35390, 51776, 51780, 35406, 43602, 43603, 43605, 51799, 59993, 51803, 35420, 51806, 43618, 27244, 43633, 35444, 43637, 51828, 27261, 27262, 51843, 51844, 60038, 51853, 35476, 60061, 35488, 43685, 51886, 51893, 51896, 60090, 51901, 51911, 51912, 51914, 27340, 35540, 27351, 51932, 27359, 27360, 51936, 43749, 51943, 43758, 51956, 35577, 43778, 51972, 51982, 35606, 43800, 51992, 51994, 43807, 52001, 27426, 52002, 60200, 43824, 52020, 52025, 52030, 52032, 43842, 52035, 27462, 35657, 27466, 52045, 43856, 52051, 52052, 35669, 52060, 52061, 52062, 43878, 35687, 35689, 35690, 52078, 52089, 52092, 52093, 35710, 35711, 60292, 27526, 52106, 60303, 27541, 35737, 35738, 52130, 60332, 60334, 60336, 27571, 60342, 43959, 60343, 52153, 35772, 52160, 52166, 60361, 35786, 43978, 27599, 52175, 43985, 60367, 60368, 60371, 60375, 35802, 52186, 52197, 52201, 35828, 35829, 52213, 27641, 27642, 35837, 44030, 44031, 52226, 27652, 35846, 44039, 44040, 60423, 52234, 52235, 52238, 27663, 52244, 44053, 52247, 52250, 35868, 52254, 35871, 52255, 44065, 27683, 52260, 27686, 35880, 44072, 52266, 52268, 27697, 35895, 44087, 44088, 52284, 52285, 52286, 35903, 44096, 52297, 35917, 52302, 35921, 35926, 44118, 35937, 27746, 27747, 52322, 27749, 52330, 52333, 35950, 35951, 52334, 52339, 60533, 52342, 44153, 44169, 52366, 35986, 27795, 52377, 27803, 52379, 52380, 52382, 60573, 44199, 52397, 36018, 36019, 44210, 36025, 36026, 52410, 52414, 52417, 52418, 36038, 36039, 44230, 52425, 52427, 52429, 36047, 52432, 44243, 52435, 52438, 44254, 52447, 52450, 36068, 52452, 52458, 44267, 44268, 52464, 52468, 36092, 36093, 36094, 36095, 27905, 52481, 52483, 52484, 27911, 52488, 52490, 27926, 52504, 36121, 36122, 52511, 27944, 36137, 36138, 36141, 44333, 52534, 44345, 52539, 44350, 44356, 44359, 52551, 52552, 52556, 52557, 36176, 36178, 44372, 44376, 52571, 27998, 36190, 36191, 28001, 36192, 52574, 52579, 52582, 60775, 44393, 44394, 44396, 52593, 52594, 52595, 36213, 36218, 36220, 52606, 60806, 52618, 28044, 52620, 60816, 52646, 52647, 28075, 28076, 52654, 28080, 44474, 52670, 28096, 44480, 52672, 28099, 52673, 52676, 52677, 44492, 52685, 44494, 52686, 36306, 52694, 52695, 44507, 52701, 52702, 36319, 52706, 28132, 52708, 52716, 36334, 52721, 36344, 36345, 36349, 44551, 52743, 44562, 36373, 36374, 52759, 44569, 44570, 52761, 28190, 36388, 36389, 36397, 36401, 52787, 52789, 60996, 44614, 28231, 44617, 44618, 28239, 52818, 52822, 28247, 52826, 28253, 36445, 36446, 52829, 52839, 44650, 36463, 52850, 52856, 44665, 52857, 52864, 44679, 36491, 52879, 36499, 28310, 52898, 52909, 36530, 44723, 44728, 61116, 36542, 28360, 28361, 28364, 28365, 28366, 28367, 52947, 52953, 52965, 52966, 52977, 44787, 52982, 52986, 44796, 44799, 36616, 53000, 28432, 53009, 53015, 53016, 53020, 44831, 44832, 53031, 53033, 53037, 44846, 36659, 44851, 44854, 53049, 28477, 61249, 53058, 28484, 53061, 36678, 53063, 44881, 61272, 36698, 53084, 53088, 53103, 36721, 53106, 44917, 53109, 53118, 53124, 53131, 53133, 44948, 44970, 53169, 53171, 28596, 53180, 36798, 53192, 28619, 28620, 28623, 53199, 53200, 45015, 53207, 53212, 45021, 53214, 53215, 28655, 53233, 53234, 53235, 53238, 36870, 45064, 53259, 45068, 45069, 61453, 45076, 36886, 45083, 45091, 53284, 53294, 53306, 36925, 28739, 45131, 36940, 45133, 53326, 53327, 28761, 53349, 45160, 36969, 53354, 53364, 53366, 53372, 37000, 45193, 53384, 53387, 28813, 53393, 28821, 61590, 53400, 45218, 53413, 45233, 53427, 28852, 61624, 37054, 37055, 37056, 28881, 37074, 37075, 53459, 53466, 37084, 37086, 37087, 37097, 45290, 28909, 45319, 61705, 28941, 53524, 28949, 53525, 37145, 28954, 28968, 45357, 37168, 45360, 37177, 53575, 45392, 37202, 37206, 53602, 53603, 45413, 61811, 37236, 53620, 53621, 53622, 53626, 61821, 29059, 61834, 53643, 53644, 61839, 29076, 53653, 53660, 45474, 37283, 45477, 45480, 53685, 45496, 29123, 29124, 45508, 53701, 53706, 37325, 37326, 45517, 37329, 61908, 61913, 45535, 29156, 29157, 37351, 61931, 29168, 37366, 45565, 61949, 37377, 29186, 37378, 45570, 45574, 29195, 37393, 37407, 29217, 53800, 53806, 29246, 37439, 29252, 62026, 53836, 45646, 62033, 53845, 45659, 29277, 45663, 37476, 62057, 37495, 37501, 45693, 37512, 37527, 45720, 62106, 37535, 45728, 45734, 45735, 53928, 37548, 29367, 53946, 29373, 37567, 37585, 45777, 37594, 37598, 37602, 62181, 45801, 53996, 45810, 45816, 54010, 37627, 45819, 45824, 37646, 45846, 45853, 29470, 37669, 37670, 62254, 37693, 54079, 54080, 62274, 37707, 37709, 37714, 62302, 37737, 45930, 37741, 45933, 62326, 45955, 62345, 29589, 54165, 54170, 37800, 37801, 29610, 37802, 29612, 45997, 46000, 62385, 54198, 46007, 37819, 37828, 37829, 62405, 54217, 54218, 29644, 29645, 29646, 46032, 29649, 29650, 62417, 29652, 62421, 46044, 54241, 29674, 29680, 62448, 37879, 29710, 54287, 29713, 37905, 62484, 29727, 37920, 54315, 37934, 29749, 46145, 46148, 54344, 29771, 37963, 29775, 46173, 29795, 29808, 29810, 29811, 46199, 62584, 29834, 38028, 62606, 62607, 38056, 29865, 62636, 38064, 29873, 54453, 46278, 46279, 62665, 38096, 38100, 62694, 54504, 38121, 38122, 62715, 54527, 46337, 29959, 38152, 38155, 29982, 54563, 29988, 38182, 54569, 46381, 62766, 38192, 54580, 46395, 46397, 46401, 46406, 30023, 54599, 54603, 54605, 54607, 46416, 38226, 54611, 30036, 30037, 46420, 46423, 54614, 54617, 62809, 46427, 46428, 54619, 54621, 62815, 54624, 62816, 46434, 46435, 54627, 30053, 38247, 46440, 46441, 30058, 46447, 46448, 46452, 62837, 46457, 46458, 54653, 38270, 46463, 38272, 46467, 46468, 46473, 46476, 46479, 46480, 46485, 46486, 46488, 30107, 46492, 46498, 46513, 38329, 46521, 46527, 46531, 62917, 46535, 46539, 46541, 62925, 62945, 30184, 54761, 30192, 30193, 38385, 30202, 54778, 38400, 30212, 54789, 46599, 30216, 38408, 46607, 46610, 38422, 38425, 38426, 30240, 38440, 38441, 46632, 46636, 54835, 46644, 38462, 54859, 46669, 46681, 54879, 30308, 46698, 46702, 30325, 46709, 38527, 46722, 46724, 46728, 46733, 38545, 46741, 46747, 30372, 30373, 38567, 38568, 38569, 30386, 46779, 63164, 38589, 30402, 30403, 30423, 38622, 30441, 55028, 38648, 46841, 55038, 38655, 63254, 22301, 55072, 46882, 55076, 22316, 22326, 38711, 22329, 30524, 46909, 46910, 22336, 38720, 22339, 63301, 38728, 63304, 55114, 63308, 22350, 55118, 63312, 22354, 22355, 55122, 63314, 22360, 46936, 38751, 46943, 38755, 30568, 22377, 30574, 22383, 30577, 63347, 38773, 38775, 22392, 38781, 22404, 46981, 22406, 22407, 30602, 63372, 22415, 22416, 63378, 22420, 22430, 47009, 22436, 22438, 22439, 30639, 22454, 47030, 22456, 55225, 38851, 47045, 22472, 22474, 22475, 22485, 22488, 22489, 22499, 47077, 30696, 30697, 47085, 30703, 38897, 38900, 47093, 22525, 22540, 38927, 30743, 55326, 55327, 22561, 55333, 38953, 47146, 22571, 38955, 63535, 22577, 22581, 22584, 63544, 63545, 30779, 63546, 47165, 63547, 63548, 30788, 22602, 22603, 22604, 22607, 22609, 30801, 63573, 63574, 30807, 22618, 22619, 22621, 39006, 22625, 22631, 22646, 22648, 22653, 47231, 22659, 22664, 30857, 22670, 22675, 30867, 30868, 22678, 39061, 22682, 22685, 22686, 22688, 55461, 22694, 22696, 63660, 22701, 30894, 63664, 39091, 63668, 30905, 30910, 39103, 47294, 22726, 22730, 22732, 30924, 22740, 47317, 47319, 39129, 22746, 30939, 30942, 22756, 22757, 47333, 22766, 22767, 22778, 30970, 39164, 22781, 22784, 22785, 47366, 30984, 30985, 30989, 55576, 22815, 47392, 22833, 22839, 39224, 47415, 63802, 47423, 47424, 63808, 22854, 22858, 22859, 31074, 47462, 22887, 22888, 22889, 39274, 63846, 39280, 31090, 22904, 22908, 47484, 22922, 22925, 22927, 55695, 22948, 31140, 22952, 22954, 55724, 31149, 31153, 39353, 39354, 55738, 31169, 22984, 63947, 22994, 31189, 23007, 55776, 55777, 23010, 55778, 55779, 55781, 23014, 23015, 23016, 39398, 39399, 55782, 55783, 55784, 23030, 63992, 31225, 63994, 23036, 23037, 23038, 23040, 23041, 23042, 23043, 23044, 47617, 47628, 23055, 23063, 23064, 64029, 64033, 47652, 23077, 64038, 64041, 64043, 47660, 39470, 39471, 64046, 23089, 64050, 64054, 23096, 39481, 64058, 64061, 39490, 39491, 64068, 23118, 55888, 31315, 31316, 31317, 47704, 23134, 47710, 55902, 23137, 23138, 47715, 23145, 31343, 47730, 39540, 23159, 23160, 31353, 64122, 31360, 64133, 23188, 39573, 55957, 39575, 23192, 55958, 23194, 47770, 55960, 55961, 23198, 55963, 55964, 23201, 23202, 55966, 23210, 23211, 23212, 55979, 55982, 64177, 31412, 31413, 39606, 39607, 47801, 23235, 56008, 64201, 31436, 31437, 23246, 23247, 47834, 23261, 23262, 31454, 39648, 23269, 31466, 39659, 64237, 39662, 23279, 23280, 39666, 47861, 23287, 47877, 23306, 31500, 23309, 56078, 23312, 64275, 39700, 56086, 39704, 23325, 56094, 23327, 23329, 31521, 31522, 23332, 47910, 64294, 39720, 64299, 64300, 39728, 64305, 39731, 56115, 31542, 31543, 23355, 23358, 39742, 31552, 39743, 47935, 23363, 39749, 23373, 23374, 47950, 39760, 64336, 31574, 23386, 56157, 39783, 31593, 39788, 23405, 39791, 23410, 47987, 39797, 23414, 23415, 23417, 31612, 23421, 64382, 31617, 23426, 48002, 31620, 64385, 23430, 31626, 39828, 23445, 39832, 64409, 23450, 31644, 31645, 23455, 31650, 31651, 48035, 56226, 23465, 23466, 23468, 23479, 31671, 31672, 31676, 56254, 23488, 23489, 48064, 39875, 39877, 23496, 23499, 23500, 64460, 39886, 23503, 23504, 39895, 31704, 31705, 23526, 31719, 48103, 31735, 23546, 31752, 48137, 23571, 39958, 39959, 48158, 56352, 48167, 64551, 23597, 23602, 31795, 31796, 39997, 40001, 23618, 40007, 23627, 40011, 56397, 23631, 23632, 64592, 31827, 31835, 40033, 23653, 40037, 64617, 64622, 64628, 23669, 56442, 56444, 40073, 56459, 23697, 23698, 23699, 40084, 23701, 64661, 40087, 64668, 40095, 48287, 31908, 31909, 40102, 48298, 56492, 31917, 40110, 48301, 64695, 31929, 40125, 23747, 23752, 23755, 64717, 48334, 31951, 23760, 31959, 64735, 23779, 23780, 40165, 40166, 56549, 48362, 56556, 31987, 56573, 56574, 56575, 32008, 23817, 40201, 32015, 32019, 40211, 40215, 32036, 32037, 64806, 40237, 64814, 48432, 32061, 32062, 40258, 64834, 48453, 23885, 64847, 32080, 32083, 23892, 23908, 48484, 23913, 23914, 32105, 40299, 56684, 23920, 56688, 56690, 48502, 23931, 64899, 32132, 23947, 64912, 64917, 23961, 64921, 48542, 56734, 40354, 64934, 23976, 40361, 64937, 64939, 48556, 64945, 40370, 40371, 32181, 40378, 64956, 48573, 40383, 40385, 24004, 48581, 24011, 48587, 64971, 48592, 48595, 24025, 32223, 64994, 40419, 32230, 48614, 65003, 32238, 32241, 32243, 32247, 48632, 32253, 32257, 40451, 32260, 24070, 32264, 40456, 32266, 48649, 32270, 56847, 32272, 56848, 32275, 32278, 56856, 32282, 24092, 32284, 24094, 24095, 56863, 65057, 24099, 65059, 32293, 56883, 40508, 56894, 48705, 65089, 32324, 24133, 56903, 32329, 56908, 65100, 32335, 65109, 56930, 24172, 24173, 32367, 56951, 40571, 56957, 48767, 65155, 48775, 56967, 56968, 40586, 65169, 24210, 48792, 24219, 24220, 24221, 32416, 24225, 65187, 65191, 24237, 24238, 40627, 24247, 24248, 65212, 65213, 24258, 57027, 24262, 40646, 24265, 48843, 24268, 24269, 24270, 24271, 32460, 32463, 24284, 24285, 57060, 32486, 32493, 32499, 24313, 24314, 32507, 40701, 57097, 32522, 48906, 24337, 24338, 32530, 24343, 24352, 24356, 65318, 57131, 57133, 24367, 32563, 32564, 57141, 24383, 32577, 24389, 65360, 24401, 65361, 65362, 65363, 32597, 65364, 48991, 24417, 32614, 32615, 65384, 65387, 24430, 32623, 57198, 24434, 24435, 24439, 24440, 57207, 65401, 65402, 24445, 24456, 49036, 40846, 40851, 40852, 24469, 24470, 57248, 57254, 24490, 32683, 57260, 24493, 24494, 57263, 24496, 57266, 57267, 57270, 24503, 24504, 57273, 24514, 24515, 49093, 24526, 49106, 49107, 49108, 32728, 40920, 57304, 57305, 32735, 49119, 40931, 40932, 40933, 57316, 57320, 24554, 57323, 24561, 57339);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:23,702 - 11878 - src.utils.log - INFO - βœ… Fetched 2030 rows - __SPLIT__ 2026-02-26 22:04:23,728 - 11878 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.TransactionAutoGeneration: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:23,780 - 11878 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into Billing.TransactionAutoGeneration - __SPLIT__ 2026-02-26 22:04:23,896 - 11878 - src.utils.log - INFO - βœ… All 11 rows inserted successfully into Billing.TransactionAutoGeneration in 1 batches - __SPLIT__ 2026-02-26 22:04:23,897 - 11878 - src.utils.log - INFO - - __SPLIT__ 2026-02-26 22:04:23,897 - 11878 - src.utils.log - INFO - Total invoice generated: 11 - __SPLIT__ 2026-02-26 22:04:23,897 - 11878 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 11 TransactionAutoGenerationId, ServiceSetupId, TransactionDate as InvoiceDate From Billing.TransactionAutoGeneration WHERE CreatedDate = '2026-02-17 06:49:22.574' and ServiceSetupId in (40964, 57350, 24583, 40976, 49170, 24599, 57367, 24604, 49180, 24606, 40990, 57376, 24609, 32811, 57387, 41006, 41007, 49203, 24644, 24645, 24654, 32851, 32855, 57442, 49261, 24689, 24694, 24695, 57464, 32889, 24705, 32900, 57480, 24713, 24715, 41100, 32913, 32917, 24731, 24732, 24733, 41119, 24759, 57528, 57531, 24781, 24785, 32978, 32980, 32984, 24793, 49369, 49381, 32999, 41191, 41192, 33004, 41203, 41204, 57591, 41208, 33028, 24848, 24849, 24853, 41243, 24869, 49446, 49449, 33072, 33075, 57658, 24891, 24893, 24903, 41295, 24913, 24917, 49504, 41314, 49508, 49511, 41320, 33152, 24964, 24971, 24972, 24973, 24975, 33172, 57752, 24986, 33178, 24988, 24993, 25002, 33203, 33204, 33216, 41410, 49606, 41423, 33239, 41435, 49630, 33253, 33254, 49641, 41450, 49642, 41459, 49655, 41464, 41468, 33280, 33281, 33282, 25091, 25093, 57863, 33290, 41484, 25104, 41489, 33298, 25115, 25116, 25117, 49691, 41507, 49699, 25126, 49704, 57897, 33323, 49707, 41519, 49712, 33329, 49715, 57910, 57911, 49720, 57912, 33347, 49731, 49735, 25166, 49744, 49752, 49753, 49759, 57952, 41569, 49763, 57955, 49767, 49775, 49779, 25205, 49783, 49787, 41596, 49791, 25219, 41604, 41611, 49805, 33424, 49809, 33432, 49817, 41627, 41640, 49833, 25258, 58027, 25266, 33461, 33463, 41656, 41657, 58041, 25276, 33473, 33480, 25290, 25293, 25294, 49876, 25310, 49888, 49896, 33513, 25323, 49903, 58099, 41727, 49924, 25353, 41754, 41758, 41759, 49963, 41773, 33582, 49970, 33591, 41784, 41790, 41797, 41799, 49991, 49995, 50005, 50015, 41827, 25454, 25455, 50037, 41850, 50042, 50046, 25474, 50050, 33669, 41862, 41864, 41867, 33676, 41874, 41876, 25514, 25515, 25516, 41898, 41909, 50101, 41913, 50109, 58302, 25537, 25538, 58306, 25555, 25562, 25579, 41966, 58351, 25584, 41971, 50168, 41979, 50172, 41983, 50175, 58372, 41997, 42010, 25628, 25629, 25632, 50214, 33836, 33839, 33841, 25652, 42045, 50238, 42047, 42053, 42054, 33864, 42062, 33877, 42069, 42072, 58456, 42085, 42096, 33906, 50291, 33908, 42101, 42102, 50295, 33914, 50299, 50303, 33928, 50312, 58507, 33932, 33933, 25742, 42129, 50321, 33943, 33951, 33952, 50336, 42146, 50340, 42154, 33968, 42163, 42169, 42174, 50371, 34009, 34011, 34022, 34023, 34024, 50417, 25844, 25851, 34056, 50444, 25871, 25873, 25878, 42279, 42282, 50474, 42285, 50491, 50494, 50500, 34119, 50506, 50509, 25936, 50512, 50515, 34134, 50518, 34137, 42332, 50524, 50530, 50539, 50542, 50545, 25971, 50548, 25973, 25975, 50552, 50557, 50561, 25986, 50565, 34182, 42374, 50568, 25993, 42379, 34188, 50571, 34190, 42385, 58769, 50579, 50580, 42389, 50583, 50588, 50589, 42402, 50595, 26020, 42408, 34218, 34224, 50613, 34243, 42450, 26072, 34274, 34275, 26090, 42483, 26101, 34296, 42494, 42506, 50708, 26138, 42533, 42545, 42549, 42557, 34375, 50762, 26194, 26203, 50780, 42589, 58972, 42591, 42594, 34406, 50795, 42604, 58988, 42607, 42609, 50802, 34423, 34424, 34429, 50814, 50818, 50827, 26255, 26271, 26280, 26281, 34473, 59048, 34487, 50871, 50872, 34495, 42699, 50893, 42706, 42714, 26337, 26340, 34533, 34534, 59117, 42738, 50953, 34570, 26388, 26395, 34591, 26402, 50989, 34609, 34612, 42814, 59210, 34641, 42834, 51028, 51033, 42851, 42860, 26484, 34676, 51062, 42872, 59257, 34682, 34683, 42874, 59266, 34694, 34695, 59272, 59273, 59279, 26514, 59283, 26517, 34713, 51100, 42912, 34726, 42923, 26559, 34761, 42953, 51150, 51164, 34794, 34795, 34796, 59380, 34823, 26636, 34829, 51222, 43048, 51242, 26668, 43058, 26679, 26703, 34902, 34903, 26712, 34904, 51298, 59494, 59498, 26732, 34936, 26746, 51330, 43140, 59525, 51334, 34953, 51340, 34959, 43157, 43164, 51360, 43170, 43174, 34992, 34993, 34997, 35001, 35020, 43213, 43220, 59604, 59614, 51429, 26861, 26862, 51442, 26867, 26868, 43253, 51454, 26884, 59654, 35079, 43293, 51486, 43298, 51496, 26921, 26922, 51503, 43314, 51508, 51516, 43330, 26949, 26952, 43342, 43352, 43356, 26976, 35170, 59748, 43380, 51575, 59767, 51589, 27016, 27017, 43401, 51592, 51598, 35221, 35226, 51623, 51625, 35246, 43444, 35259, 27076, 51654, 51656, 51657, 43466, 43467, 51661, 51679, 27104, 51684, 51693, 51694, 35317, 51705, 43518, 35329, 35332, 51719, 51720, 51722, 43531, 51726, 27154, 51734, 43544, 51737, 51740, 59937, 51748, 27177, 27178, 43563, 43565, 51759, 59959, 35390, 51776, 51780, 35406, 43602, 43603, 43605, 51799, 59993, 51803, 35420, 51806, 43618, 27244, 43633, 35444, 43637, 51828, 27261, 27262, 51843, 51844, 60038, 51853, 35476, 60061, 35488, 43685, 51886, 51893, 51896, 60090, 51901, 51911, 51912, 51914, 27340, 35540, 27351, 51932, 27359, 27360, 51936, 43749, 51943, 43758, 51956, 35577, 43778, 51972, 51982, 35606, 43800, 51992, 51994, 43807, 52001, 27426, 52002, 60200, 43824, 52020, 52025, 52030, 52032, 43842, 52035, 27462, 35657, 27466, 52045, 43856, 52051, 52052, 35669, 52060, 52061, 52062, 43878, 35687, 35689, 35690, 52078, 52089, 52092, 52093, 35710, 35711, 60292, 27526, 52106, 60303, 27541, 35737, 35738, 52130, 60332, 60334, 60336, 27571, 60342, 43959, 60343, 52153, 35772, 52160, 52166, 60361, 35786, 43978, 27599, 52175, 43985, 60367, 60368, 60371, 60375, 35802, 52186, 52197, 52201, 35828, 35829, 52213, 27641, 27642, 35837, 44030, 44031, 52226, 27652, 35846, 44039, 44040, 60423, 52234, 52235, 52238, 27663, 52244, 44053, 52247, 52250, 35868, 52254, 35871, 52255, 44065, 27683, 52260, 27686, 35880, 44072, 52266, 52268, 27697, 35895, 44087, 44088, 52284, 52285, 52286, 35903, 44096, 52297, 35917, 52302, 35921, 35926, 44118, 35937, 27746, 27747, 52322, 27749, 52330, 52333, 35950, 35951, 52334, 52339, 60533, 52342, 44153, 44169, 52366, 35986, 27795, 52377, 27803, 52379, 52380, 52382, 60573, 44199, 52397, 36018, 36019, 44210, 36025, 36026, 52410, 52414, 52417, 52418, 36038, 36039, 44230, 52425, 52427, 52429, 36047, 52432, 44243, 52435, 52438, 44254, 52447, 52450, 36068, 52452, 52458, 44267, 44268, 52464, 52468, 36092, 36093, 36094, 36095, 27905, 52481, 52483, 52484, 27911, 52488, 52490, 27926, 52504, 36121, 36122, 52511, 27944, 36137, 36138, 36141, 44333, 52534, 44345, 52539, 44350, 44356, 44359, 52551, 52552, 52556, 52557, 36176, 36178, 44372, 44376, 52571, 27998, 36190, 36191, 28001, 36192, 52574, 52579, 52582, 60775, 44393, 44394, 44396, 52593, 52594, 52595, 36213, 36218, 36220, 52606, 60806, 52618, 28044, 52620, 60816, 52646, 52647, 28075, 28076, 52654, 28080, 44474, 52670, 28096, 44480, 52672, 28099, 52673, 52676, 52677, 44492, 52685, 44494, 52686, 36306, 52694, 52695, 44507, 52701, 52702, 36319, 52706, 28132, 52708, 52716, 36334, 52721, 36344, 36345, 36349, 44551, 52743, 44562, 36373, 36374, 52759, 44569, 44570, 52761, 28190, 36388, 36389, 36397, 36401, 52787, 52789, 60996, 44614, 28231, 44617, 44618, 28239, 52818, 52822, 28247, 52826, 28253, 36445, 36446, 52829, 52839, 44650, 36463, 52850, 52856, 44665, 52857, 52864, 44679, 36491, 52879, 36499, 28310, 52898, 52909, 36530, 44723, 44728, 61116, 36542, 28360, 28361, 28364, 28365, 28366, 28367, 52947, 52953, 52965, 52966, 52977, 44787, 52982, 52986, 44796, 44799, 36616, 53000, 28432, 53009, 53015, 53016, 53020, 44831, 44832, 53031, 53033, 53037, 44846, 36659, 44851, 44854, 53049, 28477, 61249, 53058, 28484, 53061, 36678, 53063, 44881, 61272, 36698, 53084, 53088, 53103, 36721, 53106, 44917, 53109, 53118, 53124, 53131, 53133, 44948, 44970, 53169, 53171, 28596, 53180, 36798, 53192, 28619, 28620, 28623, 53199, 53200, 45015, 53207, 53212, 45021, 53214, 53215, 28655, 53233, 53234, 53235, 53238, 36870, 45064, 53259, 45068, 45069, 61453, 45076, 36886, 45083, 45091, 53284, 53294, 53306, 36925, 28739, 45131, 36940, 45133, 53326, 53327, 28761, 53349, 45160, 36969, 53354, 53364, 53366, 53372, 37000, 45193, 53384, 53387, 28813, 53393, 28821, 61590, 53400, 45218, 53413, 45233, 53427, 28852, 61624, 37054, 37055, 37056, 28881, 37074, 37075, 53459, 53466, 37084, 37086, 37087, 37097, 45290, 28909, 45319, 61705, 28941, 53524, 28949, 53525, 37145, 28954, 28968, 45357, 37168, 45360, 37177, 53575, 45392, 37202, 37206, 53602, 53603, 45413, 61811, 37236, 53620, 53621, 53622, 53626, 61821, 29059, 61834, 53643, 53644, 61839, 29076, 53653, 53660, 45474, 37283, 45477, 45480, 53685, 45496, 29123, 29124, 45508, 53701, 53706, 37325, 37326, 45517, 37329, 61908, 61913, 45535, 29156, 29157, 37351, 61931, 29168, 37366, 45565, 61949, 37377, 29186, 37378, 45570, 45574, 29195, 37393, 37407, 29217, 53800, 53806, 29246, 37439, 29252, 62026, 53836, 45646, 62033, 53845, 45659, 29277, 45663, 37476, 62057, 37495, 37501, 45693, 37512, 37527, 45720, 62106, 37535, 45728, 45734, 45735, 53928, 37548, 29367, 53946, 29373, 37567, 37585, 45777, 37594, 37598, 37602, 62181, 45801, 53996, 45810, 45816, 54010, 37627, 45819, 45824, 37646, 45846, 45853, 29470, 37669, 37670, 62254, 37693, 54079, 54080, 62274, 37707, 37709, 37714, 62302, 37737, 45930, 37741, 45933, 62326, 45955, 62345, 29589, 54165, 54170, 37800, 37801, 29610, 37802, 29612, 45997, 46000, 62385, 54198, 46007, 37819, 37828, 37829, 62405, 54217, 54218, 29644, 29645, 29646, 46032, 29649, 29650, 62417, 29652, 62421, 46044, 54241, 29674, 29680, 62448, 37879, 29710, 54287, 29713, 37905, 62484, 29727, 37920, 54315, 37934, 29749, 46145, 46148, 54344, 29771, 37963, 29775, 46173, 29795, 29808, 29810, 29811, 46199, 62584, 29834, 38028, 62606, 62607, 38056, 29865, 62636, 38064, 29873, 54453, 46278, 46279, 62665, 38096, 38100, 62694, 54504, 38121, 38122, 62715, 54527, 46337, 29959, 38152, 38155, 29982, 54563, 29988, 38182, 54569, 46381, 62766, 38192, 54580, 46395, 46397, 46401, 46406, 30023, 54599, 54603, 54605, 54607, 46416, 38226, 54611, 30036, 30037, 46420, 46423, 54614, 54617, 62809, 46427, 46428, 54619, 54621, 62815, 54624, 62816, 46434, 46435, 54627, 30053, 38247, 46440, 46441, 30058, 46447, 46448, 46452, 62837, 46457, 46458, 54653, 38270, 46463, 38272, 46467, 46468, 46473, 46476, 46479, 46480, 46485, 46486, 46488, 30107, 46492, 46498, 46513, 38329, 46521, 46527, 46531, 62917, 46535, 46539, 46541, 62925, 62945, 30184, 54761, 30192, 30193, 38385, 30202, 54778, 38400, 30212, 54789, 46599, 30216, 38408, 46607, 46610, 38422, 38425, 38426, 30240, 38440, 38441, 46632, 46636, 54835, 46644, 38462, 54859, 46669, 46681, 54879, 30308, 46698, 46702, 30325, 46709, 38527, 46722, 46724, 46728, 46733, 38545, 46741, 46747, 30372, 30373, 38567, 38568, 38569, 30386, 46779, 63164, 38589, 30402, 30403, 30423, 38622, 30441, 55028, 38648, 46841, 55038, 38655, 63254, 22301, 55072, 46882, 55076, 22316, 22326, 38711, 22329, 30524, 46909, 46910, 22336, 38720, 22339, 63301, 38728, 63304, 55114, 63308, 22350, 55118, 63312, 22354, 22355, 55122, 63314, 22360, 46936, 38751, 46943, 38755, 30568, 22377, 30574, 22383, 30577, 63347, 38773, 38775, 22392, 38781, 22404, 46981, 22406, 22407, 30602, 63372, 22415, 22416, 63378, 22420, 22430, 47009, 22436, 22438, 22439, 30639, 22454, 47030, 22456, 55225, 38851, 47045, 22472, 22474, 22475, 22485, 22488, 22489, 22499, 47077, 30696, 30697, 47085, 30703, 38897, 38900, 47093, 22525, 22540, 38927, 30743, 55326, 55327, 22561, 55333, 38953, 47146, 22571, 38955, 63535, 22577, 22581, 22584, 63544, 63545, 30779, 63546, 47165, 63547, 63548, 30788, 22602, 22603, 22604, 22607, 22609, 30801, 63573, 63574, 30807, 22618, 22619, 22621, 39006, 22625, 22631, 22646, 22648, 22653, 47231, 22659, 22664, 30857, 22670, 22675, 30867, 30868, 22678, 39061, 22682, 22685, 22686, 22688, 55461, 22694, 22696, 63660, 22701, 30894, 63664, 39091, 63668, 30905, 30910, 39103, 47294, 22726, 22730, 22732, 30924, 22740, 47317, 47319, 39129, 22746, 30939, 30942, 22756, 22757, 47333, 22766, 22767, 22778, 30970, 39164, 22781, 22784, 22785, 47366, 30984, 30985, 30989, 55576, 22815, 47392, 22833, 22839, 39224, 47415, 63802, 47423, 47424, 63808, 22854, 22858, 22859, 31074, 47462, 22887, 22888, 22889, 39274, 63846, 39280, 31090, 22904, 22908, 47484, 22922, 22925, 22927, 55695, 22948, 31140, 22952, 22954, 55724, 31149, 31153, 39353, 39354, 55738, 31169, 22984, 63947, 22994, 31189, 23007, 55776, 55777, 23010, 55778, 55779, 55781, 23014, 23015, 23016, 39398, 39399, 55782, 55783, 55784, 23030, 63992, 31225, 63994, 23036, 23037, 23038, 23040, 23041, 23042, 23043, 23044, 47617, 47628, 23055, 23063, 23064, 64029, 64033, 47652, 23077, 64038, 64041, 64043, 47660, 39470, 39471, 64046, 23089, 64050, 64054, 23096, 39481, 64058, 64061, 39490, 39491, 64068, 23118, 55888, 31315, 31316, 31317, 47704, 23134, 47710, 55902, 23137, 23138, 47715, 23145, 31343, 47730, 39540, 23159, 23160, 31353, 64122, 31360, 64133, 23188, 39573, 55957, 39575, 23192, 55958, 23194, 47770, 55960, 55961, 23198, 55963, 55964, 23201, 23202, 55966, 23210, 23211, 23212, 55979, 55982, 64177, 31412, 31413, 39606, 39607, 47801, 23235, 56008, 64201, 31436, 31437, 23246, 23247, 47834, 23261, 23262, 31454, 39648, 23269, 31466, 39659, 64237, 39662, 23279, 23280, 39666, 47861, 23287, 47877, 23306, 31500, 23309, 56078, 23312, 64275, 39700, 56086, 39704, 23325, 56094, 23327, 23329, 31521, 31522, 23332, 47910, 64294, 39720, 64299, 64300, 39728, 64305, 39731, 56115, 31542, 31543, 23355, 23358, 39742, 31552, 39743, 47935, 23363, 39749, 23373, 23374, 47950, 39760, 64336, 31574, 23386, 56157, 39783, 31593, 39788, 23405, 39791, 23410, 47987, 39797, 23414, 23415, 23417, 31612, 23421, 64382, 31617, 23426, 48002, 31620, 64385, 23430, 31626, 39828, 23445, 39832, 64409, 23450, 31644, 31645, 23455, 31650, 31651, 48035, 56226, 23465, 23466, 23468, 23479, 31671, 31672, 31676, 56254, 23488, 23489, 48064, 39875, 39877, 23496, 23499, 23500, 64460, 39886, 23503, 23504, 39895, 31704, 31705, 23526, 31719, 48103, 31735, 23546, 31752, 48137, 23571, 39958, 39959, 48158, 56352, 48167, 64551, 23597, 23602, 31795, 31796, 39997, 40001, 23618, 40007, 23627, 40011, 56397, 23631, 23632, 64592, 31827, 31835, 40033, 23653, 40037, 64617, 64622, 64628, 23669, 56442, 56444, 40073, 56459, 23697, 23698, 23699, 40084, 23701, 64661, 40087, 64668, 40095, 48287, 31908, 31909, 40102, 48298, 56492, 31917, 40110, 48301, 64695, 31929, 40125, 23747, 23752, 23755, 64717, 48334, 31951, 23760, 31959, 64735, 23779, 23780, 40165, 40166, 56549, 48362, 56556, 31987, 56573, 56574, 56575, 32008, 23817, 40201, 32015, 32019, 40211, 40215, 32036, 32037, 64806, 40237, 64814, 48432, 32061, 32062, 40258, 64834, 48453, 23885, 64847, 32080, 32083, 23892, 23908, 48484, 23913, 23914, 32105, 40299, 56684, 23920, 56688, 56690, 48502, 23931, 64899, 32132, 23947, 64912, 64917, 23961, 64921, 48542, 56734, 40354, 64934, 23976, 40361, 64937, 64939, 48556, 64945, 40370, 40371, 32181, 40378, 64956, 48573, 40383, 40385, 24004, 48581, 24011, 48587, 64971, 48592, 48595, 24025, 32223, 64994, 40419, 32230, 48614, 65003, 32238, 32241, 32243, 32247, 48632, 32253, 32257, 40451, 32260, 24070, 32264, 40456, 32266, 48649, 32270, 56847, 32272, 56848, 32275, 32278, 56856, 32282, 24092, 32284, 24094, 24095, 56863, 65057, 24099, 65059, 32293, 56883, 40508, 56894, 48705, 65089, 32324, 24133, 56903, 32329, 56908, 65100, 32335, 65109, 56930, 24172, 24173, 32367, 56951, 40571, 56957, 48767, 65155, 48775, 56967, 56968, 40586, 65169, 24210, 48792, 24219, 24220, 24221, 32416, 24225, 65187, 65191, 24237, 24238, 40627, 24247, 24248, 65212, 65213, 24258, 57027, 24262, 40646, 24265, 48843, 24268, 24269, 24270, 24271, 32460, 32463, 24284, 24285, 57060, 32486, 32493, 32499, 24313, 24314, 32507, 40701, 57097, 32522, 48906, 24337, 24338, 32530, 24343, 24352, 24356, 65318, 57131, 57133, 24367, 32563, 32564, 57141, 24383, 32577, 24389, 65360, 24401, 65361, 65362, 65363, 32597, 65364, 48991, 24417, 32614, 32615, 65384, 65387, 24430, 32623, 57198, 24434, 24435, 24439, 24440, 57207, 65401, 65402, 24445, 24456, 49036, 40846, 40851, 40852, 24469, 24470, 57248, 57254, 24490, 32683, 57260, 24493, 24494, 57263, 24496, 57266, 57267, 57270, 24503, 24504, 57273, 24514, 24515, 49093, 24526, 49106, 49107, 49108, 32728, 40920, 57304, 57305, 32735, 49119, 40931, 40932, 40933, 57316, 57320, 24554, 57323, 24561, 57339) and GenerateWorkOrderHistoryId = 11878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:24,176 - 11878 - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-26 22:04:24,183 - 11878 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceAutoGeneration: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:24,219 - 11878 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into Billing.InvoiceAutoGeneration - __SPLIT__ 2026-02-26 22:04:24,335 - 11878 - src.utils.log - INFO - βœ… All 11 rows inserted successfully into Billing.InvoiceAutoGeneration in 1 batches - __SPLIT__ 2026-02-26 22:04:24,336 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT I.InvoiceAutoGenerationId, T.ServiceSetupId FROM Billing.InvoiceAutoGeneration I JOIN Billing.TransactionAutoGeneration T ON I.TransactionAutoGenerationId = T.TransactionAutoGenerationId where T.TransactionAutoGenerationId in (166094, 166095, 166096, 166097, 166098, 166099, 166100, 166101, 166102, 166103, 166104);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:24,367 - 11878 - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-26 22:04:24,368 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (40964, 57350, 24583, 40976, 49170, 24599, 57367, 24604, 49180, 24606, 40990, 57376, 24609, 32811, 57387, 41006, 41007, 49203, 24644, 24645, 24654, 32851, 32855, 57442, 49261, 24689, 24694, 24695, 57464, 32889, 24705, 32900, 57480, 24713, 24715, 41100, 32913, 32917, 24731, 24732, 24733, 41119, 24759, 57528, 57531, 24781, 24785, 32978, 32980, 32984, 24793, 49369, 49381, 32999, 41191, 41192, 33004, 41203, 41204, 57591, 41208, 33028, 24848, 24849, 24853, 41243, 24869, 49446, 49449, 33072, 33075, 57658, 24891, 24893, 24903, 41295, 24913, 24917, 49504, 41314, 49508, 49511, 41320, 33152, 24964, 24971, 24972, 24973, 24975, 33172, 57752, 24986, 33178, 24988, 24993, 25002, 33203, 33204, 33216, 41410, 49606, 41423, 33239, 41435, 49630, 33253, 33254, 49641, 41450, 49642, 41459, 49655, 41464, 41468, 33280, 33281, 33282, 25091, 25093, 57863, 33290, 41484, 25104, 41489, 33298, 25115, 25116, 25117, 49691, 41507, 49699, 25126, 49704, 57897, 33323, 49707, 41519, 49712, 33329, 49715, 57910, 57911, 49720, 57912, 33347, 49731, 49735, 25166, 49744, 49752, 49753, 49759, 57952, 41569, 49763, 57955, 49767, 49775, 49779, 25205, 49783, 49787, 41596, 49791, 25219, 41604, 41611, 49805, 33424, 49809, 33432, 49817, 41627, 41640, 49833, 25258, 58027, 25266, 33461, 33463, 41656, 41657, 58041, 25276, 33473, 33480, 25290, 25293, 25294, 49876, 25310, 49888, 49896, 33513, 25323, 49903, 58099, 41727, 49924, 25353, 41754, 41758, 41759, 49963, 41773, 33582, 49970, 33591, 41784, 41790, 41797, 41799, 49991, 49995, 50005, 50015, 41827, 25454, 25455, 50037, 41850, 50042, 50046, 25474, 50050, 33669, 41862, 41864, 41867, 33676, 41874, 41876, 25514, 25515, 25516, 41898, 41909, 50101, 41913, 50109, 58302, 25537, 25538, 58306, 25555, 25562, 25579, 41966, 58351, 25584, 41971, 50168, 41979, 50172, 41983, 50175, 58372, 41997, 42010, 25628, 25629, 25632, 50214, 33836, 33839, 33841, 25652, 42045, 50238, 42047, 42053, 42054, 33864, 42062, 33877, 42069, 42072, 58456, 42085, 42096, 33906, 50291, 33908, 42101, 42102, 50295, 33914, 50299, 50303, 33928, 50312, 58507, 33932, 33933, 25742, 42129, 50321, 33943, 33951, 33952, 50336, 42146, 50340, 42154, 33968, 42163, 42169, 42174, 50371, 34009, 34011, 34022, 34023, 34024, 50417, 25844, 25851, 34056, 50444, 25871, 25873, 25878, 42279, 42282, 50474, 42285, 50491, 50494, 50500, 34119, 50506, 50509, 25936, 50512, 50515, 34134, 50518, 34137, 42332, 50524, 50530, 50539, 50542, 50545, 25971, 50548, 25973, 25975, 50552, 50557, 50561, 25986, 50565, 34182, 42374, 50568, 25993, 42379, 34188, 50571, 34190, 42385, 58769, 50579, 50580, 42389, 50583, 50588, 50589, 42402, 50595, 26020, 42408, 34218, 34224, 50613, 34243, 42450, 26072, 34274, 34275, 26090, 42483, 26101, 34296, 42494, 42506, 50708, 26138, 42533, 42545, 42549, 42557, 34375, 50762, 26194, 26203, 50780, 42589, 58972, 42591, 42594, 34406, 50795, 42604, 58988, 42607, 42609, 50802, 34423, 34424, 34429, 50814, 50818, 50827, 26255, 26271, 26280, 26281, 34473, 59048, 34487, 50871, 50872, 34495, 42699, 50893, 42706, 42714, 26337, 26340, 34533, 34534, 59117, 42738, 50953, 34570, 26388, 26395, 34591, 26402, 50989, 34609, 34612, 42814, 59210, 34641, 42834, 51028, 51033, 42851, 42860, 26484, 34676, 51062, 42872, 59257, 34682, 34683, 42874, 59266, 34694, 34695, 59272, 59273, 59279, 26514, 59283, 26517, 34713, 51100, 42912, 34726, 42923, 26559, 34761, 42953, 51150, 51164, 34794, 34795, 34796, 59380, 34823, 26636, 34829, 51222, 43048, 51242, 26668, 43058, 26679, 26703, 34902, 34903, 26712, 34904, 51298, 59494, 59498, 26732, 34936, 26746, 51330, 43140, 59525, 51334, 34953, 51340, 34959, 43157, 43164, 51360, 43170, 43174, 34992, 34993, 34997, 35001, 35020, 43213, 43220, 59604, 59614, 51429, 26861, 26862, 51442, 26867, 26868, 43253, 51454, 26884, 59654, 35079, 43293, 51486, 43298, 51496, 26921, 26922, 51503, 43314, 51508, 51516, 43330, 26949, 26952, 43342, 43352, 43356, 26976, 35170, 59748, 43380, 51575, 59767, 51589, 27016, 27017, 43401, 51592, 51598, 35221, 35226, 51623, 51625, 35246, 43444, 35259, 27076, 51654, 51656, 51657, 43466, 43467, 51661, 51679, 27104, 51684, 51693, 51694, 35317, 51705, 43518, 35329, 35332, 51719, 51720, 51722, 43531, 51726, 27154, 51734, 43544, 51737, 51740, 59937, 51748, 27177, 27178, 43563, 43565, 51759, 59959, 35390, 51776, 51780, 35406, 43602, 43603, 43605, 51799, 59993, 51803, 35420, 51806, 43618, 27244, 43633, 35444, 43637, 51828, 27261, 27262, 51843, 51844, 60038, 51853, 35476, 60061, 35488, 43685, 51886, 51893, 51896, 60090, 51901, 51911, 51912, 51914, 27340, 35540, 27351, 51932, 27359, 27360, 51936, 43749, 51943, 43758, 51956, 35577, 43778, 51972, 51982, 35606, 43800, 51992, 51994, 43807, 52001, 27426, 52002, 60200, 43824, 52020, 52025, 52030, 52032, 43842, 52035, 27462, 35657, 27466, 52045, 43856, 52051, 52052, 35669, 52060, 52061, 52062, 43878, 35687, 35689, 35690, 52078, 52089, 52092, 52093, 35710, 35711, 60292, 27526, 52106, 60303, 27541, 35737, 35738, 52130, 60332, 60334, 60336, 27571, 60342, 43959, 60343, 52153, 35772, 52160, 52166, 60361, 35786, 43978, 27599, 52175, 43985, 60367, 60368, 60371, 60375, 35802, 52186, 52197, 52201, 35828, 35829, 52213, 27641, 27642, 35837, 44030, 44031, 52226, 27652, 35846, 44039, 44040, 60423, 52234, 52235, 52238, 27663, 52244, 44053, 52247, 52250, 35868, 52254, 35871, 52255, 44065, 27683, 52260, 27686, 35880, 44072, 52266, 52268, 27697, 35895, 44087, 44088, 52284, 52285, 52286, 35903, 44096, 52297, 35917, 52302, 35921, 35926, 44118, 35937, 27746, 27747, 52322, 27749, 52330, 52333, 35950, 35951, 52334, 52339, 60533, 52342, 44153, 44169, 52366, 35986, 27795, 52377, 27803, 52379, 52380, 52382, 60573, 44199, 52397, 36018, 36019, 44210, 36025, 36026, 52410, 52414, 52417, 52418, 36038, 36039, 44230, 52425, 52427, 52429, 36047, 52432, 44243, 52435, 52438, 44254, 52447, 52450, 36068, 52452, 52458, 44267, 44268, 52464, 52468, 36092, 36093, 36094, 36095, 27905, 52481, 52483, 52484, 27911, 52488, 52490, 27926, 52504, 36121, 36122, 52511, 27944, 36137, 36138, 36141, 44333, 52534, 44345, 52539, 44350, 44356, 44359, 52551, 52552, 52556, 52557, 36176, 36178, 44372, 44376, 52571, 27998, 36190, 36191, 28001, 36192, 52574, 52579, 52582, 60775, 44393, 44394, 44396, 52593, 52594, 52595, 36213, 36218, 36220, 52606, 60806, 52618, 28044, 52620, 60816, 52646, 52647, 28075, 28076, 52654, 28080, 44474, 52670, 28096, 44480, 52672, 28099, 52673, 52676, 52677, 44492, 52685, 44494, 52686, 36306, 52694, 52695, 44507, 52701, 52702, 36319, 52706, 28132, 52708, 52716, 36334, 52721, 36344, 36345, 36349, 44551, 52743, 44562, 36373, 36374, 52759, 44569, 44570, 52761, 28190, 36388, 36389, 36397, 36401, 52787, 52789, 60996, 44614, 28231, 44617, 44618, 28239, 52818, 52822, 28247, 52826, 28253, 36445, 36446, 52829, 52839, 44650, 36463, 52850, 52856, 44665, 52857, 52864, 44679, 36491, 52879, 36499, 28310, 52898, 52909, 36530, 44723, 44728, 61116, 36542, 28360, 28361, 28364, 28365, 28366, 28367, 52947, 52953, 52965, 52966, 52977, 44787, 52982, 52986, 44796, 44799, 36616, 53000, 28432, 53009, 53015, 53016, 53020, 44831, 44832, 53031, 53033, 53037, 44846, 36659, 44851, 44854, 53049, 28477, 61249, 53058, 28484, 53061, 36678, 53063, 44881, 61272, 36698, 53084, 53088, 53103, 36721, 53106, 44917, 53109, 53118, 53124, 53131, 53133, 44948, 44970, 53169, 53171, 28596, 53180, 36798, 53192, 28619, 28620, 28623, 53199, 53200, 45015, 53207, 53212, 45021, 53214, 53215, 28655, 53233, 53234, 53235, 53238, 36870, 45064, 53259, 45068, 45069, 61453, 45076, 36886, 45083, 45091, 53284, 53294, 53306, 36925, 28739, 45131, 36940, 45133, 53326, 53327, 28761, 53349, 45160, 36969, 53354, 53364, 53366, 53372, 37000, 45193, 53384, 53387, 28813, 53393, 28821, 61590, 53400, 45218, 53413, 45233, 53427, 28852, 61624, 37054, 37055, 37056, 28881, 37074, 37075, 53459, 53466, 37084, 37086, 37087, 37097, 45290, 28909, 45319, 61705, 28941, 53524, 28949, 53525, 37145, 28954, 28968, 45357, 37168, 45360, 37177, 53575, 45392, 37202, 37206, 53602, 53603, 45413, 61811, 37236, 53620, 53621, 53622, 53626, 61821, 29059, 61834, 53643, 53644, 61839, 29076, 53653, 53660, 45474, 37283, 45477, 45480, 53685, 45496, 29123, 29124, 45508, 53701, 53706, 37325, 37326, 45517, 37329, 61908, 61913, 45535, 29156, 29157, 37351, 61931, 29168, 37366, 45565, 61949, 37377, 29186, 37378, 45570, 45574, 29195, 37393, 37407, 29217, 53800, 53806, 29246, 37439, 29252, 62026, 53836, 45646, 62033, 53845, 45659, 29277, 45663, 37476, 62057, 37495, 37501, 45693, 37512, 37527, 45720, 62106, 37535, 45728, 45734, 45735, 53928, 37548, 29367, 53946, 29373, 37567, 37585, 45777, 37594, 37598, 37602, 62181, 45801, 53996, 45810, 45816, 54010, 37627, 45819, 45824, 37646, 45846, 45853, 29470, 37669, 37670, 62254, 37693, 54079, 54080, 62274, 37707, 37709, 37714, 62302, 37737, 45930, 37741, 45933, 62326, 45955, 62345, 29589, 54165, 54170, 37800, 37801, 29610, 37802, 29612, 45997, 46000, 62385, 54198, 46007, 37819, 37828, 37829, 62405, 54217, 54218, 29644, 29645, 29646, 46032, 29649, 29650, 62417, 29652, 62421, 46044, 54241, 29674, 29680, 62448, 37879, 29710, 54287, 29713, 37905, 62484, 29727, 37920, 54315, 37934, 29749, 46145, 46148, 54344, 29771, 37963, 29775, 46173, 29795, 29808, 29810, 29811, 46199, 62584, 29834, 38028, 62606, 62607, 38056, 29865, 62636, 38064, 29873, 54453, 46278, 46279, 62665, 38096, 38100, 62694, 54504, 38121, 38122, 62715, 54527, 46337, 29959, 38152, 38155, 29982, 54563, 29988, 38182, 54569, 46381, 62766, 38192, 54580, 46395, 46397, 46401, 46406, 30023, 54599, 54603, 54605, 54607, 46416, 38226, 54611, 30036, 30037, 46420, 46423, 54614, 54617, 62809, 46427, 46428, 54619, 54621, 62815, 54624, 62816, 46434, 46435, 54627, 30053, 38247, 46440, 46441, 30058, 46447, 46448, 46452, 62837, 46457, 46458, 54653, 38270, 46463, 38272, 46467, 46468, 46473, 46476, 46479, 46480, 46485, 46486, 46488, 30107, 46492, 46498, 46513, 38329, 46521, 46527, 46531, 62917, 46535, 46539, 46541, 62925, 62945, 30184, 54761, 30192, 30193, 38385, 30202, 54778, 38400, 30212, 54789, 46599, 30216, 38408, 46607, 46610, 38422, 38425, 38426, 30240, 38440, 38441, 46632, 46636, 54835, 46644, 38462, 54859, 46669, 46681, 54879, 30308, 46698, 46702, 30325, 46709, 38527, 46722, 46724, 46728, 46733, 38545, 46741, 46747, 30372, 30373, 38567, 38568, 38569, 30386, 46779, 63164, 38589, 30402, 30403, 30423, 38622, 30441, 55028, 38648, 46841, 55038, 38655, 63254, 22301, 55072, 46882, 55076, 22316, 22326, 38711, 22329, 30524, 46909, 46910, 22336, 38720, 22339, 63301, 38728, 63304, 55114, 63308, 22350, 55118, 63312, 22354, 22355, 55122, 63314, 22360, 46936, 38751, 46943, 38755, 30568, 22377, 30574, 22383, 30577, 63347, 38773, 38775, 22392, 38781, 22404, 46981, 22406, 22407, 30602, 63372, 22415, 22416, 63378, 22420, 22430, 47009, 22436, 22438, 22439, 30639, 22454, 47030, 22456, 55225, 38851, 47045, 22472, 22474, 22475, 22485, 22488, 22489, 22499, 47077, 30696, 30697, 47085, 30703, 38897, 38900, 47093, 22525, 22540, 38927, 30743, 55326, 55327, 22561, 55333, 38953, 47146, 22571, 38955, 63535, 22577, 22581, 22584, 63544, 63545, 30779, 63546, 47165, 63547, 63548, 30788, 22602, 22603, 22604, 22607, 22609, 30801, 63573, 63574, 30807, 22618, 22619, 22621, 39006, 22625, 22631, 22646, 22648, 22653, 47231, 22659, 22664, 30857, 22670, 22675, 30867, 30868, 22678, 39061, 22682, 22685, 22686, 22688, 55461, 22694, 22696, 63660, 22701, 30894, 63664, 39091, 63668, 30905, 30910, 39103, 47294, 22726, 22730, 22732, 30924, 22740, 47317, 47319, 39129, 22746, 30939, 30942, 22756, 22757, 47333, 22766, 22767, 22778, 30970, 39164, 22781, 22784, 22785, 47366, 30984, 30985, 30989, 55576, 22815, 47392, 22833, 22839, 39224, 47415, 63802, 47423, 47424, 63808, 22854, 22858, 22859, 31074, 47462, 22887, 22888, 22889, 39274, 63846, 39280, 31090, 22904, 22908, 47484, 22922, 22925, 22927, 55695, 22948, 31140, 22952, 22954, 55724, 31149, 31153, 39353, 39354, 55738, 31169, 22984, 63947, 22994, 31189, 23007, 55776, 55777, 23010, 55778, 55779, 55781, 23014, 23015, 23016, 39398, 39399, 55782, 55783, 55784, 23030, 63992, 31225, 63994, 23036, 23037, 23038, 23040, 23041, 23042, 23043, 23044, 47617, 47628, 23055, 23063, 23064, 64029, 64033, 47652, 23077, 64038, 64041, 64043, 47660, 39470, 39471, 64046, 23089, 64050, 64054, 23096, 39481, 64058, 64061, 39490, 39491, 64068, 23118, 55888, 31315, 31316, 31317, 47704, 23134, 47710, 55902, 23137, 23138, 47715, 23145, 31343, 47730, 39540, 23159, 23160, 31353, 64122, 31360, 64133, 23188, 39573, 55957, 39575, 23192, 55958, 23194, 47770, 55960, 55961, 23198, 55963, 55964, 23201, 23202, 55966, 23210, 23211, 23212, 55979, 55982, 64177, 31412, 31413, 39606, 39607, 47801, 23235, 56008, 64201, 31436, 31437, 23246, 23247, 47834, 23261, 23262, 31454, 39648, 23269, 31466, 39659, 64237, 39662, 23279, 23280, 39666, 47861, 23287, 47877, 23306, 31500, 23309, 56078, 23312, 64275, 39700, 56086, 39704, 23325, 56094, 23327, 23329, 31521, 31522, 23332, 47910, 64294, 39720, 64299, 64300, 39728, 64305, 39731, 56115, 31542, 31543, 23355, 23358, 39742, 31552, 39743, 47935, 23363, 39749, 23373, 23374, 47950, 39760, 64336, 31574, 23386, 56157, 39783, 31593, 39788, 23405, 39791, 23410, 47987, 39797, 23414, 23415, 23417, 31612, 23421, 64382, 31617, 23426, 48002, 31620, 64385, 23430, 31626, 39828, 23445, 39832, 64409, 23450, 31644, 31645, 23455, 31650, 31651, 48035, 56226, 23465, 23466, 23468, 23479, 31671, 31672, 31676, 56254, 23488, 23489, 48064, 39875, 39877, 23496, 23499, 23500, 64460, 39886, 23503, 23504, 39895, 31704, 31705, 23526, 31719, 48103, 31735, 23546, 31752, 48137, 23571, 39958, 39959, 48158, 56352, 48167, 64551, 23597, 23602, 31795, 31796, 39997, 40001, 23618, 40007, 23627, 40011, 56397, 23631, 23632, 64592, 31827, 31835, 40033, 23653, 40037, 64617, 64622, 64628, 23669, 56442, 56444, 40073, 56459, 23697, 23698, 23699, 40084, 23701, 64661, 40087, 64668, 40095, 48287, 31908, 31909, 40102, 48298, 56492, 31917, 40110, 48301, 64695, 31929, 40125, 23747, 23752, 23755, 64717, 48334, 31951, 23760, 31959, 64735, 23779, 23780, 40165, 40166, 56549, 48362, 56556, 31987, 56573, 56574, 56575, 32008, 23817, 40201, 32015, 32019, 40211, 40215, 32036, 32037, 64806, 40237, 64814, 48432, 32061, 32062, 40258, 64834, 48453, 23885, 64847, 32080, 32083, 23892, 23908, 48484, 23913, 23914, 32105, 40299, 56684, 23920, 56688, 56690, 48502, 23931, 64899, 32132, 23947, 64912, 64917, 23961, 64921, 48542, 56734, 40354, 64934, 23976, 40361, 64937, 64939, 48556, 64945, 40370, 40371, 32181, 40378, 64956, 48573, 40383, 40385, 24004, 48581, 24011, 48587, 64971, 48592, 48595, 24025, 32223, 64994, 40419, 32230, 48614, 65003, 32238, 32241, 32243, 32247, 48632, 32253, 32257, 40451, 32260, 24070, 32264, 40456, 32266, 48649, 32270, 56847, 32272, 56848, 32275, 32278, 56856, 32282, 24092, 32284, 24094, 24095, 56863, 65057, 24099, 65059, 32293, 56883, 40508, 56894, 48705, 65089, 32324, 24133, 56903, 32329, 56908, 65100, 32335, 65109, 56930, 24172, 24173, 32367, 56951, 40571, 56957, 48767, 65155, 48775, 56967, 56968, 40586, 65169, 24210, 48792, 24219, 24220, 24221, 32416, 24225, 65187, 65191, 24237, 24238, 40627, 24247, 24248, 65212, 65213, 24258, 57027, 24262, 40646, 24265, 48843, 24268, 24269, 24270, 24271, 32460, 32463, 24284, 24285, 57060, 32486, 32493, 32499, 24313, 24314, 32507, 40701, 57097, 32522, 48906, 24337, 24338, 32530, 24343, 24352, 24356, 65318, 57131, 57133, 24367, 32563, 32564, 57141, 24383, 32577, 24389, 65360, 24401, 65361, 65362, 65363, 32597, 65364, 48991, 24417, 32614, 32615, 65384, 65387, 24430, 32623, 57198, 24434, 24435, 24439, 24440, 57207, 65401, 65402, 24445, 24456, 49036, 40846, 40851, 40852, 24469, 24470, 57248, 57254, 24490, 32683, 57260, 24493, 24494, 57263, 24496, 57266, 57267, 57270, 24503, 24504, 57273, 24514, 24515, 49093, 24526, 49106, 49107, 49108, 32728, 40920, 57304, 57305, 32735, 49119, 40931, 40932, 40933, 57316, 57320, 24554, 57323, 24561, 57339) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:25,854 - 11878 - src.utils.log - INFO - βœ… Fetched 4508 rows - __SPLIT__ 2026-02-26 22:04:26,091 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT fm.YearlyOccurrence, fs.FrequencyScheduleId From ServiceCore.FrequencySchedule fs join ServiceCore.FrequencyMaster fm on fs.FrequencyId = fm.FrequencyId where fs.FrequencyScheduleId in (14451, 14452, 14453, 14454, 14459, 14460, 14461, 14462, 14466, 14467, 14468, 14469, 14472, 14473, 14474, 14475, 14476, 13962, 13964, 14479, 14480, 14481, 14482, 14483, 14486, 14487, 14488, 14493, 13982, 14495, 14496, 14497, 14494, 13985, 14500, 14501, 14502, 14505, 14532, 14533, 14534, 14535, 14536, 14537, 14538, 14539, 14540, 14542, 14543, 14544, 14545, 14546, 14548, 14549, 14550, 14551, 14552, 14553, 14554, 14556, 14557, 14558, 14559, 14560, 14561, 14562, 14563, 14564, 14565, 14566, 14567, 14568, 14057, 14570, 14571, 14572, 14573, 14574, 14576, 14577, 14578, 14579, 14580, 14581, 14582, 14584, 14585, 14586, 14587, 14588, 14589, 14590, 14591, 14592, 14593, 14594, 14595, 14597, 14598, 14599, 14600, 14601, 14602, 14604, 14605, 14606, 14607, 14608, 14609, 14611, 14612, 14613, 14614, 14630, 14632, 14633, 14634, 14635, 14636, 14637, 14638, 14641, 14642, 14643, 14644, 14645, 14646, 14648, 14649, 14650, 14653, 14654, 14655, 14656, 14657, 14660, 14661, 14662, 14663, 14664, 14667, 14668, 14669, 14671, 14674, 14685, 14197, 14728, 14733, 14735, 14743, 14252, 14272, 14819, 14318, 14832);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:26,121 - 11878 - src.utils.log - INFO - βœ… Fetched 156 rows - __SPLIT__ 2026-02-26 22:04:26,122 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT fm.YearlyOccurrence, fs.FrequencyScheduleId From ServiceCore.FrequencySchedule fs join ServiceCore.FrequencyMaster fm on fs.FrequencyId = fm.FrequencyId where fs.FrequencyScheduleId in (14342, 13962, 13964, 13966, 13978, 14622, 14623, 14624, 14625, 14503, 14504, 14506, 14507, 14508, 14509, 14510, 14511, 14512, 14513, 14514, 14515, 14516, 14517, 14518, 14519, 14520, 14521, 14522, 14523, 14524, 14525, 14526, 14527, 14528, 14529, 14530, 14531, 14806, 14807, 14808, 14809, 14810, 14811, 14812, 14813, 14814, 14815, 14816, 14817, 14764, 14693, 14829, 14830);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:26,155 - 11878 - src.utils.log - INFO - βœ… Fetched 53 rows - __SPLIT__ 2026-02-26 22:04:26,161 - 11878 - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, DiscountSetupId,DiscountType,DiscountCode,DiscountAmount,DiscountDescription,DiscountName, DiscountPercent, IsDiscountPercent,AppliedDiscountAmt,ApplyOnPartPrice,ApplyOnLaborPrice from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (40964, 57350, 24583, 40976, 49170, 24599, 57367, 24604, 49180, 24606, 40990, 57376, 24609, 32811, 57387, 41006, 41007, 49203, 24644, 24645, 24654, 32851, 32855, 57442, 49261, 24689, 24694, 24695, 57464, 32889, 24705, 32900, 57480, 24713, 24715, 41100, 32913, 32917, 24731, 24732, 24733, 41119, 24759, 57528, 57531, 24781, 24785, 32978, 32980, 32984, 24793, 49369, 49381, 32999, 41191, 41192, 33004, 41203, 41204, 57591, 41208, 33028, 24848, 24849, 24853, 41243, 24869, 49446, 49449, 33072, 33075, 57658, 24891, 24893, 24903, 41295, 24913, 24917, 49504, 41314, 49508, 49511, 41320, 33152, 24964, 24971, 24972, 24973, 24975, 33172, 57752, 24986, 33178, 24988, 24993, 25002, 33203, 33204, 33216, 41410, 49606, 41423, 33239, 41435, 49630, 33253, 33254, 49641, 41450, 49642, 41459, 49655, 41464, 41468, 33280, 33281, 33282, 25091, 25093, 57863, 33290, 41484, 25104, 41489, 33298, 25115, 25116, 25117, 49691, 41507, 49699, 25126, 49704, 57897, 33323, 49707, 41519, 49712, 33329, 49715, 57910, 57911, 49720, 57912, 33347, 49731, 49735, 25166, 49744, 49752, 49753, 49759, 57952, 41569, 49763, 57955, 49767, 49775, 49779, 25205, 49783, 49787, 41596, 49791, 25219, 41604, 41611, 49805, 33424, 49809, 33432, 49817, 41627, 41640, 49833, 25258, 58027, 25266, 33461, 33463, 41656, 41657, 58041, 25276, 33473, 33480, 25290, 25293, 25294, 49876, 25310, 49888, 49896, 33513, 25323, 49903, 58099, 41727, 49924, 25353, 41754, 41758, 41759, 49963, 41773, 33582, 49970, 33591, 41784, 41790, 41797, 41799, 49991, 49995, 50005, 50015, 41827, 25454, 25455, 50037, 41850, 50042, 50046, 25474, 50050, 33669, 41862, 41864, 41867, 33676, 41874, 41876, 25514, 25515, 25516, 41898, 41909, 50101, 41913, 50109, 58302, 25537, 25538, 58306, 25555, 25562, 25579, 41966, 58351, 25584, 41971, 50168, 41979, 50172, 41983, 50175, 58372, 41997, 42010, 25628, 25629, 25632, 50214, 33836, 33839, 33841, 25652, 42045, 50238, 42047, 42053, 42054, 33864, 42062, 33877, 42069, 42072, 58456, 42085, 42096, 33906, 50291, 33908, 42101, 42102, 50295, 33914, 50299, 50303, 33928, 50312, 58507, 33932, 33933, 25742, 42129, 50321, 33943, 33951, 33952, 50336, 42146, 50340, 42154, 33968, 42163, 42169, 42174, 50371, 34009, 34011, 34022, 34023, 34024, 50417, 25844, 25851, 34056, 50444, 25871, 25873, 25878, 42279, 42282, 50474, 42285, 50491, 50494, 50500, 34119, 50506, 50509, 25936, 50512, 50515, 34134, 50518, 34137, 42332, 50524, 50530, 50539, 50542, 50545, 25971, 50548, 25973, 25975, 50552, 50557, 50561, 25986, 50565, 34182, 42374, 50568, 25993, 42379, 34188, 50571, 34190, 42385, 58769, 50579, 50580, 42389, 50583, 50588, 50589, 42402, 50595, 26020, 42408, 34218, 34224, 50613, 34243, 42450, 26072, 34274, 34275, 26090, 42483, 26101, 34296, 42494, 42506, 50708, 26138, 42533, 42545, 42549, 42557, 34375, 50762, 26194, 26203, 50780, 42589, 58972, 42591, 42594, 34406, 50795, 42604, 58988, 42607, 42609, 50802, 34423, 34424, 34429, 50814, 50818, 50827, 26255, 26271, 26280, 26281, 34473, 59048, 34487, 50871, 50872, 34495, 42699, 50893, 42706, 42714, 26337, 26340, 34533, 34534, 59117, 42738, 50953, 34570, 26388, 26395, 34591, 26402, 50989, 34609, 34612, 42814, 59210, 34641, 42834, 51028, 51033, 42851, 42860, 26484, 34676, 51062, 42872, 59257, 34682, 34683, 42874, 59266, 34694, 34695, 59272, 59273, 59279, 26514, 59283, 26517, 34713, 51100, 42912, 34726, 42923, 26559, 34761, 42953, 51150, 51164, 34794, 34795, 34796, 59380, 34823, 26636, 34829, 51222, 43048, 51242, 26668, 43058, 26679, 26703, 34902, 34903, 26712, 34904, 51298, 59494, 59498, 26732, 34936, 26746, 51330, 43140, 59525, 51334, 34953, 51340, 34959, 43157, 43164, 51360, 43170, 43174, 34992, 34993, 34997, 35001, 35020, 43213, 43220, 59604, 59614, 51429, 26861, 26862, 51442, 26867, 26868, 43253, 51454, 26884, 59654, 35079, 43293, 51486, 43298, 51496, 26921, 26922, 51503, 43314, 51508, 51516, 43330, 26949, 26952, 43342, 43352, 43356, 26976, 35170, 59748, 43380, 51575, 59767, 51589, 27016, 27017, 43401, 51592, 51598, 35221, 35226, 51623, 51625, 35246, 43444, 35259, 27076, 51654, 51656, 51657, 43466, 43467, 51661, 51679, 27104, 51684, 51693, 51694, 35317, 51705, 43518, 35329, 35332, 51719, 51720, 51722, 43531, 51726, 27154, 51734, 43544, 51737, 51740, 59937, 51748, 27177, 27178, 43563, 43565, 51759, 59959, 35390, 51776, 51780, 35406, 43602, 43603, 43605, 51799, 59993, 51803, 35420, 51806, 43618, 27244, 43633, 35444, 43637, 51828, 27261, 27262, 51843, 51844, 60038, 51853, 35476, 60061, 35488, 43685, 51886, 51893, 51896, 60090, 51901, 51911, 51912, 51914, 27340, 35540, 27351, 51932, 27359, 27360, 51936, 43749, 51943, 43758, 51956, 35577, 43778, 51972, 51982, 35606, 43800, 51992, 51994, 43807, 52001, 27426, 52002, 60200, 43824, 52020, 52025, 52030, 52032, 43842, 52035, 27462, 35657, 27466, 52045, 43856, 52051, 52052, 35669, 52060, 52061, 52062, 43878, 35687, 35689, 35690, 52078, 52089, 52092, 52093, 35710, 35711, 60292, 27526, 52106, 60303, 27541, 35737, 35738, 52130, 60332, 60334, 60336, 27571, 60342, 43959, 60343, 52153, 35772, 52160, 52166, 60361, 35786, 43978, 27599, 52175, 43985, 60367, 60368, 60371, 60375, 35802, 52186, 52197, 52201, 35828, 35829, 52213, 27641, 27642, 35837, 44030, 44031, 52226, 27652, 35846, 44039, 44040, 60423, 52234, 52235, 52238, 27663, 52244, 44053, 52247, 52250, 35868, 52254, 35871, 52255, 44065, 27683, 52260, 27686, 35880, 44072, 52266, 52268, 27697, 35895, 44087, 44088, 52284, 52285, 52286, 35903, 44096, 52297, 35917, 52302, 35921, 35926, 44118, 35937, 27746, 27747, 52322, 27749, 52330, 52333, 35950, 35951, 52334, 52339, 60533, 52342, 44153, 44169, 52366, 35986, 27795, 52377, 27803, 52379, 52380, 52382, 60573, 44199, 52397, 36018, 36019, 44210, 36025, 36026, 52410, 52414, 52417, 52418, 36038, 36039, 44230, 52425, 52427, 52429, 36047, 52432, 44243, 52435, 52438, 44254, 52447, 52450, 36068, 52452, 52458, 44267, 44268, 52464, 52468, 36092, 36093, 36094, 36095, 27905, 52481, 52483, 52484, 27911, 52488, 52490, 27926, 52504, 36121, 36122, 52511, 27944, 36137, 36138, 36141, 44333, 52534, 44345, 52539, 44350, 44356, 44359, 52551, 52552, 52556, 52557, 36176, 36178, 44372, 44376, 52571, 27998, 36190, 36191, 28001, 36192, 52574, 52579, 52582, 60775, 44393, 44394, 44396, 52593, 52594, 52595, 36213, 36218, 36220, 52606, 60806, 52618, 28044, 52620, 60816, 52646, 52647, 28075, 28076, 52654, 28080, 44474, 52670, 28096, 44480, 52672, 28099, 52673, 52676, 52677, 44492, 52685, 44494, 52686, 36306, 52694, 52695, 44507, 52701, 52702, 36319, 52706, 28132, 52708, 52716, 36334, 52721, 36344, 36345, 36349, 44551, 52743, 44562, 36373, 36374, 52759, 44569, 44570, 52761, 28190, 36388, 36389, 36397, 36401, 52787, 52789, 60996, 44614, 28231, 44617, 44618, 28239, 52818, 52822, 28247, 52826, 28253, 36445, 36446, 52829, 52839, 44650, 36463, 52850, 52856, 44665, 52857, 52864, 44679, 36491, 52879, 36499, 28310, 52898, 52909, 36530, 44723, 44728, 61116, 36542, 28360, 28361, 28364, 28365, 28366, 28367, 52947, 52953, 52965, 52966, 52977, 44787, 52982, 52986, 44796, 44799, 36616, 53000, 28432, 53009, 53015, 53016, 53020, 44831, 44832, 53031, 53033, 53037, 44846, 36659, 44851, 44854, 53049, 28477, 61249, 53058, 28484, 53061, 36678, 53063, 44881, 61272, 36698, 53084, 53088, 53103, 36721, 53106, 44917, 53109, 53118, 53124, 53131, 53133, 44948, 44970, 53169, 53171, 28596, 53180, 36798, 53192, 28619, 28620, 28623, 53199, 53200, 45015, 53207, 53212, 45021, 53214, 53215, 28655, 53233, 53234, 53235, 53238, 36870, 45064, 53259, 45068, 45069, 61453, 45076, 36886, 45083, 45091, 53284, 53294, 53306, 36925, 28739, 45131, 36940, 45133, 53326, 53327, 28761, 53349, 45160, 36969, 53354, 53364, 53366, 53372, 37000, 45193, 53384, 53387, 28813, 53393, 28821, 61590, 53400, 45218, 53413, 45233, 53427, 28852, 61624, 37054, 37055, 37056, 28881, 37074, 37075, 53459, 53466, 37084, 37086, 37087, 37097, 45290, 28909, 45319, 61705, 28941, 53524, 28949, 53525, 37145, 28954, 28968, 45357, 37168, 45360, 37177, 53575, 45392, 37202, 37206, 53602, 53603, 45413, 61811, 37236, 53620, 53621, 53622, 53626, 61821, 29059, 61834, 53643, 53644, 61839, 29076, 53653, 53660, 45474, 37283, 45477, 45480, 53685, 45496, 29123, 29124, 45508, 53701, 53706, 37325, 37326, 45517, 37329, 61908, 61913, 45535, 29156, 29157, 37351, 61931, 29168, 37366, 45565, 61949, 37377, 29186, 37378, 45570, 45574, 29195, 37393, 37407, 29217, 53800, 53806, 29246, 37439, 29252, 62026, 53836, 45646, 62033, 53845, 45659, 29277, 45663, 37476, 62057, 37495, 37501, 45693, 37512, 37527, 45720, 62106, 37535, 45728, 45734, 45735, 53928, 37548, 29367, 53946, 29373, 37567, 37585, 45777, 37594, 37598, 37602, 62181, 45801, 53996, 45810, 45816, 54010, 37627, 45819, 45824, 37646, 45846, 45853, 29470, 37669, 37670, 62254, 37693, 54079, 54080, 62274, 37707, 37709, 37714, 62302, 37737, 45930, 37741, 45933, 62326, 45955, 62345, 29589, 54165, 54170, 37800, 37801, 29610, 37802, 29612, 45997, 46000, 62385, 54198, 46007, 37819, 37828, 37829, 62405, 54217, 54218, 29644, 29645, 29646, 46032, 29649, 29650, 62417, 29652, 62421, 46044, 54241, 29674, 29680, 62448, 37879, 29710, 54287, 29713, 37905, 62484, 29727, 37920, 54315, 37934, 29749, 46145, 46148, 54344, 29771, 37963, 29775, 46173, 29795, 29808, 29810, 29811, 46199, 62584, 29834, 38028, 62606, 62607, 38056, 29865, 62636, 38064, 29873, 54453, 46278, 46279, 62665, 38096, 38100, 62694, 54504, 38121, 38122, 62715, 54527, 46337, 29959, 38152, 38155, 29982, 54563, 29988, 38182, 54569, 46381, 62766, 38192, 54580, 46395, 46397, 46401, 46406, 30023, 54599, 54603, 54605, 54607, 46416, 38226, 54611, 30036, 30037, 46420, 46423, 54614, 54617, 62809, 46427, 46428, 54619, 54621, 62815, 54624, 62816, 46434, 46435, 54627, 30053, 38247, 46440, 46441, 30058, 46447, 46448, 46452, 62837, 46457, 46458, 54653, 38270, 46463, 38272, 46467, 46468, 46473, 46476, 46479, 46480, 46485, 46486, 46488, 30107, 46492, 46498, 46513, 38329, 46521, 46527, 46531, 62917, 46535, 46539, 46541, 62925, 62945, 30184, 54761, 30192, 30193, 38385, 30202, 54778, 38400, 30212, 54789, 46599, 30216, 38408, 46607, 46610, 38422, 38425, 38426, 30240, 38440, 38441, 46632, 46636, 54835, 46644, 38462, 54859, 46669, 46681, 54879, 30308, 46698, 46702, 30325, 46709, 38527, 46722, 46724, 46728, 46733, 38545, 46741, 46747, 30372, 30373, 38567, 38568, 38569, 30386, 46779, 63164, 38589, 30402, 30403, 30423, 38622, 30441, 55028, 38648, 46841, 55038, 38655, 63254, 22301, 55072, 46882, 55076, 22316, 22326, 38711, 22329, 30524, 46909, 46910, 22336, 38720, 22339, 63301, 38728, 63304, 55114, 63308, 22350, 55118, 63312, 22354, 22355, 55122, 63314, 22360, 46936, 38751, 46943, 38755, 30568, 22377, 30574, 22383, 30577, 63347, 38773, 38775, 22392, 38781, 22404, 46981, 22406, 22407, 30602, 63372, 22415, 22416, 63378, 22420, 22430, 47009, 22436, 22438, 22439, 30639, 22454, 47030, 22456, 55225, 38851, 47045, 22472, 22474, 22475, 22485, 22488, 22489, 22499, 47077, 30696, 30697, 47085, 30703, 38897, 38900, 47093, 22525, 22540, 38927, 30743, 55326, 55327, 22561, 55333, 38953, 47146, 22571, 38955, 63535, 22577, 22581, 22584, 63544, 63545, 30779, 63546, 47165, 63547, 63548, 30788, 22602, 22603, 22604, 22607, 22609, 30801, 63573, 63574, 30807, 22618, 22619, 22621, 39006, 22625, 22631, 22646, 22648, 22653, 47231, 22659, 22664, 30857, 22670, 22675, 30867, 30868, 22678, 39061, 22682, 22685, 22686, 22688, 55461, 22694, 22696, 63660, 22701, 30894, 63664, 39091, 63668, 30905, 30910, 39103, 47294, 22726, 22730, 22732, 30924, 22740, 47317, 47319, 39129, 22746, 30939, 30942, 22756, 22757, 47333, 22766, 22767, 22778, 30970, 39164, 22781, 22784, 22785, 47366, 30984, 30985, 30989, 55576, 22815, 47392, 22833, 22839, 39224, 47415, 63802, 47423, 47424, 63808, 22854, 22858, 22859, 31074, 47462, 22887, 22888, 22889, 39274, 63846, 39280, 31090, 22904, 22908, 47484, 22922, 22925, 22927, 55695, 22948, 31140, 22952, 22954, 55724, 31149, 31153, 39353, 39354, 55738, 31169, 22984, 63947, 22994, 31189, 23007, 55776, 55777, 23010, 55778, 55779, 55781, 23014, 23015, 23016, 39398, 39399, 55782, 55783, 55784, 23030, 63992, 31225, 63994, 23036, 23037, 23038, 23040, 23041, 23042, 23043, 23044, 47617, 47628, 23055, 23063, 23064, 64029, 64033, 47652, 23077, 64038, 64041, 64043, 47660, 39470, 39471, 64046, 23089, 64050, 64054, 23096, 39481, 64058, 64061, 39490, 39491, 64068, 23118, 55888, 31315, 31316, 31317, 47704, 23134, 47710, 55902, 23137, 23138, 47715, 23145, 31343, 47730, 39540, 23159, 23160, 31353, 64122, 31360, 64133, 23188, 39573, 55957, 39575, 23192, 55958, 23194, 47770, 55960, 55961, 23198, 55963, 55964, 23201, 23202, 55966, 23210, 23211, 23212, 55979, 55982, 64177, 31412, 31413, 39606, 39607, 47801, 23235, 56008, 64201, 31436, 31437, 23246, 23247, 47834, 23261, 23262, 31454, 39648, 23269, 31466, 39659, 64237, 39662, 23279, 23280, 39666, 47861, 23287, 47877, 23306, 31500, 23309, 56078, 23312, 64275, 39700, 56086, 39704, 23325, 56094, 23327, 23329, 31521, 31522, 23332, 47910, 64294, 39720, 64299, 64300, 39728, 64305, 39731, 56115, 31542, 31543, 23355, 23358, 39742, 31552, 39743, 47935, 23363, 39749, 23373, 23374, 47950, 39760, 64336, 31574, 23386, 56157, 39783, 31593, 39788, 23405, 39791, 23410, 47987, 39797, 23414, 23415, 23417, 31612, 23421, 64382, 31617, 23426, 48002, 31620, 64385, 23430, 31626, 39828, 23445, 39832, 64409, 23450, 31644, 31645, 23455, 31650, 31651, 48035, 56226, 23465, 23466, 23468, 23479, 31671, 31672, 31676, 56254, 23488, 23489, 48064, 39875, 39877, 23496, 23499, 23500, 64460, 39886, 23503, 23504, 39895, 31704, 31705, 23526, 31719, 48103, 31735, 23546, 31752, 48137, 23571, 39958, 39959, 48158, 56352, 48167, 64551, 23597, 23602, 31795, 31796, 39997, 40001, 23618, 40007, 23627, 40011, 56397, 23631, 23632, 64592, 31827, 31835, 40033, 23653, 40037, 64617, 64622, 64628, 23669, 56442, 56444, 40073, 56459, 23697, 23698, 23699, 40084, 23701, 64661, 40087, 64668, 40095, 48287, 31908, 31909, 40102, 48298, 56492, 31917, 40110, 48301, 64695, 31929, 40125, 23747, 23752, 23755, 64717, 48334, 31951, 23760, 31959, 64735, 23779, 23780, 40165, 40166, 56549, 48362, 56556, 31987, 56573, 56574, 56575, 32008, 23817, 40201, 32015, 32019, 40211, 40215, 32036, 32037, 64806, 40237, 64814, 48432, 32061, 32062, 40258, 64834, 48453, 23885, 64847, 32080, 32083, 23892, 23908, 48484, 23913, 23914, 32105, 40299, 56684, 23920, 56688, 56690, 48502, 23931, 64899, 32132, 23947, 64912, 64917, 23961, 64921, 48542, 56734, 40354, 64934, 23976, 40361, 64937, 64939, 48556, 64945, 40370, 40371, 32181, 40378, 64956, 48573, 40383, 40385, 24004, 48581, 24011, 48587, 64971, 48592, 48595, 24025, 32223, 64994, 40419, 32230, 48614, 65003, 32238, 32241, 32243, 32247, 48632, 32253, 32257, 40451, 32260, 24070, 32264, 40456, 32266, 48649, 32270, 56847, 32272, 56848, 32275, 32278, 56856, 32282, 24092, 32284, 24094, 24095, 56863, 65057, 24099, 65059, 32293, 56883, 40508, 56894, 48705, 65089, 32324, 24133, 56903, 32329, 56908, 65100, 32335, 65109, 56930, 24172, 24173, 32367, 56951, 40571, 56957, 48767, 65155, 48775, 56967, 56968, 40586, 65169, 24210, 48792, 24219, 24220, 24221, 32416, 24225, 65187, 65191, 24237, 24238, 40627, 24247, 24248, 65212, 65213, 24258, 57027, 24262, 40646, 24265, 48843, 24268, 24269, 24270, 24271, 32460, 32463, 24284, 24285, 57060, 32486, 32493, 32499, 24313, 24314, 32507, 40701, 57097, 32522, 48906, 24337, 24338, 32530, 24343, 24352, 24356, 65318, 57131, 57133, 24367, 32563, 32564, 57141, 24383, 32577, 24389, 65360, 24401, 65361, 65362, 65363, 32597, 65364, 48991, 24417, 32614, 32615, 65384, 65387, 24430, 32623, 57198, 24434, 24435, 24439, 24440, 57207, 65401, 65402, 24445, 24456, 49036, 40846, 40851, 40852, 24469, 24470, 57248, 57254, 24490, 32683, 57260, 24493, 24494, 57263, 24496, 57266, 57267, 57270, 24503, 24504, 57273, 24514, 24515, 49093, 24526, 49106, 49107, 49108, 32728, 40920, 57304, 57305, 32735, 49119, 40931, 40932, 40933, 57316, 57320, 24554, 57323, 24561, 57339);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:26,395 - 11878 - src.utils.log - INFO - βœ… Fetched 1278 rows - __SPLIT__ 2026-02-26 22:04:26,402 - 11878 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceAutoGenerationAppliedDiscount: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:26,452 - 11878 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.InvoiceAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-26 22:04:26,563 - 11878 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.InvoiceAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-26 22:04:26,563 - 11878 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceChargesAutoGeneration: 13 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:26,614 - 11878 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 13) into Billing.InvoiceChargesAutoGeneration - __SPLIT__ 2026-02-26 22:04:26,736 - 11878 - src.utils.log - INFO - βœ… All 13 rows inserted successfully into Billing.InvoiceChargesAutoGeneration in 1 batches - __SPLIT__ 2026-02-26 22:04:26,736 - 11878 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET Status = 'Completed' WHERE GenerateInvoiceHistoryId = 11878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:26,776 - 11878 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 22:04:26,776 - 11878 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET InvoiceStatusDateTime = '2026-02-26 17:04:26.776' WHERE GenerateInvoiceHistoryId = 11878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:04:26,814 - 11878 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 22:04:26,815 - 11878 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-26 22:04:26,815 - 11878 - src.utils.log - INFO - Sequential Invoice Gen Complete Successfully ProjectId:11878 - Time took: 17.95 - __SPLIT__ 2026-02-26 22:05:32,182 - [11878] - src.utils.log - INFO - ParallelProcessing=False temp_invoice=[] user_id=47448 company_id=133 project_id=[11878] publish_all=True - __SPLIT__ 2026-02-26 22:05:32,183 - [11878] - src.utils.log - INFO - Invoice Published Successfully - __SPLIT__ 2026-02-26 22:05:32,183 - [11878] - src.utils.log - INFO - Sequential invoice publish in progress - __SPLIT__ 2026-02-26 22:05:32,184 - [11878] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-26 22:05:32,184 - [11878] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:32,384 - [11878] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 22:05:32,385 - [11878] - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-26 22:05:32,385 - [11878] - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-26 22:05:32,385 - [11878] - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-26 22:05:32,385 - [11878] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET PublishStatus = 'InProgress', InvoicePublishStartDateTime = '2026-02-26 17:05:32.385' WHERE CompanyId = 133 AND GenerateInvoiceHistoryId = 11878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:32,546 - [11878] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 22:05:32,546 - [11878] - src.utils.log - INFO - πŸ” Fetching data: SELECT i.* FROM Billing.InvoiceAutoGeneration i join Billing.TransactionAutoGeneration t on i.TransactionAutoGenerationId = t.TransactionAutoGenerationId WHERE t.GenerateWorkOrderHistoryId = 11878; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:32,575 - [11878] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-26 22:05:32,575 - [11878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Billing.TransactionAutoGeneration tag WHERE tag.TransactionAutoGenerationId in (166094, 166095, 166096, 166097, 166098, 166099, 166100, 166101, 166102, 166103, 166104);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:32,601 - [11878] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-26 22:05:32,603 - [11878] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:32,661 - [11878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-26 22:05:32,759 - [11878] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-26 22:05:32,770 - [11878] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-26 22:05:32,771 - [11878] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913, 12345678914, 12345678915, 12345678916, 12345678917, 12345678918, 12345678919, 12345678920);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:35,629 - [11878] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-26 22:05:35,631 - [11878] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914,12345678915,12345678916,12345678917,12345678918,12345678919,12345678920); ... (Thread: ThreadPoolExecutor-89_0) - __SPLIT__ 2026-02-26 22:05:37,878 - [11878] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 22:05:37,881 - [11878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:37,904 - [11878] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-26 22:05:37,905 - [11878] - src.utils.log - INFO - 11 Invoice Generated : [443565, 443566, 443567, 443568, 443569, 443570, 443571, 443572, 443573, 443574, 443575] - __SPLIT__ 2026-02-26 22:05:37,905 - [11878] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '443576' WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:37,934 - [11878] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 22:05:37,936 - [11878] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:37,983 - [11878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into Billing.Invoice - __SPLIT__ 2026-02-26 22:05:38,093 - [11878] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-26 22:05:38,094 - [11878] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, InvoiceId FROM Billing.Invoice WHERE TransactionId in (2893790, 2893791, 2893792, 2893793, 2893794, 2893795, 2893796, 2893797, 2893798, 2893799, 2893800);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,117 - [11878] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-26 22:05:38,120 - [11878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Billing.InvoiceChargesAutoGeneration icag WHERE InvoiceAutoGenerationId in (166094, 166095, 166096, 166097, 166098, 166099, 166100, 166101, 166102, 166103, 166104);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,146 - [11878] - src.utils.log - INFO - βœ… Fetched 13 rows - __SPLIT__ 2026-02-26 22:05:38,146 - [11878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Billing.InvoiceAutoGenerationAppliedDiscount iagad WHERE InvoiceAutoGenerationId in (166094, 166095, 166096, 166097, 166098, 166099, 166100, 166101, 166102, 166103, 166104);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,170 - [11878] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-02-26 22:05:38,177 - [11878] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 13 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,224 - [11878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 13) into Billing.InvoiceCharges - __SPLIT__ 2026-02-26 22:05:38,323 - [11878] - src.utils.log - INFO - βœ… All 13 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-26 22:05:38,323 - [11878] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,365 - [11878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.AccountDiscountSetup - __SPLIT__ 2026-02-26 22:05:38,472 - [11878] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-02-26 22:05:38,472 - [11878] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,527 - [11878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.DiscountApplied - __SPLIT__ 2026-02-26 22:05:38,632 - [11878] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-02-26 22:05:38,632 - [11878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: delete FROM Billing.InvoiceAutoGenerationAppliedDiscount WHERE InvoiceAutoGenerationId in (166094, 166095, 166096, 166097, 166098, 166099, 166100, 166101, 166102, 166103, 166104) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,662 - [11878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 22:05:38,662 - [11878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: delete FROM Billing.InvoiceChargesAutoGeneration WHERE InvoiceAutoGenerationId in (166094, 166095, 166096, 166097, 166098, 166099, 166100, 166101, 166102, 166103, 166104) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,693 - [11878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 22:05:38,693 - [11878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: delete FROM Billing.InvoiceAutoGeneration WHERE InvoiceAutoGenerationId in (166094, 166095, 166096, 166097, 166098, 166099, 166100, 166101, 166102, 166103, 166104) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,740 - [11878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 22:05:38,740 - [11878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: delete FROM Billing.TransactionAutoGeneration WHERE TransactionAutoGenerationId in (166094, 166095, 166096, 166097, 166098, 166099, 166100, 166101, 166102, 166103, 166104) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,779 - [11878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-26 22:05:38,779 - [11878] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-26 17:05:32.385' WHERE CompanyId = 133 AND GenerateInvoiceHistoryId = 11878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-26 22:05:38,810 - [11878] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-26 22:05:38,810 - [11878] - src.utils.log - INFO - Sequential invoice publish completed successfully - Time took: 6.63 - __SPLIT__ 2026-02-27 06:18:57,323 - 55987 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55987 - __SPLIT__ 2026-02-27 06:18:57,326 - 55987 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55987 - __SPLIT__ 2026-02-27 06:18:57,357 - 55987 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 06:18:57,357 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:57,770 - 55987 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:18:57,771 - 55987 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 06:18:57,771 - 55987 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55987;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:57,800 - 55987 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:18:57,801 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55987), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55987), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55987 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:57,874 - 55987 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:18:57,875 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55987;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:57,906 - 55987 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:18:57,910 - 55987 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 06:18:57,911 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:57,950 - 55987 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:18:57,950 - 55987 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 06:18:57,954 - 55987 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-27 06:18:57,955 - 55987 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 06:18:57,955 - 55987 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-27 06:18:57,955 - 55987 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-27 06:18:57,956 - 55987 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 06:18:57,956 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:57,987 - 55987 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:18:57,987 - 55987 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-05-31 00:00:00' and ServiceSetupId = 95453 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,027 - 55987 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:18:58,106 - 55987 - src.utils.log - INFO - Generating work orders for setup: 95453 - __SPLIT__ 2026-02-27 06:18:58,132 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11458;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,162 - 55987 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:18:58,169 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1254;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,198 - 55987 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:18:58,233 - 55987 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 06:18:58,238 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,267 - 55987 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:18:58,270 - 55987 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 06:18:58,270 - 55987 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 06:18:58,270 - 55987 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,319 - 55987 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:18:58,319 - 55987 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,365 - 55987 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:18:58,366 - 55987 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,412 - 55987 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:18:58,412 - 55987 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,458 - 55987 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:18:58,458 - 55987 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,504 - 55987 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:18:58,504 - 55987 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,551 - 55987 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:18:58,552 - 55987 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,585 - 55987 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:18:58,585 - 55987 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,660 - 55987 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:18:58,660 - 55987 - src.utils.log - INFO - πŸ“ Inserting 4 work orders for route: 1 - __SPLIT__ 2026-02-27 06:18:58,661 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,764 - 55987 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 06:18:58,934 - 55987 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 06:18:58,935 - 55987 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 4 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 11:48:57.037' and ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:58,984 - 55987 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:18:58,985 - 55987 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 4 records - __SPLIT__ 2026-02-27 06:18:58,985 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,015 - 55987 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:18:59,015 - 55987 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 06:18:59,016 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,046 - 55987 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:18:59,046 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,078 - 55987 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:18:59,084 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,118 - 55987 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:18:59,119 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,147 - 55987 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:18:59,148 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,177 - 55987 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:18:59,177 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,209 - 55987 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:18:59,210 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,239 - 55987 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:18:59,239 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,459 - 55987 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:18:59,459 - 55987 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,493 - 55987 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:18:59,507 - 55987 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 06:18:59,508 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,551 - 55987 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 06:18:59,552 - 55987 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 06:18:59,552 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,595 - 55987 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 06:18:59,595 - 55987 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 06:18:59,596 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,638 - 55987 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 06:18:59,639 - 55987 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 06:18:59,639 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,683 - 55987 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 06:18:59,683 - 55987 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 06:18:59,683 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,727 - 55987 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 06:18:59,728 - 55987 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:18:59,728 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,774 - 55987 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 06:18:59,774 - 55987 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:18:59,774 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,818 - 55987 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 06:18:59,819 - 55987 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 06:18:59,819 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:18:59,866 - 55987 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 06:18:59,976 - 55987 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 06:18:59,977 - 55987 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 06:18:59,977 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:19:00,029 - 55987 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:19:00,147 - 55987 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:19:00,148 - 55987 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:19:00,148 - 55987 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:19:00,183 - 55987 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:19:00,299 - 55987 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:19:00,299 - 55987 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:19:00,300 - 55987 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-27 06:19:00,300 - 55987 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-27 06:19:00,300 - 55987 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55987;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:19:00,328 - 55987 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:19:00,329 - 55987 - src.utils.log - INFO - ⏱️ Total time: 3.0s | Status: Completed - __SPLIT__ 2026-02-27 06:19:00,329 - 55987 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55987;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:19:00,357 - 55987 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:19:00,357 - 55987 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 01:19:00.357' WHERE GenerateWorkOrderHistoryId = 55987;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:19:00,387 - 55987 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:19:00,387 - 55987 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 06:26:42,273 - 55988 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55988 - __SPLIT__ 2026-02-27 06:26:42,274 - 55988 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55988 - __SPLIT__ 2026-02-27 06:26:42,289 - 55988 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 06:26:42,289 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,519 - 55988 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:26:42,519 - 55988 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 06:26:42,519 - 55988 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55988;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,548 - 55988 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:26:42,548 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55988), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55988), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55988 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,611 - 55988 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:26:42,611 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55988;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,638 - 55988 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:26:42,641 - 55988 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 06:26:42,642 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,676 - 55988 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:26:42,676 - 55988 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 06:26:42,679 - 55988 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-27 06:26:42,679 - 55988 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 06:26:42,679 - 55988 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-27 06:26:42,679 - 55988 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-27 06:26:42,680 - 55988 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 06:26:42,680 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,706 - 55988 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:26:42,707 - 55988 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-05-31 00:00:00' and ServiceSetupId = 95453 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,731 - 55988 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:26:42,799 - 55988 - src.utils.log - INFO - Generating work orders for setup: 95453 - __SPLIT__ 2026-02-27 06:26:42,823 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11458;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,849 - 55988 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:26:42,855 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1254;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,880 - 55988 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:26:42,912 - 55988 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 06:26:42,916 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,941 - 55988 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:26:42,945 - 55988 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 06:26:42,945 - 55988 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 06:26:42,945 - 55988 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:42,997 - 55988 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:26:42,998 - 55988 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,045 - 55988 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:26:43,046 - 55988 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,087 - 55988 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:26:43,088 - 55988 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,130 - 55988 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:26:43,130 - 55988 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,172 - 55988 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:26:43,173 - 55988 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,251 - 55988 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:26:43,251 - 55988 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,277 - 55988 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:26:43,277 - 55988 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,628 - 55988 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:26:43,628 - 55988 - src.utils.log - INFO - πŸ“ Inserting 4 work orders for route: 1 - __SPLIT__ 2026-02-27 06:26:43,628 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,687 - 55988 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 06:26:43,818 - 55988 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 06:26:43,818 - 55988 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 4 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 11:48:57.080' and ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,861 - 55988 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:26:43,861 - 55988 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 4 records - __SPLIT__ 2026-02-27 06:26:43,861 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,887 - 55988 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:26:43,888 - 55988 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 06:26:43,888 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,913 - 55988 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:26:43,913 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,938 - 55988 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:26:43,945 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,974 - 55988 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:26:43,975 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:43,999 - 55988 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:26:44,000 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,025 - 55988 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:26:44,026 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,050 - 55988 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:26:44,050 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,076 - 55988 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:26:44,077 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,240 - 55988 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:26:44,240 - 55988 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,266 - 55988 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:26:44,277 - 55988 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 06:26:44,277 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,304 - 55988 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 06:26:44,304 - 55988 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 06:26:44,304 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,330 - 55988 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 06:26:44,330 - 55988 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 06:26:44,330 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,355 - 55988 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 06:26:44,355 - 55988 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 06:26:44,355 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,380 - 55988 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 06:26:44,381 - 55988 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 06:26:44,381 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,406 - 55988 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 06:26:44,406 - 55988 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:26:44,406 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,431 - 55988 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 06:26:44,431 - 55988 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:26:44,431 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,456 - 55988 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 06:26:44,456 - 55988 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 06:26:44,456 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,486 - 55988 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 06:26:44,579 - 55988 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 06:26:44,579 - 55988 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 06:26:44,579 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,611 - 55988 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:26:44,704 - 55988 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:26:44,705 - 55988 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:26:44,705 - 55988 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,737 - 55988 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:26:44,831 - 55988 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:26:44,831 - 55988 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:26:44,831 - 55988 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-27 06:26:44,831 - 55988 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-27 06:26:44,831 - 55988 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55988;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,856 - 55988 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:26:44,856 - 55988 - src.utils.log - INFO - ⏱️ Total time: 2.58s | Status: Completed - __SPLIT__ 2026-02-27 06:26:44,856 - 55988 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55988;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,881 - 55988 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:26:44,881 - 55988 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 01:26:44.881' WHERE GenerateWorkOrderHistoryId = 55988;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:26:44,908 - 55988 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:26:44,908 - 55988 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 06:29:55,988 - 55989 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55989 - __SPLIT__ 2026-02-27 06:29:55,989 - 55989 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55989 - __SPLIT__ 2026-02-27 06:29:56,005 - 55989 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 06:29:56,005 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,250 - 55989 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:29:56,251 - 55989 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 06:29:56,251 - 55989 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55989;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,288 - 55989 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:29:56,288 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55989), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55989), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55989 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,353 - 55989 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:29:56,353 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55989;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,380 - 55989 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:29:56,386 - 55989 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 06:29:56,386 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,418 - 55989 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:29:56,418 - 55989 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 06:29:56,421 - 55989 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-27 06:29:56,421 - 55989 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 06:29:56,421 - 55989 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-27 06:29:56,421 - 55989 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-27 06:29:56,422 - 55989 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 06:29:56,422 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,450 - 55989 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:29:56,450 - 55989 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-05-31 00:00:00' and ServiceSetupId = 95453 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,476 - 55989 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:29:56,546 - 55989 - src.utils.log - INFO - Generating work orders for setup: 95453 - __SPLIT__ 2026-02-27 06:29:56,571 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11458;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,597 - 55989 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:29:56,604 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1254;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,631 - 55989 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:29:56,662 - 55989 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 06:29:56,667 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,691 - 55989 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:29:56,695 - 55989 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 06:29:56,695 - 55989 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 06:29:56,695 - 55989 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,747 - 55989 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:29:56,748 - 55989 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,796 - 55989 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:29:56,796 - 55989 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,839 - 55989 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:29:56,839 - 55989 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,881 - 55989 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:29:56,882 - 55989 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,923 - 55989 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:29:56,923 - 55989 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:56,984 - 55989 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:29:56,984 - 55989 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,011 - 55989 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:29:57,011 - 55989 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,352 - 55989 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:29:57,352 - 55989 - src.utils.log - INFO - πŸ“ Inserting 4 work orders for route: 1 - __SPLIT__ 2026-02-27 06:29:57,352 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,407 - 55989 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 06:29:57,538 - 55989 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 06:29:57,538 - 55989 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 4 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 11:48:57.043' and ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,582 - 55989 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:29:57,582 - 55989 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 4 records - __SPLIT__ 2026-02-27 06:29:57,582 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,609 - 55989 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:29:57,609 - 55989 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 06:29:57,610 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,636 - 55989 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:29:57,636 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,664 - 55989 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:29:57,670 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,700 - 55989 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:29:57,701 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,727 - 55989 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:29:57,727 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,752 - 55989 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:29:57,753 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,778 - 55989 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:29:57,778 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,804 - 55989 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:29:57,804 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,973 - 55989 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:29:57,974 - 55989 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:57,999 - 55989 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:29:58,011 - 55989 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 06:29:58,011 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,037 - 55989 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 06:29:58,037 - 55989 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 06:29:58,037 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,063 - 55989 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 06:29:58,063 - 55989 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 06:29:58,063 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,089 - 55989 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 06:29:58,089 - 55989 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 06:29:58,089 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,115 - 55989 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 06:29:58,115 - 55989 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 06:29:58,115 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,143 - 55989 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 06:29:58,143 - 55989 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:29:58,143 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,169 - 55989 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 06:29:58,170 - 55989 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:29:58,170 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,195 - 55989 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 06:29:58,195 - 55989 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 06:29:58,195 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,226 - 55989 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 06:29:58,323 - 55989 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 06:29:58,323 - 55989 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 06:29:58,323 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,356 - 55989 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:29:58,454 - 55989 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:29:58,454 - 55989 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:29:58,454 - 55989 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,487 - 55989 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:29:58,584 - 55989 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:29:58,585 - 55989 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:29:58,585 - 55989 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-27 06:29:58,585 - 55989 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-27 06:29:58,585 - 55989 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55989;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,610 - 55989 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:29:58,611 - 55989 - src.utils.log - INFO - ⏱️ Total time: 2.62s | Status: Completed - __SPLIT__ 2026-02-27 06:29:58,611 - 55989 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55989;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,636 - 55989 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:29:58,636 - 55989 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 01:29:58.636' WHERE GenerateWorkOrderHistoryId = 55989;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:29:58,661 - 55989 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:29:58,662 - 55989 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 06:30:22,993 - [55989] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=44506 company_id=146 project_id=[55989] publish_all=True - __SPLIT__ 2026-02-27 06:30:22,994 - [55989] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=44506 company_id=146 project_id=[55989] publish_all=True - __SPLIT__ 2026-02-27 06:30:22,994 - [55989] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55989] - __SPLIT__ 2026-02-27 06:30:22,995 - [55989] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 06:30:22,995 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,142 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:23,142 - [55989] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-27 06:30:23,142 - [55989] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55989;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,165 - [55989] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:30:23,165 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.GenerateWorkOrderHistoryId = 55989... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,208 - [55989] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:30:23,208 - [55989] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-27 06:30:23,209 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95453 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,239 - [55989] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:30:23,239 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95453 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,267 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:23,267 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95453 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,297 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:23,301 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,324 - [55989] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:30:23,324 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,347 - [55989] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:30:23,348 - [55989] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '24389' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,372 - [55989] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:30:23,372 - [55989] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '27857' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,393 - [55989] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:30:23,397 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,425 - [55989] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:30:23,432 - [55989] - src.utils.log - INFO - Size of Transaction: 4 - __SPLIT__ 2026-02-27 06:30:23,432 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,491 - [55989] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-27 06:30:23,581 - [55989] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 06:30:23,591 - [55989] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 06:30:23,591 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-27 01:30:23.428';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,716 - [55989] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:30:23,718 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,741 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:23,750 - [55989] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913) AND CreatedDate = '2026-02-27 01:30:23.428'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:30:23,943 - [55989] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:30:23,948 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:23,991 - [55989] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Invoice - __SPLIT__ 2026-02-27 06:30:24,082 - [55989] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-27 06:30:24,083 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('24385', '24388', '24387', '24386')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,155 - [55989] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-02-27 06:30:24,163 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95453 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,189 - [55989] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:30:24,189 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95453 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,214 - [55989] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:30:24,214 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95453 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,238 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:24,238 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95453 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,261 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:24,274 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,296 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:24,301 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,324 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:24,326 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,349 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:24,349 - [55989] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-02-27 06:30:24,349 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,387 - [55989] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-27 06:30:24,387 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 16 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,429 - [55989] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 16) into Billing.InvoiceCharges - __SPLIT__ 2026-02-27 06:30:24,537 - [55989] - src.utils.log - INFO - βœ… All 16 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-27 06:30:24,538 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,574 - [55989] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-27 06:30:24,574 - [55989] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-27 06:30:24,575 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,596 - [55989] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:30:24,597 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1209' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,619 - [55989] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:30:24,621 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,694 - [55989] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-27 06:30:24,822 - [55989] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 06:30:24,832 - [55989] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 06:30:24,833 - [55989] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,857 - [55989] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:30:24,858 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('24385', '24386', '24387', '24388') AND wo.AccountNumber = '1209' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-02-27 06:30:24,888 - [55989] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:30:24,888 - [55989] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-27 06:30:24,889 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,921 - [55989] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-02-27 06:30:24,922 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,960 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:24,960 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:24,990 - [55989] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:30:24,990 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,013 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:25,013 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,038 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:25,038 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,063 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:25,063 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (478091, 478092, 478093, 478094) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,087 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:25,087 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,110 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:25,111 - [55989] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-27 06:30:25,122 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,143 - [55989] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:30:25,143 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,165 - [55989] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:30:25,168 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,223 - [55989] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-27 06:30:25,327 - [55989] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-27 06:30:25,328 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95453 AND WorkOrderNo IN ('533734', '8576020', '4769655', '3484056') AND GenerateWorkOrderHistoryId = 55989;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-27 06:30:25,381 - [55989] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:30:25,382 - [55989] - src.utils.log - INFO - 🏁 Final merged rows: 4 - __SPLIT__ 2026-02-27 06:30:25,386 - [55989] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-27 06:30:25,386 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,408 - [55989] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 06:30:25,408 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,443 - [55989] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 06:30:25,443 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,480 - [55989] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 06:30:25,480 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,516 - [55989] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 06:30:25,516 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,557 - [55989] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-27 06:30:25,651 - [55989] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-27 06:30:25,651 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,689 - [55989] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-27 06:30:25,689 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,730 - [55989] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-27 06:30:25,815 - [55989] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-27 06:30:25,815 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,851 - [55989] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-27 06:30:25,851 - [55989] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:25,893 - [55989] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-27 06:30:25,984 - [55989] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-27 06:30:25,984 - [55989] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-27 06:30:25,984 - [55989] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55989 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,008 - [55989] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:30:26,015 - [55989] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-27 06:30:26,026 - [55989] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_62c12ce1a4 - __SPLIT__ 2026-02-27 06:30:26,049 - [55989] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_62c12ce1a4 - __SPLIT__ 2026-02-27 06:30:26,071 - [55989] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-27 06:30:26,087 - [55989] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-27 06:30:26,104 - [55989] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_62c12ce1a4 - __SPLIT__ 2026-02-27 06:30:26,104 - [55989] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_62c12ce1a4 - __SPLIT__ 2026-02-27 06:30:26,104 - [55989] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55989 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,125 - [55989] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:30:26,125 - [55989] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-27 06:30:26,125 - [55989] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,181 - [55989] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:30:26,181 - [55989] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,224 - [55989] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:30:26,224 - [55989] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,248 - [55989] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:30:26,249 - [55989] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,279 - [55989] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:30:26,279 - [55989] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,308 - [55989] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:30:26,309 - [55989] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,358 - [55989] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:30:26,358 - [55989] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,381 - [55989] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:30:26,381 - [55989] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (478091, 478092, 478093, 478094) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,520 - [55989] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:30:26,520 - [55989] - src.utils.log - INFO - Work order published ids: (478091, 478092, 478093, 478094) - __SPLIT__ 2026-02-27 06:30:26,520 - [55989] - src.utils.log - INFO - Time took to perform operation in publishing [55989]: 3.53 - __SPLIT__ 2026-02-27 06:30:26,520 - [55989] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55989] - __SPLIT__ 2026-02-27 06:30:26,520 - [55989] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-27 01:30:26.520' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55989;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:30:26,550 - [55989] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:40:05,226 - 55990 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55990 - __SPLIT__ 2026-02-27 06:40:05,227 - 55990 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55990 - __SPLIT__ 2026-02-27 06:40:05,242 - 55990 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 06:40:05,242 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:05,507 - 55990 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:05,508 - 55990 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 06:40:05,508 - 55990 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55990;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:05,537 - 55990 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:40:05,537 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55990), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55990), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55990 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:05,602 - 55990 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:05,603 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55990;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:05,633 - 55990 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:05,636 - 55990 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 06:40:05,637 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:05,671 - 55990 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:05,671 - 55990 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 06:40:05,674 - 55990 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-27 06:40:05,674 - 55990 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 06:40:05,674 - 55990 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-27 06:40:05,674 - 55990 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-27 06:40:05,674 - 55990 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 06:40:05,675 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:05,704 - 55990 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:05,705 - 55990 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId = 95453 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:05,743 - 55990 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:40:05,821 - 55990 - src.utils.log - INFO - Generating work orders for setup: 95453 - __SPLIT__ 2026-02-27 06:40:05,860 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1254;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:05,888 - 55990 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:05,929 - 55990 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 06:40:05,935 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:05,964 - 55990 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:05,966 - 55990 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 06:40:05,967 - 55990 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 06:40:05,967 - 55990 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,011 - 55990 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:06,012 - 55990 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,054 - 55990 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:06,054 - 55990 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,097 - 55990 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:06,097 - 55990 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,139 - 55990 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:06,140 - 55990 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,182 - 55990 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:06,182 - 55990 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,224 - 55990 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:06,224 - 55990 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,254 - 55990 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:06,254 - 55990 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95453 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,318 - 55990 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:06,318 - 55990 - src.utils.log - INFO - πŸ“ Inserting 7 work orders for route: 1 - __SPLIT__ 2026-02-27 06:40:06,318 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 7 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,379 - 55990 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 7) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 06:40:06,553 - 55990 - src.utils.log - INFO - βœ… All 7 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 06:40:06,554 - 55990 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 7 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.316' and ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,600 - 55990 - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-27 06:40:06,600 - 55990 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 7 records - __SPLIT__ 2026-02-27 06:40:06,600 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,629 - 55990 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:06,630 - 55990 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 06:40:06,630 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,659 - 55990 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:40:06,659 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,689 - 55990 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:40:06,694 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,726 - 55990 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:40:06,727 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,755 - 55990 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:06,756 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,784 - 55990 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:06,784 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,812 - 55990 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:06,813 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:06,841 - 55990 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:06,842 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,010 - 55990 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:07,010 - 55990 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95453;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,039 - 55990 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:07,050 - 55990 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 06:40:07,050 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,079 - 55990 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 06:40:07,079 - 55990 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 06:40:07,079 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,107 - 55990 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 06:40:07,108 - 55990 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 06:40:07,108 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,136 - 55990 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 06:40:07,136 - 55990 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 06:40:07,136 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,164 - 55990 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 06:40:07,164 - 55990 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 06:40:07,165 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,194 - 55990 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 06:40:07,194 - 55990 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:40:07,194 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,223 - 55990 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 06:40:07,223 - 55990 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:40:07,223 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,251 - 55990 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 06:40:07,252 - 55990 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 06:40:07,252 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 7 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,283 - 55990 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 7) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 06:40:07,394 - 55990 - src.utils.log - INFO - βœ… All 7 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 06:40:07,394 - 55990 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 06:40:07,394 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,430 - 55990 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-02-27 06:40:07,430 - 55990 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:40:07,430 - 55990 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 14 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,466 - 55990 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 14) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:40:07,585 - 55990 - src.utils.log - INFO - βœ… All 14 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:40:07,585 - 55990 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:40:07,585 - 55990 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-27 06:40:07,585 - 55990 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-27 06:40:07,586 - 55990 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55990;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,614 - 55990 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:40:07,614 - 55990 - src.utils.log - INFO - ⏱️ Total time: 2.39s | Status: Completed - __SPLIT__ 2026-02-27 06:40:07,614 - 55990 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55990;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,643 - 55990 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:40:07,643 - 55990 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 01:40:07.643' WHERE GenerateWorkOrderHistoryId = 55990;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:07,672 - 55990 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:40:07,672 - 55990 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 06:40:25,586 - [55990] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=44506 company_id=146 project_id=[55990] publish_all=True - __SPLIT__ 2026-02-27 06:40:25,587 - [55990] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=44506 company_id=146 project_id=[55990] publish_all=True - __SPLIT__ 2026-02-27 06:40:25,588 - [55990] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55990] - __SPLIT__ 2026-02-27 06:40:25,602 - [55990] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 06:40:25,603 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:25,866 - [55990] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:25,866 - [55990] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-27 06:40:25,866 - [55990] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55990;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:25,895 - [55990] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:40:25,895 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.GenerateWorkOrderHistoryId = 55990... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:25,942 - [55990] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-27 06:40:25,943 - [55990] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-27 06:40:25,943 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95453 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:25,972 - [55990] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:25,972 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95453 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,000 - [55990] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:26,000 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95453 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,029 - [55990] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:26,033 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,061 - [55990] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:40:26,062 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,090 - [55990] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:26,091 - [55990] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '24396' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,120 - [55990] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:40:26,120 - [55990] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '27864' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,150 - [55990] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:40:26,155 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 95453... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,184 - [55990] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:26,192 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,220 - [55990] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:26,220 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1209' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,248 - [55990] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:26,249 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 7 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,320 - [55990] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 7) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-27 06:40:26,500 - [55990] - src.utils.log - INFO - βœ… All 7 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 06:40:26,515 - [55990] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 06:40:26,517 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('24389', '24390', '24391', '24392', '24393', '24394', '24395') AND wo.AccountNumber = '1209' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:40:26,554 - [55990] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-27 06:40:26,555 - [55990] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-27 06:40:26,555 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,595 - [55990] - src.utils.log - INFO - βœ… Fetched 14 rows - __SPLIT__ 2026-02-27 06:40:26,596 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,644 - [55990] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:26,644 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,680 - [55990] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-27 06:40:26,680 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,709 - [55990] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:26,710 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,741 - [55990] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:26,742 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,774 - [55990] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:26,774 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (478095, 478096, 478097, 478098, 478099, 478100, 478101) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,804 - [55990] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:26,804 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,833 - [55990] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:26,836 - [55990] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-27 06:40:26,847 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,875 - [55990] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:26,875 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,904 - [55990] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:40:26,907 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 7 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:26,955 - [55990] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 7) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-27 06:40:27,089 - [55990] - src.utils.log - INFO - βœ… All 7 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-27 06:40:27,090 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95453 AND WorkOrderNo IN ('2177024', '8189114', '5097905', '8461562', '8844752', '1665422', '2017161') AND GenerateWorkOrderHistoryId = 55990;... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-02-27 06:40:27,145 - [55990] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-27 06:40:27,146 - [55990] - src.utils.log - INFO - 🏁 Final merged rows: 7 - __SPLIT__ 2026-02-27 06:40:27,150 - [55990] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-27 06:40:27,150 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,179 - [55990] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 06:40:27,179 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,207 - [55990] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 06:40:27,208 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,236 - [55990] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 06:40:27,237 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,265 - [55990] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 06:40:27,266 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 14 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,302 - [55990] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 14) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-27 06:40:27,422 - [55990] - src.utils.log - INFO - βœ… All 14 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-27 06:40:27,423 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,452 - [55990] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-27 06:40:27,452 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 7 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,485 - [55990] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 7) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-27 06:40:27,597 - [55990] - src.utils.log - INFO - βœ… All 7 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-27 06:40:27,598 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,626 - [55990] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-27 06:40:27,627 - [55990] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 14 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,661 - [55990] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 14) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-27 06:40:27,782 - [55990] - src.utils.log - INFO - βœ… All 14 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-27 06:40:27,783 - [55990] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-27 06:40:27,783 - [55990] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55990 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,813 - [55990] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:40:27,819 - [55990] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-27 06:40:27,834 - [55990] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_fbcbf31ea1 - __SPLIT__ 2026-02-27 06:40:27,863 - [55990] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_fbcbf31ea1 - __SPLIT__ 2026-02-27 06:40:27,891 - [55990] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-27 06:40:27,910 - [55990] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-27 06:40:27,927 - [55990] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_fbcbf31ea1 - __SPLIT__ 2026-02-27 06:40:27,928 - [55990] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_fbcbf31ea1 - __SPLIT__ 2026-02-27 06:40:27,928 - [55990] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55990 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:27,955 - [55990] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:27,955 - [55990] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-27 06:40:27,955 - [55990] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:28,016 - [55990] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:28,016 - [55990] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:28,066 - [55990] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:28,066 - [55990] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:28,096 - [55990] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:28,096 - [55990] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:28,133 - [55990] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:28,133 - [55990] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:28,169 - [55990] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:28,169 - [55990] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:28,225 - [55990] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:28,225 - [55990] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:28,254 - [55990] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:28,255 - [55990] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (478095, 478096, 478097, 478098, 478099, 478100, 478101) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:28,473 - [55990] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:40:28,473 - [55990] - src.utils.log - INFO - Work order published ids: (478095, 478096, 478097, 478098, 478099, 478100, 478101) - __SPLIT__ 2026-02-27 06:40:28,473 - [55990] - src.utils.log - INFO - Time took to perform operation in publishing [55990]: 2.89 - __SPLIT__ 2026-02-27 06:40:28,473 - [55990] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55990] - __SPLIT__ 2026-02-27 06:40:28,473 - [55990] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-27 01:40:28.473' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55990;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:40:28,502 - [55990] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:59:43,813 - 55991 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55991 - __SPLIT__ 2026-02-27 06:59:43,814 - 55991 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55991 - __SPLIT__ 2026-02-27 06:59:43,815 - 55991 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 06:59:43,816 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:59:43,990 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:43,990 - 55991 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 06:59:43,990 - 55991 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55991;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:59:44,015 - 55991 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:59:44,015 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55991), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55991), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55991 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:59:44,085 - 55991 - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-02-27 06:59:44,085 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55991;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:59:44,111 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:44,114 - 55991 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 06:59:44,114 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId in (13930, 14923, 13951)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:59:44,153 - 55991 - src.utils.log - INFO - βœ… Fetched 65 rows - __SPLIT__ 2026-02-27 06:59:44,153 - 55991 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 06:59:44,157 - 55991 - src.utils.log - INFO - πŸ“Š Found 6 setups to process across 4 routes - __SPLIT__ 2026-02-27 06:59:44,157 - 55991 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 06:59:44,158 - 55991 - src.utils.log - INFO - πŸ”„ Processing route: 2008 with 1 setups - __SPLIT__ 2026-02-27 06:59:44,159 - 55991 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 06:59:44,159 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95456;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:44,159 - 55991 - src.utils.log - INFO - πŸ”„ Processing route: 2220 with 1 setups - __SPLIT__ 2026-02-27 06:59:44,160 - 55991 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 06:59:44,160 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 84243;... (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 06:59:44,162 - 55991 - src.utils.log - INFO - πŸ”„ Processing route: 2387 with 3 setups - __SPLIT__ 2026-02-27 06:59:44,162 - 55991 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 06:59:44,162 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95243, 95454, 95447);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:44,163 - 55991 - src.utils.log - INFO - πŸ”„ Processing route: 2398 with 1 setups - __SPLIT__ 2026-02-27 06:59:44,164 - 55991 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 06:59:44,164 - 55991 - src.utils.log - INFO - πŸ“‹ Submitted 4 routes for processing - __SPLIT__ 2026-02-27 06:59:44,164 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95446;... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:44,185 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:44,186 - 55991 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 95456 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:44,220 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:44,273 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:44,274 - 55991 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 95446 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:44,283 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:44,283 - 55991 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 84243 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 06:59:44,286 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:44,286 - 55991 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId in (95243, 95454, 95447) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:44,301 - 55991 - src.utils.log - INFO - Generating work orders for setup: 95456 - __SPLIT__ 2026-02-27 06:59:44,343 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:44,343 - 55991 - src.utils.log - INFO - βœ… Fetched 32 rows - __SPLIT__ 2026-02-27 06:59:44,344 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:44,619 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = -1;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:44,634 - 55991 - src.utils.log - INFO - Generating work orders for setup: 95446 - __SPLIT__ 2026-02-27 06:59:44,635 - 55991 - src.utils.log - INFO - Initial Route Present in Filter Routes SETUP:95446 - __SPLIT__ 2026-02-27 06:59:44,635 - 55991 - src.utils.log - INFO - Recurring Route Present in Filter Routes SETUP:95446 - __SPLIT__ 2026-02-27 06:59:44,645 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:44,654 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11499.0;... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:44,660 - 55991 - src.utils.log - INFO - Generating work orders for setup: 84243 - __SPLIT__ 2026-02-27 06:59:44,666 - 55991 - src.utils.log - INFO - Unable to get work order table Error: "['EmployeeNo', 'CustomerPONumber'] not in index" - __SPLIT__ 2026-02-27 06:59:44,667 - 55991 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 06:59:44,667 - 55991 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 06:59:44,667 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 06:59:44,687 - 55991 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 06:59:44,692 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:44,693 - 55991 - src.utils.log - INFO - Generating work orders for setup: 95243 - __SPLIT__ 2026-02-27 06:59:44,754 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:44,755 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 06:59:44,787 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:44,790 - 55991 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 06:59:44,790 - 55991 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 06:59:44,859 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95456 ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:44,885 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:44,903 - 55991 - src.utils.log - INFO - Generating work orders for setup: 95447 - __SPLIT__ 2026-02-27 06:59:44,911 - 55991 - src.utils.log - INFO - Initial Route Present in Filter Routes SETUP:95447 - __SPLIT__ 2026-02-27 06:59:44,911 - 55991 - src.utils.log - INFO - Recurring Route Present in Filter Routes SETUP:95447 - __SPLIT__ 2026-02-27 06:59:44,911 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11499;... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:44,925 - 55991 - src.utils.log - INFO - Generating work orders for setup: 95454 - __SPLIT__ 2026-02-27 06:59:44,925 - 55991 - src.utils.log - INFO - Initial Route Present in Filter Routes SETUP:95454 - __SPLIT__ 2026-02-27 06:59:44,925 - 55991 - src.utils.log - INFO - Recurring Route Present in Filter Routes SETUP:95454 - __SPLIT__ 2026-02-27 06:59:44,934 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:44,935 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 06:59:44,940 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11440.0, 11459.0);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:44,950 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:44,970 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:44,970 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95456 ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:44,983 - 55991 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 06:59:44,985 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:44,989 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:44,989 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 06:59:44,991 - 55991 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:59:44,997 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11424, 11519);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,014 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:45,019 - 55991 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 06:59:45,019 - 55991 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 06:59:45,019 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95446 ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:45,020 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,021 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95456 ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,025 - 55991 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:59:45,053 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,058 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 06:59:45,070 - 55991 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 06:59:45,075 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,100 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:45,106 - 55991 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 06:59:45,106 - 55991 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 06:59:45,106 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95243, 95454, 95447) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,106 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,106 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95446 ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:45,106 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,107 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 06:59:45,107 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,107 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95456 ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,151 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,151 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,152 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 06:59:45,152 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95243, 95454, 95447) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,151 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,152 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95456 ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,160 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,160 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95446 ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:45,181 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,181 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 06:59:45,195 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,195 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95243, 95454, 95447) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,197 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,197 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95456 ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,204 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,204 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95446 ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:45,238 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,238 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95243, 95454, 95447) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,246 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,246 - 55991 - src.utils.log - INFO - ℹ️ No work order found in given range for route: 2220 - __SPLIT__ 2026-02-27 06:59:45,247 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,247 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95456 ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,247 - 55991 - src.utils.log - INFO - βœ… [1/4] Route 2220 completed successfully - __SPLIT__ 2026-02-27 06:59:45,251 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,251 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95446 ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:45,276 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,276 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95456 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,280 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,280 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95243, 95454, 95447) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,298 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,298 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95446 ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:45,324 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,324 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95243, 95454, 95447) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,345 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,345 - 55991 - src.utils.log - INFO - πŸ“ Inserting 26 work orders for route: 2008 - __SPLIT__ 2026-02-27 06:59:45,345 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 26 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,370 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,370 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95446 ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:45,402 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 06:59:45,407 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,407 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95243, 95454, 95447) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,411 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,411 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95446 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:45,435 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,435 - 55991 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95243, 95454, 95447) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,768 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,768 - 55991 - src.utils.log - INFO - πŸ“ Inserting 2 work orders for route: 2398 - __SPLIT__ 2026-02-27 06:59:45,768 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 2 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:45,768 - 55991 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 06:59:45,768 - 55991 - src.utils.log - INFO - πŸ“ Inserting 4 work orders for route: 2387 - __SPLIT__ 2026-02-27 06:59:45,768 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 4 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:45,844 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 06:59:45,860 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 06:59:45,882 - 55991 - src.utils.log - INFO - βœ… All 26 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 06:59:45,882 - 55991 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 26 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.316' and ServiceSetupId = 95456... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,925 - 55991 - src.utils.log - INFO - βœ… Fetched 26 rows - __SPLIT__ 2026-02-27 06:59:45,925 - 55991 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2008: 26 records - __SPLIT__ 2026-02-27 06:59:45,925 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95456;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,952 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:45,952 - 55991 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 06:59:45,952 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95456... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,979 - 55991 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:59:45,980 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95456... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:45,989 - 55991 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 06:59:45,990 - 55991 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 2 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.316' and ServiceSetupId = 95446... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,004 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,008 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95456... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,022 - 55991 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 06:59:46,022 - 55991 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 4 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.316' and ServiceSetupId in (95243, 95454, 95447)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,030 - 55991 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:59:46,030 - 55991 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2398: 2 records - __SPLIT__ 2026-02-27 06:59:46,030 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95446;... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,037 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:46,038 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95456... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,060 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,061 - 55991 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 06:59:46,061 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95446... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,065 - 55991 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:59:46,066 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95456... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,067 - 55991 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:59:46,067 - 55991 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2387: 4 records - __SPLIT__ 2026-02-27 06:59:46,067 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95243, 95454, 95447);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,088 - 55991 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:59:46,088 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95446... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,092 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,092 - 55991 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 06:59:46,092 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId in (95454, 95447)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,094 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,094 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95456;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,113 - 55991 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:59:46,119 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95446... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,120 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:46,121 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95456;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,122 - 55991 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-27 06:59:46,123 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId in (95454, 95447)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,145 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:46,146 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95456;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,149 - 55991 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-27 06:59:46,154 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId in (95454, 95447)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,156 - 55991 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 06:59:46,156 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95446... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,181 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,182 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95446... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,185 - 55991 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 06:59:46,186 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId in (95454, 95447)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,210 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,210 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95446;... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,212 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:46,213 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId in (95454, 95447)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,239 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:46,240 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95446;... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,242 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,242 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId in (95454, 95447);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,264 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,264 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95446;... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,268 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:46,269 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId in (95454, 95447);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,294 - 55991 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 06:59:46,295 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId in (95454, 95447);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,314 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,314 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95456;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,340 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,357 - 55991 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 06:59:46,357 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,383 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 06:59:46,383 - 55991 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,383 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,409 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 06:59:46,409 - 55991 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,409 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 26 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,436 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into ServiceCore.SetupAutoGenerationSourceMapping - __SPLIT__ 2026-02-27 06:59:46,438 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,438 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95446;... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,467 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,482 - 55991 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 06:59:46,482 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,510 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 06:59:46,510 - 55991 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,510 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,518 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,519 - 55991 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId in (95454, 95447);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,522 - 55991 - src.utils.log - INFO - βœ… All 26 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 1 batches - __SPLIT__ 2026-02-27 06:59:46,523 - 55991 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,523 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 26 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,536 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 06:59:46,536 - 55991 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,536 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,555 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-27 06:59:46,556 - 55991 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 06:59:46,581 - 55991 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 06:59:46,581 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,581 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 06:59:46,582 - 55991 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,582 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 1 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,606 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 06:59:46,606 - 55991 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,606 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,616 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-27 06:59:46,632 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 06:59:46,632 - 55991 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,632 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 2 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,658 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.SetupAutoGenerationSourceMapping - __SPLIT__ 2026-02-27 06:59:46,677 - 55991 - src.utils.log - INFO - βœ… All 26 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 06:59:46,677 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,677 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,703 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 06:59:46,704 - 55991 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,704 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,725 - 55991 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 06:59:46,725 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,725 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,728 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 06:59:46,728 - 55991 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,728 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 52 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,737 - 55991 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 1 batches - __SPLIT__ 2026-02-27 06:59:46,737 - 55991 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,737 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 1 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,750 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 06:59:46,750 - 55991 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,751 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,762 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 52) into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission - __SPLIT__ 2026-02-27 06:59:46,772 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-27 06:59:46,778 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 06:59:46,778 - 55991 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,778 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,803 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 06:59:46,803 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,803 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 2 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,832 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 06:59:46,865 - 55991 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 06:59:46,866 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,866 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,890 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 06:59:46,891 - 55991 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,891 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,916 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 06:59:46,916 - 55991 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,917 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 1 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:46,927 - 55991 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 06:59:46,927 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,928 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:46,935 - 55991 - src.utils.log - INFO - βœ… All 52 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 1 batches - __SPLIT__ 2026-02-27 06:59:46,936 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 06:59:46,936 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 26 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:46,947 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission - __SPLIT__ 2026-02-27 06:59:46,958 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:59:46,965 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 06:59:47,043 - 55991 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 1 batches - __SPLIT__ 2026-02-27 06:59:47,043 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 06:59:47,043 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 4 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:47,054 - 55991 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:59:47,054 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:59:47,054 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 06:59:47,075 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 06:59:47,085 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:59:47,088 - 55991 - src.utils.log - INFO - βœ… All 26 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 06:59:47,088 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 06:59:47,088 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:47,115 - 55991 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-02-27 06:59:47,115 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:59:47,115 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 52 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 06:59:47,146 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 52) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:59:47,181 - 55991 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 06:59:47,181 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 06:59:47,181 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:47,188 - 55991 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:59:47,188 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:59:47,188 - 55991 - src.utils.log - INFO - βœ… Temp tables populated for route: 2398 - __SPLIT__ 2026-02-27 06:59:47,188 - 55991 - src.utils.log - INFO - βœ… Route 2398 generation complete - __SPLIT__ 2026-02-27 06:59:47,188 - 55991 - src.utils.log - INFO - βœ… [2/4] Route 2398 completed successfully - __SPLIT__ 2026-02-27 06:59:47,214 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:59:47,311 - 55991 - src.utils.log - INFO - βœ… All 52 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:59:47,311 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:59:47,311 - 55991 - src.utils.log - INFO - βœ… Temp tables populated for route: 2008 - __SPLIT__ 2026-02-27 06:59:47,311 - 55991 - src.utils.log - INFO - βœ… Route 2008 generation complete - __SPLIT__ 2026-02-27 06:59:47,312 - 55991 - src.utils.log - INFO - βœ… [3/4] Route 2008 completed successfully - __SPLIT__ 2026-02-27 06:59:47,315 - 55991 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:59:47,315 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:59:47,315 - 55991 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 06:59:47,350 - 55991 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 06:59:47,466 - 55991 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 06:59:47,466 - 55991 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 06:59:47,466 - 55991 - src.utils.log - INFO - βœ… Temp tables populated for route: 2387 - __SPLIT__ 2026-02-27 06:59:47,466 - 55991 - src.utils.log - INFO - βœ… Route 2387 generation complete - __SPLIT__ 2026-02-27 06:59:47,467 - 55991 - src.utils.log - INFO - βœ… [4/4] Route 2387 completed successfully - __SPLIT__ 2026-02-27 06:59:47,468 - 55991 - src.utils.log - INFO - ═══════════════════════════════════════ πŸ“Š PARALLEL PROCESSING SUMMARY ═══════════════════════════════════════ Total routes: 4 βœ… Successful: 4 ❌ Failed: 0 Success rate: 100.0% ═══════════════════════════════════════ - __SPLIT__ 2026-02-27 06:59:47,468 - 55991 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55991;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:59:47,492 - 55991 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:59:47,493 - 55991 - src.utils.log - INFO - ⏱️ Total time: 3.68s | Status: Completed - __SPLIT__ 2026-02-27 06:59:47,493 - 55991 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55991;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:59:47,517 - 55991 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:59:47,517 - 55991 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 01:59:47.517' WHERE GenerateWorkOrderHistoryId = 55991;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 06:59:47,543 - 55991 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 06:59:47,543 - 55991 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 07:00:15,169 - 55992 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55992 - __SPLIT__ 2026-02-27 07:00:15,170 - 55992 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55992 - __SPLIT__ 2026-02-27 07:00:15,186 - 55992 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 07:00:15,187 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:00:15,467 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:15,467 - 55992 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 07:00:15,467 - 55992 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55992;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:00:15,497 - 55992 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:00:15,498 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55992), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55992), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55992 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:00:15,608 - 55992 - src.utils.log - INFO - βœ… Fetched 42 rows - __SPLIT__ 2026-02-27 07:00:15,608 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55992;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:00:15,640 - 55992 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:00:15,643 - 55992 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 07:00:15,644 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId in (14825, 13930, 14923, 14906, 13951)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:00:15,688 - 55992 - src.utils.log - INFO - βœ… Fetched 72 rows - __SPLIT__ 2026-02-27 07:00:15,688 - 55992 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 07:00:15,692 - 55992 - src.utils.log - INFO - πŸ“Š Found 42 setups to process across 4 routes - __SPLIT__ 2026-02-27 07:00:15,692 - 55992 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 07:00:15,693 - 55992 - src.utils.log - INFO - πŸ”„ Processing route: 2008 with 3 setups - __SPLIT__ 2026-02-27 07:00:15,694 - 55992 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 07:00:15,695 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95456, 95187, 95431);... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:15,695 - 55992 - src.utils.log - INFO - πŸ”„ Processing route: 2220 with 1 setups - __SPLIT__ 2026-02-27 07:00:15,695 - 55992 - src.utils.log - INFO - πŸ”„ Processing route: 2387 with 34 setups - __SPLIT__ 2026-02-27 07:00:15,696 - 55992 - src.utils.log - INFO - πŸ”„ Processing route: 2398 with 4 setups - __SPLIT__ 2026-02-27 07:00:15,698 - 55992 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 07:00:15,696 - 55992 - src.utils.log - INFO - πŸ“‹ Submitted 4 routes for processing - __SPLIT__ 2026-02-27 07:00:15,697 - 55992 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 07:00:15,696 - 55992 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 07:00:15,698 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95410, 95428, 95446, 95455);... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:15,698 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:00:15,699 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 84243;... (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 07:00:15,727 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:15,728 - 55992 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId in (95456, 95187, 95431) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:15,770 - 55992 - src.utils.log - INFO - βœ… Fetched 69 rows - __SPLIT__ 2026-02-27 07:00:15,808 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:15,809 - 55992 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId in (95410, 95428, 95446, 95455) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:15,826 - 55992 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:00:15,826 - 55992 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:00:15,827 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:15,828 - 55992 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId = 84243 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 07:00:15,841 - 55992 - src.utils.log - INFO - βœ… Fetched 119 rows - __SPLIT__ 2026-02-27 07:00:15,871 - 55992 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:00:15,909 - 55992 - src.utils.log - INFO - βœ… Fetched 670 rows - __SPLIT__ 2026-02-27 07:00:15,917 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95187 - __SPLIT__ 2026-02-27 07:00:16,013 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95431 - __SPLIT__ 2026-02-27 07:00:16,050 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95410 - __SPLIT__ 2026-02-27 07:00:16,128 - 55992 - src.utils.log - INFO - Generating work orders for setup: 84243 - __SPLIT__ 2026-02-27 07:00:16,145 - 55992 - src.utils.log - INFO - Error processing schedule ID 13951: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-02-27 07:00:16,169 - 55992 - src.utils.log - INFO - Unable to get work order table Error: "['EmployeeNo', 'CustomerPONumber'] not in index" - __SPLIT__ 2026-02-27 07:00:16,199 - 55992 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 07:00:16,199 - 55992 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 07:00:16,199 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 07:00:16,296 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:16,312 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 07:00:16,321 - 55992 - src.utils.log - INFO - Generating work orders for setup: 94897 - __SPLIT__ 2026-02-27 07:00:16,512 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:16,524 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 07:00:16,545 - 55992 - src.utils.log - INFO - Generating work orders for setup: 94898 - __SPLIT__ 2026-02-27 07:00:16,758 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95243 - __SPLIT__ 2026-02-27 07:00:16,769 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:16,792 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 07:00:17,045 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:17,054 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 07:00:17,291 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:17,291 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 07:00:17,524 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:17,556 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 ) (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 07:00:17,760 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:17,774 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 84243 (Thread: ThreadPoolExecutor-0_1) - __SPLIT__ 2026-02-27 07:00:17,899 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:17,913 - 55992 - src.utils.log - INFO - ℹ️ No work order found in given range for route: 2220 - __SPLIT__ 2026-02-27 07:00:17,921 - 55992 - src.utils.log - INFO - βœ… [1/4] Route 2220 completed successfully - __SPLIT__ 2026-02-27 07:00:18,338 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95456 - __SPLIT__ 2026-02-27 07:00:28,993 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95428 - __SPLIT__ 2026-02-27 07:00:31,259 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95337 - __SPLIT__ 2026-02-27 07:00:31,449 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95341 - __SPLIT__ 2026-02-27 07:00:31,695 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95343 - __SPLIT__ 2026-02-27 07:00:31,852 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95344 - __SPLIT__ 2026-02-27 07:00:31,911 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95446 - __SPLIT__ 2026-02-27 07:00:31,919 - 55992 - src.utils.log - INFO - Initial Route Present in Filter Routes SETUP:95446 - __SPLIT__ 2026-02-27 07:00:31,946 - 55992 - src.utils.log - INFO - Recurring Route Present in Filter Routes SETUP:95446 - __SPLIT__ 2026-02-27 07:00:31,997 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95352 - __SPLIT__ 2026-02-27 07:00:32,179 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95353 - __SPLIT__ 2026-02-27 07:00:32,336 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95354 - __SPLIT__ 2026-02-27 07:00:32,358 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95455 - __SPLIT__ 2026-02-27 07:00:32,378 - 55992 - src.utils.log - INFO - Initial Route Present in Filter Routes SETUP:95455 - __SPLIT__ 2026-02-27 07:00:32,380 - 55992 - src.utils.log - INFO - Recurring Route Present in Filter Routes SETUP:95455 - __SPLIT__ 2026-02-27 07:00:32,465 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11499.0, -1.0);... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:32,502 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95355 - __SPLIT__ 2026-02-27 07:00:32,603 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95364 - __SPLIT__ 2026-02-27 07:00:32,694 - 55992 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:00:32,779 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11457.0, 11499.0, -1.0, 11423.0);... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:32,786 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95367 - __SPLIT__ 2026-02-27 07:00:32,974 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95404 - __SPLIT__ 2026-02-27 07:00:33,060 - 55992 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-27 07:00:33,111 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95406 - __SPLIT__ 2026-02-27 07:00:33,244 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95414 - __SPLIT__ 2026-02-27 07:00:33,439 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95416 - __SPLIT__ 2026-02-27 07:00:33,907 - 55992 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 07:00:33,990 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:34,173 - 55992 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:00:34,191 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (-1.0, 11519.0);... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:34,219 - 55992 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 07:00:34,243 - 55992 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 07:00:34,243 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95410, 95428, 95446, 95455) ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:34,337 - 55992 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:00:34,400 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:34,400 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95410, 95428, 95446, 95455) ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:34,524 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:34,525 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95410, 95428, 95446, 95455) ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:34,710 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:34,716 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95410, 95428, 95446, 95455) ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:34,796 - 55992 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 07:00:34,817 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:34,844 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:34,858 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95410, 95428, 95446, 95455) ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:34,902 - 55992 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:00:34,917 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:34,923 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95410, 95428, 95446, 95455) ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:34,930 - 55992 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 07:00:34,944 - 55992 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 07:00:34,951 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95456, 95187, 95431) ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:35,030 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:35,035 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95410, 95428, 95446, 95455) ) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:35,092 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:35,093 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95456, 95187, 95431) ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:35,112 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:35,125 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95410, 95428, 95446, 95455) (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:35,177 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:35,183 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95456, 95187, 95431) ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:35,309 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:35,309 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:35,311 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95456, 95187, 95431) ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:35,311 - 55992 - src.utils.log - INFO - πŸ“ Inserting 293 work orders for route: 2398 - __SPLIT__ 2026-02-27 07:00:35,311 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 293 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:35,410 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 293) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 07:00:35,438 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:35,439 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95456, 95187, 95431) ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:35,550 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:35,561 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95456, 95187, 95431) ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:35,721 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:35,721 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95456, 95187, 95431) ) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:35,820 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:35,835 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95456, 95187, 95431) (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:36,697 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:00:36,722 - 55992 - src.utils.log - INFO - πŸ“ Inserting 343 work orders for route: 2008 - __SPLIT__ 2026-02-27 07:00:36,722 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 343 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:36,873 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 343) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 07:00:38,680 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95417 - __SPLIT__ 2026-02-27 07:00:43,032 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95418 - __SPLIT__ 2026-02-27 07:00:43,144 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95419 - __SPLIT__ 2026-02-27 07:00:43,203 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95421 - __SPLIT__ 2026-02-27 07:00:43,316 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95427 - __SPLIT__ 2026-02-27 07:00:43,429 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95432 - __SPLIT__ 2026-02-27 07:00:43,503 - 55992 - src.utils.log - INFO - βœ… All 293 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 07:00:43,504 - 55992 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 293 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.370' and ServiceSetupId in (95410, 95428, 95446, 95455)... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:43,773 - 55992 - src.utils.log - INFO - βœ… All 343 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 07:00:43,785 - 55992 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 343 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.370' and ServiceSetupId in (95456, 95187, 95431)... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:43,861 - 55992 - src.utils.log - INFO - βœ… Fetched 293 rows - __SPLIT__ 2026-02-27 07:00:43,866 - 55992 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2398: 293 records - __SPLIT__ 2026-02-27 07:00:43,866 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95410, 95428, 95446, 95455);... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:44,102 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:44,103 - 55992 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 07:00:44,103 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId in (95410, 95428, 95446, 95455)... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:44,133 - 55992 - src.utils.log - INFO - βœ… Fetched 343 rows - __SPLIT__ 2026-02-27 07:00:44,134 - 55992 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2008: 343 records - __SPLIT__ 2026-02-27 07:00:44,143 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95456, 95187, 95431);... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:44,200 - 55992 - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-27 07:00:44,203 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId in (95410, 95428, 95446, 95455)... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:44,204 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:44,205 - 55992 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 07:00:44,205 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId in (95456, 95187, 95431)... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:44,316 - 55992 - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-02-27 07:00:44,316 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId in (95456, 95187, 95431)... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:44,318 - 55992 - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-27 07:00:44,328 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId in (95410, 95428, 95446, 95455)... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:44,387 - 55992 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:00:44,394 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId in (95456, 95187, 95431)... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:44,433 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95433 - __SPLIT__ 2026-02-27 07:00:44,435 - 55992 - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 07:00:44,446 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId in (95410, 95428, 95446, 95455)... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:44,516 - 55992 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 07:00:44,518 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId in (95410, 95428, 95446, 95455)... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:44,556 - 55992 - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-02-27 07:00:44,557 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId in (95456, 95187, 95431)... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:44,631 - 55992 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:00:44,641 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:44,643 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId in (95456, 95187, 95431)... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:44,643 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId in (95410, 95428, 95446, 95455);... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:44,803 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:44,810 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId in (95456, 95187, 95431);... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:44,839 - 55992 - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-02-27 07:00:44,840 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId in (95410, 95428, 95446, 95455);... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:44,916 - 55992 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:00:44,929 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId in (95456, 95187, 95431);... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:44,930 - 55992 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:00:44,931 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId in (95410, 95428, 95446, 95455);... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:45,009 - 55992 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:00:45,019 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId in (95456, 95187, 95431);... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:45,223 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:45,236 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId in (95410, 95428, 95446, 95455);... (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:45,317 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:45,328 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId in (95456, 95187, 95431);... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:45,366 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:45,479 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:00:45,523 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95434 - __SPLIT__ 2026-02-27 07:00:45,586 - 55992 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 07:00:45,586 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:45,770 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 07:00:45,781 - 55992 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 07:00:45,786 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:45,846 - 55992 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 07:00:45,854 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:45,880 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 07:00:45,880 - 55992 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 07:00:45,880 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 249 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:45,897 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 07:00:45,897 - 55992 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 07:00:45,912 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:45,958 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 249) into ServiceCore.SetupAutoGenerationSourceMapping - __SPLIT__ 2026-02-27 07:00:46,089 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 07:00:46,092 - 55992 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 07:00:46,106 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 301 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:46,246 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 301) into ServiceCore.SetupAutoGenerationSourceMapping - __SPLIT__ 2026-02-27 07:00:46,272 - 55992 - src.utils.log - INFO - βœ… All 249 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 1 batches - __SPLIT__ 2026-02-27 07:00:46,276 - 55992 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 07:00:46,276 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 259 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:46,388 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 259) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-27 07:00:46,570 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95435 - __SPLIT__ 2026-02-27 07:00:46,691 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95436 - __SPLIT__ 2026-02-27 07:00:46,820 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95437 - __SPLIT__ 2026-02-27 07:00:46,835 - 55992 - src.utils.log - INFO - βœ… All 301 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 1 batches - __SPLIT__ 2026-02-27 07:00:46,835 - 55992 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 07:00:46,857 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 310 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:46,951 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95438 - __SPLIT__ 2026-02-27 07:00:47,071 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 310) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-27 07:00:47,087 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95443 - __SPLIT__ 2026-02-27 07:00:47,221 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95447 - __SPLIT__ 2026-02-27 07:00:47,221 - 55992 - src.utils.log - INFO - Initial Route Present in Filter Routes SETUP:95447 - __SPLIT__ 2026-02-27 07:00:47,222 - 55992 - src.utils.log - INFO - Recurring Route Present in Filter Routes SETUP:95447 - __SPLIT__ 2026-02-27 07:00:47,384 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95449 - __SPLIT__ 2026-02-27 07:00:47,883 - 55992 - src.utils.log - INFO - βœ… All 259 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 07:00:47,885 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 07:00:47,885 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:48,219 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 07:00:48,219 - 55992 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 07:00:48,219 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:48,276 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 07:00:48,276 - 55992 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 07:00:48,276 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 12 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:48,349 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission - __SPLIT__ 2026-02-27 07:00:48,452 - 55992 - src.utils.log - INFO - βœ… All 310 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 07:00:48,453 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 07:00:48,463 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:48,658 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 07:00:48,658 - 55992 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 07:00:48,659 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:48,775 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 07:00:48,798 - 55992 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 07:00:48,833 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 602 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:48,913 - 55992 - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 1 batches - __SPLIT__ 2026-02-27 07:00:48,921 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 07:00:48,921 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 327 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:49,003 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 327) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 07:00:49,113 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 602) into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission - __SPLIT__ 2026-02-27 07:00:50,598 - 55992 - src.utils.log - INFO - βœ… All 327 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 07:00:50,598 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 07:00:50,598 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 4 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:50,646 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 07:00:50,916 - 55992 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 07:00:50,917 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 07:00:50,917 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 549 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_3) - __SPLIT__ 2026-02-27 07:00:51,111 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 549) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 07:00:51,528 - 55992 - src.utils.log - INFO - βœ… All 602 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 1 batches - __SPLIT__ 2026-02-27 07:00:51,533 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 07:00:51,534 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 376 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:51,584 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 376) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 07:00:52,777 - 55992 - src.utils.log - INFO - βœ… All 376 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 07:00:52,787 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 07:00:52,798 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:52,897 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-02-27 07:00:52,910 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 07:00:52,910 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 653 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 07:00:52,968 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 653) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 07:00:53,236 - 55992 - src.utils.log - INFO - βœ… All 549 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 07:00:53,237 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 07:00:53,237 - 55992 - src.utils.log - INFO - βœ… Temp tables populated for route: 2398 - __SPLIT__ 2026-02-27 07:00:53,237 - 55992 - src.utils.log - INFO - βœ… Route 2398 generation complete - __SPLIT__ 2026-02-27 07:00:53,238 - 55992 - src.utils.log - INFO - βœ… [2/4] Route 2398 completed successfully - __SPLIT__ 2026-02-27 07:00:53,847 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95450 - __SPLIT__ 2026-02-27 07:00:55,389 - 55992 - src.utils.log - INFO - βœ… All 653 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 07:00:55,389 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 07:00:55,389 - 55992 - src.utils.log - INFO - βœ… Temp tables populated for route: 2008 - __SPLIT__ 2026-02-27 07:00:55,389 - 55992 - src.utils.log - INFO - βœ… Route 2008 generation complete - __SPLIT__ 2026-02-27 07:00:55,396 - 55992 - src.utils.log - INFO - βœ… [3/4] Route 2008 completed successfully - __SPLIT__ 2026-02-27 07:01:00,474 - 55992 - src.utils.log - INFO - Generating work orders for setup: 95454 - __SPLIT__ 2026-02-27 07:01:00,475 - 55992 - src.utils.log - INFO - Initial Route Present in Filter Routes SETUP:95454 - __SPLIT__ 2026-02-27 07:01:00,475 - 55992 - src.utils.log - INFO - Recurring Route Present in Filter Routes SETUP:95454 - __SPLIT__ 2026-02-27 07:01:00,669 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11440.0, 11459.0);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:00,690 - 55992 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:01:00,697 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11424.0, 11520.0, 11458.0, 11459.0, 1254.0, 11435.0, 11499.0, 11440.0, 11441.0, 11512.0, 11422.0, 11519.0);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:00,728 - 55992 - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-02-27 07:01:01,071 - 55992 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 07:01:01,094 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:01,119 - 55992 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:01:01,134 - 55992 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 07:01:01,135 - 55992 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 07:01:01,135 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:01,215 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:01:01,215 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:01,280 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:01:01,281 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:01,324 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:01:01,325 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:01,388 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:01:01,388 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:01,457 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:01:01,457 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:01,539 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:01:01,539 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355) ) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:01,573 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:01:01,573 - 55992 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355) (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:01,948 - 55992 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:01:01,948 - 55992 - src.utils.log - INFO - πŸ“ Inserting 1170 work orders for route: 2387 - __SPLIT__ 2026-02-27 07:01:01,948 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 1170 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:02,012 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1170) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 07:01:12,694 - 55992 - src.utils.log - INFO - βœ… All 1170 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 07:01:12,695 - 55992 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 1170 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.370' and ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:12,825 - 55992 - src.utils.log - INFO - βœ… Fetched 1170 rows - __SPLIT__ 2026-02-27 07:01:12,826 - 55992 - src.utils.log - INFO - βœ… Work order IDs inserted for route 2387: 1170 records - __SPLIT__ 2026-02-27 07:01:12,826 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95364, 95367, 95243, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95419, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:12,864 - 55992 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:01:12,864 - 55992 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 07:01:12,865 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId in (95364, 95367, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:12,894 - 55992 - src.utils.log - INFO - βœ… Fetched 45 rows - __SPLIT__ 2026-02-27 07:01:12,894 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId in (95364, 95367, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:12,929 - 55992 - src.utils.log - INFO - βœ… Fetched 25 rows - __SPLIT__ 2026-02-27 07:01:12,936 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId in (95364, 95367, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:12,977 - 55992 - src.utils.log - INFO - βœ… Fetched 57 rows - __SPLIT__ 2026-02-27 07:01:12,978 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId in (95364, 95367, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,013 - 55992 - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-02-27 07:01:13,014 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId in (95364, 95367, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355)... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,041 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:01:13,042 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId in (95364, 95367, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,077 - 55992 - src.utils.log - INFO - βœ… Fetched 19 rows - __SPLIT__ 2026-02-27 07:01:13,078 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId in (95364, 95367, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,101 - 55992 - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-02-27 07:01:13,103 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId in (95364, 95367, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,176 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:01:13,176 - 55992 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId in (95364, 95367, 95404, 95406, 94897, 94898, 95414, 95416, 95417, 95418, 95421, 95427, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95447, 95449, 95450, 95454, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355);... (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,207 - 55992 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:01:13,236 - 55992 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 07:01:13,236 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,266 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 07:01:13,266 - 55992 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 07:01:13,266 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,288 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 07:01:13,288 - 55992 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 07:01:13,288 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 39 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,323 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 39) into ServiceCore.SetupAutoGenerationSourceMapping - __SPLIT__ 2026-02-27 07:01:13,436 - 55992 - src.utils.log - INFO - βœ… All 39 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 1 batches - __SPLIT__ 2026-02-27 07:01:13,437 - 55992 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 07:01:13,437 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 261 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,470 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 261) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-27 07:01:13,881 - 55992 - src.utils.log - INFO - βœ… All 261 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 07:01:13,881 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 07:01:13,881 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 249 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:13,924 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 249) into ServiceCore.SubWorkOrderAutoGeneration - __SPLIT__ 2026-02-27 07:01:14,837 - 55992 - src.utils.log - INFO - βœ… All 249 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 07:01:14,837 - 55992 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 07:01:14,837 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:14,858 - 55992 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 07:01:14,859 - 55992 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 07:01:14,859 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 17 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:14,898 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 17) into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission - __SPLIT__ 2026-02-27 07:01:15,061 - 55992 - src.utils.log - INFO - βœ… All 17 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 1 batches - __SPLIT__ 2026-02-27 07:01:15,062 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 07:01:15,062 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 1020 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:15,090 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1020) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 07:01:16,003 - 55992 - src.utils.log - INFO - βœ… All 1020 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 07:01:16,003 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 07:01:16,003 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:16,040 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 07:01:16,154 - 55992 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 07:01:16,155 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 07:01:16,155 - 55992 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1678 rows in batches of 25000 (Thread: ThreadPoolExecutor-0_2) - __SPLIT__ 2026-02-27 07:01:16,184 - 55992 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1678) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 07:01:18,431 - 55992 - src.utils.log - INFO - βœ… All 1678 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 07:01:18,431 - 55992 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 07:01:18,431 - 55992 - src.utils.log - INFO - βœ… Temp tables populated for route: 2387 - __SPLIT__ 2026-02-27 07:01:18,431 - 55992 - src.utils.log - INFO - βœ… Route 2387 generation complete - __SPLIT__ 2026-02-27 07:01:18,433 - 55992 - src.utils.log - INFO - βœ… [4/4] Route 2387 completed successfully - __SPLIT__ 2026-02-27 07:01:18,433 - 55992 - src.utils.log - INFO - ═══════════════════════════════════════ πŸ“Š PARALLEL PROCESSING SUMMARY ═══════════════════════════════════════ Total routes: 4 βœ… Successful: 4 ❌ Failed: 0 Success rate: 100.0% ═══════════════════════════════════════ - __SPLIT__ 2026-02-27 07:01:18,433 - 55992 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55992;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:01:18,469 - 55992 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:01:18,469 - 55992 - src.utils.log - INFO - ⏱️ Total time: 63.3s | Status: Completed - __SPLIT__ 2026-02-27 07:01:18,469 - 55992 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55992;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:01:18,495 - 55992 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:01:18,495 - 55992 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 02:01:18.495' WHERE GenerateWorkOrderHistoryId = 55992;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:01:18,525 - 55992 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:01:18,525 - 55992 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 07:02:02,124 - [55992] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=44506 company_id=146 project_id=[55992] publish_all=True - __SPLIT__ 2026-02-27 07:02:02,124 - [55992] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=44506 company_id=146 project_id=[55992] publish_all=True - __SPLIT__ 2026-02-27 07:02:02,124 - [55992] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55992] - __SPLIT__ 2026-02-27 07:02:02,125 - [55992] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 07:02:02,125 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,303 - [55992] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:02:02,304 - [55992] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-27 07:02:02,304 - [55992] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55992;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,330 - [55992] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:02:02,330 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.GenerateWorkOrderHistoryId = 55992... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,501 - [55992] - src.utils.log - INFO - βœ… Fetched 1806 rows - __SPLIT__ 2026-02-27 07:02:02,502 - [55992] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-27 07:02:02,503 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (95446, 95455, 95410, 95428, 95456, 95431, 95187, 95454, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95353, 95443, 95438, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95435, 95437, 95436, 95364, 95355, 95352, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,539 - [55992] - src.utils.log - INFO - βœ… Fetched 39 rows - __SPLIT__ 2026-02-27 07:02:02,539 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (95446, 95455, 95410, 95428, 95456, 95431, 95187, 95454, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95353, 95443, 95438, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95435, 95437, 95436, 95364, 95355, 95352, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,572 - [55992] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:02:02,572 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (95446, 95455, 95410, 95428, 95456, 95431, 95187, 95454, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95353, 95443, 95438, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95435, 95437, 95436, 95364, 95355, 95352, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,608 - [55992] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-27 07:02:02,619 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,645 - [55992] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:02:02,645 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,670 - [55992] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:02:02,671 - [55992] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '26202' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,696 - [55992] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:02:02,696 - [55992] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '29670' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,721 - [55992] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:02:02,727 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId in (95446, 95455, 95410, 95428, 95456, 95431, 95187, 95454, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95353, 95443, 95438, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95435, 95437, 95436, 95364, 95355, 95352, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:02,764 - [55992] - src.utils.log - INFO - βœ… Fetched 39 rows - __SPLIT__ 2026-02-27 07:02:03,707 - [55992] - src.utils.log - INFO - Size of Transaction: 1431 - __SPLIT__ 2026-02-27 07:02:03,708 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 1431 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:03,750 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1431) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-27 07:02:04,896 - [55992] - src.utils.log - INFO - βœ… All 1431 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 07:02:04,908 - [55992] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 07:02:04,909 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913, 12345678914, 12345678915, 12345678916, 12345678917, 12345678918, 12345678919, 12345678920, 12345678921, 12345678922, 12345678923, 12345678924, 12345678925, 12345678926, 12345678927, 12345678928, 12345678929, 12345678930, 12345678931, 12345678932, 12345678933, 12345678934, 12345678935, 12345678936, 12345678937, 12345678938, 12345678939, 12345678940, 12345678941, 12345678942, 12345678943, 12345678944, 12345678945, 12345678946, 12345678947, 12345678948, 12345678949, 12345678950, 12345678951, 12345678952, 12345678953, 12345678954, 12345678955, 12345678956, 12345678957, 12345678958, 12345678959, 12345678960, 12345678961, 12345678962, 12345678963, 12345678964, 12345678965, 12345678966, 12345678967, 12345678968, 12345678969, 12345678970, 12345678971, 12345678972, 12345678973, 12345678974, 12345678975, 12345678976, 12345678977, 12345678978, 12345678979, 12345678980, 12345678981, 12345678982, 12345678983, 12345678984, 12345678985, 12345678986, 12345678987, 12345678988, 12345678989, 12345678990, 12345678991, 12345678992, 12345678993, 12345678994, 12345678995, 12345678996, 12345678997, 12345678998, 12345678999, 12345679000, 12345679001, 12345679002, 12345679003, 12345679004, 12345679005, 12345679006, 12345679007, 12345679008, 12345679009, 12345679010, 12345679011, 12345679012, 12345679013, 12345679014, 12345679015, 12345679016, 12345679017, 12345679018, 12345679019, 12345679020, 12345679021, 12345679022, 12345679023, 12345679024, 12345679025, 12345679026, 12345679027, 12345679028, 12345679029, 12345679030, 12345679031, 12345679032, 12345679033, 12345679034, 12345679035, 12345679036, 12345679037, 12345679038, 12345679039, 12345679040, 12345679041, 12345679042, 12345679043, 12345679044, 12345679045, 12345679046, 12345679047, 12345679048, 12345679049, 12345679050, 12345679051, 12345679052, 12345679053, 12345679054, 12345679055, 12345679056, 12345679057, 12345679058, 12345679059, 12345679060, 12345679061, 12345679062, 12345679063, 12345679064, 12345679065, 12345679066, 12345679067, 12345679068, 12345679069, 12345679070, 12345679071, 12345679072, 12345679073, 12345679074, 12345679075, 12345679076, 12345679077, 12345679078, 12345679079, 12345679080, 12345679081, 12345679082, 12345679083, 12345679084, 12345679085, 12345679086, 12345679087, 12345679088, 12345679089, 12345679090, 12345679091, 12345679092, 12345679093, 12345679094, 12345679095, 12345679096, 12345679097, 12345679098, 12345679099, 12345679100, 12345679101, 12345679102, 12345679103, 12345679104, 12345679105, 12345679106, 12345679107, 12345679108, 12345679109, 12345679110, 12345679111, 12345679112, 12345679113, 12345679114, 12345679115, 12345679116, 12345679117, 12345679118, 12345679119, 12345679120, 12345679121, 12345679122, 12345679123, 12345679124, 12345679125, 12345679126, 12345679127, 12345679128, 12345679129, 12345679130, 12345679131, 12345679132, 12345679133, 12345679134, 12345679135, 12345679136, 12345679137, 12345679138, 12345679139, 12345679140, 12345679141, 12345679142, 12345679143, 12345679144, 12345679145, 12345679146, 12345679147, 12345679148, 12345679149, 12345679150, 12345679151, 12345679152, 12345679153, 12345679154, 12345679155, 12345679156, 12345679157, 12345679158, 12345679159, 12345679160, 12345679161, 12345679162, 12345679163, 12345679164, 12345679165, 12345679166, 12345679167, 12345679168, 12345679169, 12345679170, 12345679171, 12345679172, 12345679173, 12345679174, 12345679175, 12345679176, 12345679177, 12345679178, 12345679179, 12345679180, 12345679181, 12345679182, 12345679183, 12345679184, 12345679185, 12345679186, 12345679187, 12345679188, 12345679189, 12345679190, 12345679191, 12345679192, 12345679193, 12345679194, 12345679195, 12345679196, 12345679197, 12345679198, 12345679199, 12345679200, 12345679201, 12345679202, 12345679203, 12345679204, 12345679205, 12345679206, 12345679207, 12345679208, 12345679209, 12345679210, 12345679211, 12345679212, 12345679213, 12345679214, 12345679215, 12345679216, 12345679217, 12345679218, 12345679219, 12345679220, 12345679221, 12345679222, 12345679223, 12345679224, 12345679225, 12345679226, 12345679227, 12345679228, 12345679229, 12345679230, 12345679231, 12345679232, 12345679233, 12345679234, 12345679235, 12345679236, 12345679237, 12345679238, 12345679239, 12345679240, 12345679241, 12345679242, 12345679243, 12345679244, 12345679245, 12345679246, 12345679247, 12345679248, 12345679249, 12345679250, 12345679251, 12345679252, 12345679253, 12345679254, 12345679255, 12345679256, 12345679257, 12345679258, 12345679259, 12345679260, 12345679261, 12345679262, 12345679263, 12345679264, 12345679265, 12345679266, 12345679267, 12345679268, 12345679269, 12345679270, 12345679271, 12345679272, 12345679273, 12345679274, 12345679275, 12345679276, 12345679277, 12345679278, 12345679279, 12345679280, 12345679281, 12345679282, 12345679283, 12345679284, 12345679285, 12345679286, 12345679287, 12345679288, 12345679289, 12345679290, 12345679291, 12345679292, 12345679293, 12345679294, 12345679295, 12345679296, 12345679297, 12345679298, 12345679299, 12345679300, 12345679301, 12345679302, 12345679303, 12345679304, 12345679305, 12345679306, 12345679307, 12345679308, 12345679309, 12345679310, 12345679311, 12345679312, 12345679313, 12345679314, 12345679315, 12345679316, 12345679317, 12345679318, 12345679319, 12345679320, 12345679321, 12345679322, 12345679323, 12345679324, 12345679325, 12345679326, 12345679327, 12345679328, 12345679329, 12345679330, 12345679331, 12345679332, 12345679333, 12345679334, 12345679335, 12345679336, 12345679337, 12345679338, 12345679339, 12345679340, 12345679341, 12345679342, 12345679343, 12345679344, 12345679345, 12345679346, 12345679347, 12345679348, 12345679349, 12345679350, 12345679351, 12345679352, 12345679353, 12345679354, 12345679355, 12345679356, 12345679357, 12345679358, 12345679359, 12345679360, 12345679361, 12345679362, 12345679363, 12345679364, 12345679365, 12345679366, 12345679367, 12345679368, 12345679369, 12345679370, 12345679371, 12345679372, 12345679373, 12345679374, 12345679375, 12345679376, 12345679377, 12345679378, 12345679379, 12345679380, 12345679381, 12345679382, 12345679383, 12345679384, 12345679385, 12345679386, 12345679387, 12345679388, 12345679389, 12345679390, 12345679391, 12345679392, 12345679393, 12345679394, 12345679395, 12345679396, 12345679397, 12345679398, 12345679399, 12345679400, 12345679401, 12345679402, 12345679403, 12345679404, 12345679405, 12345679406, 12345679407, 12345679408, 12345679409, 12345679410, 12345679411, 12345679412, 12345679413, 12345679414, 12345679415, 12345679416, 12345679417, 12345679418, 12345679419, 12345679420, 12345679421, 12345679422, 12345679423, 12345679424, 12345679425, 12345679426, 12345679427, 12345679428, 12345679429, 12345679430, 12345679431, 12345679432, 12345679433, 12345679434, 12345679435, 12345679436, 12345679437, 12345679438, 12345679439, 12345679440, 12345679441, 12345679442, 12345679443, 12345679444, 12345679445, 12345679446, 12345679447, 12345679448, 12345679449, 12345679450, 12345679451, 12345679452, 12345679453, 12345679454, 12345679455, 12345679456, 12345679457, 12345679458, 12345679459, 12345679460, 12345679461, 12345679462, 12345679463, 12345679464, 12345679465, 12345679466, 12345679467, 12345679468, 12345679469, 12345679470, 12345679471, 12345679472, 12345679473, 12345679474, 12345679475, 12345679476, 12345679477, 12345679478, 12345679479, 12345679480, 12345679481, 12345679482, 12345679483, 12345679484, 12345679485, 12345679486, 12345679487, 12345679488, 12345679489, 12345679490, 12345679491, 12345679492, 12345679493, 12345679494, 12345679495, 12345679496, 12345679497, 12345679498, 12345679499, 12345679500, 12345679501, 12345679502, 12345679503, 12345679504, 12345679505, 12345679506, 12345679507, 12345679508, 12345679509, 12345679510, 12345679511, 12345679512, 12345679513, 12345679514, 12345679515, 12345679516, 12345679517, 12345679518, 12345679519, 12345679520, 12345679521, 12345679522, 12345679523, 12345679524, 12345679525, 12345679526, 12345679527, 12345679528, 12345679529, 12345679530, 12345679531, 12345679532, 12345679533, 12345679534, 12345679535, 12345679536, 12345679537, 12345679538, 12345679539, 12345679540, 12345679541, 12345679542, 12345679543, 12345679544, 12345679545, 12345679546, 12345679547, 12345679548, 12345679549, 12345679550, 12345679551, 12345679552, 12345679553, 12345679554, 12345679555, 12345679556, 12345679557, 12345679558, 12345679559, 12345679560, 12345679561, 12345679562, 12345679563, 12345679564, 12345679565, 12345679566, 12345679567, 12345679568, 12345679569, 12345679570, 12345679571, 12345679572, 12345679573, 12345679574, 12345679575, 12345679576, 12345679577, 12345679578, 12345679579, 12345679580, 12345679581, 12345679582, 12345679583, 12345679584, 12345679585, 12345679586, 12345679587, 12345679588, 12345679589, 12345679590, 12345679591, 12345679592, 12345679593, 12345679594, 12345679595, 12345679596, 12345679597, 12345679598, 12345679599, 12345679600, 12345679601, 12345679602, 12345679603, 12345679604, 12345679605, 12345679606, 12345679607, 12345679608, 12345679609, 12345679610, 12345679611, 12345679612, 12345679613, 12345679614, 12345679615, 12345679616, 12345679617, 12345679618, 12345679619, 12345679620, 12345679621, 12345679622, 12345679623, 12345679624, 12345679625, 12345679626, 12345679627, 12345679628, 12345679629, 12345679630, 12345679631, 12345679632, 12345679633, 12345679634, 12345679635, 12345679636, 12345679637, 12345679638, 12345679639, 12345679640, 12345679641, 12345679642, 12345679643, 12345679644, 12345679645, 12345679646, 12345679647, 12345679648, 12345679649, 12345679650, 12345679651, 12345679652, 12345679653, 12345679654, 12345679655, 12345679656, 12345679657, 12345679658, 12345679659, 12345679660, 12345679661, 12345679662, 12345679663, 12345679664, 12345679665, 12345679666, 12345679667, 12345679668, 12345679669, 12345679670, 12345679671, 12345679672, 12345679673, 12345679674, 12345679675, 12345679676, 12345679677, 12345679678, 12345679679, 12345679680, 12345679681, 12345679682, 12345679683, 12345679684, 12345679685, 12345679686, 12345679687, 12345679688, 12345679689, 12345679690, 12345679691, 12345679692, 12345679693, 12345679694, 12345679695, 12345679696, 12345679697, 12345679698, 12345679699, 12345679700, 12345679701, 12345679702, 12345679703, 12345679704, 12345679705, 12345679706, 12345679707, 12345679708, 12345679709, 12345679710, 12345679711, 12345679712, 12345679713, 12345679714, 12345679715, 12345679716, 12345679717, 12345679718, 12345679719, 12345679720, 12345679721, 12345679722, 12345679723, 12345679724, 12345679725, 12345679726, 12345679727, 12345679728, 12345679729, 12345679730, 12345679731, 12345679732, 12345679733, 12345679734, 12345679735, 12345679736, 12345679737, 12345679738, 12345679739, 12345679740, 12345679741, 12345679742, 12345679743, 12345679744, 12345679745, 12345679746, 12345679747, 12345679748, 12345679749, 12345679750, 12345679751, 12345679752, 12345679753, 12345679754, 12345679755, 12345679756, 12345679757, 12345679758, 12345679759, 12345679760, 12345679761, 12345679762, 12345679763, 12345679764, 12345679765, 12345679766, 12345679767, 12345679768, 12345679769, 12345679770, 12345679771, 12345679772, 12345679773, 12345679774, 12345679775, 12345679776, 12345679777, 12345679778, 12345679779, 12345679780, 12345679781, 12345679782, 12345679783, 12345679784, 12345679785, 12345679786, 12345679787, 12345679788, 12345679789, 12345679790, 12345679791, 12345679792, 12345679793, 12345679794, 12345679795, 12345679796, 12345679797, 12345679798, 12345679799, 12345679800, 12345679801, 12345679802, 12345679803, 12345679804, 12345679805, 12345679806, 12345679807, 12345679808, 12345679809, 12345679810, 12345679811, 12345679812, 12345679813, 12345679814, 12345679815, 12345679816, 12345679817, 12345679818, 12345679819, 12345679820, 12345679821, 12345679822, 12345679823, 12345679824, 12345679825, 12345679826, 12345679827, 12345679828, 12345679829, 12345679830, 12345679831, 12345679832, 12345679833, 12345679834, 12345679835, 12345679836, 12345679837, 12345679838, 12345679839, 12345679840, 12345679841, 12345679842, 12345679843, 12345679844, 12345679845, 12345679846, 12345679847, 12345679848, 12345679849, 12345679850, 12345679851, 12345679852, 12345679853, 12345679854, 12345679855, 12345679856, 12345679857, 12345679858, 12345679859, 12345679860, 12345679861, 12345679862, 12345679863, 12345679864, 12345679865, 12345679866, 12345679867, 12345679868, 12345679869, 12345679870, 12345679871, 12345679872, 12345679873, 12345679874, 12345679875, 12345679876, 12345679877, 12345679878, 12345679879, 12345679880, 12345679881, 12345679882, 12345679883, 12345679884, 12345679885, 12345679886, 12345679887, 12345679888, 12345679889, 12345679890, 12345679891, 12345679892, 12345679893, 12345679894, 12345679895, 12345679896, 12345679897, 12345679898, 12345679899, 12345679900, 12345679901, 12345679902, 12345679903, 12345679904, 12345679905, 12345679906, 12345679907, 12345679908, 12345679909, 12345679910, 12345679911, 12345679912, 12345679913, 12345679914, 12345679915, 12345679916, 12345679917, 12345679918, 12345679919, 12345679920, 12345679921, 12345679922, 12345679923, 12345679924, 12345679925, 12345679926, 12345679927, 12345679928, 12345679929, 12345679930, 12345679931, 12345679932, 12345679933, 12345679934, 12345679935, 12345679936, 12345679937, 12345679938, 12345679939, 12345679940, 12345679941, 12345679942, 12345679943, 12345679944, 12345679945, 12345679946, 12345679947, 12345679948, 12345679949, 12345679950, 12345679951, 12345679952, 12345679953, 12345679954, 12345679955, 12345679956, 12345679957, 12345679958, 12345679959, 12345679960, 12345679961, 12345679962, 12345679963, 12345679964, 12345679965, 12345679966, 12345679967, 12345679968, 12345679969, 12345679970, 12345679971, 12345679972, 12345679973, 12345679974, 12345679975, 12345679976, 12345679977, 12345679978, 12345679979, 12345679980, 12345679981, 12345679982, 12345679983, 12345679984, 12345679985, 12345679986, 12345679987, 12345679988, 12345679989, 12345679990, 12345679991, 12345679992, 12345679993, 12345679994, 12345679995, 12345679996, 12345679997, 12345679998, 12345679999, 12345680000, 12345680001, 12345680002, 12345680003, 12345680004, 12345680005, 12345680006, 12345680007, 12345680008, 12345680009, 12345680010, 12345680011, 12345680012, 12345680013, 12345680014, 12345680015, 12345680016, 12345680017, 12345680018, 12345680019, 12345680020, 12345680021, 12345680022, 12345680023, 12345680024, 12345680025, 12345680026, 12345680027, 12345680028, 12345680029, 12345680030, 12345680031, 12345680032, 12345680033, 12345680034, 12345680035, 12345680036, 12345680037, 12345680038, 12345680039, 12345680040, 12345680041, 12345680042, 12345680043, 12345680044, 12345680045, 12345680046, 12345680047, 12345680048, 12345680049, 12345680050, 12345680051, 12345680052, 12345680053, 12345680054, 12345680055, 12345680056, 12345680057, 12345680058, 12345680059, 12345680060, 12345680061, 12345680062, 12345680063, 12345680064, 12345680065, 12345680066, 12345680067, 12345680068, 12345680069, 12345680070, 12345680071, 12345680072, 12345680073, 12345680074, 12345680075, 12345680076, 12345680077, 12345680078, 12345680079, 12345680080, 12345680081, 12345680082, 12345680083, 12345680084, 12345680085, 12345680086, 12345680087, 12345680088, 12345680089, 12345680090, 12345680091, 12345680092, 12345680093, 12345680094, 12345680095, 12345680096, 12345680097, 12345680098, 12345680099, 12345680100, 12345680101, 12345680102, 12345680103, 12345680104, 12345680105, 12345680106, 12345680107, 12345680108, 12345680109, 12345680110, 12345680111, 12345680112, 12345680113, 12345680114, 12345680115, 12345680116, 12345680117, 12345680118, 12345680119, 12345680120, 12345680121, 12345680122, 12345680123, 12345680124, 12345680125, 12345680126, 12345680127, 12345680128, 12345680129, 12345680130, 12345680131, 12345680132, 12345680133, 12345680134, 12345680135, 12345680136, 12345680137, 12345680138, 12345680139, 12345680140, 12345680141, 12345680142, 12345680143, 12345680144, 12345680145, 12345680146, 12345680147, 12345680148, 12345680149, 12345680150, 12345680151, 12345680152, 12345680153, 12345680154, 12345680155, 12345680156, 12345680157, 12345680158, 12345680159, 12345680160, 12345680161, 12345680162, 12345680163, 12345680164, 12345680165, 12345680166, 12345680167, 12345680168, 12345680169, 12345680170, 12345680171, 12345680172, 12345680173, 12345680174, 12345680175, 12345680176, 12345680177, 12345680178, 12345680179, 12345680180, 12345680181, 12345680182, 12345680183, 12345680184, 12345680185, 12345680186, 12345680187, 12345680188, 12345680189, 12345680190, 12345680191, 12345680192, 12345680193, 12345680194, 12345680195, 12345680196, 12345680197, 12345680198, 12345680199, 12345680200, 12345680201, 12345680202, 12345680203, 12345680204, 12345680205, 12345680206, 12345680207, 12345680208, 12345680209, 12345680210, 12345680211, 12345680212, 12345680213, 12345680214, 12345680215, 12345680216, 12345680217, 12345680218, 12345680219, 12345680220, 12345680221, 12345680222, 12345680223, 12345680224, 12345680225, 12345680226, 12345680227, 12345680228, 12345680229, 12345680230, 12345680231, 12345680232, 12345680233, 12345680234, 12345680235, 12345680236, 12345680237, 12345680238, 12345680239, 12345680240, 12345680241, 12345680242, 12345680243, 12345680244, 12345680245, 12345680246, 12345680247, 12345680248, 12345680249, 12345680250, 12345680251, 12345680252, 12345680253, 12345680254, 12345680255, 12345680256, 12345680257, 12345680258, 12345680259, 12345680260, 12345680261, 12345680262, 12345680263, 12345680264, 12345680265, 12345680266, 12345680267, 12345680268, 12345680269, 12345680270, 12345680271, 12345680272, 12345680273, 12345680274, 12345680275, 12345680276, 12345680277, 12345680278, 12345680279, 12345680280, 12345680281, 12345680282, 12345680283, 12345680284, 12345680285, 12345680286, 12345680287, 12345680288, 12345680289, 12345680290, 12345680291, 12345680292, 12345680293, 12345680294, 12345680295, 12345680296, 12345680297, 12345680298, 12345680299, 12345680300, 12345680301, 12345680302, 12345680303, 12345680304, 12345680305, 12345680306, 12345680307, 12345680308, 12345680309, 12345680310, 12345680311, 12345680312, 12345680313, 12345680314, 12345680315, 12345680316, 12345680317, 12345680318, 12345680319, 12345680320, 12345680321, 12345680322, 12345680323, 12345680324, 12345680325, 12345680326, 12345680327, 12345680328, 12345680329, 12345680330, 12345680331, 12345680332, 12345680333, 12345680334, 12345680335, 12345680336, 12345680337, 12345680338, 12345680339, 12345680340) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-27 02:02:03.701';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:05,117 - [55992] - src.utils.log - INFO - βœ… Fetched 1431 rows - __SPLIT__ 2026-02-27 07:02:05,120 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (94897, 94898, 95187, 95337, 95341, 95343, 95344, 95352, 95353, 95354, 95355, 95364, 95367, 95404, 95406, 95410, 95414, 95416, 95417, 95418, 95421, 95427, 95428, 95431, 95432, 95433, 95434, 95435, 95436, 95437, 95438, 95443, 95446, 95447, 95449, 95450, 95454, 95455, 95456);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:05,151 - [55992] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:02:05,269 - [55992] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914,12345678915,12345678916,12345678917,12345678918,12345678919,12345678920,12345678921,12345678922,12345678923,12345678924,12345678925,12345678926,12345678927,12345678928,12345678929,12345678930,12345678931,12345678932,12345678933,12345678934,12345678935,12345678936,12345678937,12345678938,12345678939,12345678940,12345678941,12345678942,12345678943,12345678944,12345678945,12345678946,12345678947,12345678948,12345678949,12345678950,12345678951,12345678952,12345678953,12345678954,12345678955,12345678956,12345678957,12345678958,12345678959,12345678960,12345678961,12345678962,12345678963,12345678964,12345678965,12345678966,12345678967,12345678968,12345678969,12345678970,12345678971,12345678972,12345678973,12345678974,12345678975,12345678976,12345678977,12345678978,12345678979,12345678980,12345678981,12345678982,12345678983,12345678984,12345678985,12345678986,12345678987,12345678988,12345678989,12345678990,12345678991,12345678992,12345678993,12345678994,12345678995,12345678996,12345678997,12345678998,12345678999,12345679000,12345679001,12345679002,12345679003,12345679004,12345679005,12345679006,12345679007,12345679008,12345679009,12345679010,12345679011,12345679012,12345679013,12345679014,12345679015,12345679016,12345679017,12345679018,12345679019,12345679020,12345679021,12345679022,12345679023,12345679024,12345679025,12345679026,12345679027,12345679028,12345679029,12345679030,12345679031,12345679032,12345679033,12345679034,12345679035,12345679036,12345679037,12345679038,12345679039,12345679040,12345679041,12345679042,12345679043,12345679044,12345679045,12345679046,12345679047,12345679048,12345679049,12345679050,12345679051,12345679052,12345679053,12345679054,12345679055,12345679056,12345679057,12345679058,12345679059,12345679060,12345679061,12345679062,12345679063,12345679064,12345679065,12345679066,12345679067,12345679068,12345679069,12345679070,12345679071,12345679072,12345679073,12345679074,12345679075,12345679076,12345679077,12345679078,12345679079,12345679080,12345679081,12345679082,12345679083,12345679084,12345679085,12345679086,12345679087,12345679088,12345679089,12345679090,12345679091,12345679092,12345679093,12345679094,12345679095,12345679096,12345679097,12345679098,12345679099,12345679100,12345679101,12345679102,12345679103,12345679104,12345679105,12345679106,12345679107,12345679108,12345679109,12345679110,12345679111,12345679112,12345679113,12345679114,12345679115,12345679116,12345679117,12345679118,12345679119,12345679120,12345679121,12345679122,12345679123,12345679124,12345679125,12345679126,12345679127,12345679128,12345679129,12345679130,12345679131,12345679132,12345679133,12345679134,12345679135,12345679136,12345679137,12345679138,12345679139,12345679140,12345679141,12345679142,12345679143,12345679144,12345679145,12345679146,12345679147,12345679148,12345679149,12345679150,12345679151,12345679152,12345679153,12345679154,12345679155,12345679156,12345679157,12345679158,12345679159,12345679160,12345679161,12345679162,12345679163,12345679164,12345679165,12345679166,12345679167,12345679168,12345679169,12345679170,12345679171,12345679172,12345679173,12345679174,12345679175,12345679176,12345679177,12345679178,12345679179,12345679180,12345679181,12345679182,12345679183,12345679184,12345679185,12345679186,12345679187,12345679188,12345679189,12345679190,12345679191,12345679192,12345679193,12345679194,12345679195,12345679196,12345679197,12345679198,12345679199,12345679200,12345679201,12345679202,12345679203,12345679204,12345679205,12345679206,12345679207,12345679208,12345679209,12345679210,12345679211,12345679212,12345679213,12345679214,12345679215,12345679216,12345679217,12345679218,12345679219,12345679220,12345679221,12345679222,12345679223,12345679224,12345679225,12345679226,12345679227,12345679228,12345679229,12345679230,12345679231,12345679232,12345679233,12345679234,12345679235,12345679236,12345679237,12345679238,12345679239,12345679240,12345679241,12345679242,12345679243,12345679244,12345679245,12345679246,12345679247,12345679248,12345679249,12345679250,12345679251,12345679252,12345679253,12345679254,12345679255,12345679256,12345679257,12345679258,12345679259,12345679260,12345679261,12345679262,12345679263,12345679264,12345679265,12345679266,12345679267,12345679268,12345679269,12345679270,12345679271,12345679272,12345679273,12345679274,12345679275,12345679276,12345679277,12345679278,12345679279,12345679280,12345679281,12345679282,12345679283,12345679284,12345679285,12345679286,12345679287,12345679288,12345679289,12345679290,12345679291,12345679292,12345679293,12345679294,12345679295,12345679296,12345679297,12345679298,12345679299,12345679300,12345679301,12345679302,12345679303,12345679304,12345679305,12345679306,12345679307,12345679308,12345679309,12345679310,12345679311,12345679312,12345679313,12345679314,12345679315,12345679316,12345679317,12345679318,12345679319,12345679320,12345679321,12345679322,12345679323,12345679324,12345679325,12345679326,12345679327,12345679328,12345679329,12345679330,12345679331,12345679332,12345679333,12345679334,12345679335,12345679336,12345679337,12345679338,12345679339,12345679340,12345679341,12345679342,12345679343,12345679344,12345679345,12345679346,12345679347,12345679348,12345679349,12345679350,12345679351,12345679352,12345679353,12345679354,12345679355,12345679356,12345679357,12345679358,12345679359,12345679360,12345679361,12345679362,12345679363,12345679364,12345679365,12345679366,12345679367,12345679368,12345679369,12345679370,12345679371,12345679372,12345679373,12345679374,12345679375,12345679376,12345679377,12345679378,12345679379,12345679380,12345679381,12345679382,12345679383,12345679384,12345679385,12345679386,12345679387,12345679388,12345679389,12345679390,12345679391,12345679392,12345679393,12345679394,12345679395,12345679396,12345679397,12345679398,12345679399,12345679400,12345679401,12345679402,12345679403,12345679404,12345679405,12345679406,12345679407,12345679408,12345679409,12345679410,12345679411,12345679412,12345679413,12345679414,12345679415,12345679416,12345679417,12345679418,12345679419,12345679420,12345679421,12345679422,12345679423,12345679424,12345679425,12345679426,12345679427,12345679428,12345679429,12345679430,12345679431,12345679432,12345679433,12345679434,12345679435,12345679436,12345679437,12345679438,12345679439,12345679440,12345679441,12345679442,12345679443,12345679444,12345679445,12345679446,12345679447,12345679448,12345679449,12345679450,12345679451,12345679452,12345679453,12345679454,12345679455,12345679456,12345679457,12345679458,12345679459,12345679460,12345679461,12345679462,12345679463,12345679464,12345679465,12345679466,12345679467,12345679468,12345679469,12345679470,12345679471,12345679472,12345679473,12345679474,12345679475,12345679476,12345679477,12345679478,12345679479,12345679480,12345679481,12345679482,12345679483,12345679484,12345679485,12345679486,12345679487,12345679488,12345679489,12345679490,12345679491,12345679492,12345679493,12345679494,12345679495,12345679496,12345679497,12345679498,12345679499,12345679500,12345679501,12345679502,12345679503,12345679504,12345679505,12345679506,12345679507,12345679508,12345679509,12345679510,12345679511,12345679512,12345679513,12345679514,12345679515,12345679516,12345679517,12345679518,12345679519,12345679520,12345679521,12345679522,12345679523,12345679524,12345679525,12345679526,12345679527,12345679528,12345679529,12345679530,12345679531,12345679532,12345679533,12345679534,12345679535,12345679536,12345679537,12345679538,12345679539,12345679540,12345679541,12345679542,12345679543,12345679544,12345679545,12345679546,12345679547,12345679548,12345679549,12345679550,12345679551,12345679552,12345679553,12345679554,12345679555,12345679556,12345679557,12345679558,12345679559,12345679560,12345679561,12345679562,12345679563,12345679564,12345679565,12345679566,12345679567,12345679568,12345679569,12345679570,12345679571,12345679572,12345679573,12345679574,12345679575,12345679576,12345679577,12345679578,12345679579,12345679580,12345679581,12345679582,12345679583,12345679584,12345679585,12345679586,12345679587,12345679588,12345679589,12345679590,12345679591,12345679592,12345679593,12345679594,12345679595,12345679596,12345679597,12345679598,12345679599,12345679600,12345679601,12345679602,12345679603,12345679604,12345679605,12345679606,12345679607,12345679608,12345679609,12345679610,12345679611,12345679612,12345679613,12345679614,12345679615,12345679616,12345679617,12345679618,12345679619,12345679620,12345679621,12345679622,12345679623,12345679624,12345679625,12345679626,12345679627,12345679628,12345679629,12345679630,12345679631,12345679632,12345679633,12345679634,12345679635,12345679636,12345679637,12345679638,12345679639,12345679640,12345679641,12345679642,12345679643,12345679644,12345679645,12345679646,12345679647,12345679648,12345679649,12345679650,12345679651,12345679652,12345679653,12345679654,12345679655,12345679656,12345679657,12345679658,12345679659,12345679660,12345679661,12345679662,12345679663,12345679664,12345679665,12345679666,12345679667,12345679668,12345679669,12345679670,12345679671,12345679672,12345679673,12345679674,12345679675,12345679676,12345679677,12345679678,12345679679,12345679680,12345679681,12345679682,12345679683,12345679684,12345679685,12345679686,12345679687,12345679688,12345679689,12345679690,12345679691,12345679692,12345679693,12345679694,12345679695,12345679696,12345679697,12345679698,12345679699,12345679700,12345679701,12345679702,12345679703,12345679704,12345679705,12345679706,12345679707,12345679708,12345679709,12345679710,12345679711,12345679712,12345679713,12345679714,12345679715,12345679716,12345679717,12345679718,12345679719,12345679720,12345679721,12345679722,12345679723,12345679724,12345679725,12345679726,12345679727,12345679728,12345679729,12345679730,12345679731,12345679732,12345679733,12345679734,12345679735,12345679736,12345679737,12345679738,12345679739,12345679740,12345679741,12345679742,12345679743,12345679744,12345679745,12345679746,12345679747,12345679748,12345679749,12345679750,12345679751,12345679752,12345679753,12345679754,12345679755,12345679756,12345679757,12345679758,12345679759,12345679760,12345679761,12345679762,12345679763,12345679764,12345679765,12345679766,12345679767,12345679768,12345679769,12345679770,12345679771,12345679772,12345679773,12345679774,12345679775,12345679776,12345679777,12345679778,12345679779,12345679780,12345679781,12345679782,12345679783,12345679784,12345679785,12345679786,12345679787,12345679788,12345679789,12345679790,12345679791,12345679792,12345679793,12345679794,12345679795,12345679796,12345679797,12345679798,12345679799,12345679800,12345679801,12345679802,12345679803,12345679804,12345679805,12345679806,12345679807,12345679808,12345679809,12345679810,12345679811,12345679812,12345679813,12345679814,12345679815,12345679816,12345679817,12345679818,12345679819,12345679820,12345679821,12345679822,12345679823,12345679824,12345679825,12345679826,12345679827,12345679828,12345679829,12345679830,12345679831,12345679832,12345679833,12345679834,12345679835,12345679836,12345679837,12345679838,12345679839,12345679840,12345679841,12345679842,12345679843,12345679844,12345679845,12345679846,12345679847,12345679848,12345679849,12345679850,12345679851,12345679852,12345679853,12345679854,12345679855,12345679856,12345679857,12345679858,12345679859,12345679860,12345679861,12345679862,12345679863,12345679864,12345679865,12345679866,12345679867,12345679868,12345679869,12345679870,12345679871,12345679872,12345679873,12345679874,12345679875,12345679876,12345679877,12345679878,12345679879,12345679880,12345679881,12345679882,12345679883,12345679884,12345679885,12345679886,12345679887,12345679888,12345679889,12345679890,12345679891,12345679892,12345679893,12345679894,12345679895,12345679896,12345679897,12345679898,12345679899,12345679900,12345679901,12345679902,12345679903,12345679904,12345679905,12345679906,12345679907,12345679908,12345679909,12345679910,12345679911,12345679912,12345679913,12345679914,12345679915,12345679916,12345679917,12345679918,12345679919,12345679920,12345679921,12345679922,12345679923,12345679924,12345679925,12345679926,12345679927,12345679928,12345679929,12345679930,12345679931,12345679932,12345679933,12345679934,12345679935,12345679936,12345679937,12345679938,12345679939,12345679940,12345679941,12345679942,12345679943,12345679944,12345679945,12345679946,12345679947,12345679948,12345679949,12345679950,12345679951,12345679952,12345679953,12345679954,12345679955,12345679956,12345679957,12345679958,12345679959,12345679960,12345679961,12345679962,12345679963,12345679964,12345679965,12345679966,12345679967,12345679968,12345679969,12345679970,12345679971,12345679972,12345679973,12345679974,12345679975,12345679976,12345679977,12345679978,12345679979,12345679980,12345679981,12345679982,12345679983,12345679984,12345679985,12345679986,12345679987,12345679988,12345679989,12345679990,12345679991,12345679992,12345679993,12345679994,12345679995,12345679996,12345679997,12345679998,12345679999,12345680000,12345680001,12345680002,12345680003,12345680004,12345680005,12345680006,12345680007,12345680008,12345680009,12345680010,12345680011,12345680012,12345680013,12345680014,12345680015,12345680016,12345680017,12345680018,12345680019,12345680020,12345680021,12345680022,12345680023,12345680024,12345680025,12345680026,12345680027,12345680028,12345680029,12345680030,12345680031,12345680032,12345680033,12345680034,12345680035,12345680036,12345680037,12345680038,12345680039,12345680040,12345680041,12345680042,12345680043,12345680044,12345680045,12345680046,12345680047,12345680048,12345680049,12345680050,12345680051,12345680052,12345680053,12345680054,12345680055,12345680056,12345680057,12345680058,12345680059,12345680060,12345680061,12345680062,12345680063,12345680064,12345680065,12345680066,12345680067,12345680068,12345680069,12345680070,12345680071,12345680072,12345680073,12345680074,12345680075,12345680076,12345680077,12345680078,12345680079,12345680080,12345680081,12345680082,12345680083,12345680084,12345680085,12345680086,12345680087,12345680088,12345680089,12345680090,12345680091,12345680092,12345680093,12345680094,12345680095,12345680096,12345680097,12345680098,12345680099,12345680100,12345680101,12345680102,12345680103,12345680104,12345680105,12345680106,12345680107,12345680108,12345680109,12345680110,12345680111,12345680112,12345680113,12345680114,12345680115,12345680116,12345680117,12345680118,12345680119,12345680120,12345680121,12345680122,12345680123,12345680124,12345680125,12345680126,12345680127,12345680128,12345680129,12345680130,12345680131,12345680132,12345680133,12345680134,12345680135,12345680136,12345680137,12345680138,12345680139,12345680140,12345680141,12345680142,12345680143,12345680144,12345680145,12345680146,12345680147,12345680148,12345680149,12345680150,12345680151,12345680152,12345680153,12345680154,12345680155,12345680156,12345680157,12345680158,12345680159,12345680160,12345680161,12345680162,12345680163,12345680164,12345680165,12345680166,12345680167,12345680168,12345680169,12345680170,12345680171,12345680172,12345680173,12345680174,12345680175,12345680176,12345680177,12345680178,12345680179,12345680180,12345680181,12345680182,12345680183,12345680184,12345680185,12345680186,12345680187,12345680188,12345680189,12345680190,12345680191,12345680192,12345680193,12345680194,12345680195,12345680196,12345680197,12345680198,12345680199,12345680200,12345680201,12345680202,12345680203,12345680204,12345680205,12345680206,12345680207,12345680208,12345680209,12345680210,12345680211,12345680212,12345680213,12345680214,12345680215,12345680216,12345680217,12345680218,12345680219,12345680220,12345680221,12345680222,12345680223,12345680224,12345680225,12345680226,12345680227,12345680228,12345680229,12345680230,12345680231,12345680232,12345680233,12345680234,12345680235,12345680236,12345680237,12345680238,12345680239,12345680240,12345680241,12345680242,12345680243,12345680244,12345680245,12345680246,12345680247,12345680248,12345680249,12345680250,12345680251,12345680252,12345680253,12345680254,12345680255,12345680256,12345680257,12345680258,12345680259,12345680260,12345680261,12345680262,12345680263,12345680264,12345680265,12345680266,12345680267,12345680268,12345680269,12345680270,12345680271,12345680272,12345680273,12345680274,12345680275,12345680276,12345680277,12345680278,12345680279,12345680280,12345680281,12345680282,12345680283,12345680284,12345680285,12345680286,12345680287,12345680288,12345680289,12345680290,12345680291,12345680292,12345680293,12345680294,12345680295,12345680296,12345680297,12345680298,12345680299,12345680300,12345680301,12345680302,12345680303,12345680304,12345680305,12345680306,12345680307,12345680308,12345680309,12345680310,12345680311,12345680312,12345680313,12345680314,12345680315,12345680316,12345680317,12345680318,12345680319,12345680320,12345680321,12345680322,12345680323,12345680324,12345680325,12345680326,12345680327,12345680328,12345680329,12345680330,12345680331,12345680332,12345680333,12345680334,12345680335,12345680336,12345680337,12345680338,12345680339,12345680340) AND CreatedDate = '2026-02-27 02:02:03.701'; ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-02-27 07:02:05,596 - [55992] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:02:05,601 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 1431 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:05,635 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1431) into Billing.Invoice - __SPLIT__ 2026-02-27 07:02:07,355 - [55992] - src.utils.log - INFO - βœ… All 1431 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-27 07:02:07,356 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('25117', '25188', '25233', '26163', '25918', '25878', '25109', '25285', '25227', '26161', '25721', '25875', '25446', '25578', '25138', '25253', '25217', '26151', '25719', '25908', '25254', '25225', '26135', '26107', '25876', '25441', '25572', '25131', '25086', '26010', '26157', '25710', '25877', '25565', '25128', '25085', '26011', '26149', '25692', '25890', '25435', '25569', '25107', '25274', '25221', '26133', '25693', '25873', '25470', '25579', '25136', '25272', '25222', '26134', '25712', '25880', '25591', '25135', '25276', '25230', '26158', '26105', '25879', '25448', '25576', '25140', '25280', '26002', '26152', '25720', '25888', '25423', '25333', '25498', '25058', '25187', '25943', '26083', '25669', '25449', '25580', '25111', '25288', '25226', '26162', '25718', '25883', '24471', '24472', '24473', '24474', '24475', '24476', '24477', '24487', '24479', '24480', '24769', '24768', '24864', '24855', '24754', '24755', '24756', '24757', '24758', '24759', '24760', '24761', '24846', '24764', '24765', '24622', '24482', '24483', '24484', '24485', '24486', '24589', '24624', '24625', '24626', '24627', '24629', '24630', '24631', '24642', '24633', '24634', '24635', '24636', '24637', '24638', '24639', '24640', '24641', '24632', '24581', '24582', '24584', '24585', '24586', '24587', '24588', '24623', '24590', '24591', '24592', '24593', '24594', '24595', '24621', '24478', '24452', '24416', '24417', '24418', '24419', '24420', '24421', '24422', '24423', '24433', '24425', '24426', '24427', '24428', '24429', '24430', '24431', '24424', '24406', '24398', '24400', '24401', '24402', '24403', '24404', '24405', '24415', '24407', '24408', '24409', '24410', '24411', '24412', '24414', '24432', '24442', '24453', '24454', '24455', '24456', '24457', '24458', '24459', '24469', '24461', '24462', '24463', '24464', '24465', '24467', '24468', '24460', '24434', '24435', '24436', '24437', '24438', '24439', '24440', '24441', '24451', '24443', '24444', '24445', '24446', '24447', '24448', '24449', '24450', '24701', '24909', '24910', '24911', '24912', '24913', '24914', '24916', '24951', '24918', '24919', '24920', '24946', '24947', '24948', '24949', '24950', '24917', '24866', '24867', '24868', '24869', '24870', '24896', '24897', '24898', '24908', '24900', '24902', '24903', '24904', '24905', '24906', '24907', '24960', '24970', '24996', '24997', '24998', '24999', '25000', '25001', '25013', '25004', '25005', '25006', '25007', '25008', '25009', '25010', '25011', '25012', '25003', '24952', '24953', '24954', '24955', '24956', '24957', '24958', '24959', '24969', '24961', '24962', '24963', '24964', '24965', '24966', '24967', '24968', '24711', '24712', '24713', '24714', '24715', '24716', '24718', '24720', '24747', '24750', '24751', '24719', '24644', '24696', '24699', '24700', '24703', '24704', '24707', '24709', '24847', '24849', '24851', '24854', '24865', '24857', '24859', '24861', '24770', '24490', '24493', '24494', '24580', '24574', '24576', '24766', '24577', '24481', '25447', '25575', '25139', '25278', '25228', '26129', '25723', '25791', '25332', '25343', '25337', '25341', '25380', '25384', '25386', '25389', '25391', '25396', '25362', '25365', '25368', '25379', '25372', '25376', '25577', '25550', '25562', '25556', '25559', '25560', '25600', '25603', '25605', '25608', '25611', '25616', '25582', '25585', '25590', '25595', '25490', '25494', '25497', '25502', '25506', '25476', '25479', '25483', '25486', '25526', '25529', '25535', '25539', '25534', '25509', '25514', '25525', '25520', '25271', '25134', '25121', '25151', '25165', '25168', '25170', '25174', '25169', '25147', '25150', '25153', '25158', '25054', '25057', '25062', '25065', '25041', '25037', '25042', '25045', '25068', '25092', '25093', '25097', '25103', '25096', '25072', '25076', '25083', '25256', '25259', '25264', '25268', '25308', '25312', '25317', '25320', '25323', '25292', '25306', '25299', '25305', '25261', '25204', '25205', '25210', '25214', '25182', '25189', '25190', '25195', '25236', '25239', '25245', '25248', '25251', '25229', '26013', '26017', '25987', '26000', '25995', '25997', '26027', '26041', '26046', '26049', '26053', '26022', '26025', '26028', '26033', '26035', '25933', '25937', '25939', '25942', '25914', '25927', '25921', '25925', '25966', '25970', '25982', '25975', '25981', '25947', '25952', '25956', '25960', '25962', '26150', '26143', '26183', '26187', '26192', '26193', '26199', '26166', '26170', '26175', '26177', '26074', '26075', '26079', '26085', '26090', '26058', '26062', '26067', '26069', '26100', '26114', '26117', '26122', '26126', '26093', '26097', '26101', '26103', '25696', '25708', '25705', '25707', '25751', '25756', '25762', '25730', '25738', '25639', '25648', '25649', '25621', '25633', '25674', '25682', '25687', '25659', '25664', '25855', '25861', '25869', '25840', '25850', '25853', '25894', '25906', '25799', '25794', '25767', '25777', '25779', '25824', '25830', '25425', '25402', '25432', '25583', '25586', '25592', '25594', '25491', '25495', '25507', '25503', '25505', '25473', '25478', '25481', '25487', '25528', '25532', '25536', '25537', '25541', '25511', '25513', '25519', '25523', '25126', '25108', '25119', '25122', '25162', '25179', '25171', '25177', '25144', '25145', '25152', '25155', '25088', '25052', '25056', '25064', '25066', '25035', '25039', '25044', '25046', '25050', '25089', '25094', '25099', '25104', '25071', '25074', '25079', '25277', '25258', '25260', '25263', '25267', '25307', '25311', '25325', '25322', '25289', '25293', '25295', '25300', '25303', '25200', '25202', '25208', '25209', '25213', '25183', '25197', '25193', '25196', '25235', '25241', '25243', '25246', '25242', '25223', '26015', '25983', '25984', '25988', '25992', '25999', '26037', '26040', '26047', '26051', '26054', '26020', '26024', '26029', '26034', '25991', '25932', '25935', '25940', '25944', '25911', '25916', '25919', '25926', '25964', '25967', '25973', '25977', '25979', '25949', '25951', '25955', '25958', '26064', '26155', '26141', '26145', '26186', '26201', '26194', '26198', '26165', '26171', '26172', '26178', '26180', '26076', '26091', '26086', '26088', '26056', '26063', '26065', '26071', '26072', '26115', '26116', '26121', '26125', '26118', '26096', '26109', '25709', '25695', '25698', '25704', '25745', '25748', '25755', '25753', '25736', '25743', '25699', '25643', '25650', '25625', '25631', '25676', '25677', '25685', '25656', '25661', '25772', '25872', '25863', '25838', '25844', '25892', '25896', '25907', '25792', '25790', '25769', '25776', '25778', '25825', '25833', '25800', '25406', '25409', '25444', '25546', '25116', '25275', '25220', '26132', '25691', '25787', '25445', '25574', '25141', '25282', '25219', '26131', '25717', '25786', '25469', '25573', '25110', '25080', '25218', '26130', '25722', '25789', '24717', '24753', '24746', '24748', '24749', '24752', '24643', '24645', '24697', '24698', '24710', '24702', '24705', '24706', '24708', '24848', '24850', '24852', '24853', '24856', '24858', '24860', '24862', '24489', '24491', '24492', '24495', '24572', '24573', '24575', '24767', '24578', '24863', '24556', '24558', '24560', '24562', '24564', '24566', '24535', '24537', '24539', '24541', '24543', '24545', '24547', '24549', '24519', '24521', '24524', '24526', '24528', '24530', '24531', '24534', '25017', '25018', '25021', '25023', '25025', '25027', '25029', '25031', '24501', '24500', '24498', '25750', '25754', '25728', '25731', '25742', '25637', '25645', '25619', '25620', '25629', '25634', '25679', '25686', '25654', '25663', '25857', '25865', '25866', '25839', '25848', '25893', '25900', '25902', '25785', '25795', '25770', '25781', '25808', '25827', '25832', '25399', '25403', '25410', '25746', '25759', '25727', '25732', '25737', '25638', '25646', '25651', '25635', '25627', '25673', '25678', '25688', '25660', '25665', '25670', '25859', '25871', '25837', '25847', '25891', '25909', '25903', '25889', '25797', '25766', '25773', '25819', '25823', '25834', '26001', '25405', '25431', '25749', '25757', '25729', '25734', '25741', '25641', '25647', '25644', '25624', '25630', '25662', '25681', '25689', '25655', '25666', '25858', '25862', '25868', '25842', '25854', '25852', '25898', '25904', '25884', '25798', '25768', '25774', '25820', '25836', '25828', '25826', '25401', '25408', '25452', '25567', '25124', '25082', '26006', '26146', '26108', '25782', '24396', '24579', '24470', '24763', '24583', '24399', '24466', '24915', '25002', '24899', '24488', '25033', '25801', '25803', '25461', '25568', '25133', '25273', '26005', '26136', '25713', '25783', '25805', '25807', '25810', '25812', '25816', '25815', '25418', '25420', '25422', '25426', '25428', '25430', '25412', '25413', '25443', '25454', '25455', '25457', '25459', '25462', '25464', '25466', '25468', '25407', '25344', '25347', '25348', '25350', '25353', '25355', '25356', '25358', '25352', '25327', '25329', '25331', '25336', '25338', '25340', '25370', '25383', '25385', '25398', '25392', '25395', '25397', '25364', '25367', '25371', '25374', '25377', '25547', '25549', '25552', '25555', '25558', '25589', '25599', '25604', '25606', '25609', '25612', '25614', '25581', '25584', '25598', '25593', '25553', '25493', '25496', '25500', '25472', '25475', '25489', '25484', '25488', '25527', '25530', '25544', '25540', '25543', '25508', '25515', '25517', '25522', '25125', '25113', '25118', '25123', '25164', '25167', '25173', '25176', '25143', '25146', '25160', '25154', '25157', '25055', '25059', '25061', '25067', '25034', '25040', '25043', '25048', '25078', '25090', '25095', '25098', '25102', '25070', '25073', '25087', '25287', '25255', '25262', '25265', '25269', '25309', '25314', '25318', '25321', '25324', '25290', '25296', '25298', '25302', '25198', '25201', '25215', '25211', '25206', '25181', '25186', '25192', '25194', '25234', '25240', '25252', '25249', '25216', '26004', '26012', '26016', '25985', '25990', '25994', '25998', '26039', '26042', '26055', '26050', '26052', '26019', '26023', '26036', '26032', '25929', '25931', '25945', '25938', '25910', '25912', '25917', '25920', '25924', '25965', '25968', '25971', '25976', '25972', '25948', '25953', '25957', '25959', '26147', '26156', '26142', '26173', '26185', '26190', '26195', '26200', '26167', '26168', '26174', '26176', '26137', '26078', '26080', '26084', '26089', '26059', '26061', '26066', '26070', '26110', '26112', '26128', '26123', '26127', '26092', '26098', '26099', '25725', '25694', '25701', '25702', '25735', '25747', '25758', '25761', '25733', '25740', '25640', '25642', '25652', '25622', '25632', '25675', '25683', '25684', '25658', '25671', '25856', '25860', '25867', '25843', '25849', '25881', '25895', '25905', '25784', '25793', '25765', '25775', '25818', '25822', '25831', '25433', '25404', '25416', '25806', '25817', '25809', '25811', '25813', '25417', '25419', '25421', '25424', '25434', '25427', '25429', '25814', '25414', '25415', '25453', '25456', '25458', '25460', '25471', '25463', '25465', '25467', '25451', '25345', '25346', '25349', '25351', '25361', '25354', '25357', '25359', '25360', '25326', '25328', '25330', '25335', '25339', '25342', '25381', '25382', '25387', '25390', '25393', '25394', '25388', '25363', '25366', '25369', '25373', '25375', '25566', '25548', '25551', '25554', '25557', '25561', '25601', '25602', '25617', '25610', '25613', '25615', '25607', '25587', '25588', '25596', '25597', '25492', '25499', '25501', '25504', '25474', '25477', '25482', '25485', '25516', '25531', '25533', '25538', '25542', '25510', '25512', '25518', '25521', '25334', '25142', '25120', '25161', '25163', '25166', '25172', '25175', '25178', '25148', '25149', '25156', '25115', '25053', '25069', '25063', '25060', '25036', '25038', '25051', '25047', '25049', '25091', '25106', '25100', '25101', '25105', '25075', '25077', '25279', '25257', '25270', '25266', '25297', '25310', '25313', '25316', '25319', '25315', '25291', '25294', '25301', '25304', '25199', '25203', '25207', '25212', '25180', '25184', '25185', '25191', '25224', '25237', '25238', '25244', '25247', '25250', '25231', '26014', '26009', '25986', '25989', '25993', '25996', '26038', '26043', '26044', '26048', '26045', '26021', '26026', '26030', '26031', '25928', '25930', '25934', '25941', '25936', '25913', '25915', '25922', '25923', '25954', '25969', '25974', '25978', '25980', '25946', '25950', '25963', '25961', '26148', '26160', '26144', '26184', '26188', '26189', '26196', '26197', '26191', '26169', '26182', '26179', '26181', '26077', '26081', '26087', '26082', '26057', '26060', '26073', '26068', '26111', '26113', '26119', '26120', '26124', '26094', '26095', '26102', '25715', '25697', '25700', '25703', '25706', '25752', '25763', '25760', '25744', '25739', '25636', '25653', '25618', '25623', '25628', '25672', '25690', '25680', '25657', '25667', '25668', '25864', '25870', '25841', '25846', '25851', '25897', '25901', '25788', '25796', '25764', '25771', '25780', '25821', '25829', '25835', '25400', '25411')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:07,517 - [55992] - src.utils.log - INFO - βœ… Fetched 2832 rows - __SPLIT__ 2026-02-27 07:02:07,530 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (95446, 95410, 95428, 95431, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95443, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95364, 95355, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:07,560 - [55992] - src.utils.log - INFO - βœ… Fetched 38 rows - __SPLIT__ 2026-02-27 07:02:07,561 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (95446, 95410, 95428, 95431, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95443, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95364, 95355, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:07,592 - [55992] - src.utils.log - INFO - βœ… Fetched 27 rows - __SPLIT__ 2026-02-27 07:02:07,592 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId in (95446, 95410, 95428, 95431, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95443, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95364, 95355, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433) and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:07,620 - [55992] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:02:07,621 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId in (95446, 95410, 95428, 95431, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95443, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95364, 95355, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433) and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:07,650 - [55992] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:02:07,665 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95446, 95410, 95428, 95431, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95443, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95364, 95355, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:07,696 - [55992] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:02:07,705 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (95446, 95410, 95428, 95431, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95443, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95364, 95355, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:07,732 - [55992] - src.utils.log - INFO - βœ… Fetched 18 rows - __SPLIT__ 2026-02-27 07:02:07,749 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription, ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (95446, 95410, 95428, 95431, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95443, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95364, 95355, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:07,778 - [55992] - src.utils.log - INFO - βœ… Fetched 18 rows - __SPLIT__ 2026-02-27 07:02:07,792 - [55992] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-02-27 07:02:07,792 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 970 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:07,824 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 970) into Billing.AccountDiscountSetup - __SPLIT__ 2026-02-27 07:02:08,570 - [55992] - src.utils.log - INFO - βœ… All 970 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-02-27 07:02:08,570 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 4247 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:08,603 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4247) into Billing.InvoiceCharges - __SPLIT__ 2026-02-27 07:02:12,176 - [55992] - src.utils.log - INFO - βœ… All 4247 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-27 07:02:12,176 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 970 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:12,204 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 970) into Billing.DiscountApplied - __SPLIT__ 2026-02-27 07:02:12,832 - [55992] - src.utils.log - INFO - βœ… All 970 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-02-27 07:02:12,833 - [55992] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-27 07:02:12,835 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:12,860 - [55992] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:02:12,861 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo in ('1109', '1198', '1181', '1123', '1186', '1183', '1154', '1210', '1205', '1206', '1194', '1178', '1201', '1204', '970', '1208', '1144', '1199', '709', '1179', '1133', '1115', '1200', '1185', '1122') and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:12,898 - [55992] - src.utils.log - INFO - βœ… Fetched 25 rows - __SPLIT__ 2026-02-27 07:02:12,900 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 1806 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:12,973 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1806) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-27 07:02:29,343 - [55992] - src.utils.log - INFO - βœ… All 1806 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 07:02:29,355 - [55992] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 07:02:29,356 - [55992] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId in (95446, 95455, 95454, 95447);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:29,386 - [55992] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:02:29,387 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('24396', '24397', '24398', '24399', '24400', '24401', '24402', '24403', '24404', '24405', '24406', '24407', '24408', '24409', '24410', '24411', '24412', '24413', '24414', '24415', '24416', '24417', '24418', '24419', '24420', '24421', '24422', '24423', '24424', '24425', '24426', '24427', '24428', '24429', '24430', '24431', '24432', '24433', '24434', '24435', '24436', '24437', '24438', '24439', '24440', '24441', '24442', '24443', '24444', '24445', '24446', '24447', '24448', '24449', '24450', '24451', '24452', '24453', '24454', '24455', '24456', '24457', '24458', '24459', '24460', '24461', '24462', '24463', '24464', '24465', '24466', '24467', '24468', '24469', '24470', '24471', '24472', '24473', '24474', '24475', '24476', '24477', '24478', '24479', '24480', '24481', '24482', '24483', '24484', '24485', '24486', '24487', '24488', '24489', '24490', '24491', '24492', '24493', '24494', '24495', '24496', '24497', '24498', '24499', '24500', '24501', '24502', '24503', '24504', '24505', '24506', '24507', '24508', '24509', '24510', '24511', '24512', '24513', '24514', '24515', '24516', '24517', '24518', '24519', '24520', '24521', '24522', '24523', '24524', '24525', '24526', '24527', '24528', '24529', '24530', '24531', '24532', '24533', '24534', '24535', '24536', '24537', '24538', '24539', '24540', '24541', '24542', '24543', '24544', '24545', '24546', '24547', '24548', '24549', '24550', '24551', '24552', '24553', '24554', '24555', '24556', '24557', '24558', '24559', '24560', '24561', '24562', '24563', '24564', '24565', '24566', '24567', '24568', '24569', '24570', '24571', '24572', '24573', '24574', '24575', '24576', '24577', '24578', '24579', '24580', '24581', '24582', '24583', '24584', '24585', '24586', '24587', '24588', '24589', '24590', '24591', '24592', '24593', '24594', '24595', '24596', '24597', '24598', '24599', '24600', '24601', '24602', '24603', '24604', '24605', '24606', '24607', '24608', '24609', '24610', '24611', '24612', '24613', '24614', '24615', '24616', '24617', '24618', '24619', '24620', '24621', '24622', '24623', '24624', '24625', '24626', '24627', '24628', '24629', '24630', '24631', '24632', '24633', '24634', '24635', '24636', '24637', '24638', '24639', '24640', '24641', '24642', '24643', '24644', '24645', '24646', '24647', '24648', '24649', '24650', '24651', '24652', '24653', '24654', '24655', '24656', '24657', '24658', '24659', '24660', '24661', '24662', '24663', '24664', '24665', '24666', '24667', '24668', '24669', '24670', '24671', '24672', '24673', '24674', '24675', '24676', '24677', '24678', '24679', '24680', '24681', '24682', '24683', '24684', '24685', '24686', '24687', '24688', '24689', '24690', '24691', '24692', '24693', '24694', '24695', '24696', '24697', '24698', '24699', '24700', '24701', '24702', '24703', '24704', '24705', '24706', '24707', '24708', '24709', '24710', '24711', '24712', '24713', '24714', '24715', '24716', '24717', '24718', '24719', '24720', '24721', '24722', '24723', '24724', '24725', '24726', '24727', '24728', '24729', '24730', '24731', '24732', '24733', '24734', '24735', '24736', '24737', '24738', '24739', '24740', '24741', '24742', '24743', '24744', '24745', '24746', '24747', '24748', '24749', '24750', '24751', '24752', '24753', '24754', '24755', '24756', '24757', '24758', '24759', '24760', '24761', '24762', '24763', '24764', '24765', '24766', '24767', '24768', '24769', '24770', '24771', '24772', '24773', '24774', '24775', '24776', '24777', '24778', '24779', '24780', '24781', '24782', '24783', '24784', '24785', '24786', '24787', '24788', '24789', '24790', '24791', '24792', '24793', '24794', '24795', '24796', '24797', '24798', '24799', '24800', '24801', '24802', '24803', '24804', '24805', '24806', '24807', '24808', '24809', '24810', '24811', '24812', '24813', '24814', '24815', '24816', '24817', '24818', '24819', '24820', '24821', '24822', '24823', '24824', '24825', '24826', '24827', '24828', '24829', '24830', '24831', '24832', '24833', '24834', '24835', '24836', '24837', '24838', '24839', '24840', '24841', '24842', '24843', '24844', '24845', '24846', '24847', '24848', '24849', '24850', '24851', '24852', '24853', '24854', '24855', '24856', '24857', '24858', '24859', '24860', '24861', '24862', '24863', '24864', '24865', '24866', '24867', '24868', '24869', '24870', '24871', '24872', '24873', '24874', '24875', '24876', '24877', '24878', '24879', '24880', '24881', '24882', '24883', '24884', '24885', '24886', '24887', '24888', '24889', '24890', '24891', '24892', '24893', '24894', '24895', '24896', '24897', '24898', '24899', '24900', '24901', '24902', '24903', '24904', '24905', '24906', '24907', '24908', '24909', '24910', '24911', '24912', '24913', '24914', '24915', '24916', '24917', '24918', '24919', '24920', '24921', '24922', '24923', '24924', '24925', '24926', '24927', '24928', '24929', '24930', '24931', '24932', '24933', '24934', '24935', '24936', '24937', '24938', '24939', '24940', '24941', '24942', '24943', '24944', '24945', '24946', '24947', '24948', '24949', '24950', '24951', '24952', '24953', '24954', '24955', '24956', '24957', '24958', '24959', '24960', '24961', '24962', '24963', '24964', '24965', '24966', '24967', '24968', '24969', '24970', '24971', '24972', '24973', '24974', '24975', '24976', '24977', '24978', '24979', '24980', '24981', '24982', '24983', '24984', '24985', '24986', '24987', '24988', '24989', '24990', '24991', '24992', '24993', '24994', '24995', '24996', '24997', '24998', '24999', '25000', '25001', '25002', '25003', '25004', '25005', '25006', '25007', '25008', '25009', '25010', '25011', '25012', '25013', '25014', '25015', '25016', '25017', '25018', '25019', '25020', '25021', '25022', '25023', '25024', '25025', '25026', '25027', '25028', '25029', '25030', '25031', '25032', '25033', '25034', '25035', '25036', '25037', '25038', '25039', '25040', '25041', '25042', '25043', '25044', '25045', '25046', '25047', '25048', '25049', '25050', '25051', '25052', '25053', '25054', '25055', '25056', '25057', '25058', '25059', '25060', '25061', '25062', '25063', '25064', '25065', '25066', '25067', '25068', '25069', '25070', '25071', '25072', '25073', '25074', '25075', '25076', '25077', '25078', '25079', '25080', '25081', '25082', '25083', '25084', '25085', '25086', '25087', '25088', '25089', '25090', '25091', '25092', '25093', '25094', '25095', '25096', '25097', '25098', '25099', '25100', '25101', '25102', '25103', '25104', '25105', '25106', '25107', '25108', '25109', '25110', '25111', '25112', '25113', '25114', '25115', '25116', '25117', '25118', '25119', '25120', '25121', '25122', '25123', '25124', '25125', '25126', '25127', '25128', '25129', '25130', '25131', '25132', '25133', '25134', '25135', '25136', '25137', '25138', '25139', '25140', '25141', '25142', '25143', '25144', '25145', '25146', '25147', '25148', '25149', '25150', '25151', '25152', '25153', '25154', '25155', '25156', '25157', '25158', '25159', '25160', '25161', '25162', '25163', '25164', '25165', '25166', '25167', '25168', '25169', '25170', '25171', '25172', '25173', '25174', '25175', '25176', '25177', '25178', '25179', '25180', '25181', '25182', '25183', '25184', '25185', '25186', '25187', '25188', '25189', '25190', '25191', '25192', '25193', '25194', '25195', '25196', '25197', '25198', '25199', '25200', '25201', '25202', '25203', '25204', '25205', '25206', '25207', '25208', '25209', '25210', '25211', '25212', '25213', '25214', '25215', '25216', '25217', '25218', '25219', '25220', '25221', '25222', '25223', '25224', '25225', '25226', '25227', '25228', '25229', '25230', '25231', '25232', '25233', '25234', '25235', '25236', '25237', '25238', '25239', '25240', '25241', '25242', '25243', '25244', '25245', '25246', '25247', '25248', '25249', '25250', '25251', '25252', '25253', '25254', '25255', '25256', '25257', '25258', '25259', '25260', '25261', '25262', '25263', '25264', '25265', '25266', '25267', '25268', '25269', '25270', '25271', '25272', '25273', '25274', '25275', '25276', '25277', '25278', '25279', '25280', '25281', '25282', '25283', '25284', '25285', '25286', '25287', '25288', '25289', '25290', '25291', '25292', '25293', '25294', '25295', '25296', '25297', '25298', '25299', '25300', '25301', '25302', '25303', '25304', '25305', '25306', '25307', '25308', '25309', '25310', '25311', '25312', '25313', '25314', '25315', '25316', '25317', '25318', '25319', '25320', '25321', '25322', '25323', '25324', '25325', '25326', '25327', '25328', '25329', '25330', '25331', '25332', '25333', '25334', '25335', '25336', '25337', '25338', '25339', '25340', '25341', '25342', '25343', '25344', '25345', '25346', '25347', '25348', '25349', '25350', '25351', '25352', '25353', '25354', '25355', '25356', '25357', '25358', '25359', '25360', '25361', '25362', '25363', '25364', '25365', '25366', '25367', '25368', '25369', '25370', '25371', '25372', '25373', '25374', '25375', '25376', '25377', '25378', '25379', '25380', '25381', '25382', '25383', '25384', '25385', '25386', '25387', '25388', '25389', '25390', '25391', '25392', '25393', '25394', '25395', '25396', '25397', '25398', '25399', '25400', '25401', '25402', '25403', '25404', '25405', '25406', '25407', '25408', '25409', '25410', '25411', '25412', '25413', '25414', '25415', '25416', '25417', '25418', '25419', '25420', '25421', '25422', '25423', '25424', '25425', '25426', '25427', '25428', '25429', '25430', '25431', '25432', '25433', '25434', '25435', '25436', '25437', '25438', '25439', '25440', '25441', '25442', '25443', '25444', '25445', '25446', '25447', '25448', '25449', '25450', '25451', '25452', '25453', '25454', '25455', '25456', '25457', '25458', '25459', '25460', '25461', '25462', '25463', '25464', '25465', '25466', '25467', '25468', '25469', '25470', '25471', '25472', '25473', '25474', '25475', '25476', '25477', '25478', '25479', '25480', '25481', '25482', '25483', '25484', '25485', '25486', '25487', '25488', '25489', '25490', '25491', '25492', '25493', '25494', '25495', '25496', '25497', '25498', '25499', '25500', '25501', '25502', '25503', '25504', '25505', '25506', '25507', '25508', '25509', '25510', '25511', '25512', '25513', '25514', '25515', '25516', '25517', '25518', '25519', '25520', '25521', '25522', '25523', '25524', '25525', '25526', '25527', '25528', '25529', '25530', '25531', '25532', '25533', '25534', '25535', '25536', '25537', '25538', '25539', '25540', '25541', '25542', '25543', '25544', '25545', '25546', '25547', '25548', '25549', '25550', '25551', '25552', '25553', '25554', '25555', '25556', '25557', '25558', '25559', '25560', '25561', '25562', '25563', '25564', '25565', '25566', '25567', '25568', '25569', '25570', '25571', '25572', '25573', '25574', '25575', '25576', '25577', '25578', '25579', '25580', '25581', '25582', '25583', '25584', '25585', '25586', '25587', '25588', '25589', '25590', '25591', '25592', '25593', '25594', '25595', '25596', '25597', '25598', '25599', '25600', '25601', '25602', '25603', '25604', '25605', '25606', '25607', '25608', '25609', '25610', '25611', '25612', '25613', '25614', '25615', '25616', '25617', '25618', '25619', '25620', '25621', '25622', '25623', '25624', '25625', '25626', '25627', '25628', '25629', '25630', '25631', '25632', '25633', '25634', '25635', '25636', '25637', '25638', '25639', '25640', '25641', '25642', '25643', '25644', '25645', '25646', '25647', '25648', '25649', '25650', '25651', '25652', '25653', '25654', '25655', '25656', '25657', '25658', '25659', '25660', '25661', '25662', '25663', '25664', '25665', '25666', '25667', '25668', '25669', '25670', '25671', '25672', '25673', '25674', '25675', '25676', '25677', '25678', '25679', '25680', '25681', '25682', '25683', '25684', '25685', '25686', '25687', '25688', '25689', '25690', '25691', '25692', '25693', '25694', '25695', '25696', '25697', '25698', '25699', '25700', '25701', '25702', '25703', '25704', '25705', '25706', '25707', '25708', '25709', '25710', '25711', '25712', '25713', '25714', '25715', '25716', '25717', '25718', '25719', '25720', '25721', '25722', '25723', '25724', '25725', '25726', '25727', '25728', '25729', '25730', '25731', '25732', '25733', '25734', '25735', '25736', '25737', '25738', '25739', '25740', '25741', '25742', '25743', '25744', '25745', '25746', '25747', '25748', '25749', '25750', '25751', '25752', '25753', '25754', '25755', '25756', '25757', '25758', '25759', '25760', '25761', '25762', '25763', '25764', '25765', '25766', '25767', '25768', '25769', '25770', '25771', '25772', '25773', '25774', '25775', '25776', '25777', '25778', '25779', '25780', '25781', '25782', '25783', '25784', '25785', '25786', '25787', '25788', '25789', '25790', '25791', '25792', '25793', '25794', '25795', '25796', '25797', '25798', '25799', '25800', '25801', '25802', '25803', '25804', '25805', '25806', '25807', '25808', '25809', '25810', '25811', '25812', '25813', '25814', '25815', '25816', '25817', '25818', '25819', '25820', '25821', '25822', '25823', '25824', '25825', '25826', '25827', '25828', '25829', '25830', '25831', '25832', '25833', '25834', '25835', '25836', '25837', '25838', '25839', '25840', '25841', '25842', '25843', '25844', '25845', '25846', '25847', '25848', '25849', '25850', '25851', '25852', '25853', '25854', '25855', '25856', '25857', '25858', '25859', '25860', '25861', '25862', '25863', '25864', '25865', '25866', '25867', '25868', '25869', '25870', '25871', '25872', '25873', '25874', '25875', '25876', '25877', '25878', '25879', '25880', '25881', '25882', '25883', '25884', '25885', '25886', '25887', '25888', '25889', '25890', '25891', '25892', '25893', '25894', '25895', '25896', '25897', '25898', '25899', '25900', '25901', '25902', '25903', '25904', '25905', '25906', '25907', '25908', '25909', '25910', '25911', '25912', '25913', '25914', '25915', '25916', '25917', '25918', '25919', '25920', '25921', '25922', '25923', '25924', '25925', '25926', '25927', '25928', '25929', '25930', '25931', '25932', '25933', '25934', '25935', '25936', '25937', '25938', '25939', '25940', '25941', '25942', '25943', '25944', '25945', '25946', '25947', '25948', '25949', '25950', '25951', '25952', '25953', '25954', '25955', '25956', '25957', '25958', '25959', '25960', '25961', '25962', '25963', '25964', '25965', '25966', '25967', '25968', '25969', '25970', '25971', '25972', '25973', '25974', '25975', '25976', '25977', '25978', '25979', '25980', '25981', '25982', '25983', '25984', '25985', '25986', '25987', '25988', '25989', '25990', '25991', '25992', '25993', '25994', '25995', '25996', '25997', '25998', '25999', '26000', '26001', '26002', '26003', '26004', '26005', '26006', '26007', '26008', '26009', '26010', '26011', '26012', '26013', '26014', '26015', '26016', '26017', '26018', '26019', '26020', '26021', '26022', '26023', '26024', '26025', '26026', '26027', '26028', '26029', '26030', '26031', '26032', '26033', '26034', '26035', '26036', '26037', '26038', '26039', '26040', '26041', '26042', '26043', '26044', '26045', '26046', '26047', '26048', '26049', '26050', '26051', '26052', '26053', '26054', '26055', '26056', '26057', '26058', '26059', '26060', '26061', '26062', '26063', '26064', '26065', '26066', '26067', '26068', '26069', '26070', '26071', '26072', '26073', '26074', '26075', '26076', '26077', '26078', '26079', '26080', '26081', '26082', '26083', '26084', '26085', '26086', '26087', '26088', '26089', '26090', '26091', '26092', '26093', '26094', '26095', '26096', '26097', '26098', '26099', '26100', '26101', '26102', '26103', '26104', '26105', '26106', '26107', '26108', '26109', '26110', '26111', '26112', '26113', '26114', '26115', '26116', '26117', '26118', '26119', '26120', '26121', '26122', '26123', '26124', '26125', '26126', '26127', '26128', '26129', '26130', '26131', '26132', '26133', '26134', '26135', '26136', '26137', '26138', '26139', '26140', '26141', '26142', '26143', '26144', '26145', '26146', '26147', '26148', '26149', '26150', '26151', '26152', '26153', '26154', '26155', '26156', '26157', '26158', '26159', '26160', '26161', '26162', '26163', '26164', '26165', '26166', '26167', '26168', '26169', '26170', '26171', '26172', '26173', '26174', '26175', '26176', '26177', '26178', '26179', '26180', '26181', '26182', '26183', '26184', '26185', '26186', '26187', '26188', '26189', '26190', '26191', '26192', '26193', '26194', '26195', '26196', '26197', '26198', '26199', '26200', '26201') AND wo.AccountNumber IN ('1205', '1210', '1181', '1198', '970', '1206', '1208', '1186', '1185', '1178', '1133', '1204', '1201', '1123', '1122', '709', '1179', '1194', '1199', '1200', '1144', '1109', '1183', '1154', '1115') AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-27 07:02:29,568 - [55992] - src.utils.log - INFO - βœ… Fetched 1806 rows - __SPLIT__ 2026-02-27 07:02:29,569 - [55992] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-27 07:02:29,569 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:29,736 - [55992] - src.utils.log - INFO - βœ… Fetched 2887 rows - __SPLIT__ 2026-02-27 07:02:29,737 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:29,895 - [55992] - src.utils.log - INFO - βœ… Fetched 249 rows - __SPLIT__ 2026-02-27 07:02:29,896 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,034 - [55992] - src.utils.log - INFO - βœ… Fetched 1723 rows - __SPLIT__ 2026-02-27 07:02:30,035 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,154 - [55992] - src.utils.log - INFO - βœ… Fetched 631 rows - __SPLIT__ 2026-02-27 07:02:30,155 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,269 - [55992] - src.utils.log - INFO - βœ… Fetched 589 rows - __SPLIT__ 2026-02-27 07:02:30,269 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,395 - [55992] - src.utils.log - INFO - βœ… Fetched 830 rows - __SPLIT__ 2026-02-27 07:02:30,396 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,531 - [55992] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:02:30,531 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,641 - [55992] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:02:30,643 - [55992] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-27 07:02:30,686 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,715 - [55992] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:02:30,719 - [55992] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN (619, 337, 654, 1127, 1135, 1140) AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,746 - [55992] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-02-27 07:02:30,748 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,773 - [55992] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:02:30,774 - [55992] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1293' WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,800 - [55992] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:02:30,805 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 1806 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:30,855 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1806) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-27 07:02:40,365 - [55992] - src.utils.log - INFO - βœ… All 1806 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-27 07:02:40,367 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId IN (95446, 95455, 95410, 95428, 95456, 95431, 95187, 95454, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95353, 95443, 95438, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95435, 95437, 95436, 95364, 95355, 95352, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433) AND WorkOrderNo IN ('136407', '929203', '2305808', '8314257', '6436799', '4071300', '7899624', '9503147', '5914720', '1082379', '2316101', '8058096', '2603887', '2610092', '9925506', '1097240', '1754676', '7397619', '1454851', '9954487', '7374638', '7434412', '2460812', '8574003', '9164584', '1406331', '3606608', '9375442', '6066638', '7871344', '6001442', '7823327', '7220489', '1220143', '8183972', '7491258', '8265606', '3395236', '3365379', '7320356', '7672483', '3502761', '9013708', '6539971', '5418255', '7224249', '6120671', '1951941', '4178180', '4733757', '2445476', '7283040', '3914985', '4652177', '9033144', '3708779', '8019478', '7710780', '6510189', '9734417', '5448223', '3791742', '1367196', '7911286', '4458049', '5648241', '6122935', '8787408', '4760588', '3708425', '2787211', '1042320', '5483176', '4709003', '5438271', '4103682', '3903191', '1104183', '7459994', '7955124', '5148922', '9955511', '9294770', '1493770', '4429138', '9957902', '8987952', '2571463', '3096266', '4454781', '2706100', '6553720', '3589305', '7503257', '6299573', '5819504', '1948767', '8024979', '8360072', '8976362', '1393714', '9340255', '7054604', '2831828', '4943790', '6652067', '9728725', '2953381', '6426666', '4512178', '7274702', '4362235', '6519046', '9261162', '8739256', '1508179', '9565640', '5891492', '7081828', '7187833', '8848766', '9701378', '8891681', '4550370', '4972462', '1069620', '2347896', '6632938', '7711468', '6107341', '1835374', '1917709', '7539711', '1935097', '5259490', '3720852', '9825604', '7962712', '1413457', '7206881', '4000969', '1837271', '1378208', '6748015', '9536386', '9424013', '4610689', '4223350', '5683440', '7335575', '7524417', '8424174', '7710078', '8047507', '9835170', '7785403', '5182083', '5226815', '4478566', '6165991', '1437333', '7190460', '2144427', '1932566', '8278125', '6409072', '3793534', '3434769', '9733815', '6413550', '4911569', '6096636', '2470990', '7385812', '2405481', '2217680', '3797636', '8007556', '8589394', '9374760', '3554378', '1039118', '5623138', '8879514', '9186614', '4720604', '1901121', '7965475', '8786670', '6495323', '9796699', '9505512', '2005002', '4280111', '3912646', '5282823', '6858024', '9465575', '3353850', '4898244', '4202655', '1645079', '2426495', '7310787', '7410720', '9437518', '2259051', '5286824', '8677359', '4455839', '3013953', '9420499', '6452350', '3542590', '7644913', '4792476', '2140016', '2832996', '7331457', '7698443', '8982471', '9006958', '4029324', '3239926', '8450487', '2862454', '3935255', '8459096', '2077762', '1943675', '6413344', '7989053', '6151897', '7304762', '7372560', '9786312', '1468187', '7521281', '8287448', '9698928', '7382310', '6300562', '6730057', '1192033', '1210549', '3515911', '7948954', '8531650', '2414708', '6947608', '3261700', '1075526', '5748529', '6895472', '9483940', '5249677', '1409211', '8457579', '1278806', '7288799', '1700867', '4235110', '6547960', '5742837', '6642613', '4742367', '4287107', '6679408', '2923510', '4556225', '6012781', '5314060', '9202084', '3067555', '5715368', '8260605', '5029019', '4383763', '2508719', '1304122', '9008260', '5923413', '2901229', '4163807', '3901908', '6108999', '3022024', '6554972', '9327620', '9517805', '3768663', '2336955', '7829417', '9043314', '6275304', '5975196', '5956786', '5042840', '2011001', '7797580', '8822172', '4202923', '7046127', '1900658', '2658145', '9275747', '7455693', '6984529', '9735850', '6753724', '3135222', '3340167', '3821715', '3449786', '4500486', '9080787', '4197799', '7835934', '2506098', '7906485', '9600592', '8286590', '2865416', '4671628', '5482815', '4728921', '8760650', '6670396', '3087500', '1629022', '5495843', '5189725', '7351249', '9411079', '5631896', '3398433', '8647636', '4267513', '7664667', '4503198', '4446312', '6878017', '8341884', '8953457', '9287745', '7696696', '9980173', '8404429', '1453155', '3529109', '7630544', '8710324', '5182746', '2774452', '1098576', '5991894', '5448186', '6681133', '4593472', '3983490', '9056452', '3641626', '6975885', '2579432', '6753723', '7700358', '4435346', '4702217', '5121189', '2037983', '5752237', '3031773', '6049750', '1583692', '8097867', '1334836', '8244377', '8414777', '5927485', '2263438', '8539420', '3290155', '8861455', '1110316', '7706990', '2067516', '1013171', '8035782', '5650558', '5046671', '2366589', '4755690', '7375948', '2282323', '1705810', '2892320', '7517003', '2993987', '5125522', '8425664', '5405301', '7206406', '6699924', '8058876', '8254720', '2029274', '9748291', '5285474', '6915959', '2220724', '7189147', '1549908', '4460655', '4249689', '3561209', '8983658', '5687822', '3005382', '5792051', '7397072', '6914017', '2154754', '5390388', '5283401', '5317048', '5549582', '1876214', '2346383', '6926244', '4787128', '6209355', '7010269', '8390997', '5876168', '8763858', '9538958', '3654397', '9240949', '2999400', '7127662', '2861256', '2338995', '7889501', '3987558', '1266292', '7048407', '4526837', '7607550', '1312839', '9251268', '8532713', '7048012', '4439960', '6010780', '6224954', '3647076', '3276259', '1214379', '3207928', '7067188', '8542618', '4325864', '7324052', '1317590', '5543972', '1371974', '8981196', '8880497', '9096831', '3795471', '7547324', '1350888', '9069975', '4257137', '7855658', '7745150', '4429442', '7970744', '9904571', '8599530', '8103419', '7831142', '2411533', '1650728', '8217759', '6836361', '3150639', '1871768', '6487306', '4361483', '4042603', '9454311', '9202241', '6670307', '9789418', '4429710', '9738254', '8708731', '3385820', '3405985', '9165245', '4151263', '8695911', '4446668', '2400725', '4494188', '2075389', '7845745', '8892025', '3860181', '1767925', '8410653', '7721463', '2851126', '5449025', '4535432', '8730715', '5722820', '9770591', '5057914', '8450222', '3367893', '7140952', '2160470', '1152564', '5816583', '9797488', '8560141', '5938633', '9597395', '2187364', '6450401', '1680680', '3215584', '8063399', '4608269', '3119834', '4123434', '8487752', '8212410', '8943657', '6523196', '4943998', '3633850', '2370695', '2933556', '3524124', '9046119', '8268031', '1577078', '7774717', '1687220', '4590204', '6084704', '9045381', '4871710', '2154735', '5202450', '3005056', '9154094', '1170629', '6426890', '2496255', '2906710', '3816688', '8270527', '8608220', '3306340', '8591938', '9005204', '7743215', '4216102', '2396217', '2201328', '9040327', '4501972', '4048648', '3422872', '2890856', '2967756', '4886295', '3771242', '2321067', '1627149', '5594001', '4400405', '6869854', '4100624', '3251985', '9853929', '1771700', '2640202', '3482989', '3685325', '5885069', '4653012', '5022703', '9105849', '6915297', '9525975', '7108783', '2035739', '3725511', '2852638', '6304786', '2174605', '7450261', '7684441', '6559331', '5800198', '8156688', '6600011', '3751076', '3398293', '9456220', '2881447', '8011365', '9767914', '6798514', '6447208', '7204237', '7389602', '9732439', '3570165', '7621146', '3954501', '6552791', '3270059', '2150123', '5597934', '9873275', '6004439', '9328041', '7409336', '9859914', '9849396', '360291', '429028', '5497376', '3588062', '3289175', '2435453', '1270451', '3887813', '2308978', '2849858', '7360056', '4928510', '8163974', '3200751', '7472425', '3167545', '4965455', '4600957', '5072527', '5823522', '3527974', '5993798', '6728132', '1887595', '7122240', '4395148', '4693972', '8094913', '7421347', '7815857', '4471726', '7366841', '5783389', '5184466', '1300456', '6773153', '6094613', '8275975', '3981802', '7857786', '9477895', '2571120', '6952776', '7135492', '3427408', '4753610', '6089424', '6397190', '1452681', '8930725', '4716647', '1804979', '3762867', '6429762', '9194445', '9550513', '4603015', '4933044', '9258768', '3011858', '3169055', '3162510', '4526253', '5114958', '4819771', '1113109', '5806154', '3522162', '1060174', '4627838', '1602931', '7446945', '4183581', '5103688', '8276469', '9638291', '8301116', '4492350', '1513905', '9297649', '6032551', '8066783', '5906431', '7976099', '1899708', '8603636', '3286862', '8436402', '4100944', '9418492', '1367093', '8950054', '5223894', '8099207', '4758185', '2091680', '8041200', '3037915', '3358249', '7267560', '8309954', '9597053', '2167433', '8837749', '8427766', '7164211', '9278601', '2043589', '8958679', '5768177', '2216368', '1231008', '7872574', '6321641', '3826773', '1149056', '8082985', '8012196', '2265826', '1910869', '7560300', '7166015', '5413380', '6610503', '6994766', '9446445', '8836994', '4488092', '3131935', '7259394', '2769414', '8668495', '5230633', '2231529', '8313105', '8388665', '6944768', '7907149', '3711759', '1185510', '4267439', '5083302', '2326404', '8209952', '8141776', '5672475', '7829427', '8349074', '5686394', '5249339', '7668720', '5015978', '8175441', '7787036', '6970561', '1032933', '8415521', '5167829', '6512499', '8299406', '3996551', '1760278', '7866796', '3124295', '5774539', '6402846', '3455143', '3074587', '2540014', '8450297', '4850059', '9656214', '8086432', '7757989', '1257944', '8024379', '3180055', '2856839', '8125771', '5588590', '6977500', '1280439', '8341349', '7261722', '8204478', '3790618', '3612298', '6463305', '1198698', '9061000', '5985287', '4070827', '7070982', '7741524', '2013221', '9119131', '3247689', '7016180', '7952170', '3997027', '3751361', '7598084', '6347866', '5682328', '1010016', '7072750', '9472886', '1398846', '9912108', '4726415', '8717481', '1855420', '4461482', '4184504', '1777533', '3172069', '6430727', '1846432', '5241325', '4653372', '5135425', '1122551', '3209371', '5154367', '3297800', '3439150', '9250661', '6151028', '5639732', '8474591', '9123043', '4899634', '3357456', '2669785', '2690993', '8999392', '8906706', '7579629', '3173596', '7831507', '2372746', '4618030', '3912199', '9528708', '7748017', '9415293', '8035801', '6170464', '6074015', '8840295', '2438510', '8314023', '8527862', '6633353', '6092411', '2901066', '3825616', '7547869', '3034782', '3963291', '3873001', '3425226', '5950537', '5522801', '9815879', '5086876', '3168586', '5726317', '4355101', '8535163', '4369040', '6189823', '6729701', '4721488', '3789925', '7865156', '5097346', '9775811', '7897943', '9311216', '4327198', '1920226', '8189024', '1004603', '8003191', '9822235', '5426914', '6847086', '4659892', '7276749', '5984089', '7914505', '1480544', '2758081', '5103942', '8945250', '9789558', '5688474', '6795356', '2591903', '1692800', '8601293', '8811390', '3771865', '9846895', '8018382', '5005515', '2647847', '4820113', '4681061', '6971394', '2715762', '2251905', '2300261', '1802902', '8630014', '8980114', '5333490', '6489400', '5555348', '7249031', '2692165', '5085370', '8442390', '2753744', '2185765', '3054773', '7788401', '4710286', '1650773', '8724855', '4677894', '3210673', '2307126', '1593049', '9980784', '7556211', '4165104', '5836278', '1006137', '2721840', '6831301', '9834690', '2093873', '3243599', '7130458', '6236409', '1526839', '4908546', '3319365', '3004681', '7479725', '9083549', '5940170', '3423084', '2322177', '2141415', '5802276', '7550493', '8666599', '5528627', '3637251', '2167048', '9357323') AND GenerateWorkOrderHistoryId = 55992;... (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-02-27 07:02:40,368 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId IN (95446, 95455, 95410, 95428, 95456, 95431, 95187, 95454, 95447, 95449, 95417, 95450, 95416, 95404, 95427, 95353, 95443, 95438, 95344, 95343, 95354, 94898, 95406, 95418, 94897, 95435, 95437, 95436, 95364, 95355, 95352, 95337, 95414, 95367, 95421, 95341, 95432, 95434, 95433) AND WorkOrderNo IN ('8238776', '3007309', '7382292', '6373005', '7154987', '7344700', '4413455', '6032009', '5528985', '3048587', '8237393', '2657840', '6912086', '6129872', '3602207', '7038088', '8581428', '1690527', '9303023', '2303922', '1212218', '9696150', '1803116', '5097702', '2903133', '9018671', '6132847', '2801165', '5567827', '2856835', '1445642', '6761941', '5320638', '5785336', '2637993', '4365247', '5100679', '1359059', '4967120', '3231268', '1800119', '1855099', '4896505', '2508664', '2352987', '6907925', '7757133', '7502236', '7473187', '3742761', '2828764', '8931906', '5468860', '2344624', '3267718', '7081608', '2443083', '5490568', '7340305', '3137925', '7941547', '4266757', '6010979', '4375816', '3345410', '5780674', '2729184', '6290619', '6595710', '5838290', '8696005', '5178606', '2075653', '8699677', '7987018', '4965103', '9764314', '4549487', '6247336', '9412042', '9749344', '9398453', '4256704', '3860886', '6455131', '3050448', '4137103', '6163762', '3775608', '5417351', '1584414', '7207329', '8391790', '1807786', '4524736', '9129437', '8615786', '9503367', '6277565', '1063479', '8097326', '7412148', '3935966', '9840406', '3242167', '7873308', '6139861', '8076768', '6379935', '1991249', '7021329', '6514604', '4885861', '6714913', '1972128', '9410582', '7035962', '9983140', '9604151', '5781113', '8521992', '4959200', '3752505', '7610583', '2923567', '1886394', '8154721', '7975808', '7181325', '1292468', '7061075', '3484012', '4756426', '6934405', '1025885', '8289607', '9173151', '1049358', '6119188', '4962528', '1724662', '9946267', '3570141', '1821912', '9740618', '7300187', '3666246', '6074962', '6585961', '1800348', '1790602', '5974801', '1028415', '1866038', '5016456', '3027227', '7572408', '2195814', '8536937', '1274602', '5373298', '1746486', '7931455', '9874518', '7696569', '1071165', '6837805', '5234758', '2662544', '1134719', '2361372', '8138255', '4226274', '5542620', '9583920', '1696612', '6279405', '1907775', '3542889', '1215731', '3563214', '8965307', '5171850', '8459980', '4877305', '6152757', '7708775', '6461018', '3460836', '2098922', '7218823', '7737712', '6196865', '4460830', '6275452', '6255871', '9407597', '2624366', '8402988', '7082089', '2276482', '9403957', '9559910', '9001078', '5831030', '3536955', '3671751', '2855372', '4276664', '1293782', '2573620', '5615945', '3624938', '7857460', '9877849', '4567754', '9390273', '1307912', '7276622', '7579206', '3327911', '5320435', '7651518', '9983232', '2951995', '2505325', '6408637', '2530600', '5829108', '9418149', '2769848', '2462844', '6918026', '8581662', '5155728', '1715321', '9367066', '4326208', '6675516', '6972401', '7374780', '6527191', '1420887', '4517613', '8668097', '2803714', '9577715', '5760225', '7676950', '1458657', '5732923', '1548599', '2165869', '4885975', '3595016', '4213326', '3182889', '8356880', '4204481', '4816684', '5624913', '9859075', '9478631', '7657442', '6239783', '5023652', '9460435', '2781370', '5220203', '3019443', '2495160', '3437183', '6076482', '5516321', '7439629', '7814206', '5046232', '4301221', '9235123', '9436981', '3157136', '6205323', '6445963', '9228035', '3143308', '2403006', '6958111', '1351950', '3681875', '6327997', '3414368', '1282889', '9625626', '1820426', '7333996', '8735382', '2497517', '5848833', '8123353', '5540892', '2147041', '4100241', '4874767', '4152571', '9310497', '8931183', '3104974', '8880396', '3020530', '8814386', '2045035', '8918026', '3968681', '7788684', '9182184', '6020813', '7460141', '9210429', '4961979', '7540560', '6525460', '7122681', '5807099', '3896656', '2664450', '4046176', '9788071', '3258417', '6321942', '2796548', '5002529', '8029740', '9737628', '9369181', '3477548', '5343419', '4086271', '4599370', '2894081', '8395178', '5885612', '5816527', '2072489', '2559480', '3764773', '9675062', '1264036', '1424830', '1226779', '5071617', '1093505', '5905088', '4694778', '8269259', '4655951', '1626377', '2635277', '2446840', '7263387', '9581404', '8280867', '5305700', '6913928', '5516825', '4254464', '2808870', '6108137', '5219743', '9629030', '5617158', '4807173', '9125707', '3985940', '8072831', '3760199', '3751683', '4216347', '4122515', '7722895', '2955618', '9339680', '7229358', '6897249', '5140847', '3090058', '2712705', '3882716', '3275634', '2693802', '6496146', '7780103', '7567025', '4476504', '1671745', '2254332', '8608991', '3011811', '2030856', '9731174', '3048666', '8781793', '5093238', '1162073', '9602311', '9451048', '4846520', '1087878', '8046082', '8207819', '4550790', '1599816', '3991298', '8179684', '8962601', '1018028', '1471557', '8930735', '9037884', '4201953', '3881326', '4625238', '9741332', '6935512', '1547615', '4442071', '2152137', '4280899', '2061808', '1057017', '3830476', '2444224', '7776803', '7582695', '8177963', '5505411', '7615572', '1419620', '4847495', '8449216', '4122322', '7792786', '3471049', '9487968', '4922133', '9601751', '4436970', '3765884', '6421014', '4348507', '9311449', '2533324', '1411398', '9531601', '6289951', '7566493', '1440838', '7830819', '1333947', '1147879', '3594695', '8446418', '7202954', '1329189', '5288371', '7055053', '4096891', '7560792', '1555025', '8209652', '9144611', '7255233', '9309508', '5059979', '2878261', '5520730', '2131881', '4225148', '7834463', '9366862', '2210828', '5801492', '9980533', '3086669', '2457548', '5400908', '1062788', '1106843', '5862773', '4830673', '4520815', '6439271', '5019550', '2001798', '2151271', '1838025', '1856046', '5238376', '3299252', '6340548', '3628552', '2159859', '4101276', '6546451', '6513942', '7110995', '3468171', '7045022', '3382202', '1672808', '7748453', '5834731', '6949020', '5410246', '4278409', '3492820', '2939084', '6005248', '3406695', '2557758', '3535030', '3444257', '7497083', '3886124', '7001225', '3252911', '3616733', '6090313', '4294148', '4141984', '6554255', '7505305', '4547895', '1121197', '5272714', '6527276', '2837129', '3631687', '8426310', '4804906', '4570289', '4702236', '4648670', '7269754', '2828718', '8065939', '4418560', '4998646', '6866587', '5174901', '4711759', '3285729', '4839475', '2438292', '7868470', '9797011', '8285220', '3954848', '2350271', '6636918', '6440206', '2798756', '2726898', '1782670', '6127996', '5299274', '8066436', '8812888', '3699030', '4052162', '9616616', '2515594', '6290327', '2585068', '3637439', '4650539', '1068865', '1937114', '4525410', '5061862', '1616995', '2483910', '6068896', '4760458', '7352582', '4396496', '2985715', '4951416', '9898863', '8666411', '2066908', '3557138', '1470745', '7375327', '3673360', '9423243', '6590740', '3961508', '3658229', '3953989', '9849800', '3449146', '1069891', '5783258', '8099643', '2024085', '5250475', '4329852', '9596512', '8676197', '7788534', '9652646', '8938987', '5999298', '6742497', '4247799', '6874068', '8037832', '1825356', '6693649', '5170700', '1527335', '5016216', '1845281', '7499591', '4254307', '6282272', '4869822', '1766812', '1382696', '4094488', '7895714', '4020208', '9055566', '7611889', '3597727', '1910306', '9768624', '7764220', '5969421', '3624345', '1764267', '8529697', '1675807', '5607608', '7509201', '9864618', '8430452', '3521308', '5759482', '9563813', '2526276', '6522664', '5812987', '4842727', '3589847', '1003966', '5128047', '2489475', '1150722', '4250170', '7559018', '8117262', '1998575', '8958126', '3699132', '8291992', '3697909', '9653006', '3618867', '4130869', '7978492', '1744694', '7574325', '3834971', '9197381', '2207484', '9212401', '2199415', '9131194', '6733049', '3308007', '7137066', '8316051', '4088821', '5052602', '4417536', '1417851', '3932091', '6263272', '4080492', '4560490', '8693871', '7992598', '2524699', '7639868', '8586541', '5113764', '3360520', '8605814', '4794203', '3307411', '5214897', '7712349', '8964514', '8597304', '5976133', '5340742', '4058090', '9373916', '6561617', '7186078', '3261287', '6718406', '3893922', '7811224', '7318072', '3848808', '8731939', '5354444', '6477651', '5270506', '1586362', '8921185', '2427037', '5043501', '6325903', '4045129', '2071277', '5151008', '2757850', '6056383', '7757120', '9410552', '7646234', '6258528', '8641364', '8174668', '4622141', '3865977', '8104526', '7648948', '1312090', '8092062', '7889748', '2662101', '5963185', '1077767', '2602561', '1099914', '6015822', '1154077', '4964657', '4552729', '1241501', '8839606', '5206001', '1568083', '9289011', '1697388', '6856676', '1755583', '6123777', '4471956', '9078583', '7019053', '9149629', '9079703', '1268855', '9176457', '1187646', '2515222', '2957267', '5070570', '5267262', '6924545', '3082015', '9438477', '7499983', '2709621', '6525246', '7013517', '6381140', '7012376', '6999823', '8407386', '4696951', '1560589', '5265126', '4178365', '6500830', '5778994', '4151334', '1510369', '8450541', '1603634', '1471315', '5882219', '4066796', '2054259', '2078905', '3005713', '3227993', '7573751', '7058733', '9704828', '4128776') AND GenerateWorkOrderHistoryId = 55992;... (Thread: ThreadPoolExecutor-3_1) - __SPLIT__ 2026-02-27 07:02:40,654 - [55992] - src.utils.log - INFO - βœ… Fetched 1000 rows - __SPLIT__ 2026-02-27 07:02:40,699 - [55992] - src.utils.log - INFO - βœ… Fetched 806 rows - __SPLIT__ 2026-02-27 07:02:40,700 - [55992] - src.utils.log - INFO - 🏁 Final merged rows: 1806 - __SPLIT__ 2026-02-27 07:02:40,710 - [55992] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-27 07:02:40,710 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:40,736 - [55992] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 07:02:40,736 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 830 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:40,762 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 830) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-02-27 07:02:41,745 - [55992] - src.utils.log - INFO - βœ… All 830 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 07:02:41,745 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 631 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:41,776 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 631) into ServiceCore.WorkOrderSalesPersonCommission - __SPLIT__ 2026-02-27 07:02:42,439 - [55992] - src.utils.log - INFO - βœ… All 631 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 1 batches - __SPLIT__ 2026-02-27 07:02:42,440 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:42,461 - [55992] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 07:02:42,462 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 2887 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:42,495 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2887) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-27 07:02:45,244 - [55992] - src.utils.log - INFO - βœ… All 2887 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-27 07:02:45,244 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 249 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:45,326 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 249) into ServiceCore.SubWorkOrder - __SPLIT__ 2026-02-27 07:02:46,572 - [55992] - src.utils.log - INFO - βœ… All 249 rows inserted successfully into ServiceCore.SubWorkOrder in 1 batches - __SPLIT__ 2026-02-27 07:02:46,572 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 1723 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:46,601 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1723) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-27 07:02:47,723 - [55992] - src.utils.log - INFO - βœ… All 1723 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-27 07:02:47,723 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 589 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:47,746 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 589) into ServiceCore.WorkorderSourceMapping - __SPLIT__ 2026-02-27 07:02:47,945 - [55992] - src.utils.log - INFO - βœ… All 589 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 1 batches - __SPLIT__ 2026-02-27 07:02:47,945 - [55992] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 2887 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:47,977 - [55992] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2887) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-27 07:02:50,773 - [55992] - src.utils.log - INFO - βœ… All 2887 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-27 07:02:50,773 - [55992] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-27 07:02:50,773 - [55992] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55992 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:50,796 - [55992] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:02:50,803 - [55992] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-27 07:02:50,815 - [55992] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_a3000116e1 - __SPLIT__ 2026-02-27 07:02:50,841 - [55992] - src.utils.log - INFO - πŸ“Œ Bulk inserting 39 rows into #tbl_a3000116e1 - __SPLIT__ 2026-02-27 07:02:51,315 - [55992] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-27 07:02:51,333 - [55992] - src.utils.log - INFO - βœ” SQL reported affected rows: 39 - __SPLIT__ 2026-02-27 07:02:51,349 - [55992] - src.utils.log - INFO - πŸ” Verified successfully updated 39 rows via #tbl_a3000116e1 - __SPLIT__ 2026-02-27 07:02:51,349 - [55992] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_a3000116e1 - __SPLIT__ 2026-02-27 07:02:51,350 - [55992] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55992 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:51,370 - [55992] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:02:51,370 - [55992] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-27 07:02:51,370 - [55992] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:51,540 - [55992] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:02:51,540 - [55992] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:51,688 - [55992] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:02:51,688 - [55992] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:51,830 - [55992] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:02:51,830 - [55992] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:51,966 - [55992] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:02:51,966 - [55992] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:52,093 - [55992] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:02:52,093 - [55992] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:52,255 - [55992] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:02:52,255 - [55992] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:52,383 - [55992] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:02:52,384 - [55992] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:52,978 - [55992] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:02:52,979 - [55992] - src.utils.log - INFO - Work order published ids: (478134, 478135, 478136, 478137, 478138, 478139, 478140, 478141, 478142, 478143, 478144, 478145, 478146, 478147, 478148, 478149, 478150, 478151, 478152, 478153, 478154, 478155, 478156, 478157, 478158, 478159, 478160, 478161, 478162, 478163, 478164, 478165, 478166, 478167, 478168, 478169, 478170, 478171, 478172, 478173, 478174, 478175, 478176, 478177, 478178, 478179, 478180, 478181, 478182, 478183, 478184, 478185, 478186, 478187, 478188, 478189, 478190, 478191, 478192, 478193, 478194, 478195, 478196, 478197, 478198, 478199, 478200, 478201, 478202, 478203, 478204, 478205, 478206, 478207, 478208, 478209, 478210, 478211, 478212, 478213, 478214, 478215, 478216, 478217, 478218, 478219, 478220, 478221, 478222, 478223, 478224, 478225, 478226, 478227, 478228, 478229, 478230, 478231, 478232, 478233, 478234, 478235, 478236, 478237, 478238, 478239, 478240, 478241, 478242, 478243, 478244, 478245, 478246, 478247, 478248, 478249, 478250, 478251, 478252, 478253, 478254, 478255, 478256, 478257, 478258, 478259, 478260, 478261, 478262, 478263, 478264, 478265, 478266, 478267, 478268, 478269, 478270, 478271, 478272, 478273, 478274, 478275, 478276, 478277, 478278, 478279, 478280, 478281, 478282, 478283, 478284, 478285, 478286, 478287, 478288, 478289, 478290, 478291, 478292, 478293, 478294, 478295, 478296, 478297, 478298, 478299, 478300, 478301, 478302, 478303, 478304, 478305, 478306, 478307, 478308, 478309, 478310, 478311, 478312, 478313, 478314, 478315, 478316, 478317, 478318, 478319, 478320, 478321, 478322, 478323, 478324, 478325, 478326, 478327, 478328, 478329, 478330, 478331, 478332, 478333, 478334, 478335, 478336, 478337, 478338, 478339, 478340, 478341, 478342, 478343, 478344, 478345, 478346, 478347, 478348, 478349, 478350, 478351, 478352, 478353, 478354, 478355, 478356, 478357, 478358, 478359, 478360, 478361, 478362, 478363, 478364, 478365, 478366, 478367, 478368, 478369, 478370, 478371, 478372, 478373, 478374, 478375, 478376, 478377, 478378, 478379, 478380, 478381, 478382, 478383, 478384, 478385, 478386, 478387, 478388, 478389, 478390, 478391, 478392, 478393, 478394, 478395, 478396, 478397, 478398, 478399, 478400, 478401, 478402, 478403, 478404, 478405, 478406, 478407, 478408, 478409, 478410, 478411, 478412, 478413, 478414, 478415, 478416, 478417, 478418, 478419, 478420, 478421, 478422, 478423, 478424, 478425, 478426, 478427, 478428, 478429, 478430, 478431, 478432, 478433, 478434, 478435, 478436, 478437, 478438, 478439, 478440, 478441, 478442, 478443, 478444, 478445, 478446, 478447, 478448, 478449, 478450, 478451, 478452, 478453, 478454, 478455, 478456, 478457, 478458, 478459, 478460, 478461, 478462, 478463, 478464, 478465, 478466, 478467, 478468, 478469, 478470, 478471, 478472, 478473, 478474, 478475, 478476, 478477, 478478, 478479, 478480, 478481, 478482, 478483, 478484, 478485, 478486, 478487, 478488, 478489, 478490, 478491, 478492, 478493, 478494, 478495, 478496, 478497, 478498, 478499, 478500, 478501, 478502, 478503, 478504, 478505, 478506, 478507, 478508, 478509, 478510, 478511, 478512, 478513, 478514, 478515, 478516, 478517, 478518, 478519, 478520, 478521, 478522, 478523, 478524, 478525, 478526, 478527, 478528, 478529, 478530, 478531, 478532, 478533, 478534, 478535, 478536, 478537, 478538, 478539, 478540, 478541, 478542, 478543, 478544, 478545, 478546, 478547, 478548, 478549, 478550, 478551, 478552, 478553, 478554, 478555, 478556, 478557, 478558, 478559, 478560, 478561, 478562, 478563, 478564, 478565, 478566, 478567, 478568, 478569, 478570, 478571, 478572, 478573, 478574, 478575, 478576, 478577, 478578, 478579, 478580, 478581, 478582, 478583, 478584, 478585, 478586, 478587, 478588, 478589, 478590, 478591, 478592, 478593, 478594, 478595, 478596, 478597, 478598, 478599, 478600, 478601, 478602, 478603, 478604, 478605, 478606, 478607, 478608, 478609, 478610, 478611, 478612, 478613, 478614, 478615, 478616, 478617, 478618, 478619, 478620, 478621, 478622, 478623, 478624, 478625, 478626, 478627, 478628, 478629, 478630, 478631, 478632, 478633, 478634, 478635, 478636, 478637, 478638, 478639, 478640, 478641, 478642, 478643, 478644, 478645, 478646, 478647, 478648, 478649, 478650, 478651, 478652, 478653, 478654, 478655, 478656, 478657, 478658, 478659, 478660, 478661, 478662, 478663, 478664, 478665, 478666, 478667, 478668, 478669, 478670, 478671, 478672, 478673, 478674, 478675, 478676, 478677, 478678, 478679, 478680, 478681, 478682, 478683, 478684, 478685, 478686, 478687, 478688, 478689, 478690, 478691, 478692, 478693, 478694, 478695, 478696, 478697, 478698, 478699, 478700, 478701, 478702, 478703, 478704, 478705, 478706, 478707, 478708, 478709, 478710, 478711, 478712, 478713, 478714, 478715, 478716, 478717, 478718, 478719, 478720, 478721, 478722, 478723, 478724, 478725, 478726, 478727, 478728, 478729, 478730, 478731, 478732, 478733, 478734, 478735, 478736, 478737, 478738, 478739, 478740, 478741, 478742, 478743, 478744, 478745, 478746, 478747, 478748, 478749, 478750, 478751, 478752, 478753, 478754, 478755, 478756, 478757, 478758, 478759, 478760, 478761, 478762, 478763, 478764, 478765, 478766, 478767, 478768, 478769, 478770, 478771, 478772, 478773, 478774, 478775, 478776, 478777, 478778, 478779, 478780, 478781, 478782, 478783, 478784, 478785, 478786, 478787, 478788, 478789, 478790, 478791, 478792, 478793, 478794, 478795, 478796, 478797, 478798, 478799, 478800, 478801, 478802, 478803, 478804, 478805, 478806, 478807, 478808, 478809, 478810, 478811, 478812, 478813, 478814, 478815, 478816, 478817, 478818, 478819, 478820, 478821, 478822, 478823, 478824, 478825, 478826, 478827, 478828, 478829, 478830, 478831, 478832, 478833, 478834, 478835, 478836, 478837, 478838, 478839, 478840, 478841, 478842, 478843, 478844, 478845, 478846, 478847, 478848, 478849, 478850, 478851, 478852, 478853, 478854, 478855, 478856, 478857, 478858, 478859, 478860, 478861, 478862, 478863, 478864, 478865, 478866, 478867, 478868, 478869, 478870, 478871, 478872, 478873, 478874, 478875, 478876, 478877, 478878, 478879, 478880, 478881, 478882, 478883, 478884, 478885, 478886, 478887, 478888, 478889, 478890, 478891, 478892, 478893, 478894, 478895, 478896, 478897, 478898, 478899, 478900, 478901, 478902, 478903, 478904, 478905, 478906, 478907, 478908, 478909, 478910, 478911, 478912, 478913, 478914, 478915, 478916, 478917, 478918, 478919, 478920, 478921, 478922, 478923, 478924, 478925, 478926, 478927, 478928, 478929, 478930, 478931, 478932, 478933, 478934, 478935, 478936, 478937, 478938, 478939, 478940, 478941, 478942, 478943, 478944, 478945, 478946, 478947, 478948, 478949, 478950, 478951, 478952, 478953, 478954, 478955, 478956, 478957, 478958, 478959, 478960, 478961, 478962, 478963, 478964, 478965, 478966, 478967, 478968, 478969, 478970, 478971, 478972, 478973, 478974, 478975, 478976, 478977, 478978, 478979, 478980, 478981, 478982, 478983, 478984, 478985, 478986, 478987, 478988, 478989, 478990, 478991, 478992, 478993, 478994, 478995, 478996, 478997, 478998, 478999, 479000, 479001, 479002, 479003, 479004, 479005, 479006, 479007, 479008, 479009, 479010, 479011, 479012, 479013, 479014, 479015, 479016, 479017, 479018, 479019, 479020, 479021, 479022, 479023, 479024, 479025, 479026, 479027, 479028, 479029, 479030, 479031, 479032, 479033, 479034, 479035, 479036, 479037, 479038, 479039, 479040, 479041, 479042, 479043, 479044, 479045, 479046, 479047, 479048, 479049, 479050, 479051, 479052, 479053, 479054, 479055, 479056, 479057, 479058, 479059, 479060, 479061, 479062, 479063, 479064, 479065, 479066, 479067, 479068, 479069, 479070, 479071, 479072, 479073, 479074, 479075, 479076, 479077, 479078, 479079, 479080, 479081, 479082, 479083, 479084, 479085, 479086, 479087, 479088, 479089, 479090, 479091, 479092, 479093, 479094, 479095, 479096, 479097, 479098, 479099, 479100, 479101, 479102, 479103, 479104, 479105, 479106, 479107, 479108, 479109, 479110, 479111, 479112, 479113, 479114, 479115, 479116, 479117, 479118, 479119, 479120, 479121, 479122, 479123, 479124, 479125, 479126, 479127, 479128, 479129, 479130, 479131, 479132, 479133, 479134, 479135, 479136, 479137, 479138, 479139, 479140, 479141, 479142, 479143, 479144, 479145, 479146, 479147, 479148, 479149, 479150, 479151, 479152, 479153, 479154, 479155, 479156, 479157, 479158, 479159, 479160, 479161, 479162, 479163, 479164, 479165, 479166, 479167, 479168, 479169, 479170, 479171, 479172, 479173, 479174, 479175, 479176, 479177, 479178, 479179, 479180, 479181, 479182, 479183, 479184, 479185, 479186, 479187, 479188, 479189, 479190, 479191, 479192, 479193, 479194, 479195, 479196, 479197, 479198, 479199, 479200, 479201, 479202, 479203, 479204, 479205, 479206, 479207, 479208, 479209, 479210, 479211, 479212, 479213, 479214, 479215, 479216, 479217, 479218, 479219, 479220, 479221, 479222, 479223, 479224, 479225, 479226, 479227, 479228, 479229, 479230, 479231, 479232, 479233, 479234, 479235, 479236, 479237, 479238, 479239, 479240, 479241, 479242, 479243, 479244, 479245, 479246, 479247, 479248, 479249, 479250, 479251, 479252, 479253, 479254, 479255, 479256, 479257, 479258, 479259, 479260, 479261, 479262, 479263, 479264, 479265, 479266, 479267, 479268, 479269, 479270, 479271, 479272, 479273, 479274, 479275, 479276, 479277, 479278, 479279, 479280, 479281, 479282, 479283, 479284, 479285, 479286, 479287, 479288, 479289, 479290, 479291, 479292, 479293, 479294, 479295, 479296, 479297, 479298, 479299, 479300, 479301, 479302, 479303, 479304, 479305, 479306, 479307, 479308, 479309, 479310, 479311, 479312, 479313, 479314, 479315, 479316, 479317, 479318, 479319, 479320, 479321, 479322, 479323, 479324, 479325, 479326, 479327, 479328, 479329, 479330, 479331, 479332, 479333, 479334, 479335, 479336, 479337, 479338, 479339, 479340, 479341, 479342, 479343, 479344, 479345, 479346, 479347, 479348, 479349, 479350, 479351, 479352, 479353, 479354, 479355, 479356, 479357, 479358, 479359, 479360, 479361, 479362, 479363, 479364, 479365, 479366, 479367, 479368, 479369, 479370, 479371, 479372, 479373, 479374, 479375, 479376, 479377, 479378, 479379, 479380, 479381, 479382, 479383, 479384, 479385, 479386, 479387, 479388, 479389, 479390, 479391, 479392, 479393, 479394, 479395, 479396, 479397, 479398, 479399, 479400, 479401, 479402, 479403, 479404, 479405, 479406, 479407, 479408, 479409, 479410, 479411, 479412, 479413, 479414, 479415, 479416, 479417, 479418, 479419, 479420, 479421, 479422, 479423, 479424, 479425, 479426, 479427, 479428, 479429, 479430, 479431, 479432, 479433, 479434, 479435, 479436, 479437, 479438, 479439, 479440, 479441, 479442, 479443, 479444, 479445, 479446, 479447, 479448, 479449, 479450, 479451, 479452, 479453, 479454, 479455, 479456, 479457, 479458, 479459, 479460, 479461, 479462, 479463, 479464, 479465, 479466, 479467, 479468, 479469, 479470, 479471, 479472, 479473, 479474, 479475, 479476, 479477, 479478, 479479, 479480, 479481, 479482, 479483, 479484, 479485, 479486, 479487, 479488, 479489, 479490, 479491, 479492, 479493, 479494, 479495, 479496, 479497, 479498, 479499, 479500, 479501, 479502, 479503, 479504, 479505, 479506, 479507, 479508, 479509, 479510, 479511, 479512, 479513, 479514, 479515, 479516, 479517, 479518, 479519, 479520, 479521, 479522, 479523, 479524, 479525, 479526, 479527, 479528, 479529, 479530, 479531, 479532, 479533, 479534, 479535, 479536, 479537, 479538, 479539, 479540, 479541, 479542, 479543, 479544, 479545, 479546, 479547, 479548, 479549, 479550, 479551, 479552, 479553, 479554, 479555, 479556, 479557, 479558, 479559, 479560, 479561, 479562, 479563, 479564, 479565, 479566, 479567, 479568, 479569, 479570, 479571, 479572, 479573, 479574, 479575, 479576, 479577, 479578, 479579, 479580, 479581, 479582, 479583, 479584, 479585, 479586, 479587, 479588, 479589, 479590, 479591, 479592, 479593, 479594, 479595, 479596, 479597, 479598, 479599, 479600, 479601, 479602, 479603, 479604, 479605, 479606, 479607, 479608, 479609, 479610, 479611, 479612, 479613, 479614, 479615, 479616, 479617, 479618, 479619, 479620, 479621, 479622, 479623, 479624, 479625, 479626, 479627, 479628, 479629, 479630, 479631, 479632, 479633, 479634, 479635, 479636, 479637, 479638, 479639, 479640, 479641, 479642, 479643, 479644, 479645, 479646, 479647, 479648, 479649, 479650, 479651, 479652, 479653, 479654, 479655, 479656, 479657, 479658, 479659, 479660, 479661, 479662, 479663, 479664, 479665, 479666, 479667, 479668, 479669, 479670, 479671, 479672, 479673, 479674, 479675, 479676, 479677, 479678, 479679, 479680, 479681, 479682, 479683, 479684, 479685, 479686, 479687, 479688, 479689, 479690, 479691, 479692, 479693, 479694, 479695, 479696, 479697, 479698, 479699, 479700, 479701, 479702, 479703, 479704, 479705, 479706, 479707, 479708, 479709, 479710, 479711, 479712, 479713, 479714, 479715, 479716, 479717, 479718, 479719, 479720, 479721, 479722, 479723, 479724, 479725, 479726, 479727, 479728, 479729, 479730, 479731, 479732, 479733, 479734, 479735, 479736, 479737, 479738, 479739, 479740, 479741, 479742, 479743, 479744, 479745, 479746, 479747, 479748, 479749, 479750, 479751, 479752, 479753, 479754, 479755, 479756, 479757, 479758, 479759, 479760, 479761, 479762, 479763, 479764, 479765, 479766, 479767, 479768, 479769, 479770, 479771, 479772, 479773, 479774, 479775, 479776, 479777, 479778, 479779, 479780, 479781, 479782, 479783, 479784, 479785, 479786, 479787, 479788, 479789, 479790, 479791, 479792, 479793, 479794, 479795, 479796, 479797, 479798, 479799, 479800, 479801, 479802, 479803, 479804, 479805, 479806, 479807, 479808, 479809, 479810, 479811, 479812, 479813, 479814, 479815, 479816, 479817, 479818, 479819, 479820, 479821, 479822, 479823, 479824, 479825, 479826, 479827, 479828, 479829, 479830, 479831, 479832, 479833, 479834, 479835, 479836, 479837, 479838, 479839, 479840, 479841, 479842, 479843, 479844, 479845, 479846, 479847, 479848, 479849, 479850, 479851, 479852, 479853, 479854, 479855, 479856, 479857, 479858, 479859, 479860, 479861, 479862, 479863, 479864, 479865, 479866, 479867, 479868, 479869, 479870, 479871, 479872, 479873, 479874, 479875, 479876, 479877, 479878, 479879, 479880, 479881, 479882, 479883, 479884, 479885, 479886, 479887, 479888, 479889, 479890, 479891, 479892, 479893, 479894, 479895, 479896, 479897, 479898, 479899, 479900, 479901, 479902, 479903, 479904, 479905, 479906, 479907, 479908, 479909, 479910, 479911, 479912, 479913, 479914, 479915, 479916, 479917, 479918, 479919, 479920, 479921, 479922, 479923, 479924, 479925, 479926, 479927, 479928, 479929, 479930, 479931, 479932, 479933, 479934, 479935, 479936, 479937, 479938, 479939) - __SPLIT__ 2026-02-27 07:02:52,979 - [55992] - src.utils.log - INFO - Time took to perform operation in publishing [55992]: 50.85 - __SPLIT__ 2026-02-27 07:02:52,979 - [55992] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55992] - __SPLIT__ 2026-02-27 07:02:52,979 - [55992] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-27 02:02:52.979' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55992;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:02:53,003 - [55992] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:14:13,629 - 55993 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55993 - __SPLIT__ 2026-02-27 07:14:13,630 - 55993 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55993 - __SPLIT__ 2026-02-27 07:14:13,630 - 55993 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 07:14:13,630 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:13,845 - 55993 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:13,845 - 55993 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 07:14:13,845 - 55993 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55993;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:13,876 - 55993 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:14:13,876 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55993), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55993), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55993 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:13,944 - 55993 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:13,944 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55993;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:13,976 - 55993 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:13,978 - 55993 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 07:14:13,979 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,014 - 55993 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:14,015 - 55993 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 07:14:14,017 - 55993 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-27 07:14:14,017 - 55993 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 07:14:14,017 - 55993 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-27 07:14:14,017 - 55993 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-27 07:14:14,017 - 55993 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 07:14:14,018 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95457;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,049 - 55993 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:14,049 - 55993 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId = 95457 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,088 - 55993 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:14,169 - 55993 - src.utils.log - INFO - Generating work orders for setup: 95457 - __SPLIT__ 2026-02-27 07:14:14,227 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11457;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,258 - 55993 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:14,265 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11422;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,295 - 55993 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:14,326 - 55993 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 07:14:14,331 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,362 - 55993 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:14,365 - 55993 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 07:14:14,365 - 55993 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 07:14:14,365 - 55993 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95457 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,412 - 55993 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:14,412 - 55993 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95457 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,459 - 55993 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:14,459 - 55993 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95457 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,506 - 55993 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:14,506 - 55993 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95457 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,553 - 55993 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:14,553 - 55993 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95457 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,600 - 55993 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:14,600 - 55993 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95457 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,648 - 55993 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:14,648 - 55993 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95457 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,682 - 55993 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:14,682 - 55993 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95457 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,753 - 55993 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:14,754 - 55993 - src.utils.log - INFO - πŸ“ Inserting 11 work orders for route: 1 - __SPLIT__ 2026-02-27 07:14:14,754 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:14,813 - 55993 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 07:14:15,045 - 55993 - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 07:14:15,046 - 55993 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 11 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.370' and ServiceSetupId = 95457... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,093 - 55993 - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 07:14:15,093 - 55993 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 11 records - __SPLIT__ 2026-02-27 07:14:15,093 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95457;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,124 - 55993 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:15,124 - 55993 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 07:14:15,125 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95457... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,157 - 55993 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:14:15,158 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95457... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,190 - 55993 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:14:15,196 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95457... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,231 - 55993 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:14:15,232 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95457... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,263 - 55993 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:15,263 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95457... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,293 - 55993 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:15,294 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95457;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,326 - 55993 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:15,327 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95457;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,358 - 55993 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:15,359 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95457;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,528 - 55993 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:15,528 - 55993 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95457;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,561 - 55993 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:15,575 - 55993 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 07:14:15,576 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,607 - 55993 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 07:14:15,607 - 55993 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 07:14:15,607 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,638 - 55993 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 07:14:15,638 - 55993 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 07:14:15,638 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,669 - 55993 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 07:14:15,669 - 55993 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 07:14:15,669 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,708 - 55993 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-27 07:14:15,823 - 55993 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 07:14:15,823 - 55993 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 07:14:15,823 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,854 - 55993 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 07:14:15,854 - 55993 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 07:14:15,854 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,885 - 55993 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 07:14:15,885 - 55993 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 07:14:15,885 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,916 - 55993 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 07:14:15,917 - 55993 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 07:14:15,917 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:15,951 - 55993 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 07:14:16,071 - 55993 - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 07:14:16,071 - 55993 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 07:14:16,071 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:16,109 - 55993 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 07:14:16,224 - 55993 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 07:14:16,225 - 55993 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 07:14:16,225 - 55993 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 20 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:16,261 - 55993 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 07:14:16,393 - 55993 - src.utils.log - INFO - βœ… All 20 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 07:14:16,393 - 55993 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 07:14:16,394 - 55993 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-27 07:14:16,394 - 55993 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-27 07:14:16,394 - 55993 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55993;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:16,424 - 55993 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:14:16,425 - 55993 - src.utils.log - INFO - ⏱️ Total time: 2.79s | Status: Completed - __SPLIT__ 2026-02-27 07:14:16,425 - 55993 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55993;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:16,455 - 55993 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:14:16,455 - 55993 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 02:14:16.455' WHERE GenerateWorkOrderHistoryId = 55993;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:16,485 - 55993 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:14:16,485 - 55993 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 07:14:33,104 - [55993] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950] user_id=44506 company_id=146 project_id=[55993] publish_all=False - __SPLIT__ 2026-02-27 07:14:33,105 - [55993] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950] user_id=44506 company_id=146 project_id=[55993] publish_all=False - __SPLIT__ 2026-02-27 07:14:33,105 - [55993] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55993] - __SPLIT__ 2026-02-27 07:14:33,106 - [55993] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 07:14:33,106 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,306 - [55993] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:33,306 - [55993] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-27 07:14:33,306 - [55993] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55993;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,335 - [55993] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:14:33,335 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,369 - [55993] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 07:14:33,370 - [55993] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-27 07:14:33,370 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95457 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,406 - [55993] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:33,407 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95457 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,440 - [55993] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:33,440 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95457 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,476 - [55993] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:33,480 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,508 - [55993] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:14:33,508 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,535 - [55993] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:33,537 - [55993] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '26213' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,565 - [55993] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:14:33,566 - [55993] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '29681' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,595 - [55993] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:14:33,598 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 95457... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,632 - [55993] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:33,643 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,671 - [55993] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:33,671 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1210' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,700 - [55993] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:33,701 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:33,774 - [55993] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-27 07:14:33,997 - [55993] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 07:14:34,011 - [55993] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 07:14:34,013 - [55993] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95457;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,041 - [55993] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:14:34,042 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('26202', '26203', '26204', '26205', '26206', '26207', '26208', '26209', '26210', '26211', '26212') AND wo.AccountNumber = '1210' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-02-27 07:14:34,080 - [55993] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 07:14:34,081 - [55993] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-27 07:14:34,081 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,124 - [55993] - src.utils.log - INFO - βœ… Fetched 22 rows - __SPLIT__ 2026-02-27 07:14:34,125 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,175 - [55993] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:34,175 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,213 - [55993] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 07:14:34,213 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,245 - [55993] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:34,245 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,277 - [55993] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:34,277 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,310 - [55993] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:34,310 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,341 - [55993] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:34,342 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,372 - [55993] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:34,374 - [55993] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-27 07:14:34,387 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,416 - [55993] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:34,419 - [55993] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId = 373 AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,448 - [55993] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:34,450 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,479 - [55993] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:14:34,481 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,530 - [55993] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-27 07:14:34,678 - [55993] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-27 07:14:34,679 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95457 AND WorkOrderNo IN ('168817', '4850682', '2842709', '8123673', '4512564', '3927938', '8264853', '2689636', '5771447', '8547092', '9292361') AND GenerateWorkOrderHistoryId = 55993;... (Thread: ThreadPoolExecutor-5_0) - __SPLIT__ 2026-02-27 07:14:34,735 - [55993] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 07:14:34,736 - [55993] - src.utils.log - INFO - 🏁 Final merged rows: 11 - __SPLIT__ 2026-02-27 07:14:34,740 - [55993] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-27 07:14:34,740 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,769 - [55993] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 07:14:34,769 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,803 - [55993] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-02-27 07:14:34,913 - [55993] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 07:14:34,913 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,943 - [55993] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 07:14:34,943 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:34,972 - [55993] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 07:14:34,972 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 22 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,008 - [55993] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 22) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-27 07:14:35,138 - [55993] - src.utils.log - INFO - βœ… All 22 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-27 07:14:35,139 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,168 - [55993] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-27 07:14:35,169 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,201 - [55993] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-27 07:14:35,315 - [55993] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-27 07:14:35,315 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,344 - [55993] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-27 07:14:35,344 - [55993] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 22 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,380 - [55993] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 22) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-27 07:14:35,506 - [55993] - src.utils.log - INFO - βœ… All 22 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-27 07:14:35,507 - [55993] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-27 07:14:35,507 - [55993] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55993 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,537 - [55993] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:14:35,542 - [55993] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-27 07:14:35,558 - [55993] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_12601a9758 - __SPLIT__ 2026-02-27 07:14:35,588 - [55993] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_12601a9758 - __SPLIT__ 2026-02-27 07:14:35,616 - [55993] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-27 07:14:35,636 - [55993] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-27 07:14:35,653 - [55993] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_12601a9758 - __SPLIT__ 2026-02-27 07:14:35,653 - [55993] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_12601a9758 - __SPLIT__ 2026-02-27 07:14:35,653 - [55993] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55993 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,681 - [55993] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:35,681 - [55993] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-27 07:14:35,681 - [55993] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,744 - [55993] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:35,745 - [55993] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,796 - [55993] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:35,796 - [55993] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,826 - [55993] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:35,826 - [55993] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,867 - [55993] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:35,867 - [55993] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,903 - [55993] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:35,904 - [55993] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,962 - [55993] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:35,962 - [55993] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:35,992 - [55993] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:35,992 - [55993] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:36,306 - [55993] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:14:36,307 - [55993] - src.utils.log - INFO - Work order published ids: (479940, 479941, 479942, 479943, 479944, 479945, 479946, 479947, 479948, 479949, 479950) - __SPLIT__ 2026-02-27 07:14:36,307 - [55993] - src.utils.log - INFO - Time took to perform operation in publishing [55993]: 3.2 - __SPLIT__ 2026-02-27 07:14:36,307 - [55993] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55993] - __SPLIT__ 2026-02-27 07:14:36,307 - [55993] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-27 02:14:36.307' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55993;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:14:36,335 - [55993] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:18,883 - 55994 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55994 - __SPLIT__ 2026-02-27 07:36:18,884 - 55994 - src.utils.log - INFO - Work order Generation/Publish algo started for GenerateWorkOrderHistoryId: 55994 - __SPLIT__ 2026-02-27 07:36:18,884 - 55994 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 07:36:18,884 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:19,086 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:19,087 - 55994 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-27 07:36:19,087 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55994;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:19,115 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:19,115 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WoGenStartDateTime = '2026-02-27 02:36:19.115' WHERE GenerateWorkOrderHistoryId = 55994;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:19,145 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:19,145 - 55994 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy, CompanyId from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 55994;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:19,175 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:19,175 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'New', WoPublishStartDateTime = '2026-02-27 02:36:19.175' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55994;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:19,206 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:19,206 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55994), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55994), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55994 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:19,271 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:19,272 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55994;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:19,303 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:19,305 - 55994 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 07:36:19,306 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:19,340 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:19,340 - 55994 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 07:36:19,346 - 55994 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 07:36:19,346 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95459;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-27 07:36:19,411 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:19,411 - 55994 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId = 95459 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-27 07:36:19,450 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:19,531 - 55994 - src.utils.log - INFO - Generating work orders for setup: 95459 - __SPLIT__ 2026-02-27 07:36:19,590 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11440;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-27 07:36:19,621 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:19,628 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11458;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-27 07:36:19,657 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:19,692 - 55994 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 07:36:19,697 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-27 07:36:19,725 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:19,730 - 55994 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 07:36:19,730 - 55994 - src.utils.log - INFO - Running deletes in PARALLEL… - __SPLIT__ 2026-02-27 07:36:19,730 - 55994 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95459 ) (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-02-27 07:36:19,731 - 55994 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95459 ) (Thread: ThreadPoolExecutor-3_1) - __SPLIT__ 2026-02-27 07:36:19,731 - 55994 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95459 ) (Thread: ThreadPoolExecutor-3_2) - __SPLIT__ 2026-02-27 07:36:19,732 - 55994 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95459 ) (Thread: ThreadPoolExecutor-3_3) - __SPLIT__ 2026-02-27 07:36:19,733 - 55994 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95459 ) (Thread: ThreadPoolExecutor-3_4) - __SPLIT__ 2026-02-27 07:36:19,733 - 55994 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95459 ) (Thread: ThreadPoolExecutor-3_5) - __SPLIT__ 2026-02-27 07:36:19,734 - 55994 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95459 ) (Thread: ThreadPoolExecutor-3_6) - __SPLIT__ 2026-02-27 07:36:19,777 - 55994 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:36:19,847 - 55994 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:36:19,857 - 55994 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:36:19,867 - 55994 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:36:19,869 - 55994 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:36:19,870 - 55994 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:36:19,870 - 55994 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:36:19,871 - 55994 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95459 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:19,939 - 55994 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:36:19,941 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95459;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:19,968 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:19,968 - 55994 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 07:36:19,968 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95459... (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-02-27 07:36:19,969 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95459... (Thread: ThreadPoolExecutor-4_1) - __SPLIT__ 2026-02-27 07:36:19,969 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95459... (Thread: ThreadPoolExecutor-4_2) - __SPLIT__ 2026-02-27 07:36:19,970 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95459... (Thread: ThreadPoolExecutor-4_3) - __SPLIT__ 2026-02-27 07:36:19,971 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95459;... (Thread: ThreadPoolExecutor-4_4) - __SPLIT__ 2026-02-27 07:36:19,971 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95459;... (Thread: ThreadPoolExecutor-4_5) - __SPLIT__ 2026-02-27 07:36:19,972 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95459;... (Thread: ThreadPoolExecutor-4_6) - __SPLIT__ 2026-02-27 07:36:19,972 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95459;... (Thread: ThreadPoolExecutor-4_7) - __SPLIT__ 2026-02-27 07:36:19,996 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:19,996 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95459... (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-02-27 07:36:19,998 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:19,999 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:20,000 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:20,002 - 55994 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:36:20,004 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:20,023 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:20,078 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:20,148 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:20,164 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55994;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,193 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:20,193 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 02:36:20.193' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55994;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,219 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:20,219 - 55994 - src.utils.log - INFO - - __SPLIT__ 2026-02-27 07:36:20,219 - 55994 - src.utils.log - INFO - Work order generation successful - Time took: 1.34 - __SPLIT__ 2026-02-27 07:36:20,219 - 55994 - src.utils.log - INFO - Work order publish in progress for GenerateWorkOrderHistoryId: 55994 - __SPLIT__ 2026-02-27 07:36:20,220 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress', WoPublishStartDateTime = '2026-02-27 02:36:20.220' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55994;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,248 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:20,249 - 55994 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 55994;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,274 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:20,275 - 55994 - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-27 07:36:20,275 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95459 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,313 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:20,313 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95459 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,344 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:20,344 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95459 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,378 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:20,382 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,408 - 55994 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:36:20,408 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,436 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:20,437 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '26224' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,463 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:20,463 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '29692' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,493 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:20,496 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 95459... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,526 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:20,536 - 55994 - src.utils.log - INFO - Size of Transaction: 1 - __SPLIT__ 2026-02-27 07:36:20,536 - 55994 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,584 - 55994 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-27 07:36:20,696 - 55994 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 07:36:20,711 - 55994 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 07:36:20,711 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy = 12345678910 and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-27 02:36:20.531';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,796 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:20,799 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95459;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:20,825 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:20,832 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy = 12345678910 AND CreatedDate = '2026-02-27 02:36:20.531'; ... (Thread: ThreadPoolExecutor-5_0) - __SPLIT__ 2026-02-27 07:36:21,030 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:21,034 - 55994 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,072 - 55994 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Invoice - __SPLIT__ 2026-02-27 07:36:21,180 - 55994 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-27 07:36:21,180 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo = '26213'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,236 - 55994 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:36:21,245 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95459 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,277 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:21,277 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95459 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,305 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:21,306 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95459 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,337 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:21,337 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95459 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,364 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:21,376 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95459;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,402 - 55994 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:36:21,406 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95459;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,434 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:21,443 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95459;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,473 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:21,481 - 55994 - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-02-27 07:36:21,482 - 55994 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 2 rows in batches of 25000 (Thread: ThreadPoolExecutor-6_0) - __SPLIT__ 2026-02-27 07:36:21,483 - 55994 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 2 rows in batches of 25000 (Thread: ThreadPoolExecutor-6_1) - __SPLIT__ 2026-02-27 07:36:21,483 - 55994 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 2 rows in batches of 25000 (Thread: ThreadPoolExecutor-6_2) - __SPLIT__ 2026-02-27 07:36:21,510 - 55994 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.AccountDiscountSetup - __SPLIT__ 2026-02-27 07:36:21,519 - 55994 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.InvoiceCharges - __SPLIT__ 2026-02-27 07:36:21,526 - 55994 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.DiscountApplied - __SPLIT__ 2026-02-27 07:36:21,609 - 55994 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-02-27 07:36:21,610 - 55994 - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-02-27 07:36:21,620 - 55994 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-02-27 07:36:21,620 - 55994 - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-02-27 07:36:21,628 - 55994 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-27 07:36:21,629 - 55994 - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-02-27 07:36:21,629 - 55994 - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-27 07:36:21,631 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,659 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:21,659 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1210' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,683 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:21,685 - 55994 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:21,753 - 55994 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-27 07:36:22,040 - 55994 - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 07:36:22,052 - 55994 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 07:36:22,053 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95459;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:22,079 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:36:22,080 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('26213', '26214', '26215', '26216', '26217', '26218', '26219', '26220', '26221', '26222', '26223') AND wo.AccountNumber = '1210' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-7_0) - __SPLIT__ 2026-02-27 07:36:22,117 - 55994 - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 07:36:22,121 - 55994 - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-27 07:36:22,131 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:22,156 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:22,159 - 55994 - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId = 551 AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:22,184 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:22,186 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:22,215 - 55994 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:36:22,217 - 55994 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:22,267 - 55994 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-27 07:36:22,443 - 55994 - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-27 07:36:22,444 - 55994 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95459 AND WorkOrderNo IN (694692, 7044015, 7695293, 6065987, 2744093, 9512645, 8732484, 5538939, 8729518, 8016555, 2254323) AND GenerateWorkOrderHistoryId = 55994;... (Thread: ThreadPoolExecutor-8_0) - __SPLIT__ 2026-02-27 07:36:22,512 - 55994 - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 07:36:22,513 - 55994 - src.utils.log - INFO - 🏁 Final merged rows: 11 - __SPLIT__ 2026-02-27 07:36:22,514 - 55994 - src.utils.log - INFO - Error: You are trying to merge on object and int64 columns for key 'WorkOrderNo'. If you wish to proceed you should use pd.concat - __SPLIT__ 2026-02-27 07:36:22,514 - 55994 - src.utils.log - INFO - Time took to perform operation in publishing 55994: 3.63 - __SPLIT__ 2026-02-27 07:36:22,514 - 55994 - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: 55994 - __SPLIT__ 2026-02-27 07:36:22,514 - 55994 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-27 02:36:22.514' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55994;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:36:22,540 - 55994 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:40:23,745 - 55995 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55995 - __SPLIT__ 2026-02-27 07:40:23,746 - 55995 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55995 - __SPLIT__ 2026-02-27 07:40:23,746 - 55995 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 07:40:23,747 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:23,895 - 55995 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:23,895 - 55995 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 07:40:23,895 - 55995 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55995;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:23,916 - 55995 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:40:23,916 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55995), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55995), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55995 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:23,974 - 55995 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:23,974 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55995;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:23,996 - 55995 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:23,998 - 55995 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 07:40:23,999 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,025 - 55995 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:24,025 - 55995 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 07:40:24,028 - 55995 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-27 07:40:24,028 - 55995 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 07:40:24,028 - 55995 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-27 07:40:24,028 - 55995 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-27 07:40:24,029 - 55995 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 07:40:24,029 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,051 - 55995 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:24,051 - 55995 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 95460 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,083 - 55995 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:24,145 - 55995 - src.utils.log - INFO - Generating work orders for setup: 95460 - __SPLIT__ 2026-02-27 07:40:24,159 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11513;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,181 - 55995 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:24,188 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11459;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,209 - 55995 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:24,241 - 55995 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 07:40:24,245 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,267 - 55995 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:24,270 - 55995 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 07:40:24,270 - 55995 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 07:40:24,270 - 55995 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95460 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,308 - 55995 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:24,308 - 55995 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95460 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,345 - 55995 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:24,346 - 55995 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95460 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,383 - 55995 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:24,383 - 55995 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95460 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,420 - 55995 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:24,420 - 55995 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95460 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,456 - 55995 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:24,457 - 55995 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95460 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,496 - 55995 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:24,496 - 55995 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95460 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,520 - 55995 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:24,521 - 55995 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95460 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,581 - 55995 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:24,581 - 55995 - src.utils.log - INFO - πŸ“ Inserting 2 work orders for route: 1 - __SPLIT__ 2026-02-27 07:40:24,581 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,642 - 55995 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 07:40:24,749 - 55995 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 07:40:24,750 - 55995 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 2 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.440' and ServiceSetupId = 95460... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,787 - 55995 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:24,787 - 55995 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 2 records - __SPLIT__ 2026-02-27 07:40:24,787 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,809 - 55995 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:24,810 - 55995 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 07:40:24,810 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95460... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,832 - 55995 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:24,832 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95460... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,854 - 55995 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:24,860 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95460... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,884 - 55995 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:24,885 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95460... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,907 - 55995 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:24,907 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95460... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,927 - 55995 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:24,928 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,950 - 55995 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:24,952 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:24,973 - 55995 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:24,974 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,136 - 55995 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:25,137 - 55995 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,159 - 55995 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:25,173 - 55995 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 07:40:25,174 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,194 - 55995 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 07:40:25,195 - 55995 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 07:40:25,195 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,216 - 55995 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 07:40:25,216 - 55995 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 07:40:25,216 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,236 - 55995 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 07:40:25,236 - 55995 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 07:40:25,236 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,265 - 55995 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-27 07:40:25,348 - 55995 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 07:40:25,348 - 55995 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 07:40:25,349 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,370 - 55995 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 07:40:25,370 - 55995 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 07:40:25,370 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,390 - 55995 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 07:40:25,391 - 55995 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 07:40:25,391 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,412 - 55995 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 07:40:25,413 - 55995 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 07:40:25,413 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,438 - 55995 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 07:40:25,515 - 55995 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 07:40:25,515 - 55995 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 07:40:25,515 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,543 - 55995 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 07:40:25,622 - 55995 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 07:40:25,622 - 55995 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 07:40:25,623 - 55995 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,649 - 55995 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 07:40:25,729 - 55995 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 07:40:25,729 - 55995 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 07:40:25,729 - 55995 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-27 07:40:25,729 - 55995 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-27 07:40:25,730 - 55995 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55995;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,751 - 55995 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:40:25,751 - 55995 - src.utils.log - INFO - ⏱️ Total time: 2.0s | Status: Completed - __SPLIT__ 2026-02-27 07:40:25,751 - 55995 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55995;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,772 - 55995 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:40:25,772 - 55995 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 02:40:25.772' WHERE GenerateWorkOrderHistoryId = 55995;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:25,793 - 55995 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:40:25,793 - 55995 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 07:40:43,798 - [55995] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=44506 company_id=146 project_id=[55995] publish_all=True - __SPLIT__ 2026-02-27 07:40:43,799 - [55995] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=44506 company_id=146 project_id=[55995] publish_all=True - __SPLIT__ 2026-02-27 07:40:43,799 - [55995] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55995] - __SPLIT__ 2026-02-27 07:40:43,800 - [55995] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 07:40:43,800 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:43,978 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:43,978 - [55995] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-27 07:40:43,978 - [55995] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55995;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,004 - [55995] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:40:44,004 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.GenerateWorkOrderHistoryId = 55995... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,047 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:44,048 - [55995] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-27 07:40:44,048 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95460 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,083 - [55995] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:44,083 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95460 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,113 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:44,114 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95460 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,146 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:44,149 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,174 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:44,174 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,199 - [55995] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:44,200 - [55995] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '26226' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,227 - [55995] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:40:44,227 - [55995] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '29694' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,252 - [55995] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:40:44,255 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 95460... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,284 - [55995] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:44,290 - [55995] - src.utils.log - INFO - Size of Transaction: 1 - __SPLIT__ 2026-02-27 07:40:44,291 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,332 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-27 07:40:44,425 - [55995] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 07:40:44,437 - [55995] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 07:40:44,438 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy = 12345678910 and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-27 02:40:44.286';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,524 - [55995] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:44,527 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,552 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:44,560 - [55995] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy = 12345678910 AND CreatedDate = '2026-02-27 02:40:44.286'; ... (Thread: ThreadPoolExecutor-6_0) - __SPLIT__ 2026-02-27 07:40:44,759 - [55995] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:40:44,763 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,796 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Invoice - __SPLIT__ 2026-02-27 07:40:44,893 - [55995] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-27 07:40:44,893 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo = '26224'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,949 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:44,958 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95460 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:44,986 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:44,986 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95460 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,015 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:45,015 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95460 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,042 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:45,042 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95460 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,069 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:45,076 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT fm.YearlyOccurrence, fs.FrequencyScheduleId From ServiceCore.FrequencySchedule fs join ServiceCore.FrequencyMaster fm on fs.FrequencyId = fm.FrequencyId where fs.FrequencyScheduleId = 13930;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,103 - [55995] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:45,104 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT fm.YearlyOccurrence, fs.FrequencyScheduleId From ServiceCore.FrequencySchedule fs join ServiceCore.FrequencyMaster fm on fs.FrequencyId = fm.FrequencyId where fs.FrequencyScheduleId = 14923;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,131 - [55995] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:45,137 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,163 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:45,166 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,193 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:45,204 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,230 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:45,237 - [55995] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-02-27 07:40:45,237 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,268 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.AccountDiscountSetup - __SPLIT__ 2026-02-27 07:40:45,357 - [55995] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-02-27 07:40:45,358 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,390 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.InvoiceCharges - __SPLIT__ 2026-02-27 07:40:45,491 - [55995] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-27 07:40:45,491 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,521 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.DiscountApplied - __SPLIT__ 2026-02-27 07:40:45,610 - [55995] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-02-27 07:40:45,611 - [55995] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-27 07:40:45,612 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,637 - [55995] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:45,637 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1210' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,662 - [55995] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:45,664 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,728 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-27 07:40:45,854 - [55995] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 07:40:45,867 - [55995] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 07:40:45,868 - [55995] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95460;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,892 - [55995] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 07:40:45,893 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('26224', '26225') AND wo.AccountNumber = '1210' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-7_0) - __SPLIT__ 2026-02-27 07:40:45,926 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:45,926 - [55995] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-27 07:40:45,926 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (479951, 479952)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:45,964 - [55995] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 07:40:45,964 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (479951, 479952)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,006 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:46,006 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (479951, 479952)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,037 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:46,038 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (479951, 479952)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,064 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:46,064 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (479951, 479952)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,092 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:46,092 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (479951, 479952)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,121 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:46,121 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (479951, 479952) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,148 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:46,148 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (479951, 479952);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,173 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:46,176 - [55995] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-27 07:40:46,187 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,211 - [55995] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:46,213 - [55995] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN (551, 337) AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,239 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:46,241 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,266 - [55995] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 07:40:46,269 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,315 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-27 07:40:46,424 - [55995] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-27 07:40:46,425 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95460 AND WorkOrderNo IN ('310308', '2884515') AND GenerateWorkOrderHistoryId = 55995;... (Thread: ThreadPoolExecutor-8_0) - __SPLIT__ 2026-02-27 07:40:46,476 - [55995] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 07:40:46,477 - [55995] - src.utils.log - INFO - 🏁 Final merged rows: 2 - __SPLIT__ 2026-02-27 07:40:46,481 - [55995] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-27 07:40:46,482 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,506 - [55995] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 07:40:46,507 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,537 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-02-27 07:40:46,635 - [55995] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 07:40:46,636 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,660 - [55995] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 07:40:46,660 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,685 - [55995] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 07:40:46,685 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,716 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-27 07:40:46,819 - [55995] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-27 07:40:46,819 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,846 - [55995] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-27 07:40:46,846 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:46,875 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-27 07:40:46,973 - [55995] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-27 07:40:46,974 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,000 - [55995] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-27 07:40:47,000 - [55995] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,031 - [55995] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-27 07:40:47,133 - [55995] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-27 07:40:47,133 - [55995] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-27 07:40:47,134 - [55995] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55995 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,160 - [55995] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 07:40:47,165 - [55995] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-27 07:40:47,178 - [55995] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_b46e1bb7c8 - __SPLIT__ 2026-02-27 07:40:47,205 - [55995] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_b46e1bb7c8 - __SPLIT__ 2026-02-27 07:40:47,230 - [55995] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-27 07:40:47,247 - [55995] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-27 07:40:47,263 - [55995] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_b46e1bb7c8 - __SPLIT__ 2026-02-27 07:40:47,263 - [55995] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_b46e1bb7c8 - __SPLIT__ 2026-02-27 07:40:47,263 - [55995] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55995 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,287 - [55995] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:47,288 - [55995] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-27 07:40:47,288 - [55995] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (479951, 479952) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,343 - [55995] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:47,344 - [55995] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (479951, 479952) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,389 - [55995] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:47,389 - [55995] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (479951, 479952) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,417 - [55995] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:47,417 - [55995] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (479951, 479952) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,450 - [55995] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:47,450 - [55995] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (479951, 479952) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,482 - [55995] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:47,482 - [55995] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (479951, 479952) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,533 - [55995] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:47,533 - [55995] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (479951, 479952) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,559 - [55995] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:47,559 - [55995] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (479951, 479952) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,641 - [55995] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 07:40:47,641 - [55995] - src.utils.log - INFO - Work order published ids: (479951, 479952) - __SPLIT__ 2026-02-27 07:40:47,641 - [55995] - src.utils.log - INFO - Time took to perform operation in publishing [55995]: 3.84 - __SPLIT__ 2026-02-27 07:40:47,642 - [55995] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55995] - __SPLIT__ 2026-02-27 07:40:47,642 - [55995] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-27 02:40:47.641' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55995;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 07:40:47,666 - [55995] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 08:44:14,784 - 55998 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55998 - __SPLIT__ 2026-02-27 08:44:14,786 - 55998 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55998 - __SPLIT__ 2026-02-27 08:44:14,801 - 55998 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 08:44:14,801 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,040 - 55998 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:15,041 - 55998 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 08:44:15,041 - 55998 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55998;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,067 - 55998 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 08:44:15,067 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55998), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55998), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55998 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,130 - 55998 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:15,131 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55998;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,157 - 55998 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:15,161 - 55998 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 08:44:15,162 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,192 - 55998 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:15,193 - 55998 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 08:44:15,195 - 55998 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-27 08:44:15,195 - 55998 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 08:44:15,196 - 55998 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-27 08:44:15,196 - 55998 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-27 08:44:15,196 - 55998 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 08:44:15,197 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,223 - 55998 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:15,224 - 55998 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 95463 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,259 - 55998 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:15,333 - 55998 - src.utils.log - INFO - Generating work orders for setup: 95463 - __SPLIT__ 2026-02-27 08:44:15,349 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11519;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,375 - 55998 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:15,383 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1254;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,409 - 55998 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:15,444 - 55998 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 08:44:15,448 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,472 - 55998 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:15,476 - 55998 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 08:44:15,476 - 55998 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 08:44:15,476 - 55998 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95463 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,518 - 55998 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:15,518 - 55998 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95463 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,560 - 55998 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:15,560 - 55998 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95463 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,601 - 55998 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:15,601 - 55998 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95463 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,643 - 55998 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:15,643 - 55998 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95463 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,684 - 55998 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:15,684 - 55998 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95463 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,726 - 55998 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:15,726 - 55998 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95463 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,755 - 55998 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:15,756 - 55998 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95463 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,821 - 55998 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:15,823 - 55998 - src.utils.log - INFO - πŸ“ Inserting 2 work orders for route: 1 - __SPLIT__ 2026-02-27 08:44:15,823 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:15,879 - 55998 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 08:44:15,994 - 55998 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 08:44:15,995 - 55998 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 2 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.525' and ServiceSetupId = 95463... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,037 - 55998 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:16,037 - 55998 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 2 records - __SPLIT__ 2026-02-27 08:44:16,037 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,064 - 55998 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:16,064 - 55998 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 08:44:16,064 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95463... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,091 - 55998 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:16,091 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95463... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,117 - 55998 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:16,123 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95463... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,152 - 55998 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:16,153 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95463... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,178 - 55998 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:16,178 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95463... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,204 - 55998 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:16,204 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,230 - 55998 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:16,230 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,255 - 55998 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:16,255 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,423 - 55998 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:16,423 - 55998 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,450 - 55998 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:16,463 - 55998 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 08:44:16,463 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,489 - 55998 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 08:44:16,489 - 55998 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 08:44:16,489 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,514 - 55998 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 08:44:16,514 - 55998 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 08:44:16,514 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,539 - 55998 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 08:44:16,539 - 55998 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 08:44:16,539 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,565 - 55998 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 08:44:16,565 - 55998 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 08:44:16,565 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,591 - 55998 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 08:44:16,592 - 55998 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 08:44:16,592 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,617 - 55998 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 08:44:16,617 - 55998 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 08:44:16,617 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,643 - 55998 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 08:44:16,643 - 55998 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 08:44:16,643 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,673 - 55998 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 08:44:16,768 - 55998 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 08:44:16,769 - 55998 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 08:44:16,769 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,801 - 55998 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 08:44:16,896 - 55998 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 08:44:16,896 - 55998 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 08:44:16,896 - 55998 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:16,928 - 55998 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 08:44:17,023 - 55998 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 08:44:17,023 - 55998 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 08:44:17,024 - 55998 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-27 08:44:17,024 - 55998 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-27 08:44:17,024 - 55998 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55998;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:17,049 - 55998 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 08:44:17,049 - 55998 - src.utils.log - INFO - ⏱️ Total time: 2.26s | Status: Completed - __SPLIT__ 2026-02-27 08:44:17,049 - 55998 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55998;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:17,073 - 55998 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 08:44:17,073 - 55998 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 03:44:17.073' WHERE GenerateWorkOrderHistoryId = 55998;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:17,098 - 55998 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 08:44:17,098 - 55998 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 08:44:28,272 - [55998] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[479958, 479959] user_id=44506 company_id=146 project_id=[55998] publish_all=False - __SPLIT__ 2026-02-27 08:44:28,273 - [55998] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[479958, 479959] user_id=44506 company_id=146 project_id=[55998] publish_all=False - __SPLIT__ 2026-02-27 08:44:28,273 - [55998] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55998] - __SPLIT__ 2026-02-27 08:44:28,274 - [55998] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 08:44:28,274 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,448 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:28,449 - [55998] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-27 08:44:28,449 - [55998] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55998;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,474 - [55998] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 08:44:28,474 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (479958, 479959)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,503 - [55998] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:28,503 - [55998] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-27 08:44:28,503 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95463 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,536 - [55998] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:28,536 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95463 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,566 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:28,566 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95463 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,598 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:28,602 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,626 - [55998] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:28,627 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,651 - [55998] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:28,652 - [55998] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '26230' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,679 - [55998] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 08:44:28,679 - [55998] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '29697' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,704 - [55998] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 08:44:28,707 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 95463... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,737 - [55998] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:28,743 - [55998] - src.utils.log - INFO - Size of Transaction: 1 - __SPLIT__ 2026-02-27 08:44:28,744 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,788 - [55998] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-27 08:44:28,880 - [55998] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 08:44:28,892 - [55998] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 08:44:28,893 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy = 12345678910 and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-27 03:44:28.739';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:28,976 - [55998] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:28,978 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,005 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:29,013 - [55998] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy = 12345678910 AND CreatedDate = '2026-02-27 03:44:28.739'; ... (Thread: ThreadPoolExecutor-9_0) - __SPLIT__ 2026-02-27 08:44:29,209 - [55998] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 08:44:29,213 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,246 - [55998] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Invoice - __SPLIT__ 2026-02-27 08:44:29,346 - [55998] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-27 08:44:29,346 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo = '26228'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,413 - [55998] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:29,424 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95463 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,454 - [55998] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:29,455 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95463 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,483 - [55998] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:29,483 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95463 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,510 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:29,511 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95463 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,537 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:29,549 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,575 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:29,580 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,605 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:29,608 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,634 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:29,634 - [55998] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-02-27 08:44:29,634 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,659 - [55998] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-27 08:44:29,660 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,692 - [55998] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.InvoiceCharges - __SPLIT__ 2026-02-27 08:44:29,787 - [55998] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-27 08:44:29,788 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,813 - [55998] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-27 08:44:29,814 - [55998] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-27 08:44:29,815 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,839 - [55998] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:29,840 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1210' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,864 - [55998] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:29,866 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:29,933 - [55998] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-27 08:44:30,058 - [55998] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 08:44:30,070 - [55998] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 08:44:30,071 - [55998] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95463;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,096 - [55998] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 08:44:30,097 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('26228', '26229') AND wo.AccountNumber = '1210' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-10_0) - __SPLIT__ 2026-02-27 08:44:30,131 - [55998] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:30,131 - [55998] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-27 08:44:30,131 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (479958, 479959)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,166 - [55998] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 08:44:30,167 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (479958, 479959)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,208 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:30,208 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (479958, 479959)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,240 - [55998] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:30,240 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (479958, 479959)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,266 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:30,266 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (479958, 479959)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,293 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:30,294 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (479958, 479959)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,322 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:30,322 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (479958, 479959) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,349 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:30,349 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (479958, 479959);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,374 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:30,377 - [55998] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-27 08:44:30,389 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,414 - [55998] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:30,414 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,439 - [55998] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 08:44:30,442 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,488 - [55998] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-27 08:44:30,597 - [55998] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-27 08:44:30,598 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95463 AND WorkOrderNo IN ('415212', '5126079') AND GenerateWorkOrderHistoryId = 55998;... (Thread: ThreadPoolExecutor-11_0) - __SPLIT__ 2026-02-27 08:44:30,650 - [55998] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 08:44:30,651 - [55998] - src.utils.log - INFO - 🏁 Final merged rows: 2 - __SPLIT__ 2026-02-27 08:44:30,655 - [55998] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-27 08:44:30,655 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,680 - [55998] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 08:44:30,680 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,706 - [55998] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 08:44:30,706 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,731 - [55998] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 08:44:30,731 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,757 - [55998] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 08:44:30,757 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,790 - [55998] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-27 08:44:30,884 - [55998] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-27 08:44:30,885 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,910 - [55998] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-27 08:44:30,910 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:30,939 - [55998] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-27 08:44:31,034 - [55998] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-27 08:44:31,034 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,059 - [55998] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-27 08:44:31,060 - [55998] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,091 - [55998] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-27 08:44:31,187 - [55998] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-27 08:44:31,188 - [55998] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-27 08:44:31,188 - [55998] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55998 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,214 - [55998] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 08:44:31,220 - [55998] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-27 08:44:31,233 - [55998] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_96883c5400 - __SPLIT__ 2026-02-27 08:44:31,259 - [55998] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_96883c5400 - __SPLIT__ 2026-02-27 08:44:31,285 - [55998] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-27 08:44:31,302 - [55998] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-27 08:44:31,317 - [55998] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_96883c5400 - __SPLIT__ 2026-02-27 08:44:31,317 - [55998] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_96883c5400 - __SPLIT__ 2026-02-27 08:44:31,317 - [55998] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55998 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,341 - [55998] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:31,342 - [55998] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-27 08:44:31,342 - [55998] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (479958, 479959) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,397 - [55998] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:31,398 - [55998] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (479958, 479959) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,443 - [55998] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:31,443 - [55998] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (479958, 479959) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,469 - [55998] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:31,470 - [55998] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (479958, 479959) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,503 - [55998] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:31,503 - [55998] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (479958, 479959) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,535 - [55998] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:31,535 - [55998] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (479958, 479959) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,586 - [55998] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:31,586 - [55998] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (479958, 479959) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,612 - [55998] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:31,612 - [55998] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (479958, 479959) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,694 - [55998] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 08:44:31,695 - [55998] - src.utils.log - INFO - Work order published ids: (479958, 479959) - __SPLIT__ 2026-02-27 08:44:31,695 - [55998] - src.utils.log - INFO - Time took to perform operation in publishing [55998]: 3.42 - __SPLIT__ 2026-02-27 08:44:31,695 - [55998] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55998] - __SPLIT__ 2026-02-27 08:44:31,695 - [55998] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-27 03:44:31.695' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55998;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 08:44:31,719 - [55998] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:04:14,427 - 55999 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=55999 - __SPLIT__ 2026-02-27 09:04:14,427 - 55999 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 55999 - __SPLIT__ 2026-02-27 09:04:14,428 - 55999 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 09:04:14,428 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:14,631 - 55999 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:14,631 - 55999 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 09:04:14,631 - 55999 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55999;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:14,661 - 55999 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:04:14,661 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55999), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55999), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55999 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:14,727 - 55999 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:14,727 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55999;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:14,757 - 55999 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:14,759 - 55999 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 09:04:14,760 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:14,794 - 55999 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:14,794 - 55999 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 09:04:14,797 - 55999 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-27 09:04:14,797 - 55999 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 09:04:14,797 - 55999 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-27 09:04:14,797 - 55999 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-27 09:04:14,798 - 55999 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 09:04:14,798 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:14,828 - 55999 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:14,829 - 55999 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId = 95464 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:14,867 - 55999 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:14,946 - 55999 - src.utils.log - INFO - Generating work orders for setup: 95464 - __SPLIT__ 2026-02-27 09:04:15,007 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11440;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,039 - 55999 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:15,046 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11512;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,075 - 55999 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:15,110 - 55999 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 09:04:15,115 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,143 - 55999 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:15,147 - 55999 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 09:04:15,147 - 55999 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 09:04:15,147 - 55999 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95464 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,194 - 55999 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:15,194 - 55999 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95464 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,239 - 55999 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:15,239 - 55999 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95464 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,284 - 55999 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:15,284 - 55999 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95464 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,330 - 55999 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:15,330 - 55999 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95464 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,375 - 55999 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:15,375 - 55999 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95464 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,420 - 55999 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:15,420 - 55999 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95464 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,453 - 55999 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:15,453 - 55999 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95464 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,523 - 55999 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:15,523 - 55999 - src.utils.log - INFO - πŸ“ Inserting 11 work orders for route: 1 - __SPLIT__ 2026-02-27 09:04:15,523 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,580 - 55999 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 09:04:15,760 - 55999 - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 09:04:15,760 - 55999 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 11 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.525' and ServiceSetupId = 95464... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,805 - 55999 - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 09:04:15,806 - 55999 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 11 records - __SPLIT__ 2026-02-27 09:04:15,806 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,835 - 55999 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:15,835 - 55999 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 09:04:15,836 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95464... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,867 - 55999 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:04:15,867 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95464... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,897 - 55999 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:04:15,905 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95464... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,939 - 55999 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:04:15,940 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95464... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,968 - 55999 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:15,968 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95464... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:15,998 - 55999 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:15,998 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,030 - 55999 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:04:16,030 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,059 - 55999 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:16,059 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,230 - 55999 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:16,230 - 55999 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,261 - 55999 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:16,276 - 55999 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 09:04:16,276 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,305 - 55999 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 09:04:16,305 - 55999 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 09:04:16,305 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,334 - 55999 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 09:04:16,334 - 55999 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 09:04:16,334 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,364 - 55999 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 09:04:16,364 - 55999 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 09:04:16,364 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,400 - 55999 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-27 09:04:16,514 - 55999 - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 09:04:16,515 - 55999 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 09:04:16,515 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,544 - 55999 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 09:04:16,544 - 55999 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 09:04:16,545 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,574 - 55999 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 09:04:16,574 - 55999 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 09:04:16,574 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,603 - 55999 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 09:04:16,603 - 55999 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 09:04:16,603 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,635 - 55999 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 09:04:16,744 - 55999 - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 09:04:16,744 - 55999 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 09:04:16,744 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,781 - 55999 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 09:04:16,962 - 55999 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 09:04:16,962 - 55999 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 09:04:16,962 - 55999 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 20 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:16,997 - 55999 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 09:04:17,110 - 55999 - src.utils.log - INFO - βœ… All 20 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 09:04:17,111 - 55999 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 09:04:17,111 - 55999 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-27 09:04:17,111 - 55999 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-27 09:04:17,111 - 55999 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55999;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:17,140 - 55999 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:04:17,140 - 55999 - src.utils.log - INFO - ⏱️ Total time: 2.71s | Status: Completed - __SPLIT__ 2026-02-27 09:04:17,140 - 55999 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55999;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:17,168 - 55999 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:04:17,168 - 55999 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 04:04:17.168' WHERE GenerateWorkOrderHistoryId = 55999;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:17,197 - 55999 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:04:17,197 - 55999 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 09:04:28,610 - [55999] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970] user_id=44506 company_id=146 project_id=[55999] publish_all=False - __SPLIT__ 2026-02-27 09:04:28,611 - [55999] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970] user_id=44506 company_id=146 project_id=[55999] publish_all=False - __SPLIT__ 2026-02-27 09:04:28,611 - [55999] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55999] - __SPLIT__ 2026-02-27 09:04:28,611 - [55999] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 09:04:28,611 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:28,821 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:28,821 - [55999] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-27 09:04:28,822 - [55999] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55999;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:28,852 - [55999] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:04:28,852 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:28,887 - [55999] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 09:04:28,887 - [55999] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-27 09:04:28,887 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95464 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:28,926 - [55999] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:28,926 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95464 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:28,962 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:28,962 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95464 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,001 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:29,006 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,036 - [55999] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:04:29,036 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,066 - [55999] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:29,067 - [55999] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '26241' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,098 - [55999] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:04:29,098 - [55999] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '29708' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,128 - [55999] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:04:29,132 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 95464... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,167 - [55999] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:29,176 - [55999] - src.utils.log - INFO - Size of Transaction: 11 - __SPLIT__ 2026-02-27 09:04:29,177 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,227 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-27 09:04:29,346 - [55999] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 09:04:29,361 - [55999] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 09:04:29,361 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913, 12345678914, 12345678915, 12345678916, 12345678917, 12345678918, 12345678919, 12345678920) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-27 04:04:29.172';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,454 - [55999] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 09:04:29,457 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,488 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:29,496 - [55999] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914,12345678915,12345678916,12345678917,12345678918,12345678919,12345678920) AND CreatedDate = '2026-02-27 04:04:29.172'; ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-02-27 09:04:29,697 - [55999] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:04:29,702 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,740 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into Billing.Invoice - __SPLIT__ 2026-02-27 09:04:29,870 - [55999] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-27 09:04:29,870 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('26230', '26240', '26239', '26238', '26237', '26235', '26236', '26234', '26233', '26231', '26232')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:29,976 - [55999] - src.utils.log - INFO - βœ… Fetched 22 rows - __SPLIT__ 2026-02-27 09:04:29,987 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95464 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,020 - [55999] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:04:30,021 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId = 95464 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,054 - [55999] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:04:30,054 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95464 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,086 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:30,087 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId = 95464 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,118 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:30,133 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,164 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:30,169 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,201 - [55999] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:04:30,211 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,242 - [55999] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:04:30,250 - [55999] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-02-27 09:04:30,250 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 22 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,284 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 22) into Billing.AccountDiscountSetup - __SPLIT__ 2026-02-27 09:04:30,408 - [55999] - src.utils.log - INFO - βœ… All 22 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-02-27 09:04:30,409 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 44 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,446 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 44) into Billing.InvoiceCharges - __SPLIT__ 2026-02-27 09:04:30,615 - [55999] - src.utils.log - INFO - βœ… All 44 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-27 09:04:30,615 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 22 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,649 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 22) into Billing.DiscountApplied - __SPLIT__ 2026-02-27 09:04:30,770 - [55999] - src.utils.log - INFO - βœ… All 22 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-02-27 09:04:30,770 - [55999] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-27 09:04:30,771 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,802 - [55999] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:30,802 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1210' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,834 - [55999] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:30,836 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:30,909 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-27 09:04:31,069 - [55999] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 09:04:31,084 - [55999] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 09:04:31,085 - [55999] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95464;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,115 - [55999] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:04:31,116 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('26230', '26231', '26232', '26233', '26234', '26235', '26236', '26237', '26238', '26239', '26240') AND wo.AccountNumber = '1210' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-27 09:04:31,155 - [55999] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 09:04:31,156 - [55999] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-27 09:04:31,156 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,201 - [55999] - src.utils.log - INFO - βœ… Fetched 22 rows - __SPLIT__ 2026-02-27 09:04:31,201 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,251 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:31,251 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,290 - [55999] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 09:04:31,290 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,322 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:31,322 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,355 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:31,355 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,391 - [55999] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 09:04:31,391 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,424 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:31,424 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,455 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:31,458 - [55999] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-27 09:04:31,470 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,499 - [55999] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:31,503 - [55999] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN (551, 337) AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,534 - [55999] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:04:31,536 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,566 - [55999] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:04:31,570 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,620 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-27 09:04:31,838 - [55999] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-27 09:04:31,840 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95464 AND WorkOrderNo IN ('433142', '6625148', '7458662', '7754333', '2408187', '3100229', '5591470', '9371126', '5553207', '8266111', '6930906') AND GenerateWorkOrderHistoryId = 55999;... (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-02-27 09:04:31,898 - [55999] - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-02-27 09:04:31,899 - [55999] - src.utils.log - INFO - 🏁 Final merged rows: 11 - __SPLIT__ 2026-02-27 09:04:31,905 - [55999] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-27 09:04:31,905 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,936 - [55999] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 09:04:31,936 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:31,973 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-02-27 09:04:32,098 - [55999] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 09:04:32,099 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:32,129 - [55999] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 09:04:32,130 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:32,160 - [55999] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 09:04:32,160 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 22 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:32,198 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 22) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-27 09:04:32,318 - [55999] - src.utils.log - INFO - βœ… All 22 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-27 09:04:32,318 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:32,350 - [55999] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-27 09:04:32,350 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 11 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:32,383 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 11) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-27 09:04:32,499 - [55999] - src.utils.log - INFO - βœ… All 11 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-27 09:04:32,499 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:32,530 - [55999] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-27 09:04:32,530 - [55999] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 22 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:32,568 - [55999] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 22) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-27 09:04:32,696 - [55999] - src.utils.log - INFO - βœ… All 22 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-27 09:04:32,696 - [55999] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-27 09:04:32,696 - [55999] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55999 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:32,728 - [55999] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:04:32,734 - [55999] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-27 09:04:32,749 - [55999] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_f7b62c9fac - __SPLIT__ 2026-02-27 09:04:32,783 - [55999] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_f7b62c9fac - __SPLIT__ 2026-02-27 09:04:32,814 - [55999] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-27 09:04:32,835 - [55999] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-27 09:04:32,853 - [55999] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_f7b62c9fac - __SPLIT__ 2026-02-27 09:04:32,854 - [55999] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_f7b62c9fac - __SPLIT__ 2026-02-27 09:04:32,854 - [55999] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55999 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:32,883 - [55999] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:32,884 - [55999] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-27 09:04:32,884 - [55999] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:32,955 - [55999] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:32,955 - [55999] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:33,009 - [55999] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:33,010 - [55999] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:33,042 - [55999] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:33,042 - [55999] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:33,083 - [55999] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:33,083 - [55999] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:33,123 - [55999] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:33,123 - [55999] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:33,183 - [55999] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:33,183 - [55999] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:33,215 - [55999] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:33,215 - [55999] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:33,566 - [55999] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:04:33,566 - [55999] - src.utils.log - INFO - Work order published ids: (479960, 479961, 479962, 479963, 479964, 479965, 479966, 479967, 479968, 479969, 479970) - __SPLIT__ 2026-02-27 09:04:33,566 - [55999] - src.utils.log - INFO - Time took to perform operation in publishing [55999]: 4.96 - __SPLIT__ 2026-02-27 09:04:33,566 - [55999] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55999] - __SPLIT__ 2026-02-27 09:04:33,566 - [55999] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-27 04:04:33.566' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55999;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:04:33,597 - [55999] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:14:47,463 - 56000 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=56000 - __SPLIT__ 2026-02-27 09:14:47,464 - 56000 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 56000 - __SPLIT__ 2026-02-27 09:14:47,465 - 56000 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 09:14:47,465 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:47,669 - 56000 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:14:47,669 - 56000 - src.utils.log - INFO - ℹ️ Connection string not found, connecting to common DB - __SPLIT__ 2026-02-27 09:14:47,669 - 56000 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 56000;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:47,698 - 56000 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:14:47,698 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 56000), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 56000), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 56000 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:47,763 - 56000 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:14:47,763 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 56000;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:47,793 - 56000 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:14:47,796 - 56000 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 09:14:47,796 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:47,830 - 56000 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:14:47,830 - 56000 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 09:14:47,833 - 56000 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-27 09:14:47,833 - 56000 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-27 09:14:47,833 - 56000 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-27 09:14:47,833 - 56000 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-27 09:14:47,834 - 56000 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 09:14:47,834 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95465;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:47,864 - 56000 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:14:47,864 - 56000 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-02-27 00:00:00' and ServiceDate <= '2026-05-31 00:00:00' and ServiceSetupId = 95465 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:47,901 - 56000 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:14:47,981 - 56000 - src.utils.log - INFO - Generating work orders for setup: 95465 - __SPLIT__ 2026-02-27 09:14:48,007 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11512;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,036 - 56000 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:14:48,044 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11459;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,073 - 56000 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:14:48,104 - 56000 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 09:14:48,109 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,138 - 56000 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:14:48,144 - 56000 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 09:14:48,144 - 56000 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 09:14:48,144 - 56000 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95465 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,190 - 56000 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:14:48,190 - 56000 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95465 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,236 - 56000 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:14:48,237 - 56000 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95465 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,282 - 56000 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:14:48,283 - 56000 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95465 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,328 - 56000 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:14:48,328 - 56000 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95465 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,374 - 56000 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:14:48,375 - 56000 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95465 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,420 - 56000 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:14:48,421 - 56000 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95465 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,453 - 56000 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:14:48,453 - 56000 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95465 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,521 - 56000 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:14:48,521 - 56000 - src.utils.log - INFO - πŸ“ Inserting 4 work orders for route: 1 - __SPLIT__ 2026-02-27 09:14:48,521 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,580 - 56000 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 09:14:48,719 - 56000 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 09:14:48,719 - 56000 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 4 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.370' and ServiceSetupId = 95465... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,765 - 56000 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 09:14:48,765 - 56000 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 4 records - __SPLIT__ 2026-02-27 09:14:48,765 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95465;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,795 - 56000 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:14:48,795 - 56000 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 09:14:48,795 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95465... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,826 - 56000 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:14:48,826 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95465... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,856 - 56000 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:14:48,863 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95465... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,895 - 56000 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:14:48,897 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95465... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,926 - 56000 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:14:48,926 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95465... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,955 - 56000 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:14:48,955 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95465;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:48,985 - 56000 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:14:48,986 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95465;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,015 - 56000 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:14:49,016 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95465;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,216 - 56000 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:14:49,216 - 56000 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95465;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,248 - 56000 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:14:49,259 - 56000 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 09:14:49,260 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,289 - 56000 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 09:14:49,289 - 56000 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 09:14:49,289 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,319 - 56000 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 09:14:49,319 - 56000 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 09:14:49,320 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,349 - 56000 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 09:14:49,349 - 56000 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 09:14:49,349 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,378 - 56000 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 09:14:49,378 - 56000 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 09:14:49,378 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,407 - 56000 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 09:14:49,408 - 56000 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 09:14:49,408 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,438 - 56000 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 09:14:49,438 - 56000 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 09:14:49,438 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,467 - 56000 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 09:14:49,467 - 56000 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 09:14:49,467 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,499 - 56000 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 09:14:49,607 - 56000 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 09:14:49,608 - 56000 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 09:14:49,608 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,645 - 56000 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 09:14:49,753 - 56000 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 09:14:49,753 - 56000 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 09:14:49,753 - 56000 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,789 - 56000 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 09:14:49,898 - 56000 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 09:14:49,898 - 56000 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 09:14:49,898 - 56000 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-27 09:14:49,898 - 56000 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-27 09:14:49,898 - 56000 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 56000;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,926 - 56000 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:14:49,927 - 56000 - src.utils.log - INFO - ⏱️ Total time: 2.46s | Status: Completed - __SPLIT__ 2026-02-27 09:14:49,927 - 56000 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 56000;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,955 - 56000 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:14:49,955 - 56000 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 04:14:49.955' WHERE GenerateWorkOrderHistoryId = 56000;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:14:49,983 - 56000 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:14:49,984 - 56000 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 09:15:03,568 - [56000] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=44506 company_id=146 project_id=[56000] publish_all=True - __SPLIT__ 2026-02-27 09:15:03,569 - [56000] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=44506 company_id=146 project_id=[56000] publish_all=True - __SPLIT__ 2026-02-27 09:15:03,569 - [56000] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [56000] - __SPLIT__ 2026-02-27 09:15:03,570 - [56000] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 09:15:03,570 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:03,770 - [56000] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:15:03,770 - [56000] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-27 09:15:03,770 - [56000] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 56000;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:03,800 - [56000] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:15:03,800 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.GenerateWorkOrderHistoryId = 56000... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:03,848 - [56000] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 09:15:03,848 - [56000] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-27 09:15:03,848 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95465 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:03,885 - [56000] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:15:03,885 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95465 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:03,920 - [56000] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:15:03,920 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95465 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:03,956 - [56000] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:15:03,959 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:03,988 - [56000] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 09:15:03,989 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,017 - [56000] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:15:04,018 - [56000] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '26245' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,047 - [56000] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:15:04,047 - [56000] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '29712' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,080 - [56000] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:15:04,083 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId = 95465... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,117 - [56000] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:15:04,124 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,152 - [56000] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:15:04,153 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1213' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,181 - [56000] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:15:04,183 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,255 - [56000] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-27 09:15:04,396 - [56000] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-27 09:15:04,409 - [56000] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-27 09:15:04,410 - [56000] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95465;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,439 - [56000] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 09:15:04,440 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('26241', '26242', '26243', '26244') AND wo.AccountNumber = '1213' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-27 09:15:04,476 - [56000] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 09:15:04,477 - [56000] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-27 09:15:04,477 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,517 - [56000] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-02-27 09:15:04,517 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,563 - [56000] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:15:04,563 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,598 - [56000] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 09:15:04,598 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,629 - [56000] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:15:04,630 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,663 - [56000] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:15:04,663 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT DiscountType, DiscountCode, DiscountAmount, DiscountDescription, DiscountName, IsActive, CreatedBy, ModifiedBy, CreatedDate, ModifiedDate, DiscountPercent, IsDiscountPercent, AppliedDiscountAmt, ApplyOnPartPrice, ApplyOnLaborPrice, DiscountSetupId, WorkOrderAutoGenerationId from ServiceCore.WorkOrderAutoGenerationAppliedDiscount woag WHERE woag.WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,696 - [56000] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:15:04,696 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (479971, 479972, 479973, 479974) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,727 - [56000] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:15:04,728 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,758 - [56000] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:15:04,760 - [56000] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-27 09:15:04,771 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,800 - [56000] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:15:04,800 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,828 - [56000] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 09:15:04,832 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:04,884 - [56000] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-27 09:15:05,001 - [56000] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-27 09:15:05,002 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95465 AND WorkOrderNo IN ('579573', '1234769', '6664520', '3741720') AND GenerateWorkOrderHistoryId = 56000;... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-02-27 09:15:05,058 - [56000] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-27 09:15:05,060 - [56000] - src.utils.log - INFO - 🏁 Final merged rows: 4 - __SPLIT__ 2026-02-27 09:15:05,064 - [56000] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-27 09:15:05,064 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,093 - [56000] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 09:15:05,093 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,122 - [56000] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 09:15:05,123 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,151 - [56000] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 09:15:05,152 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,180 - [56000] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 09:15:05,181 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,214 - [56000] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-27 09:15:05,324 - [56000] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-27 09:15:05,324 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,354 - [56000] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-27 09:15:05,355 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,387 - [56000] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-27 09:15:05,500 - [56000] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-27 09:15:05,500 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,529 - [56000] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-27 09:15:05,529 - [56000] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,564 - [56000] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-27 09:15:05,673 - [56000] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-27 09:15:05,673 - [56000] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-27 09:15:05,674 - [56000] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 56000 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,703 - [56000] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 09:15:05,708 - [56000] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-27 09:15:05,724 - [56000] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_350de92384 - __SPLIT__ 2026-02-27 09:15:05,754 - [56000] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_350de92384 - __SPLIT__ 2026-02-27 09:15:05,783 - [56000] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-27 09:15:05,802 - [56000] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-27 09:15:05,819 - [56000] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_350de92384 - __SPLIT__ 2026-02-27 09:15:05,819 - [56000] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_350de92384 - __SPLIT__ 2026-02-27 09:15:05,819 - [56000] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 56000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,847 - [56000] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:15:05,847 - [56000] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-27 09:15:05,848 - [56000] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,907 - [56000] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:15:05,907 - [56000] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,960 - [56000] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:15:05,960 - [56000] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:05,992 - [56000] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:15:05,992 - [56000] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:06,029 - [56000] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:15:06,029 - [56000] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:06,065 - [56000] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:15:06,066 - [56000] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:06,121 - [56000] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:15:06,121 - [56000] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:06,151 - [56000] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:15:06,151 - [56000] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (479971, 479972, 479973, 479974) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:06,296 - [56000] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 09:15:06,296 - [56000] - src.utils.log - INFO - Work order published ids: (479971, 479972, 479973, 479974) - __SPLIT__ 2026-02-27 09:15:06,296 - [56000] - src.utils.log - INFO - Time took to perform operation in publishing [56000]: 2.73 - __SPLIT__ 2026-02-27 09:15:06,296 - [56000] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [56000] - __SPLIT__ 2026-02-27 09:15:06,296 - [56000] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-27 04:15:06.296' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 56000;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 09:15:06,325 - [56000] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 13:32:09,156 - 56006 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=56006 - __SPLIT__ 2026-02-27 13:32:09,156 - 56006 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 56006 - __SPLIT__ 2026-02-27 13:32:09,157 - 56006 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 13:32:09,157 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:09,335 - 56006 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 13:32:09,335 - 56006 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-27 13:32:09,335 - 56006 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 56006;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:09,360 - 56006 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 13:32:09,360 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 56006), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 56006), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 56006 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:09,479 - 56006 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-27 13:32:09,479 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 56006;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:09,506 - 56006 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 13:32:09,508 - 56006 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 13:32:09,509 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId in (13930, 14923)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:09,547 - 56006 - src.utils.log - INFO - βœ… Fetched 61 rows - __SPLIT__ 2026-02-27 13:32:09,548 - 56006 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 13:32:09,551 - 56006 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 13:32:09,551 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95467, 95243, 95459);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:09,579 - 56006 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 13:32:09,580 - 56006 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-03-01 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId in (95467, 95243, 95459) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:09,615 - 56006 - src.utils.log - INFO - βœ… Fetched 32 rows - __SPLIT__ 2026-02-27 13:32:09,699 - 56006 - src.utils.log - INFO - Generating work orders for setup: 95243 - __SPLIT__ 2026-02-27 13:32:09,890 - 56006 - src.utils.log - INFO - Generating work orders for setup: 95459 - __SPLIT__ 2026-02-27 13:32:09,897 - 56006 - src.utils.log - INFO - Generating work orders for setup: 95467 - __SPLIT__ 2026-02-27 13:32:09,897 - 56006 - src.utils.log - INFO - Recurring Route Present in Filter Routes SETUP:95467 - __SPLIT__ 2026-02-27 13:32:09,912 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11424.0, 11458.0);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:09,938 - 56006 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 13:32:09,984 - 56006 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 13:32:09,990 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,015 - 56006 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 13:32:10,019 - 56006 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 13:32:10,019 - 56006 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 13:32:10,019 - 56006 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95467, 95243, 95459) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,076 - 56006 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 13:32:10,076 - 56006 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95467, 95243, 95459) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,129 - 56006 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 13:32:10,129 - 56006 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95467, 95243, 95459) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,176 - 56006 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 13:32:10,177 - 56006 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95467, 95243, 95459) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,225 - 56006 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 13:32:10,225 - 56006 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95467, 95243, 95459) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,271 - 56006 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 13:32:10,272 - 56006 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95467, 95243, 95459) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,338 - 56006 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 13:32:10,338 - 56006 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95467, 95243, 95459) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,369 - 56006 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 13:32:10,369 - 56006 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95467, 95243, 95459) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,709 - 56006 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 13:32:10,709 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,765 - 56006 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 13:32:10,896 - 56006 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 13:32:10,897 - 56006 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 2 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.525' and ServiceSetupId in (95467, 95243, 95459)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,942 - 56006 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-27 13:32:10,943 - 56006 - src.utils.log - INFO - Id's of work order inserted to DB: [479991 479992] - __SPLIT__ 2026-02-27 13:32:10,944 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95467, 95243, 95459);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,970 - 56006 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 13:32:10,970 - 56006 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 13:32:10,970 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95467... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:10,998 - 56006 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 13:32:10,998 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95467... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,025 - 56006 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 13:32:11,031 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95467... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,061 - 56006 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-27 13:32:11,062 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95467... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,086 - 56006 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 13:32:11,086 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95467... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,112 - 56006 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 13:32:11,112 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95467;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,138 - 56006 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 13:32:11,139 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95467;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,164 - 56006 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 13:32:11,164 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95467;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,357 - 56006 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 13:32:11,357 - 56006 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95467;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,384 - 56006 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 13:32:11,395 - 56006 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 13:32:11,395 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,420 - 56006 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-27 13:32:11,420 - 56006 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 13:32:11,421 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,446 - 56006 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 13:32:11,446 - 56006 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 13:32:11,446 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,471 - 56006 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-27 13:32:11,472 - 56006 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 13:32:11,472 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,497 - 56006 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-27 13:32:11,497 - 56006 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 13:32:11,497 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,522 - 56006 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 13:32:11,522 - 56006 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 13:32:11,522 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,547 - 56006 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 13:32:11,548 - 56006 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 13:32:11,548 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,573 - 56006 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 13:32:11,573 - 56006 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 13:32:11,573 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,602 - 56006 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 13:32:11,697 - 56006 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 13:32:11,698 - 56006 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 13:32:11,698 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,729 - 56006 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 13:32:11,827 - 56006 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 13:32:11,827 - 56006 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 13:32:11,827 - 56006 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,859 - 56006 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 13:32:11,955 - 56006 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 13:32:11,955 - 56006 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 13:32:11,955 - 56006 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 56006;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:11,980 - 56006 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 13:32:11,980 - 56006 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-02-27 13:32:11,980 - 56006 - src.utils.log - INFO - Time took to perform operation: 2.82 - __SPLIT__ 2026-02-27 13:32:11,980 - 56006 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 56006;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:12,004 - 56006 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 13:32:12,005 - 56006 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 08:32:12.005' WHERE GenerateWorkOrderHistoryId = 56006;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 13:32:12,029 - 56006 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 16:01:57,668 - 23178 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=23178 - __SPLIT__ 2026-02-27 16:01:57,669 - 23178 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 23178 - __SPLIT__ 2026-02-27 16:01:57,669 - 23178 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-27 16:01:57,670 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:01:57,820 - 23178 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 16:01:57,820 - 23178 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-27 16:01:57,821 - 23178 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-27 16:01:57,822 - 23178 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-27 16:01:57,822 - 23178 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 23178;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:01:58,232 - 23178 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 16:01:58,232 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 23178), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 23178), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 23178 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:01:58,871 - 23178 - src.utils.log - INFO - βœ… Fetched 3928 rows - __SPLIT__ 2026-02-27 16:01:58,874 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 23178;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:01:58,901 - 23178 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 16:01:58,909 - 23178 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-27 16:01:58,914 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId in (14576, 13965, 14733, 13975, 13982, 13985, 14637, 14638, 14639, 14640, 14641, 14642, 14643, 13998, 13999, 14649, 14650, 14651, 14653, 14654, 14655, 14656, 14657, 14658, 14784, 14660, 14661, 14662, 14663, 14664, 14020, 14787, 14667, 14668, 14669, 14798, 14799, 14803, 14559, 14560, 14561, 14562, 14563, 14564, 14565, 14566, 14567, 14819, 14568, 14570, 14571, 14572, 14573, 14574, 14575, 14569, 14577, 14578, 14579, 14580, 14581, 14582, 14583, 14584, 14585, 14586, 14453, 14454, 14461)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:01:58,991 - 23178 - src.utils.log - INFO - βœ… Fetched 754 rows - __SPLIT__ 2026-02-27 16:01:58,991 - 23178 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-27 16:01:58,995 - 23178 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-27 16:01:58,996 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:01:59,399 - 23178 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 16:01:59,400 - 23178 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-04-01 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:02:00,287 - 23178 - src.utils.log - INFO - βœ… Fetched 2827 rows - __SPLIT__ 2026-02-27 16:02:02,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22304 - __SPLIT__ 2026-02-27 16:02:02,091 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22305 - __SPLIT__ 2026-02-27 16:02:02,098 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22314 - __SPLIT__ 2026-02-27 16:02:02,104 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22317 - __SPLIT__ 2026-02-27 16:02:02,110 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22327 - __SPLIT__ 2026-02-27 16:02:02,117 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22329 - __SPLIT__ 2026-02-27 16:02:02,122 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22348 - __SPLIT__ 2026-02-27 16:02:02,128 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22350 - __SPLIT__ 2026-02-27 16:02:02,134 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22351 - __SPLIT__ 2026-02-27 16:02:02,141 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22354 - __SPLIT__ 2026-02-27 16:02:02,148 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22366 - __SPLIT__ 2026-02-27 16:02:02,154 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22382 - __SPLIT__ 2026-02-27 16:02:02,160 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22384 - __SPLIT__ 2026-02-27 16:02:02,166 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22385 - __SPLIT__ 2026-02-27 16:02:02,173 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22392 - __SPLIT__ 2026-02-27 16:02:02,178 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22393 - __SPLIT__ 2026-02-27 16:02:02,184 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22410 - __SPLIT__ 2026-02-27 16:02:02,191 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22420 - __SPLIT__ 2026-02-27 16:02:02,197 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22421 - __SPLIT__ 2026-02-27 16:02:02,203 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22424 - __SPLIT__ 2026-02-27 16:02:02,209 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22437 - __SPLIT__ 2026-02-27 16:02:02,215 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22442 - __SPLIT__ 2026-02-27 16:02:02,221 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22445 - __SPLIT__ 2026-02-27 16:02:02,229 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22447 - __SPLIT__ 2026-02-27 16:02:02,236 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22448 - __SPLIT__ 2026-02-27 16:02:02,242 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22457 - __SPLIT__ 2026-02-27 16:02:02,248 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22458 - __SPLIT__ 2026-02-27 16:02:02,254 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22471 - __SPLIT__ 2026-02-27 16:02:02,260 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22473 - __SPLIT__ 2026-02-27 16:02:02,267 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22474 - __SPLIT__ 2026-02-27 16:02:02,356 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22475 - __SPLIT__ 2026-02-27 16:02:02,362 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22476 - __SPLIT__ 2026-02-27 16:02:02,369 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22493 - __SPLIT__ 2026-02-27 16:02:02,375 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22504 - __SPLIT__ 2026-02-27 16:02:02,384 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22507 - __SPLIT__ 2026-02-27 16:02:02,390 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22520 - __SPLIT__ 2026-02-27 16:02:02,396 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22532 - __SPLIT__ 2026-02-27 16:02:02,403 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22534 - __SPLIT__ 2026-02-27 16:02:02,410 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22537 - __SPLIT__ 2026-02-27 16:02:02,416 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22544 - __SPLIT__ 2026-02-27 16:02:02,423 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22546 - __SPLIT__ 2026-02-27 16:02:02,429 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22553 - __SPLIT__ 2026-02-27 16:02:02,435 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22554 - __SPLIT__ 2026-02-27 16:02:02,441 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22555 - __SPLIT__ 2026-02-27 16:02:02,448 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22556 - __SPLIT__ 2026-02-27 16:02:02,455 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22567 - __SPLIT__ 2026-02-27 16:02:02,464 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22568 - __SPLIT__ 2026-02-27 16:02:02,470 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22576 - __SPLIT__ 2026-02-27 16:02:02,476 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22578 - __SPLIT__ 2026-02-27 16:02:02,483 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22579 - __SPLIT__ 2026-02-27 16:02:02,489 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22586 - __SPLIT__ 2026-02-27 16:02:02,495 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22596 - __SPLIT__ 2026-02-27 16:02:02,502 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22602 - __SPLIT__ 2026-02-27 16:02:02,508 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22610 - __SPLIT__ 2026-02-27 16:02:02,515 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22614 - __SPLIT__ 2026-02-27 16:02:02,521 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22620 - __SPLIT__ 2026-02-27 16:02:02,528 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22627 - __SPLIT__ 2026-02-27 16:02:02,533 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22637 - __SPLIT__ 2026-02-27 16:02:02,540 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22647 - __SPLIT__ 2026-02-27 16:02:02,549 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22658 - __SPLIT__ 2026-02-27 16:02:02,555 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22659 - __SPLIT__ 2026-02-27 16:02:02,562 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22662 - __SPLIT__ 2026-02-27 16:02:02,569 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22668 - __SPLIT__ 2026-02-27 16:02:02,576 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22691 - __SPLIT__ 2026-02-27 16:02:02,581 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22699 - __SPLIT__ 2026-02-27 16:02:02,588 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22701 - __SPLIT__ 2026-02-27 16:02:02,594 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22704 - __SPLIT__ 2026-02-27 16:02:02,601 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22706 - __SPLIT__ 2026-02-27 16:02:02,608 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22720 - __SPLIT__ 2026-02-27 16:02:02,615 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22732 - __SPLIT__ 2026-02-27 16:02:02,624 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22733 - __SPLIT__ 2026-02-27 16:02:02,632 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22744 - __SPLIT__ 2026-02-27 16:02:02,638 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22745 - __SPLIT__ 2026-02-27 16:02:02,645 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22746 - __SPLIT__ 2026-02-27 16:02:02,645 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22749 - __SPLIT__ 2026-02-27 16:02:02,651 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22751 - __SPLIT__ 2026-02-27 16:02:02,657 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22752 - __SPLIT__ 2026-02-27 16:02:02,664 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22758 - __SPLIT__ 2026-02-27 16:02:02,672 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22759 - __SPLIT__ 2026-02-27 16:02:02,679 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22763 - __SPLIT__ 2026-02-27 16:02:02,685 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22764 - __SPLIT__ 2026-02-27 16:02:02,692 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22769 - __SPLIT__ 2026-02-27 16:02:02,698 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22770 - __SPLIT__ 2026-02-27 16:02:02,706 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22773 - __SPLIT__ 2026-02-27 16:02:02,712 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22803 - __SPLIT__ 2026-02-27 16:02:02,719 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22804 - __SPLIT__ 2026-02-27 16:02:02,725 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22827 - __SPLIT__ 2026-02-27 16:02:02,733 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22830 - __SPLIT__ 2026-02-27 16:02:02,739 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22831 - __SPLIT__ 2026-02-27 16:02:02,745 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22836 - __SPLIT__ 2026-02-27 16:02:02,752 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22855 - __SPLIT__ 2026-02-27 16:02:02,759 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22860 - __SPLIT__ 2026-02-27 16:02:02,766 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22877 - __SPLIT__ 2026-02-27 16:02:02,773 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22880 - __SPLIT__ 2026-02-27 16:02:02,780 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22883 - __SPLIT__ 2026-02-27 16:02:02,789 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22891 - __SPLIT__ 2026-02-27 16:02:02,796 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22898 - __SPLIT__ 2026-02-27 16:02:02,802 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22918 - __SPLIT__ 2026-02-27 16:02:02,809 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22968 - __SPLIT__ 2026-02-27 16:02:02,809 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22987 - __SPLIT__ 2026-02-27 16:02:02,815 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22988 - __SPLIT__ 2026-02-27 16:02:02,821 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22994 - __SPLIT__ 2026-02-27 16:02:02,822 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22995 - __SPLIT__ 2026-02-27 16:02:02,829 - 23178 - src.utils.log - INFO - Generating work orders for setup: 22997 - __SPLIT__ 2026-02-27 16:02:02,835 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23007 - __SPLIT__ 2026-02-27 16:02:02,842 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23019 - __SPLIT__ 2026-02-27 16:02:02,848 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23020 - __SPLIT__ 2026-02-27 16:02:02,854 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23021 - __SPLIT__ 2026-02-27 16:02:02,861 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23022 - __SPLIT__ 2026-02-27 16:02:02,869 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23023 - __SPLIT__ 2026-02-27 16:02:02,875 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23027 - __SPLIT__ 2026-02-27 16:02:02,882 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23033 - __SPLIT__ 2026-02-27 16:02:02,890 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23038 - __SPLIT__ 2026-02-27 16:02:02,890 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23053 - __SPLIT__ 2026-02-27 16:02:02,896 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23054 - __SPLIT__ 2026-02-27 16:02:02,903 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23061 - __SPLIT__ 2026-02-27 16:02:02,903 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23064 - __SPLIT__ 2026-02-27 16:02:02,909 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23066 - __SPLIT__ 2026-02-27 16:02:02,916 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23069 - __SPLIT__ 2026-02-27 16:02:02,922 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23070 - __SPLIT__ 2026-02-27 16:02:02,929 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23084 - __SPLIT__ 2026-02-27 16:02:02,936 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23095 - __SPLIT__ 2026-02-27 16:02:02,945 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23107 - __SPLIT__ 2026-02-27 16:02:02,951 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23112 - __SPLIT__ 2026-02-27 16:02:02,958 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23119 - __SPLIT__ 2026-02-27 16:02:02,964 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23124 - __SPLIT__ 2026-02-27 16:02:02,971 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23162 - __SPLIT__ 2026-02-27 16:02:02,978 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23166 - __SPLIT__ 2026-02-27 16:02:02,984 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23172 - __SPLIT__ 2026-02-27 16:02:02,991 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23179 - __SPLIT__ 2026-02-27 16:02:02,997 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23185 - __SPLIT__ 2026-02-27 16:02:03,005 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23192 - __SPLIT__ 2026-02-27 16:02:03,005 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23194 - __SPLIT__ 2026-02-27 16:02:03,012 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23195 - __SPLIT__ 2026-02-27 16:02:03,012 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23196 - __SPLIT__ 2026-02-27 16:02:03,019 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23200 - __SPLIT__ 2026-02-27 16:02:03,027 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23211 - __SPLIT__ 2026-02-27 16:02:03,034 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23212 - __SPLIT__ 2026-02-27 16:02:03,041 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23215 - __SPLIT__ 2026-02-27 16:02:03,047 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23220 - __SPLIT__ 2026-02-27 16:02:03,055 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23225 - __SPLIT__ 2026-02-27 16:02:03,062 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23245 - __SPLIT__ 2026-02-27 16:02:03,069 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23259 - __SPLIT__ 2026-02-27 16:02:03,075 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23266 - __SPLIT__ 2026-02-27 16:02:03,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23267 - __SPLIT__ 2026-02-27 16:02:03,091 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23287 - __SPLIT__ 2026-02-27 16:02:03,097 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23288 - __SPLIT__ 2026-02-27 16:02:03,106 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23295 - __SPLIT__ 2026-02-27 16:02:03,112 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23297 - __SPLIT__ 2026-02-27 16:02:03,120 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23300 - __SPLIT__ 2026-02-27 16:02:03,127 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23308 - __SPLIT__ 2026-02-27 16:02:03,134 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23325 - __SPLIT__ 2026-02-27 16:02:03,140 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23329 - __SPLIT__ 2026-02-27 16:02:03,147 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23330 - __SPLIT__ 2026-02-27 16:02:03,154 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23338 - __SPLIT__ 2026-02-27 16:02:03,161 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23352 - __SPLIT__ 2026-02-27 16:02:03,168 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23354 - __SPLIT__ 2026-02-27 16:02:03,174 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23355 - __SPLIT__ 2026-02-27 16:02:03,185 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23376 - __SPLIT__ 2026-02-27 16:02:03,192 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23379 - __SPLIT__ 2026-02-27 16:02:03,199 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23395 - __SPLIT__ 2026-02-27 16:02:03,199 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23398 - __SPLIT__ 2026-02-27 16:02:03,207 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23400 - __SPLIT__ 2026-02-27 16:02:03,213 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23409 - __SPLIT__ 2026-02-27 16:02:03,220 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23415 - __SPLIT__ 2026-02-27 16:02:03,227 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23417 - __SPLIT__ 2026-02-27 16:02:03,233 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23432 - __SPLIT__ 2026-02-27 16:02:03,240 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23456 - __SPLIT__ 2026-02-27 16:02:03,247 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23472 - __SPLIT__ 2026-02-27 16:02:03,253 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23473 - __SPLIT__ 2026-02-27 16:02:03,261 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23486 - __SPLIT__ 2026-02-27 16:02:03,269 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23495 - __SPLIT__ 2026-02-27 16:02:03,277 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23497 - __SPLIT__ 2026-02-27 16:02:03,284 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23499 - __SPLIT__ 2026-02-27 16:02:03,291 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23503 - __SPLIT__ 2026-02-27 16:02:03,298 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23510 - __SPLIT__ 2026-02-27 16:02:03,305 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23511 - __SPLIT__ 2026-02-27 16:02:03,312 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23512 - __SPLIT__ 2026-02-27 16:02:03,318 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23524 - __SPLIT__ 2026-02-27 16:02:03,325 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23527 - __SPLIT__ 2026-02-27 16:02:03,332 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23530 - __SPLIT__ 2026-02-27 16:02:03,339 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23534 - __SPLIT__ 2026-02-27 16:02:03,339 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23554 - __SPLIT__ 2026-02-27 16:02:03,348 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23560 - __SPLIT__ 2026-02-27 16:02:03,355 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23565 - __SPLIT__ 2026-02-27 16:02:03,362 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23575 - __SPLIT__ 2026-02-27 16:02:03,369 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23576 - __SPLIT__ 2026-02-27 16:02:03,376 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23582 - __SPLIT__ 2026-02-27 16:02:03,383 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23595 - __SPLIT__ 2026-02-27 16:02:03,390 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23600 - __SPLIT__ 2026-02-27 16:02:03,397 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23629 - __SPLIT__ 2026-02-27 16:02:03,403 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23642 - __SPLIT__ 2026-02-27 16:02:03,410 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23654 - __SPLIT__ 2026-02-27 16:02:03,417 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23660 - __SPLIT__ 2026-02-27 16:02:03,425 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23661 - __SPLIT__ 2026-02-27 16:02:03,431 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23665 - __SPLIT__ 2026-02-27 16:02:03,438 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23676 - __SPLIT__ 2026-02-27 16:02:03,445 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23678 - __SPLIT__ 2026-02-27 16:02:03,451 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23691 - __SPLIT__ 2026-02-27 16:02:03,458 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23712 - __SPLIT__ 2026-02-27 16:02:03,465 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23724 - __SPLIT__ 2026-02-27 16:02:03,472 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23732 - __SPLIT__ 2026-02-27 16:02:03,478 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23733 - __SPLIT__ 2026-02-27 16:02:03,486 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23740 - __SPLIT__ 2026-02-27 16:02:03,493 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23741 - __SPLIT__ 2026-02-27 16:02:03,499 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23742 - __SPLIT__ 2026-02-27 16:02:03,508 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23748 - __SPLIT__ 2026-02-27 16:02:03,516 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23749 - __SPLIT__ 2026-02-27 16:02:03,522 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23756 - __SPLIT__ 2026-02-27 16:02:03,529 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23762 - __SPLIT__ 2026-02-27 16:02:03,536 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23777 - __SPLIT__ 2026-02-27 16:02:03,543 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23815 - __SPLIT__ 2026-02-27 16:02:03,550 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23816 - __SPLIT__ 2026-02-27 16:02:03,557 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23826 - __SPLIT__ 2026-02-27 16:02:03,563 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23838 - __SPLIT__ 2026-02-27 16:02:03,563 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23839 - __SPLIT__ 2026-02-27 16:02:03,572 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23844 - __SPLIT__ 2026-02-27 16:02:03,579 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23845 - __SPLIT__ 2026-02-27 16:02:03,587 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23859 - __SPLIT__ 2026-02-27 16:02:03,595 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23862 - __SPLIT__ 2026-02-27 16:02:03,602 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23878 - __SPLIT__ 2026-02-27 16:02:03,608 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23882 - __SPLIT__ 2026-02-27 16:02:03,617 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23885 - __SPLIT__ 2026-02-27 16:02:03,623 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23888 - __SPLIT__ 2026-02-27 16:02:03,631 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23895 - __SPLIT__ 2026-02-27 16:02:03,638 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23901 - __SPLIT__ 2026-02-27 16:02:03,646 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23911 - __SPLIT__ 2026-02-27 16:02:03,652 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23914 - __SPLIT__ 2026-02-27 16:02:03,660 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23915 - __SPLIT__ 2026-02-27 16:02:03,669 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23917 - __SPLIT__ 2026-02-27 16:02:03,676 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23925 - __SPLIT__ 2026-02-27 16:02:03,684 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23928 - __SPLIT__ 2026-02-27 16:02:03,690 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23944 - __SPLIT__ 2026-02-27 16:02:03,697 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23945 - __SPLIT__ 2026-02-27 16:02:03,704 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23959 - __SPLIT__ 2026-02-27 16:02:03,711 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23966 - __SPLIT__ 2026-02-27 16:02:03,718 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23975 - __SPLIT__ 2026-02-27 16:02:03,725 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23978 - __SPLIT__ 2026-02-27 16:02:03,732 - 23178 - src.utils.log - INFO - Generating work orders for setup: 23987 - __SPLIT__ 2026-02-27 16:02:03,739 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24017 - __SPLIT__ 2026-02-27 16:02:03,748 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24025 - __SPLIT__ 2026-02-27 16:02:03,755 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24031 - __SPLIT__ 2026-02-27 16:02:03,762 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24066 - __SPLIT__ 2026-02-27 16:02:03,762 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24090 - __SPLIT__ 2026-02-27 16:02:03,769 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24107 - __SPLIT__ 2026-02-27 16:02:03,777 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24110 - __SPLIT__ 2026-02-27 16:02:03,784 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24111 - __SPLIT__ 2026-02-27 16:02:03,791 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24112 - __SPLIT__ 2026-02-27 16:02:03,799 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24121 - __SPLIT__ 2026-02-27 16:02:03,806 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24140 - __SPLIT__ 2026-02-27 16:02:03,813 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24148 - __SPLIT__ 2026-02-27 16:02:03,820 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24155 - __SPLIT__ 2026-02-27 16:02:03,828 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24172 - __SPLIT__ 2026-02-27 16:02:03,835 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24182 - __SPLIT__ 2026-02-27 16:02:03,842 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24186 - __SPLIT__ 2026-02-27 16:02:03,849 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24193 - __SPLIT__ 2026-02-27 16:02:03,856 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24199 - __SPLIT__ 2026-02-27 16:02:03,856 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24202 - __SPLIT__ 2026-02-27 16:02:03,864 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24212 - __SPLIT__ 2026-02-27 16:02:03,871 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24216 - __SPLIT__ 2026-02-27 16:02:03,877 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24219 - __SPLIT__ 2026-02-27 16:02:03,886 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24221 - __SPLIT__ 2026-02-27 16:02:03,893 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24222 - __SPLIT__ 2026-02-27 16:02:03,900 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24230 - __SPLIT__ 2026-02-27 16:02:03,908 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24231 - __SPLIT__ 2026-02-27 16:02:03,908 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24241 - __SPLIT__ 2026-02-27 16:02:03,916 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24243 - __SPLIT__ 2026-02-27 16:02:03,923 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24255 - __SPLIT__ 2026-02-27 16:02:03,929 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24256 - __SPLIT__ 2026-02-27 16:02:03,937 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24257 - __SPLIT__ 2026-02-27 16:02:03,944 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24276 - __SPLIT__ 2026-02-27 16:02:03,952 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24279 - __SPLIT__ 2026-02-27 16:02:03,960 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24309 - __SPLIT__ 2026-02-27 16:02:03,967 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24310 - __SPLIT__ 2026-02-27 16:02:03,975 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24329 - __SPLIT__ 2026-02-27 16:02:03,984 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24334 - __SPLIT__ 2026-02-27 16:02:03,990 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24353 - __SPLIT__ 2026-02-27 16:02:03,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24357 - __SPLIT__ 2026-02-27 16:02:04,006 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24358 - __SPLIT__ 2026-02-27 16:02:04,014 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24374 - __SPLIT__ 2026-02-27 16:02:04,022 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24377 - __SPLIT__ 2026-02-27 16:02:04,029 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24379 - __SPLIT__ 2026-02-27 16:02:04,037 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24381 - __SPLIT__ 2026-02-27 16:02:04,045 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24383 - __SPLIT__ 2026-02-27 16:02:04,045 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24388 - __SPLIT__ 2026-02-27 16:02:04,052 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24407 - __SPLIT__ 2026-02-27 16:02:04,059 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24411 - __SPLIT__ 2026-02-27 16:02:04,069 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24454 - __SPLIT__ 2026-02-27 16:02:04,076 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24455 - __SPLIT__ 2026-02-27 16:02:04,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24463 - __SPLIT__ 2026-02-27 16:02:04,091 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24472 - __SPLIT__ 2026-02-27 16:02:04,091 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24501 - __SPLIT__ 2026-02-27 16:02:04,099 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24502 - __SPLIT__ 2026-02-27 16:02:04,107 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24516 - __SPLIT__ 2026-02-27 16:02:04,114 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24518 - __SPLIT__ 2026-02-27 16:02:04,123 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24519 - __SPLIT__ 2026-02-27 16:02:04,130 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24538 - __SPLIT__ 2026-02-27 16:02:04,137 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24543 - __SPLIT__ 2026-02-27 16:02:04,147 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24553 - __SPLIT__ 2026-02-27 16:02:04,154 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24554 - __SPLIT__ 2026-02-27 16:02:04,163 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24567 - __SPLIT__ 2026-02-27 16:02:04,170 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24570 - __SPLIT__ 2026-02-27 16:02:04,177 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24583 - __SPLIT__ 2026-02-27 16:02:04,186 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24585 - __SPLIT__ 2026-02-27 16:02:04,193 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24591 - __SPLIT__ 2026-02-27 16:02:04,200 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24603 - __SPLIT__ 2026-02-27 16:02:04,207 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24610 - __SPLIT__ 2026-02-27 16:02:04,216 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24622 - __SPLIT__ 2026-02-27 16:02:04,225 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24633 - __SPLIT__ 2026-02-27 16:02:04,233 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24641 - __SPLIT__ 2026-02-27 16:02:04,240 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24653 - __SPLIT__ 2026-02-27 16:02:04,248 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24686 - __SPLIT__ 2026-02-27 16:02:04,256 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24692 - __SPLIT__ 2026-02-27 16:02:04,264 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24698 - __SPLIT__ 2026-02-27 16:02:04,272 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24722 - __SPLIT__ 2026-02-27 16:02:04,281 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24731 - __SPLIT__ 2026-02-27 16:02:04,288 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24735 - __SPLIT__ 2026-02-27 16:02:04,295 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24737 - __SPLIT__ 2026-02-27 16:02:04,305 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24742 - __SPLIT__ 2026-02-27 16:02:04,305 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24770 - __SPLIT__ 2026-02-27 16:02:04,313 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24775 - __SPLIT__ 2026-02-27 16:02:04,321 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24784 - __SPLIT__ 2026-02-27 16:02:04,330 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24796 - __SPLIT__ 2026-02-27 16:02:04,336 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24798 - __SPLIT__ 2026-02-27 16:02:04,344 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24800 - __SPLIT__ 2026-02-27 16:02:04,352 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24804 - __SPLIT__ 2026-02-27 16:02:04,359 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24805 - __SPLIT__ 2026-02-27 16:02:04,366 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24822 - __SPLIT__ 2026-02-27 16:02:04,374 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24834 - __SPLIT__ 2026-02-27 16:02:04,384 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24835 - __SPLIT__ 2026-02-27 16:02:04,392 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24840 - __SPLIT__ 2026-02-27 16:02:04,392 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24841 - __SPLIT__ 2026-02-27 16:02:04,400 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24842 - __SPLIT__ 2026-02-27 16:02:04,408 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24852 - __SPLIT__ 2026-02-27 16:02:04,416 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24856 - __SPLIT__ 2026-02-27 16:02:04,423 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24863 - __SPLIT__ 2026-02-27 16:02:04,432 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24864 - __SPLIT__ 2026-02-27 16:02:04,440 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24875 - __SPLIT__ 2026-02-27 16:02:04,448 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24891 - __SPLIT__ 2026-02-27 16:02:04,456 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24896 - __SPLIT__ 2026-02-27 16:02:04,464 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24916 - __SPLIT__ 2026-02-27 16:02:04,472 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24917 - __SPLIT__ 2026-02-27 16:02:04,472 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24945 - __SPLIT__ 2026-02-27 16:02:04,480 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24947 - __SPLIT__ 2026-02-27 16:02:04,488 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24952 - __SPLIT__ 2026-02-27 16:02:04,495 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24953 - __SPLIT__ 2026-02-27 16:02:04,503 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24964 - __SPLIT__ 2026-02-27 16:02:04,510 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24975 - __SPLIT__ 2026-02-27 16:02:04,518 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24980 - __SPLIT__ 2026-02-27 16:02:04,526 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24982 - __SPLIT__ 2026-02-27 16:02:04,534 - 23178 - src.utils.log - INFO - Generating work orders for setup: 24994 - __SPLIT__ 2026-02-27 16:02:04,544 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25000 - __SPLIT__ 2026-02-27 16:02:04,544 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25013 - __SPLIT__ 2026-02-27 16:02:04,552 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25037 - __SPLIT__ 2026-02-27 16:02:04,560 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25047 - __SPLIT__ 2026-02-27 16:02:04,567 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25053 - __SPLIT__ 2026-02-27 16:02:04,575 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25075 - __SPLIT__ 2026-02-27 16:02:04,583 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25112 - __SPLIT__ 2026-02-27 16:02:04,591 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25116 - __SPLIT__ 2026-02-27 16:02:04,598 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25122 - __SPLIT__ 2026-02-27 16:02:04,606 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25126 - __SPLIT__ 2026-02-27 16:02:04,614 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25127 - __SPLIT__ 2026-02-27 16:02:04,621 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25134 - __SPLIT__ 2026-02-27 16:02:04,631 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25136 - __SPLIT__ 2026-02-27 16:02:04,638 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25143 - __SPLIT__ 2026-02-27 16:02:04,646 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25163 - __SPLIT__ 2026-02-27 16:02:04,654 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25164 - __SPLIT__ 2026-02-27 16:02:04,661 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25188 - __SPLIT__ 2026-02-27 16:02:04,669 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25194 - __SPLIT__ 2026-02-27 16:02:04,676 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25208 - __SPLIT__ 2026-02-27 16:02:04,684 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25220 - __SPLIT__ 2026-02-27 16:02:04,692 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25226 - __SPLIT__ 2026-02-27 16:02:04,699 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25231 - __SPLIT__ 2026-02-27 16:02:04,710 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25232 - __SPLIT__ 2026-02-27 16:02:04,717 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25235 - __SPLIT__ 2026-02-27 16:02:04,725 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25257 - __SPLIT__ 2026-02-27 16:02:04,734 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25260 - __SPLIT__ 2026-02-27 16:02:04,742 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25266 - __SPLIT__ 2026-02-27 16:02:04,749 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25272 - __SPLIT__ 2026-02-27 16:02:04,758 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25273 - __SPLIT__ 2026-02-27 16:02:04,765 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25277 - __SPLIT__ 2026-02-27 16:02:04,772 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25305 - __SPLIT__ 2026-02-27 16:02:04,781 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25312 - __SPLIT__ 2026-02-27 16:02:04,789 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25318 - __SPLIT__ 2026-02-27 16:02:04,790 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25320 - __SPLIT__ 2026-02-27 16:02:04,798 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25342 - __SPLIT__ 2026-02-27 16:02:04,806 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25343 - __SPLIT__ 2026-02-27 16:02:04,813 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25357 - __SPLIT__ 2026-02-27 16:02:04,822 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25384 - __SPLIT__ 2026-02-27 16:02:04,829 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25385 - __SPLIT__ 2026-02-27 16:02:04,837 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25388 - __SPLIT__ 2026-02-27 16:02:04,845 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25395 - __SPLIT__ 2026-02-27 16:02:04,852 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25400 - __SPLIT__ 2026-02-27 16:02:04,861 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25407 - __SPLIT__ 2026-02-27 16:02:04,871 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25411 - __SPLIT__ 2026-02-27 16:02:04,879 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25431 - __SPLIT__ 2026-02-27 16:02:04,886 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25437 - __SPLIT__ 2026-02-27 16:02:04,895 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25459 - __SPLIT__ 2026-02-27 16:02:04,903 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25460 - __SPLIT__ 2026-02-27 16:02:04,910 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25465 - __SPLIT__ 2026-02-27 16:02:04,918 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25474 - __SPLIT__ 2026-02-27 16:02:04,926 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25478 - __SPLIT__ 2026-02-27 16:02:04,934 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25481 - __SPLIT__ 2026-02-27 16:02:04,945 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25485 - __SPLIT__ 2026-02-27 16:02:04,953 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25486 - __SPLIT__ 2026-02-27 16:02:04,961 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25487 - __SPLIT__ 2026-02-27 16:02:04,969 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25490 - __SPLIT__ 2026-02-27 16:02:04,977 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25492 - __SPLIT__ 2026-02-27 16:02:04,985 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25493 - __SPLIT__ 2026-02-27 16:02:04,994 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25494 - __SPLIT__ 2026-02-27 16:02:05,002 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25502 - __SPLIT__ 2026-02-27 16:02:05,011 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25504 - __SPLIT__ 2026-02-27 16:02:05,018 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25508 - __SPLIT__ 2026-02-27 16:02:05,029 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25509 - __SPLIT__ 2026-02-27 16:02:05,037 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25514 - __SPLIT__ 2026-02-27 16:02:05,045 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25515 - __SPLIT__ 2026-02-27 16:02:05,053 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25516 - __SPLIT__ 2026-02-27 16:02:05,061 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25517 - __SPLIT__ 2026-02-27 16:02:05,069 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25518 - __SPLIT__ 2026-02-27 16:02:05,077 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25527 - __SPLIT__ 2026-02-27 16:02:05,085 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25528 - __SPLIT__ 2026-02-27 16:02:05,085 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25534 - __SPLIT__ 2026-02-27 16:02:05,092 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25538 - __SPLIT__ 2026-02-27 16:02:05,101 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25587 - __SPLIT__ 2026-02-27 16:02:05,111 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25595 - __SPLIT__ 2026-02-27 16:02:05,119 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25603 - __SPLIT__ 2026-02-27 16:02:05,127 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25613 - __SPLIT__ 2026-02-27 16:02:05,135 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25618 - __SPLIT__ 2026-02-27 16:02:05,142 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25649 - __SPLIT__ 2026-02-27 16:02:05,152 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25650 - __SPLIT__ 2026-02-27 16:02:05,159 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25662 - __SPLIT__ 2026-02-27 16:02:05,168 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25665 - __SPLIT__ 2026-02-27 16:02:05,176 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25671 - __SPLIT__ 2026-02-27 16:02:05,186 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25672 - __SPLIT__ 2026-02-27 16:02:05,194 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25676 - __SPLIT__ 2026-02-27 16:02:05,201 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25683 - __SPLIT__ 2026-02-27 16:02:05,210 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25699 - __SPLIT__ 2026-02-27 16:02:05,217 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25709 - __SPLIT__ 2026-02-27 16:02:05,225 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25710 - __SPLIT__ 2026-02-27 16:02:05,233 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25713 - __SPLIT__ 2026-02-27 16:02:05,241 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25723 - __SPLIT__ 2026-02-27 16:02:05,250 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25735 - __SPLIT__ 2026-02-27 16:02:05,257 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25736 - __SPLIT__ 2026-02-27 16:02:05,266 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25749 - __SPLIT__ 2026-02-27 16:02:05,274 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25762 - __SPLIT__ 2026-02-27 16:02:05,274 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25794 - __SPLIT__ 2026-02-27 16:02:05,282 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25804 - __SPLIT__ 2026-02-27 16:02:05,290 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25809 - __SPLIT__ 2026-02-27 16:02:05,298 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25810 - __SPLIT__ 2026-02-27 16:02:05,305 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25817 - __SPLIT__ 2026-02-27 16:02:05,314 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25854 - __SPLIT__ 2026-02-27 16:02:05,322 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25881 - __SPLIT__ 2026-02-27 16:02:05,330 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25892 - __SPLIT__ 2026-02-27 16:02:05,338 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25902 - __SPLIT__ 2026-02-27 16:02:05,349 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25903 - __SPLIT__ 2026-02-27 16:02:05,357 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25905 - __SPLIT__ 2026-02-27 16:02:05,366 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25906 - __SPLIT__ 2026-02-27 16:02:05,373 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25910 - __SPLIT__ 2026-02-27 16:02:05,381 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25937 - __SPLIT__ 2026-02-27 16:02:05,390 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25938 - __SPLIT__ 2026-02-27 16:02:05,398 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25946 - __SPLIT__ 2026-02-27 16:02:05,406 - 23178 - src.utils.log - INFO - Generating work orders for setup: 25970 - __SPLIT__ 2026-02-27 16:02:05,414 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26010 - __SPLIT__ 2026-02-27 16:02:05,424 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26014 - __SPLIT__ 2026-02-27 16:02:05,432 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26021 - __SPLIT__ 2026-02-27 16:02:05,441 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26032 - __SPLIT__ 2026-02-27 16:02:05,449 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26040 - __SPLIT__ 2026-02-27 16:02:05,458 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26041 - __SPLIT__ 2026-02-27 16:02:05,466 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26043 - __SPLIT__ 2026-02-27 16:02:05,475 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26048 - __SPLIT__ 2026-02-27 16:02:05,483 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26055 - __SPLIT__ 2026-02-27 16:02:05,491 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26058 - __SPLIT__ 2026-02-27 16:02:05,500 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26060 - __SPLIT__ 2026-02-27 16:02:05,509 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26072 - __SPLIT__ 2026-02-27 16:02:05,518 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26080 - __SPLIT__ 2026-02-27 16:02:05,525 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26081 - __SPLIT__ 2026-02-27 16:02:05,534 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26082 - __SPLIT__ 2026-02-27 16:02:05,542 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26086 - __SPLIT__ 2026-02-27 16:02:05,550 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26091 - __SPLIT__ 2026-02-27 16:02:05,559 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26103 - __SPLIT__ 2026-02-27 16:02:05,568 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26115 - __SPLIT__ 2026-02-27 16:02:05,576 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26116 - __SPLIT__ 2026-02-27 16:02:05,585 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26120 - __SPLIT__ 2026-02-27 16:02:05,593 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26125 - __SPLIT__ 2026-02-27 16:02:05,594 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26143 - __SPLIT__ 2026-02-27 16:02:05,602 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26148 - __SPLIT__ 2026-02-27 16:02:05,610 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26162 - __SPLIT__ 2026-02-27 16:02:05,619 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26170 - __SPLIT__ 2026-02-27 16:02:05,619 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26175 - __SPLIT__ 2026-02-27 16:02:05,627 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26185 - __SPLIT__ 2026-02-27 16:02:05,635 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26191 - __SPLIT__ 2026-02-27 16:02:05,643 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26192 - __SPLIT__ 2026-02-27 16:02:05,653 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26201 - __SPLIT__ 2026-02-27 16:02:05,661 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26202 - __SPLIT__ 2026-02-27 16:02:05,670 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26209 - __SPLIT__ 2026-02-27 16:02:05,670 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26213 - __SPLIT__ 2026-02-27 16:02:05,678 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26220 - __SPLIT__ 2026-02-27 16:02:05,687 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26221 - __SPLIT__ 2026-02-27 16:02:05,695 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26223 - __SPLIT__ 2026-02-27 16:02:05,703 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26224 - __SPLIT__ 2026-02-27 16:02:05,711 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26226 - __SPLIT__ 2026-02-27 16:02:05,719 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26263 - __SPLIT__ 2026-02-27 16:02:05,728 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26266 - __SPLIT__ 2026-02-27 16:02:05,736 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26269 - __SPLIT__ 2026-02-27 16:02:05,746 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26274 - __SPLIT__ 2026-02-27 16:02:05,755 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26275 - __SPLIT__ 2026-02-27 16:02:05,763 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26283 - __SPLIT__ 2026-02-27 16:02:05,772 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26287 - __SPLIT__ 2026-02-27 16:02:05,780 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26289 - __SPLIT__ 2026-02-27 16:02:05,790 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26308 - __SPLIT__ 2026-02-27 16:02:05,797 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26309 - __SPLIT__ 2026-02-27 16:02:05,806 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26320 - __SPLIT__ 2026-02-27 16:02:05,881 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26321 - __SPLIT__ 2026-02-27 16:02:05,881 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26322 - __SPLIT__ 2026-02-27 16:02:05,891 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26425 - __SPLIT__ 2026-02-27 16:02:05,900 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26431 - __SPLIT__ 2026-02-27 16:02:05,911 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26449 - __SPLIT__ 2026-02-27 16:02:05,919 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26460 - __SPLIT__ 2026-02-27 16:02:05,928 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26472 - __SPLIT__ 2026-02-27 16:02:05,936 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26483 - __SPLIT__ 2026-02-27 16:02:05,945 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26540 - __SPLIT__ 2026-02-27 16:02:05,953 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26548 - __SPLIT__ 2026-02-27 16:02:05,963 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26551 - __SPLIT__ 2026-02-27 16:02:05,970 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26558 - __SPLIT__ 2026-02-27 16:02:05,979 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26559 - __SPLIT__ 2026-02-27 16:02:05,990 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26563 - __SPLIT__ 2026-02-27 16:02:05,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26565 - __SPLIT__ 2026-02-27 16:02:06,007 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26566 - __SPLIT__ 2026-02-27 16:02:06,016 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26567 - __SPLIT__ 2026-02-27 16:02:06,025 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26571 - __SPLIT__ 2026-02-27 16:02:06,033 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26589 - __SPLIT__ 2026-02-27 16:02:06,042 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26590 - __SPLIT__ 2026-02-27 16:02:06,050 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26602 - __SPLIT__ 2026-02-27 16:02:06,059 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26604 - __SPLIT__ 2026-02-27 16:02:06,069 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26605 - __SPLIT__ 2026-02-27 16:02:06,078 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26606 - __SPLIT__ 2026-02-27 16:02:06,087 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26611 - __SPLIT__ 2026-02-27 16:02:06,096 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26612 - __SPLIT__ 2026-02-27 16:02:06,104 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26616 - __SPLIT__ 2026-02-27 16:02:06,113 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26652 - __SPLIT__ 2026-02-27 16:02:06,121 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26654 - __SPLIT__ 2026-02-27 16:02:06,130 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26658 - __SPLIT__ 2026-02-27 16:02:06,138 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26714 - __SPLIT__ 2026-02-27 16:02:06,149 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26723 - __SPLIT__ 2026-02-27 16:02:06,158 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26736 - __SPLIT__ 2026-02-27 16:02:06,166 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26754 - __SPLIT__ 2026-02-27 16:02:06,175 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26757 - __SPLIT__ 2026-02-27 16:02:06,183 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26782 - __SPLIT__ 2026-02-27 16:02:06,183 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26794 - __SPLIT__ 2026-02-27 16:02:06,192 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26816 - __SPLIT__ 2026-02-27 16:02:06,200 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26827 - __SPLIT__ 2026-02-27 16:02:06,208 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26828 - __SPLIT__ 2026-02-27 16:02:06,217 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26829 - __SPLIT__ 2026-02-27 16:02:06,228 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26836 - __SPLIT__ 2026-02-27 16:02:06,237 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26837 - __SPLIT__ 2026-02-27 16:02:06,246 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26843 - __SPLIT__ 2026-02-27 16:02:06,255 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26851 - __SPLIT__ 2026-02-27 16:02:06,255 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26863 - __SPLIT__ 2026-02-27 16:02:06,263 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26881 - __SPLIT__ 2026-02-27 16:02:06,272 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26884 - __SPLIT__ 2026-02-27 16:02:06,281 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26918 - __SPLIT__ 2026-02-27 16:02:06,290 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26919 - __SPLIT__ 2026-02-27 16:02:06,298 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26940 - __SPLIT__ 2026-02-27 16:02:06,308 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26944 - __SPLIT__ 2026-02-27 16:02:06,317 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26952 - __SPLIT__ 2026-02-27 16:02:06,326 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26953 - __SPLIT__ 2026-02-27 16:02:06,334 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26954 - __SPLIT__ 2026-02-27 16:02:06,343 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26959 - __SPLIT__ 2026-02-27 16:02:06,352 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26963 - __SPLIT__ 2026-02-27 16:02:06,360 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26987 - __SPLIT__ 2026-02-27 16:02:06,369 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26991 - __SPLIT__ 2026-02-27 16:02:06,378 - 23178 - src.utils.log - INFO - Generating work orders for setup: 26993 - __SPLIT__ 2026-02-27 16:02:06,388 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27000 - __SPLIT__ 2026-02-27 16:02:06,389 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27002 - __SPLIT__ 2026-02-27 16:02:06,398 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27003 - __SPLIT__ 2026-02-27 16:02:06,398 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27006 - __SPLIT__ 2026-02-27 16:02:06,407 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27032 - __SPLIT__ 2026-02-27 16:02:06,416 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27035 - __SPLIT__ 2026-02-27 16:02:06,425 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27039 - __SPLIT__ 2026-02-27 16:02:06,433 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27040 - __SPLIT__ 2026-02-27 16:02:06,442 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27042 - __SPLIT__ 2026-02-27 16:02:06,451 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27060 - __SPLIT__ 2026-02-27 16:02:06,460 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27061 - __SPLIT__ 2026-02-27 16:02:06,460 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27070 - __SPLIT__ 2026-02-27 16:02:06,472 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27093 - __SPLIT__ 2026-02-27 16:02:06,480 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27100 - __SPLIT__ 2026-02-27 16:02:06,490 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27102 - __SPLIT__ 2026-02-27 16:02:06,499 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27114 - __SPLIT__ 2026-02-27 16:02:06,508 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27127 - __SPLIT__ 2026-02-27 16:02:06,518 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27138 - __SPLIT__ 2026-02-27 16:02:06,526 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27145 - __SPLIT__ 2026-02-27 16:02:06,536 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27164 - __SPLIT__ 2026-02-27 16:02:06,546 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27169 - __SPLIT__ 2026-02-27 16:02:06,554 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27171 - __SPLIT__ 2026-02-27 16:02:06,563 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27172 - __SPLIT__ 2026-02-27 16:02:06,572 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27176 - __SPLIT__ 2026-02-27 16:02:06,580 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27179 - __SPLIT__ 2026-02-27 16:02:06,589 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27185 - __SPLIT__ 2026-02-27 16:02:06,598 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27194 - __SPLIT__ 2026-02-27 16:02:06,607 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27196 - __SPLIT__ 2026-02-27 16:02:06,616 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27200 - __SPLIT__ 2026-02-27 16:02:06,627 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27201 - __SPLIT__ 2026-02-27 16:02:06,637 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27205 - __SPLIT__ 2026-02-27 16:02:06,646 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27207 - __SPLIT__ 2026-02-27 16:02:06,654 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27215 - __SPLIT__ 2026-02-27 16:02:06,663 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27218 - __SPLIT__ 2026-02-27 16:02:06,672 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27223 - __SPLIT__ 2026-02-27 16:02:06,681 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27228 - __SPLIT__ 2026-02-27 16:02:06,689 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27229 - __SPLIT__ 2026-02-27 16:02:06,689 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27233 - __SPLIT__ 2026-02-27 16:02:06,699 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27234 - __SPLIT__ 2026-02-27 16:02:06,710 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27242 - __SPLIT__ 2026-02-27 16:02:06,719 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27257 - __SPLIT__ 2026-02-27 16:02:06,729 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27278 - __SPLIT__ 2026-02-27 16:02:06,738 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27284 - __SPLIT__ 2026-02-27 16:02:06,747 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27289 - __SPLIT__ 2026-02-27 16:02:06,755 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27303 - __SPLIT__ 2026-02-27 16:02:06,764 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27305 - __SPLIT__ 2026-02-27 16:02:06,764 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27310 - __SPLIT__ 2026-02-27 16:02:06,774 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27315 - __SPLIT__ 2026-02-27 16:02:06,785 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27320 - __SPLIT__ 2026-02-27 16:02:06,794 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27322 - __SPLIT__ 2026-02-27 16:02:06,803 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27353 - __SPLIT__ 2026-02-27 16:02:06,812 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27359 - __SPLIT__ 2026-02-27 16:02:06,822 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27363 - __SPLIT__ 2026-02-27 16:02:06,830 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27367 - __SPLIT__ 2026-02-27 16:02:06,831 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27384 - __SPLIT__ 2026-02-27 16:02:06,840 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27387 - __SPLIT__ 2026-02-27 16:02:06,848 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27396 - __SPLIT__ 2026-02-27 16:02:06,857 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27397 - __SPLIT__ 2026-02-27 16:02:06,869 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27405 - __SPLIT__ 2026-02-27 16:02:06,878 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27410 - __SPLIT__ 2026-02-27 16:02:06,887 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27416 - __SPLIT__ 2026-02-27 16:02:06,896 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27420 - __SPLIT__ 2026-02-27 16:02:06,904 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27427 - __SPLIT__ 2026-02-27 16:02:06,913 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27434 - __SPLIT__ 2026-02-27 16:02:06,922 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27442 - __SPLIT__ 2026-02-27 16:02:06,932 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27453 - __SPLIT__ 2026-02-27 16:02:06,940 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27456 - __SPLIT__ 2026-02-27 16:02:06,950 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27474 - __SPLIT__ 2026-02-27 16:02:06,959 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27494 - __SPLIT__ 2026-02-27 16:02:06,968 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27496 - __SPLIT__ 2026-02-27 16:02:06,977 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27500 - __SPLIT__ 2026-02-27 16:02:06,985 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27501 - __SPLIT__ 2026-02-27 16:02:06,994 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27517 - __SPLIT__ 2026-02-27 16:02:07,003 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27531 - __SPLIT__ 2026-02-27 16:02:07,013 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27536 - __SPLIT__ 2026-02-27 16:02:07,024 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27559 - __SPLIT__ 2026-02-27 16:02:07,032 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27560 - __SPLIT__ 2026-02-27 16:02:07,042 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27587 - __SPLIT__ 2026-02-27 16:02:07,051 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27609 - __SPLIT__ 2026-02-27 16:02:07,060 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27636 - __SPLIT__ 2026-02-27 16:02:07,069 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27648 - __SPLIT__ 2026-02-27 16:02:07,078 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27662 - __SPLIT__ 2026-02-27 16:02:07,087 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27665 - __SPLIT__ 2026-02-27 16:02:07,097 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27684 - __SPLIT__ 2026-02-27 16:02:07,108 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27706 - __SPLIT__ 2026-02-27 16:02:07,116 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27717 - __SPLIT__ 2026-02-27 16:02:07,125 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27743 - __SPLIT__ 2026-02-27 16:02:07,134 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27767 - __SPLIT__ 2026-02-27 16:02:07,144 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27786 - __SPLIT__ 2026-02-27 16:02:07,153 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27788 - __SPLIT__ 2026-02-27 16:02:07,163 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27789 - __SPLIT__ 2026-02-27 16:02:07,173 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27819 - __SPLIT__ 2026-02-27 16:02:07,184 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27845 - __SPLIT__ 2026-02-27 16:02:07,194 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27849 - __SPLIT__ 2026-02-27 16:02:07,204 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27859 - __SPLIT__ 2026-02-27 16:02:07,213 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27864 - __SPLIT__ 2026-02-27 16:02:07,222 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27870 - __SPLIT__ 2026-02-27 16:02:07,232 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27875 - __SPLIT__ 2026-02-27 16:02:07,242 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27887 - __SPLIT__ 2026-02-27 16:02:07,251 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27900 - __SPLIT__ 2026-02-27 16:02:07,264 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27901 - __SPLIT__ 2026-02-27 16:02:07,274 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27939 - __SPLIT__ 2026-02-27 16:02:07,283 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27941 - __SPLIT__ 2026-02-27 16:02:07,293 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27946 - __SPLIT__ 2026-02-27 16:02:07,302 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27949 - __SPLIT__ 2026-02-27 16:02:07,311 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27955 - __SPLIT__ 2026-02-27 16:02:07,321 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27959 - __SPLIT__ 2026-02-27 16:02:07,331 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27967 - __SPLIT__ 2026-02-27 16:02:07,343 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27977 - __SPLIT__ 2026-02-27 16:02:07,352 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27988 - __SPLIT__ 2026-02-27 16:02:07,362 - 23178 - src.utils.log - INFO - Generating work orders for setup: 27992 - __SPLIT__ 2026-02-27 16:02:07,371 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28007 - __SPLIT__ 2026-02-27 16:02:07,380 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28020 - __SPLIT__ 2026-02-27 16:02:07,390 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28024 - __SPLIT__ 2026-02-27 16:02:07,399 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28066 - __SPLIT__ 2026-02-27 16:02:07,408 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28067 - __SPLIT__ 2026-02-27 16:02:07,418 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28083 - __SPLIT__ 2026-02-27 16:02:07,427 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28085 - __SPLIT__ 2026-02-27 16:02:07,437 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28092 - __SPLIT__ 2026-02-27 16:02:07,447 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28094 - __SPLIT__ 2026-02-27 16:02:07,457 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28109 - __SPLIT__ 2026-02-27 16:02:07,466 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28112 - __SPLIT__ 2026-02-27 16:02:07,476 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28119 - __SPLIT__ 2026-02-27 16:02:07,485 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28121 - __SPLIT__ 2026-02-27 16:02:07,494 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28127 - __SPLIT__ 2026-02-27 16:02:07,504 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28135 - __SPLIT__ 2026-02-27 16:02:07,513 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28139 - __SPLIT__ 2026-02-27 16:02:07,524 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28145 - __SPLIT__ 2026-02-27 16:02:07,533 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28151 - __SPLIT__ 2026-02-27 16:02:07,542 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28153 - __SPLIT__ 2026-02-27 16:02:07,553 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28155 - __SPLIT__ 2026-02-27 16:02:07,563 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28159 - __SPLIT__ 2026-02-27 16:02:07,573 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28160 - __SPLIT__ 2026-02-27 16:02:07,585 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28176 - __SPLIT__ 2026-02-27 16:02:07,594 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28218 - __SPLIT__ 2026-02-27 16:02:07,604 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28219 - __SPLIT__ 2026-02-27 16:02:07,614 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28229 - __SPLIT__ 2026-02-27 16:02:07,623 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28260 - __SPLIT__ 2026-02-27 16:02:07,633 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28306 - __SPLIT__ 2026-02-27 16:02:07,642 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28312 - __SPLIT__ 2026-02-27 16:02:07,652 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28318 - __SPLIT__ 2026-02-27 16:02:07,661 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28321 - __SPLIT__ 2026-02-27 16:02:07,670 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28332 - __SPLIT__ 2026-02-27 16:02:07,680 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28353 - __SPLIT__ 2026-02-27 16:02:07,689 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28356 - __SPLIT__ 2026-02-27 16:02:07,698 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28357 - __SPLIT__ 2026-02-27 16:02:07,708 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28365 - __SPLIT__ 2026-02-27 16:02:07,717 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28366 - __SPLIT__ 2026-02-27 16:02:07,727 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28378 - __SPLIT__ 2026-02-27 16:02:07,736 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28379 - __SPLIT__ 2026-02-27 16:02:07,747 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28382 - __SPLIT__ 2026-02-27 16:02:07,757 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28387 - __SPLIT__ 2026-02-27 16:02:07,766 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28389 - __SPLIT__ 2026-02-27 16:02:07,777 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28393 - __SPLIT__ 2026-02-27 16:02:07,786 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28410 - __SPLIT__ 2026-02-27 16:02:07,796 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28411 - __SPLIT__ 2026-02-27 16:02:07,805 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28413 - __SPLIT__ 2026-02-27 16:02:07,815 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28414 - __SPLIT__ 2026-02-27 16:02:07,826 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28416 - __SPLIT__ 2026-02-27 16:02:07,835 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28419 - __SPLIT__ 2026-02-27 16:02:07,845 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28426 - __SPLIT__ 2026-02-27 16:02:07,855 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28438 - __SPLIT__ 2026-02-27 16:02:07,855 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28444 - __SPLIT__ 2026-02-27 16:02:07,866 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28447 - __SPLIT__ 2026-02-27 16:02:07,876 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28451 - __SPLIT__ 2026-02-27 16:02:07,885 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28461 - __SPLIT__ 2026-02-27 16:02:07,895 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28462 - __SPLIT__ 2026-02-27 16:02:07,906 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28465 - __SPLIT__ 2026-02-27 16:02:07,916 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28469 - __SPLIT__ 2026-02-27 16:02:07,926 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28506 - __SPLIT__ 2026-02-27 16:02:07,936 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28513 - __SPLIT__ 2026-02-27 16:02:07,945 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28516 - __SPLIT__ 2026-02-27 16:02:07,955 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28551 - __SPLIT__ 2026-02-27 16:02:07,965 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28564 - __SPLIT__ 2026-02-27 16:02:07,975 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28570 - __SPLIT__ 2026-02-27 16:02:07,986 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28572 - __SPLIT__ 2026-02-27 16:02:07,996 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28584 - __SPLIT__ 2026-02-27 16:02:08,006 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28587 - __SPLIT__ 2026-02-27 16:02:08,016 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28610 - __SPLIT__ 2026-02-27 16:02:08,026 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28611 - __SPLIT__ 2026-02-27 16:02:08,036 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28615 - __SPLIT__ 2026-02-27 16:02:08,046 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28619 - __SPLIT__ 2026-02-27 16:02:08,056 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28620 - __SPLIT__ 2026-02-27 16:02:08,067 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28630 - __SPLIT__ 2026-02-27 16:02:08,075 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28636 - __SPLIT__ 2026-02-27 16:02:08,086 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28645 - __SPLIT__ 2026-02-27 16:02:08,096 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28651 - __SPLIT__ 2026-02-27 16:02:08,106 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28654 - __SPLIT__ 2026-02-27 16:02:08,115 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28655 - __SPLIT__ 2026-02-27 16:02:08,125 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28663 - __SPLIT__ 2026-02-27 16:02:08,136 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28700 - __SPLIT__ 2026-02-27 16:02:08,147 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28703 - __SPLIT__ 2026-02-27 16:02:08,156 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28713 - __SPLIT__ 2026-02-27 16:02:08,166 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28717 - __SPLIT__ 2026-02-27 16:02:08,176 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28732 - __SPLIT__ 2026-02-27 16:02:08,185 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28736 - __SPLIT__ 2026-02-27 16:02:08,186 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28745 - __SPLIT__ 2026-02-27 16:02:08,196 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28762 - __SPLIT__ 2026-02-27 16:02:08,206 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28764 - __SPLIT__ 2026-02-27 16:02:08,214 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28765 - __SPLIT__ 2026-02-27 16:02:08,226 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28766 - __SPLIT__ 2026-02-27 16:02:08,236 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28770 - __SPLIT__ 2026-02-27 16:02:08,246 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28782 - __SPLIT__ 2026-02-27 16:02:08,255 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28783 - __SPLIT__ 2026-02-27 16:02:08,265 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28790 - __SPLIT__ 2026-02-27 16:02:08,275 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28792 - __SPLIT__ 2026-02-27 16:02:08,285 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28797 - __SPLIT__ 2026-02-27 16:02:08,294 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28798 - __SPLIT__ 2026-02-27 16:02:08,306 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28802 - __SPLIT__ 2026-02-27 16:02:08,315 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28805 - __SPLIT__ 2026-02-27 16:02:08,325 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28808 - __SPLIT__ 2026-02-27 16:02:08,335 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28813 - __SPLIT__ 2026-02-27 16:02:08,344 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28819 - __SPLIT__ 2026-02-27 16:02:08,354 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28820 - __SPLIT__ 2026-02-27 16:02:08,364 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28826 - __SPLIT__ 2026-02-27 16:02:08,373 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28834 - __SPLIT__ 2026-02-27 16:02:08,385 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28837 - __SPLIT__ 2026-02-27 16:02:08,394 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28839 - __SPLIT__ 2026-02-27 16:02:08,405 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28845 - __SPLIT__ 2026-02-27 16:02:08,414 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28856 - __SPLIT__ 2026-02-27 16:02:08,424 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28890 - __SPLIT__ 2026-02-27 16:02:08,434 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28891 - __SPLIT__ 2026-02-27 16:02:08,444 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28912 - __SPLIT__ 2026-02-27 16:02:08,444 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28927 - __SPLIT__ 2026-02-27 16:02:08,453 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28951 - __SPLIT__ 2026-02-27 16:02:08,465 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28956 - __SPLIT__ 2026-02-27 16:02:08,475 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28969 - __SPLIT__ 2026-02-27 16:02:08,485 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28972 - __SPLIT__ 2026-02-27 16:02:08,495 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28973 - __SPLIT__ 2026-02-27 16:02:08,505 - 23178 - src.utils.log - INFO - Generating work orders for setup: 28974 - __SPLIT__ 2026-02-27 16:02:08,515 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29015 - __SPLIT__ 2026-02-27 16:02:08,525 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29044 - __SPLIT__ 2026-02-27 16:02:08,526 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29051 - __SPLIT__ 2026-02-27 16:02:08,535 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29055 - __SPLIT__ 2026-02-27 16:02:08,546 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29059 - __SPLIT__ 2026-02-27 16:02:08,556 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29072 - __SPLIT__ 2026-02-27 16:02:08,556 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29080 - __SPLIT__ 2026-02-27 16:02:08,566 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29081 - __SPLIT__ 2026-02-27 16:02:08,576 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29085 - __SPLIT__ 2026-02-27 16:02:08,586 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29095 - __SPLIT__ 2026-02-27 16:02:08,597 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29104 - __SPLIT__ 2026-02-27 16:02:08,606 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29105 - __SPLIT__ 2026-02-27 16:02:08,616 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29110 - __SPLIT__ 2026-02-27 16:02:08,628 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29114 - __SPLIT__ 2026-02-27 16:02:08,638 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29125 - __SPLIT__ 2026-02-27 16:02:08,648 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29142 - __SPLIT__ 2026-02-27 16:02:08,659 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29145 - __SPLIT__ 2026-02-27 16:02:08,669 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29169 - __SPLIT__ 2026-02-27 16:02:08,678 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29192 - __SPLIT__ 2026-02-27 16:02:08,689 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29193 - __SPLIT__ 2026-02-27 16:02:08,698 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29223 - __SPLIT__ 2026-02-27 16:02:08,699 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29251 - __SPLIT__ 2026-02-27 16:02:08,712 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29262 - __SPLIT__ 2026-02-27 16:02:08,721 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29264 - __SPLIT__ 2026-02-27 16:02:08,731 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29271 - __SPLIT__ 2026-02-27 16:02:08,742 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29280 - __SPLIT__ 2026-02-27 16:02:08,751 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29284 - __SPLIT__ 2026-02-27 16:02:08,761 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29288 - __SPLIT__ 2026-02-27 16:02:08,771 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29300 - __SPLIT__ 2026-02-27 16:02:08,781 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29303 - __SPLIT__ 2026-02-27 16:02:08,793 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29310 - __SPLIT__ 2026-02-27 16:02:08,802 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29316 - __SPLIT__ 2026-02-27 16:02:08,812 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29319 - __SPLIT__ 2026-02-27 16:02:08,823 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29328 - __SPLIT__ 2026-02-27 16:02:08,833 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29335 - __SPLIT__ 2026-02-27 16:02:08,843 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29370 - __SPLIT__ 2026-02-27 16:02:08,853 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29380 - __SPLIT__ 2026-02-27 16:02:08,862 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29382 - __SPLIT__ 2026-02-27 16:02:08,873 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29398 - __SPLIT__ 2026-02-27 16:02:08,883 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29422 - __SPLIT__ 2026-02-27 16:02:08,894 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29424 - __SPLIT__ 2026-02-27 16:02:08,904 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29428 - __SPLIT__ 2026-02-27 16:02:08,914 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29434 - __SPLIT__ 2026-02-27 16:02:08,924 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29454 - __SPLIT__ 2026-02-27 16:02:08,934 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29458 - __SPLIT__ 2026-02-27 16:02:08,945 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29470 - __SPLIT__ 2026-02-27 16:02:08,955 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29480 - __SPLIT__ 2026-02-27 16:02:08,964 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29500 - __SPLIT__ 2026-02-27 16:02:08,975 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29511 - __SPLIT__ 2026-02-27 16:02:08,985 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29517 - __SPLIT__ 2026-02-27 16:02:08,986 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29524 - __SPLIT__ 2026-02-27 16:02:08,996 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29534 - __SPLIT__ 2026-02-27 16:02:09,008 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29539 - __SPLIT__ 2026-02-27 16:02:09,018 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29542 - __SPLIT__ 2026-02-27 16:02:09,030 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29544 - __SPLIT__ 2026-02-27 16:02:09,040 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29547 - __SPLIT__ 2026-02-27 16:02:09,050 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29551 - __SPLIT__ 2026-02-27 16:02:09,059 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29553 - __SPLIT__ 2026-02-27 16:02:09,070 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29560 - __SPLIT__ 2026-02-27 16:02:09,080 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29565 - __SPLIT__ 2026-02-27 16:02:09,090 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29569 - __SPLIT__ 2026-02-27 16:02:09,101 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29570 - __SPLIT__ 2026-02-27 16:02:09,113 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29577 - __SPLIT__ 2026-02-27 16:02:09,123 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29578 - __SPLIT__ 2026-02-27 16:02:09,134 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29579 - __SPLIT__ 2026-02-27 16:02:09,144 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29589 - __SPLIT__ 2026-02-27 16:02:09,154 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29604 - __SPLIT__ 2026-02-27 16:02:09,164 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29605 - __SPLIT__ 2026-02-27 16:02:09,174 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29612 - __SPLIT__ 2026-02-27 16:02:09,185 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29613 - __SPLIT__ 2026-02-27 16:02:09,196 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29617 - __SPLIT__ 2026-02-27 16:02:09,207 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29618 - __SPLIT__ 2026-02-27 16:02:09,217 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29623 - __SPLIT__ 2026-02-27 16:02:09,227 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29624 - __SPLIT__ 2026-02-27 16:02:09,238 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29632 - __SPLIT__ 2026-02-27 16:02:09,248 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29634 - __SPLIT__ 2026-02-27 16:02:09,258 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29640 - __SPLIT__ 2026-02-27 16:02:09,268 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29645 - __SPLIT__ 2026-02-27 16:02:09,278 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29646 - __SPLIT__ 2026-02-27 16:02:09,288 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29649 - __SPLIT__ 2026-02-27 16:02:09,298 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29651 - __SPLIT__ 2026-02-27 16:02:09,309 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29654 - __SPLIT__ 2026-02-27 16:02:09,320 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29660 - __SPLIT__ 2026-02-27 16:02:09,330 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29663 - __SPLIT__ 2026-02-27 16:02:09,341 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29665 - __SPLIT__ 2026-02-27 16:02:09,352 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29670 - __SPLIT__ 2026-02-27 16:02:09,362 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29684 - __SPLIT__ 2026-02-27 16:02:09,372 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29686 - __SPLIT__ 2026-02-27 16:02:09,382 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29703 - __SPLIT__ 2026-02-27 16:02:09,392 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29737 - __SPLIT__ 2026-02-27 16:02:09,402 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29757 - __SPLIT__ 2026-02-27 16:02:09,412 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29760 - __SPLIT__ 2026-02-27 16:02:09,423 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29764 - __SPLIT__ 2026-02-27 16:02:09,433 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29766 - __SPLIT__ 2026-02-27 16:02:09,444 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29777 - __SPLIT__ 2026-02-27 16:02:09,453 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29783 - __SPLIT__ 2026-02-27 16:02:09,464 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29805 - __SPLIT__ 2026-02-27 16:02:09,475 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29808 - __SPLIT__ 2026-02-27 16:02:09,485 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29819 - __SPLIT__ 2026-02-27 16:02:09,495 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29828 - __SPLIT__ 2026-02-27 16:02:09,508 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29830 - __SPLIT__ 2026-02-27 16:02:09,518 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29832 - __SPLIT__ 2026-02-27 16:02:09,529 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29842 - __SPLIT__ 2026-02-27 16:02:09,541 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29844 - __SPLIT__ 2026-02-27 16:02:09,551 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29845 - __SPLIT__ 2026-02-27 16:02:09,562 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29865 - __SPLIT__ 2026-02-27 16:02:09,572 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29867 - __SPLIT__ 2026-02-27 16:02:09,585 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29872 - __SPLIT__ 2026-02-27 16:02:09,595 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29875 - __SPLIT__ 2026-02-27 16:02:09,605 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29884 - __SPLIT__ 2026-02-27 16:02:09,616 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29885 - __SPLIT__ 2026-02-27 16:02:09,627 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29904 - __SPLIT__ 2026-02-27 16:02:09,638 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29927 - __SPLIT__ 2026-02-27 16:02:09,648 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29937 - __SPLIT__ 2026-02-27 16:02:09,659 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29938 - __SPLIT__ 2026-02-27 16:02:09,671 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29947 - __SPLIT__ 2026-02-27 16:02:09,682 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29948 - __SPLIT__ 2026-02-27 16:02:09,691 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29955 - __SPLIT__ 2026-02-27 16:02:09,702 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29960 - __SPLIT__ 2026-02-27 16:02:09,713 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29985 - __SPLIT__ 2026-02-27 16:02:09,723 - 23178 - src.utils.log - INFO - Generating work orders for setup: 29988 - __SPLIT__ 2026-02-27 16:02:09,734 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30001 - __SPLIT__ 2026-02-27 16:02:09,746 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30007 - __SPLIT__ 2026-02-27 16:02:09,757 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30008 - __SPLIT__ 2026-02-27 16:02:09,767 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30011 - __SPLIT__ 2026-02-27 16:02:09,778 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30016 - __SPLIT__ 2026-02-27 16:02:09,789 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30017 - __SPLIT__ 2026-02-27 16:02:09,799 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30022 - __SPLIT__ 2026-02-27 16:02:09,810 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30023 - __SPLIT__ 2026-02-27 16:02:09,820 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30028 - __SPLIT__ 2026-02-27 16:02:09,832 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30030 - __SPLIT__ 2026-02-27 16:02:09,844 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30035 - __SPLIT__ 2026-02-27 16:02:09,854 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30046 - __SPLIT__ 2026-02-27 16:02:09,864 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30062 - __SPLIT__ 2026-02-27 16:02:09,876 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30068 - __SPLIT__ 2026-02-27 16:02:09,886 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30074 - __SPLIT__ 2026-02-27 16:02:09,897 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30075 - __SPLIT__ 2026-02-27 16:02:09,908 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30085 - __SPLIT__ 2026-02-27 16:02:09,919 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30086 - __SPLIT__ 2026-02-27 16:02:09,929 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30090 - __SPLIT__ 2026-02-27 16:02:09,940 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30096 - __SPLIT__ 2026-02-27 16:02:09,953 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30105 - __SPLIT__ 2026-02-27 16:02:09,964 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30110 - __SPLIT__ 2026-02-27 16:02:09,974 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30114 - __SPLIT__ 2026-02-27 16:02:09,987 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30115 - __SPLIT__ 2026-02-27 16:02:09,997 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30119 - __SPLIT__ 2026-02-27 16:02:10,009 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30123 - __SPLIT__ 2026-02-27 16:02:10,020 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30125 - __SPLIT__ 2026-02-27 16:02:10,031 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30129 - __SPLIT__ 2026-02-27 16:02:10,041 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30133 - __SPLIT__ 2026-02-27 16:02:10,053 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30138 - __SPLIT__ 2026-02-27 16:02:10,065 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30144 - __SPLIT__ 2026-02-27 16:02:10,075 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30158 - __SPLIT__ 2026-02-27 16:02:10,087 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30162 - __SPLIT__ 2026-02-27 16:02:10,097 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30182 - __SPLIT__ 2026-02-27 16:02:10,107 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30193 - __SPLIT__ 2026-02-27 16:02:10,118 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30198 - __SPLIT__ 2026-02-27 16:02:10,129 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30220 - __SPLIT__ 2026-02-27 16:02:10,140 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30270 - __SPLIT__ 2026-02-27 16:02:10,152 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30292 - __SPLIT__ 2026-02-27 16:02:10,163 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30310 - __SPLIT__ 2026-02-27 16:02:10,173 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30319 - __SPLIT__ 2026-02-27 16:02:10,184 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30342 - __SPLIT__ 2026-02-27 16:02:10,194 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30349 - __SPLIT__ 2026-02-27 16:02:10,204 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30372 - __SPLIT__ 2026-02-27 16:02:10,215 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30402 - __SPLIT__ 2026-02-27 16:02:10,229 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30403 - __SPLIT__ 2026-02-27 16:02:10,239 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30411 - __SPLIT__ 2026-02-27 16:02:10,250 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30413 - __SPLIT__ 2026-02-27 16:02:10,261 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30415 - __SPLIT__ 2026-02-27 16:02:10,271 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30417 - __SPLIT__ 2026-02-27 16:02:10,282 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30418 - __SPLIT__ 2026-02-27 16:02:10,292 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30435 - __SPLIT__ 2026-02-27 16:02:10,305 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30451 - __SPLIT__ 2026-02-27 16:02:10,316 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30483 - __SPLIT__ 2026-02-27 16:02:10,327 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30501 - __SPLIT__ 2026-02-27 16:02:10,337 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30509 - __SPLIT__ 2026-02-27 16:02:10,348 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30511 - __SPLIT__ 2026-02-27 16:02:10,358 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30513 - __SPLIT__ 2026-02-27 16:02:10,368 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30514 - __SPLIT__ 2026-02-27 16:02:10,379 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30521 - __SPLIT__ 2026-02-27 16:02:10,391 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30529 - __SPLIT__ 2026-02-27 16:02:10,402 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30530 - __SPLIT__ 2026-02-27 16:02:10,482 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30533 - __SPLIT__ 2026-02-27 16:02:10,494 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30538 - __SPLIT__ 2026-02-27 16:02:10,505 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30540 - __SPLIT__ 2026-02-27 16:02:10,516 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30564 - __SPLIT__ 2026-02-27 16:02:10,527 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30570 - __SPLIT__ 2026-02-27 16:02:10,538 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30593 - __SPLIT__ 2026-02-27 16:02:10,549 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30600 - __SPLIT__ 2026-02-27 16:02:10,559 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30602 - __SPLIT__ 2026-02-27 16:02:10,570 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30603 - __SPLIT__ 2026-02-27 16:02:10,582 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30609 - __SPLIT__ 2026-02-27 16:02:10,593 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30706 - __SPLIT__ 2026-02-27 16:02:10,604 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30713 - __SPLIT__ 2026-02-27 16:02:10,615 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30731 - __SPLIT__ 2026-02-27 16:02:10,615 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30739 - __SPLIT__ 2026-02-27 16:02:10,629 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30744 - __SPLIT__ 2026-02-27 16:02:10,640 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30754 - __SPLIT__ 2026-02-27 16:02:10,650 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30775 - __SPLIT__ 2026-02-27 16:02:10,661 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30794 - __SPLIT__ 2026-02-27 16:02:10,671 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30799 - __SPLIT__ 2026-02-27 16:02:10,683 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30800 - __SPLIT__ 2026-02-27 16:02:10,693 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30805 - __SPLIT__ 2026-02-27 16:02:10,705 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30821 - __SPLIT__ 2026-02-27 16:02:10,715 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30822 - __SPLIT__ 2026-02-27 16:02:10,726 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30823 - __SPLIT__ 2026-02-27 16:02:10,736 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30830 - __SPLIT__ 2026-02-27 16:02:10,746 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30842 - __SPLIT__ 2026-02-27 16:02:10,757 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30875 - __SPLIT__ 2026-02-27 16:02:10,768 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30878 - __SPLIT__ 2026-02-27 16:02:10,778 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30901 - __SPLIT__ 2026-02-27 16:02:10,791 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30904 - __SPLIT__ 2026-02-27 16:02:10,801 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30905 - __SPLIT__ 2026-02-27 16:02:10,812 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30916 - __SPLIT__ 2026-02-27 16:02:10,823 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30925 - __SPLIT__ 2026-02-27 16:02:10,834 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30928 - __SPLIT__ 2026-02-27 16:02:10,845 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30937 - __SPLIT__ 2026-02-27 16:02:10,856 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30944 - __SPLIT__ 2026-02-27 16:02:10,867 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30971 - __SPLIT__ 2026-02-27 16:02:10,877 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30972 - __SPLIT__ 2026-02-27 16:02:10,887 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30981 - __SPLIT__ 2026-02-27 16:02:10,899 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30988 - __SPLIT__ 2026-02-27 16:02:10,910 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30991 - __SPLIT__ 2026-02-27 16:02:10,921 - 23178 - src.utils.log - INFO - Generating work orders for setup: 30993 - __SPLIT__ 2026-02-27 16:02:10,932 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31024 - __SPLIT__ 2026-02-27 16:02:10,945 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31032 - __SPLIT__ 2026-02-27 16:02:10,955 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31040 - __SPLIT__ 2026-02-27 16:02:10,966 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31044 - __SPLIT__ 2026-02-27 16:02:10,977 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31047 - __SPLIT__ 2026-02-27 16:02:10,987 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31049 - __SPLIT__ 2026-02-27 16:02:10,999 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31058 - __SPLIT__ 2026-02-27 16:02:11,011 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31063 - __SPLIT__ 2026-02-27 16:02:11,025 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31126 - __SPLIT__ 2026-02-27 16:02:11,036 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31145 - __SPLIT__ 2026-02-27 16:02:11,047 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31169 - __SPLIT__ 2026-02-27 16:02:11,059 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31185 - __SPLIT__ 2026-02-27 16:02:11,070 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31196 - __SPLIT__ 2026-02-27 16:02:11,080 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31213 - __SPLIT__ 2026-02-27 16:02:11,091 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31218 - __SPLIT__ 2026-02-27 16:02:11,104 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31227 - __SPLIT__ 2026-02-27 16:02:11,115 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31241 - __SPLIT__ 2026-02-27 16:02:11,126 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31247 - __SPLIT__ 2026-02-27 16:02:11,138 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31254 - __SPLIT__ 2026-02-27 16:02:11,149 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31256 - __SPLIT__ 2026-02-27 16:02:11,161 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31260 - __SPLIT__ 2026-02-27 16:02:11,172 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31286 - __SPLIT__ 2026-02-27 16:02:11,186 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31302 - __SPLIT__ 2026-02-27 16:02:11,197 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31314 - __SPLIT__ 2026-02-27 16:02:11,208 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31315 - __SPLIT__ 2026-02-27 16:02:11,219 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31321 - __SPLIT__ 2026-02-27 16:02:11,229 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31323 - __SPLIT__ 2026-02-27 16:02:11,240 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31339 - __SPLIT__ 2026-02-27 16:02:11,251 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31340 - __SPLIT__ 2026-02-27 16:02:11,265 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31345 - __SPLIT__ 2026-02-27 16:02:11,275 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31346 - __SPLIT__ 2026-02-27 16:02:11,286 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31351 - __SPLIT__ 2026-02-27 16:02:11,297 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31360 - __SPLIT__ 2026-02-27 16:02:11,309 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31361 - __SPLIT__ 2026-02-27 16:02:11,321 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31362 - __SPLIT__ 2026-02-27 16:02:11,333 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31366 - __SPLIT__ 2026-02-27 16:02:11,333 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31378 - __SPLIT__ 2026-02-27 16:02:11,347 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31382 - __SPLIT__ 2026-02-27 16:02:11,358 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31383 - __SPLIT__ 2026-02-27 16:02:11,369 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31389 - __SPLIT__ 2026-02-27 16:02:11,379 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31392 - __SPLIT__ 2026-02-27 16:02:11,391 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31393 - __SPLIT__ 2026-02-27 16:02:11,402 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31396 - __SPLIT__ 2026-02-27 16:02:11,414 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31401 - __SPLIT__ 2026-02-27 16:02:11,427 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31402 - __SPLIT__ 2026-02-27 16:02:11,439 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31411 - __SPLIT__ 2026-02-27 16:02:11,439 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31412 - __SPLIT__ 2026-02-27 16:02:11,450 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31414 - __SPLIT__ 2026-02-27 16:02:11,462 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31421 - __SPLIT__ 2026-02-27 16:02:11,473 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31422 - __SPLIT__ 2026-02-27 16:02:11,483 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31423 - __SPLIT__ 2026-02-27 16:02:11,495 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31424 - __SPLIT__ 2026-02-27 16:02:11,508 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31435 - __SPLIT__ 2026-02-27 16:02:11,508 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31440 - __SPLIT__ 2026-02-27 16:02:11,519 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31445 - __SPLIT__ 2026-02-27 16:02:11,532 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31446 - __SPLIT__ 2026-02-27 16:02:11,543 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31449 - __SPLIT__ 2026-02-27 16:02:11,555 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31451 - __SPLIT__ 2026-02-27 16:02:11,555 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31453 - __SPLIT__ 2026-02-27 16:02:11,566 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31457 - __SPLIT__ 2026-02-27 16:02:11,577 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31458 - __SPLIT__ 2026-02-27 16:02:11,590 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31464 - __SPLIT__ 2026-02-27 16:02:11,600 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31476 - __SPLIT__ 2026-02-27 16:02:11,612 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31478 - __SPLIT__ 2026-02-27 16:02:11,623 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31491 - __SPLIT__ 2026-02-27 16:02:11,635 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31498 - __SPLIT__ 2026-02-27 16:02:11,646 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31499 - __SPLIT__ 2026-02-27 16:02:11,658 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31522 - __SPLIT__ 2026-02-27 16:02:11,670 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31558 - __SPLIT__ 2026-02-27 16:02:11,681 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31572 - __SPLIT__ 2026-02-27 16:02:11,692 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31586 - __SPLIT__ 2026-02-27 16:02:11,704 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31588 - __SPLIT__ 2026-02-27 16:02:11,715 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31606 - __SPLIT__ 2026-02-27 16:02:11,726 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31609 - __SPLIT__ 2026-02-27 16:02:11,738 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31621 - __SPLIT__ 2026-02-27 16:02:11,751 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31622 - __SPLIT__ 2026-02-27 16:02:11,764 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31646 - __SPLIT__ 2026-02-27 16:02:11,774 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31657 - __SPLIT__ 2026-02-27 16:02:11,785 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31687 - __SPLIT__ 2026-02-27 16:02:11,797 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31705 - __SPLIT__ 2026-02-27 16:02:11,808 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31706 - __SPLIT__ 2026-02-27 16:02:11,820 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31707 - __SPLIT__ 2026-02-27 16:02:11,833 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31712 - __SPLIT__ 2026-02-27 16:02:11,846 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31714 - __SPLIT__ 2026-02-27 16:02:11,858 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31719 - __SPLIT__ 2026-02-27 16:02:11,869 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31750 - __SPLIT__ 2026-02-27 16:02:11,880 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31761 - __SPLIT__ 2026-02-27 16:02:11,892 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31773 - __SPLIT__ 2026-02-27 16:02:11,907 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31779 - __SPLIT__ 2026-02-27 16:02:11,917 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31784 - __SPLIT__ 2026-02-27 16:02:11,928 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31786 - __SPLIT__ 2026-02-27 16:02:11,940 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31796 - __SPLIT__ 2026-02-27 16:02:11,952 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31802 - __SPLIT__ 2026-02-27 16:02:11,963 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31805 - __SPLIT__ 2026-02-27 16:02:11,974 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31809 - __SPLIT__ 2026-02-27 16:02:11,987 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31811 - __SPLIT__ 2026-02-27 16:02:11,999 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31816 - __SPLIT__ 2026-02-27 16:02:12,011 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31817 - __SPLIT__ 2026-02-27 16:02:12,023 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31826 - __SPLIT__ 2026-02-27 16:02:12,035 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31843 - __SPLIT__ 2026-02-27 16:02:12,047 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31844 - __SPLIT__ 2026-02-27 16:02:12,059 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31849 - __SPLIT__ 2026-02-27 16:02:12,072 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31852 - __SPLIT__ 2026-02-27 16:02:12,083 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31873 - __SPLIT__ 2026-02-27 16:02:12,095 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31874 - __SPLIT__ 2026-02-27 16:02:12,106 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31876 - __SPLIT__ 2026-02-27 16:02:12,118 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31896 - __SPLIT__ 2026-02-27 16:02:12,129 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31944 - __SPLIT__ 2026-02-27 16:02:12,130 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31952 - __SPLIT__ 2026-02-27 16:02:12,141 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31953 - __SPLIT__ 2026-02-27 16:02:12,154 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31956 - __SPLIT__ 2026-02-27 16:02:12,167 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31962 - __SPLIT__ 2026-02-27 16:02:12,177 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31963 - __SPLIT__ 2026-02-27 16:02:12,189 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31965 - __SPLIT__ 2026-02-27 16:02:12,200 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31971 - __SPLIT__ 2026-02-27 16:02:12,211 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31972 - __SPLIT__ 2026-02-27 16:02:12,223 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31973 - __SPLIT__ 2026-02-27 16:02:12,223 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31977 - __SPLIT__ 2026-02-27 16:02:12,234 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31987 - __SPLIT__ 2026-02-27 16:02:12,247 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31993 - __SPLIT__ 2026-02-27 16:02:12,257 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31995 - __SPLIT__ 2026-02-27 16:02:12,270 - 23178 - src.utils.log - INFO - Generating work orders for setup: 31996 - __SPLIT__ 2026-02-27 16:02:12,281 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32009 - __SPLIT__ 2026-02-27 16:02:12,293 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32019 - __SPLIT__ 2026-02-27 16:02:12,306 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32022 - __SPLIT__ 2026-02-27 16:02:12,317 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32032 - __SPLIT__ 2026-02-27 16:02:12,329 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32036 - __SPLIT__ 2026-02-27 16:02:12,341 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32040 - __SPLIT__ 2026-02-27 16:02:12,352 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32043 - __SPLIT__ 2026-02-27 16:02:12,363 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32048 - __SPLIT__ 2026-02-27 16:02:12,375 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32049 - __SPLIT__ 2026-02-27 16:02:12,388 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32055 - __SPLIT__ 2026-02-27 16:02:12,400 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32061 - __SPLIT__ 2026-02-27 16:02:12,412 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32067 - __SPLIT__ 2026-02-27 16:02:12,423 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32069 - __SPLIT__ 2026-02-27 16:02:12,436 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32070 - __SPLIT__ 2026-02-27 16:02:12,447 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32071 - __SPLIT__ 2026-02-27 16:02:12,458 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32081 - __SPLIT__ 2026-02-27 16:02:12,471 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32083 - __SPLIT__ 2026-02-27 16:02:12,484 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32097 - __SPLIT__ 2026-02-27 16:02:12,495 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32098 - __SPLIT__ 2026-02-27 16:02:12,507 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32111 - __SPLIT__ 2026-02-27 16:02:12,518 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32112 - __SPLIT__ 2026-02-27 16:02:12,530 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32115 - __SPLIT__ 2026-02-27 16:02:12,530 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32117 - __SPLIT__ 2026-02-27 16:02:12,543 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32123 - __SPLIT__ 2026-02-27 16:02:12,554 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32124 - __SPLIT__ 2026-02-27 16:02:12,567 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32127 - __SPLIT__ 2026-02-27 16:02:12,578 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32131 - __SPLIT__ 2026-02-27 16:02:12,590 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32142 - __SPLIT__ 2026-02-27 16:02:12,602 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32158 - __SPLIT__ 2026-02-27 16:02:12,613 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32173 - __SPLIT__ 2026-02-27 16:02:12,627 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32193 - __SPLIT__ 2026-02-27 16:02:12,638 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32210 - __SPLIT__ 2026-02-27 16:02:12,650 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32222 - __SPLIT__ 2026-02-27 16:02:12,662 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32227 - __SPLIT__ 2026-02-27 16:02:12,672 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32230 - __SPLIT__ 2026-02-27 16:02:12,684 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32339 - __SPLIT__ 2026-02-27 16:02:12,696 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32348 - __SPLIT__ 2026-02-27 16:02:12,707 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32351 - __SPLIT__ 2026-02-27 16:02:12,719 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32354 - __SPLIT__ 2026-02-27 16:02:12,730 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32359 - __SPLIT__ 2026-02-27 16:02:12,740 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32387 - __SPLIT__ 2026-02-27 16:02:12,752 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32394 - __SPLIT__ 2026-02-27 16:02:12,763 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32395 - __SPLIT__ 2026-02-27 16:02:12,775 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32396 - __SPLIT__ 2026-02-27 16:02:12,789 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32406 - __SPLIT__ 2026-02-27 16:02:12,801 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32413 - __SPLIT__ 2026-02-27 16:02:12,813 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32416 - __SPLIT__ 2026-02-27 16:02:12,825 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32433 - __SPLIT__ 2026-02-27 16:02:12,837 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32455 - __SPLIT__ 2026-02-27 16:02:12,849 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32465 - __SPLIT__ 2026-02-27 16:02:12,860 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32502 - __SPLIT__ 2026-02-27 16:02:12,874 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32510 - __SPLIT__ 2026-02-27 16:02:12,886 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32515 - __SPLIT__ 2026-02-27 16:02:12,898 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32516 - __SPLIT__ 2026-02-27 16:02:12,910 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32533 - __SPLIT__ 2026-02-27 16:02:12,922 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32536 - __SPLIT__ 2026-02-27 16:02:12,933 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32546 - __SPLIT__ 2026-02-27 16:02:12,946 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32552 - __SPLIT__ 2026-02-27 16:02:12,958 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32590 - __SPLIT__ 2026-02-27 16:02:12,970 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32611 - __SPLIT__ 2026-02-27 16:02:12,982 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32623 - __SPLIT__ 2026-02-27 16:02:12,994 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32624 - __SPLIT__ 2026-02-27 16:02:13,008 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32632 - __SPLIT__ 2026-02-27 16:02:13,021 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32651 - __SPLIT__ 2026-02-27 16:02:13,036 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32660 - __SPLIT__ 2026-02-27 16:02:13,047 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32661 - __SPLIT__ 2026-02-27 16:02:13,047 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32668 - __SPLIT__ 2026-02-27 16:02:13,060 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32671 - __SPLIT__ 2026-02-27 16:02:13,071 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32675 - __SPLIT__ 2026-02-27 16:02:13,072 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32676 - __SPLIT__ 2026-02-27 16:02:13,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32684 - __SPLIT__ 2026-02-27 16:02:13,096 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32697 - __SPLIT__ 2026-02-27 16:02:13,108 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32699 - __SPLIT__ 2026-02-27 16:02:13,120 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32700 - __SPLIT__ 2026-02-27 16:02:13,133 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32701 - __SPLIT__ 2026-02-27 16:02:13,144 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32709 - __SPLIT__ 2026-02-27 16:02:13,156 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32710 - __SPLIT__ 2026-02-27 16:02:13,168 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32713 - __SPLIT__ 2026-02-27 16:02:13,180 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32718 - __SPLIT__ 2026-02-27 16:02:13,194 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32722 - __SPLIT__ 2026-02-27 16:02:13,194 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32723 - __SPLIT__ 2026-02-27 16:02:13,206 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32724 - __SPLIT__ 2026-02-27 16:02:13,219 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32733 - __SPLIT__ 2026-02-27 16:02:13,230 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32749 - __SPLIT__ 2026-02-27 16:02:13,241 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32750 - __SPLIT__ 2026-02-27 16:02:13,253 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32761 - __SPLIT__ 2026-02-27 16:02:13,267 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32788 - __SPLIT__ 2026-02-27 16:02:13,279 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32809 - __SPLIT__ 2026-02-27 16:02:13,290 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32822 - __SPLIT__ 2026-02-27 16:02:13,302 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32826 - __SPLIT__ 2026-02-27 16:02:13,314 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32857 - __SPLIT__ 2026-02-27 16:02:13,325 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32859 - __SPLIT__ 2026-02-27 16:02:13,337 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32861 - __SPLIT__ 2026-02-27 16:02:13,351 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32865 - __SPLIT__ 2026-02-27 16:02:13,363 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32870 - __SPLIT__ 2026-02-27 16:02:13,375 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32880 - __SPLIT__ 2026-02-27 16:02:13,387 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32882 - __SPLIT__ 2026-02-27 16:02:13,399 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32884 - __SPLIT__ 2026-02-27 16:02:13,412 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32885 - __SPLIT__ 2026-02-27 16:02:13,424 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32889 - __SPLIT__ 2026-02-27 16:02:13,436 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32901 - __SPLIT__ 2026-02-27 16:02:13,448 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32929 - __SPLIT__ 2026-02-27 16:02:13,460 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32930 - __SPLIT__ 2026-02-27 16:02:13,472 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32940 - __SPLIT__ 2026-02-27 16:02:13,484 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32950 - __SPLIT__ 2026-02-27 16:02:13,484 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32951 - __SPLIT__ 2026-02-27 16:02:13,496 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32954 - __SPLIT__ 2026-02-27 16:02:13,512 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32966 - __SPLIT__ 2026-02-27 16:02:13,523 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32969 - __SPLIT__ 2026-02-27 16:02:13,535 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32972 - __SPLIT__ 2026-02-27 16:02:13,547 - 23178 - src.utils.log - INFO - Generating work orders for setup: 32975 - __SPLIT__ 2026-02-27 16:02:13,560 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33009 - __SPLIT__ 2026-02-27 16:02:13,571 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33011 - __SPLIT__ 2026-02-27 16:02:13,586 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33014 - __SPLIT__ 2026-02-27 16:02:13,597 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33024 - __SPLIT__ 2026-02-27 16:02:13,609 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33028 - __SPLIT__ 2026-02-27 16:02:13,609 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33029 - __SPLIT__ 2026-02-27 16:02:13,622 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33031 - __SPLIT__ 2026-02-27 16:02:13,634 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33038 - __SPLIT__ 2026-02-27 16:02:13,645 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33040 - __SPLIT__ 2026-02-27 16:02:13,657 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33046 - __SPLIT__ 2026-02-27 16:02:13,672 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33049 - __SPLIT__ 2026-02-27 16:02:13,684 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33050 - __SPLIT__ 2026-02-27 16:02:13,696 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33053 - __SPLIT__ 2026-02-27 16:02:13,707 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33058 - __SPLIT__ 2026-02-27 16:02:13,720 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33080 - __SPLIT__ 2026-02-27 16:02:13,731 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33082 - __SPLIT__ 2026-02-27 16:02:13,732 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33087 - __SPLIT__ 2026-02-27 16:02:13,746 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33088 - __SPLIT__ 2026-02-27 16:02:13,758 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33089 - __SPLIT__ 2026-02-27 16:02:13,770 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33098 - __SPLIT__ 2026-02-27 16:02:13,782 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33099 - __SPLIT__ 2026-02-27 16:02:13,793 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33100 - __SPLIT__ 2026-02-27 16:02:13,805 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33108 - __SPLIT__ 2026-02-27 16:02:13,817 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33113 - __SPLIT__ 2026-02-27 16:02:13,830 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33118 - __SPLIT__ 2026-02-27 16:02:13,842 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33119 - __SPLIT__ 2026-02-27 16:02:13,855 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33137 - __SPLIT__ 2026-02-27 16:02:13,867 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33139 - __SPLIT__ 2026-02-27 16:02:13,879 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33186 - __SPLIT__ 2026-02-27 16:02:13,891 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33196 - __SPLIT__ 2026-02-27 16:02:13,906 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33218 - __SPLIT__ 2026-02-27 16:02:13,918 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33219 - __SPLIT__ 2026-02-27 16:02:13,930 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33227 - __SPLIT__ 2026-02-27 16:02:13,942 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33253 - __SPLIT__ 2026-02-27 16:02:13,954 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33267 - __SPLIT__ 2026-02-27 16:02:13,966 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33282 - __SPLIT__ 2026-02-27 16:02:13,978 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33305 - __SPLIT__ 2026-02-27 16:02:13,992 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33316 - __SPLIT__ 2026-02-27 16:02:14,005 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33345 - __SPLIT__ 2026-02-27 16:02:14,018 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33347 - __SPLIT__ 2026-02-27 16:02:14,029 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33421 - __SPLIT__ 2026-02-27 16:02:14,042 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33424 - __SPLIT__ 2026-02-27 16:02:14,042 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33431 - __SPLIT__ 2026-02-27 16:02:14,054 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33439 - __SPLIT__ 2026-02-27 16:02:14,067 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33444 - __SPLIT__ 2026-02-27 16:02:14,079 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33465 - __SPLIT__ 2026-02-27 16:02:14,091 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33467 - __SPLIT__ 2026-02-27 16:02:14,103 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33468 - __SPLIT__ 2026-02-27 16:02:14,116 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33479 - __SPLIT__ 2026-02-27 16:02:14,129 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33560 - __SPLIT__ 2026-02-27 16:02:14,141 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33581 - __SPLIT__ 2026-02-27 16:02:14,155 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33582 - __SPLIT__ 2026-02-27 16:02:14,156 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33585 - __SPLIT__ 2026-02-27 16:02:14,168 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33587 - __SPLIT__ 2026-02-27 16:02:14,179 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33588 - __SPLIT__ 2026-02-27 16:02:14,191 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33595 - __SPLIT__ 2026-02-27 16:02:14,205 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33602 - __SPLIT__ 2026-02-27 16:02:14,217 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33615 - __SPLIT__ 2026-02-27 16:02:14,231 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33618 - __SPLIT__ 2026-02-27 16:02:14,231 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33626 - __SPLIT__ 2026-02-27 16:02:14,243 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33633 - __SPLIT__ 2026-02-27 16:02:14,255 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33634 - __SPLIT__ 2026-02-27 16:02:14,267 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33647 - __SPLIT__ 2026-02-27 16:02:14,280 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33648 - __SPLIT__ 2026-02-27 16:02:14,291 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33652 - __SPLIT__ 2026-02-27 16:02:14,305 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33656 - __SPLIT__ 2026-02-27 16:02:14,317 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33657 - __SPLIT__ 2026-02-27 16:02:14,330 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33666 - __SPLIT__ 2026-02-27 16:02:14,342 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33669 - __SPLIT__ 2026-02-27 16:02:14,354 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33672 - __SPLIT__ 2026-02-27 16:02:14,367 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33675 - __SPLIT__ 2026-02-27 16:02:14,378 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33854 - __SPLIT__ 2026-02-27 16:02:14,393 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33858 - __SPLIT__ 2026-02-27 16:02:14,405 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33869 - __SPLIT__ 2026-02-27 16:02:14,417 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33872 - __SPLIT__ 2026-02-27 16:02:14,429 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33884 - __SPLIT__ 2026-02-27 16:02:14,441 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33898 - __SPLIT__ 2026-02-27 16:02:14,452 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33901 - __SPLIT__ 2026-02-27 16:02:14,466 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33951 - __SPLIT__ 2026-02-27 16:02:14,478 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33955 - __SPLIT__ 2026-02-27 16:02:14,490 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33956 - __SPLIT__ 2026-02-27 16:02:14,502 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33982 - __SPLIT__ 2026-02-27 16:02:14,514 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33984 - __SPLIT__ 2026-02-27 16:02:14,526 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33994 - __SPLIT__ 2026-02-27 16:02:14,539 - 23178 - src.utils.log - INFO - Generating work orders for setup: 33998 - __SPLIT__ 2026-02-27 16:02:14,554 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34022 - __SPLIT__ 2026-02-27 16:02:14,566 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34025 - __SPLIT__ 2026-02-27 16:02:14,578 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34051 - __SPLIT__ 2026-02-27 16:02:14,578 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34059 - __SPLIT__ 2026-02-27 16:02:14,591 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34060 - __SPLIT__ 2026-02-27 16:02:14,603 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34062 - __SPLIT__ 2026-02-27 16:02:14,616 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34073 - __SPLIT__ 2026-02-27 16:02:14,632 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34079 - __SPLIT__ 2026-02-27 16:02:14,644 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34136 - __SPLIT__ 2026-02-27 16:02:14,644 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34148 - __SPLIT__ 2026-02-27 16:02:14,658 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34178 - __SPLIT__ 2026-02-27 16:02:14,670 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34196 - __SPLIT__ 2026-02-27 16:02:14,683 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34205 - __SPLIT__ 2026-02-27 16:02:14,695 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34224 - __SPLIT__ 2026-02-27 16:02:14,709 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34239 - __SPLIT__ 2026-02-27 16:02:14,721 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34240 - __SPLIT__ 2026-02-27 16:02:14,734 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34259 - __SPLIT__ 2026-02-27 16:02:14,747 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34265 - __SPLIT__ 2026-02-27 16:02:14,761 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34270 - __SPLIT__ 2026-02-27 16:02:14,773 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34272 - __SPLIT__ 2026-02-27 16:02:14,786 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34274 - __SPLIT__ 2026-02-27 16:02:14,798 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34285 - __SPLIT__ 2026-02-27 16:02:14,810 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34291 - __SPLIT__ 2026-02-27 16:02:14,823 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34329 - __SPLIT__ 2026-02-27 16:02:14,835 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34350 - __SPLIT__ 2026-02-27 16:02:14,835 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34354 - __SPLIT__ 2026-02-27 16:02:14,848 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34355 - __SPLIT__ 2026-02-27 16:02:14,860 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34395 - __SPLIT__ 2026-02-27 16:02:14,875 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34414 - __SPLIT__ 2026-02-27 16:02:14,888 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34424 - __SPLIT__ 2026-02-27 16:02:14,901 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34425 - __SPLIT__ 2026-02-27 16:02:14,913 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34431 - __SPLIT__ 2026-02-27 16:02:14,926 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34438 - __SPLIT__ 2026-02-27 16:02:14,940 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34440 - __SPLIT__ 2026-02-27 16:02:14,954 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34443 - __SPLIT__ 2026-02-27 16:02:14,967 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34457 - __SPLIT__ 2026-02-27 16:02:14,980 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34458 - __SPLIT__ 2026-02-27 16:02:14,992 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34486 - __SPLIT__ 2026-02-27 16:02:15,006 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34491 - __SPLIT__ 2026-02-27 16:02:15,019 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34502 - __SPLIT__ 2026-02-27 16:02:15,033 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34504 - __SPLIT__ 2026-02-27 16:02:15,046 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34519 - __SPLIT__ 2026-02-27 16:02:15,059 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34527 - __SPLIT__ 2026-02-27 16:02:15,071 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34536 - __SPLIT__ 2026-02-27 16:02:15,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34537 - __SPLIT__ 2026-02-27 16:02:15,097 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34541 - __SPLIT__ 2026-02-27 16:02:15,110 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34551 - __SPLIT__ 2026-02-27 16:02:15,123 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34561 - __SPLIT__ 2026-02-27 16:02:15,136 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34568 - __SPLIT__ 2026-02-27 16:02:15,136 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34570 - __SPLIT__ 2026-02-27 16:02:15,148 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34578 - __SPLIT__ 2026-02-27 16:02:15,160 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34584 - __SPLIT__ 2026-02-27 16:02:15,173 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34585 - __SPLIT__ 2026-02-27 16:02:15,187 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34619 - __SPLIT__ 2026-02-27 16:02:15,200 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34626 - __SPLIT__ 2026-02-27 16:02:15,212 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34629 - __SPLIT__ 2026-02-27 16:02:15,224 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34635 - __SPLIT__ 2026-02-27 16:02:15,236 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34648 - __SPLIT__ 2026-02-27 16:02:15,249 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34662 - __SPLIT__ 2026-02-27 16:02:15,261 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34665 - __SPLIT__ 2026-02-27 16:02:15,275 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34668 - __SPLIT__ 2026-02-27 16:02:15,287 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34679 - __SPLIT__ 2026-02-27 16:02:15,300 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34687 - __SPLIT__ 2026-02-27 16:02:15,312 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34702 - __SPLIT__ 2026-02-27 16:02:15,325 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34727 - __SPLIT__ 2026-02-27 16:02:15,338 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34732 - __SPLIT__ 2026-02-27 16:02:15,353 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34752 - __SPLIT__ 2026-02-27 16:02:15,365 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34753 - __SPLIT__ 2026-02-27 16:02:15,378 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34780 - __SPLIT__ 2026-02-27 16:02:15,390 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34806 - __SPLIT__ 2026-02-27 16:02:15,402 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34844 - __SPLIT__ 2026-02-27 16:02:15,415 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34845 - __SPLIT__ 2026-02-27 16:02:15,428 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34902 - __SPLIT__ 2026-02-27 16:02:15,441 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34904 - __SPLIT__ 2026-02-27 16:02:15,454 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34914 - __SPLIT__ 2026-02-27 16:02:15,466 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34928 - __SPLIT__ 2026-02-27 16:02:15,480 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34930 - __SPLIT__ 2026-02-27 16:02:15,493 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34935 - __SPLIT__ 2026-02-27 16:02:15,507 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34939 - __SPLIT__ 2026-02-27 16:02:15,519 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34941 - __SPLIT__ 2026-02-27 16:02:15,531 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34946 - __SPLIT__ 2026-02-27 16:02:15,543 - 23178 - src.utils.log - INFO - Generating work orders for setup: 34952 - __SPLIT__ 2026-02-27 16:02:15,544 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35014 - __SPLIT__ 2026-02-27 16:02:15,557 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35015 - __SPLIT__ 2026-02-27 16:02:15,569 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35031 - __SPLIT__ 2026-02-27 16:02:15,583 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35032 - __SPLIT__ 2026-02-27 16:02:15,596 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35044 - __SPLIT__ 2026-02-27 16:02:15,609 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35060 - __SPLIT__ 2026-02-27 16:02:15,622 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35062 - __SPLIT__ 2026-02-27 16:02:15,635 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35063 - __SPLIT__ 2026-02-27 16:02:15,649 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35066 - __SPLIT__ 2026-02-27 16:02:15,661 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35069 - __SPLIT__ 2026-02-27 16:02:15,676 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35070 - __SPLIT__ 2026-02-27 16:02:15,689 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35074 - __SPLIT__ 2026-02-27 16:02:15,702 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35076 - __SPLIT__ 2026-02-27 16:02:15,715 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35086 - __SPLIT__ 2026-02-27 16:02:15,727 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35092 - __SPLIT__ 2026-02-27 16:02:15,740 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35094 - __SPLIT__ 2026-02-27 16:02:15,757 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35095 - __SPLIT__ 2026-02-27 16:02:15,770 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35096 - __SPLIT__ 2026-02-27 16:02:15,782 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35101 - __SPLIT__ 2026-02-27 16:02:15,795 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35111 - __SPLIT__ 2026-02-27 16:02:15,809 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35114 - __SPLIT__ 2026-02-27 16:02:15,823 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35121 - __SPLIT__ 2026-02-27 16:02:15,834 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35128 - __SPLIT__ 2026-02-27 16:02:15,848 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35129 - __SPLIT__ 2026-02-27 16:02:15,861 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35133 - __SPLIT__ 2026-02-27 16:02:15,944 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35139 - __SPLIT__ 2026-02-27 16:02:15,958 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35181 - __SPLIT__ 2026-02-27 16:02:15,958 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35185 - __SPLIT__ 2026-02-27 16:02:15,972 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35186 - __SPLIT__ 2026-02-27 16:02:15,985 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35188 - __SPLIT__ 2026-02-27 16:02:15,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35192 - __SPLIT__ 2026-02-27 16:02:15,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35203 - __SPLIT__ 2026-02-27 16:02:15,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35213 - __SPLIT__ 2026-02-27 16:02:16,011 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35216 - __SPLIT__ 2026-02-27 16:02:16,025 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35217 - __SPLIT__ 2026-02-27 16:02:16,037 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35218 - __SPLIT__ 2026-02-27 16:02:16,038 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35221 - __SPLIT__ 2026-02-27 16:02:16,051 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35227 - __SPLIT__ 2026-02-27 16:02:16,066 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35270 - __SPLIT__ 2026-02-27 16:02:16,079 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35305 - __SPLIT__ 2026-02-27 16:02:16,092 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35321 - __SPLIT__ 2026-02-27 16:02:16,105 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35346 - __SPLIT__ 2026-02-27 16:02:16,118 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35353 - __SPLIT__ 2026-02-27 16:02:16,131 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35359 - __SPLIT__ 2026-02-27 16:02:16,145 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35362 - __SPLIT__ 2026-02-27 16:02:16,158 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35402 - __SPLIT__ 2026-02-27 16:02:16,171 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35411 - __SPLIT__ 2026-02-27 16:02:16,171 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35425 - __SPLIT__ 2026-02-27 16:02:16,183 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35436 - __SPLIT__ 2026-02-27 16:02:16,195 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35443 - __SPLIT__ 2026-02-27 16:02:16,208 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35447 - __SPLIT__ 2026-02-27 16:02:16,224 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35454 - __SPLIT__ 2026-02-27 16:02:16,235 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35459 - __SPLIT__ 2026-02-27 16:02:16,249 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35462 - __SPLIT__ 2026-02-27 16:02:16,263 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35467 - __SPLIT__ 2026-02-27 16:02:16,275 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35468 - __SPLIT__ 2026-02-27 16:02:16,288 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35478 - __SPLIT__ 2026-02-27 16:02:16,301 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35479 - __SPLIT__ 2026-02-27 16:02:16,315 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35480 - __SPLIT__ 2026-02-27 16:02:16,328 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35484 - __SPLIT__ 2026-02-27 16:02:16,340 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35485 - __SPLIT__ 2026-02-27 16:02:16,353 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35486 - __SPLIT__ 2026-02-27 16:02:16,367 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35493 - __SPLIT__ 2026-02-27 16:02:16,379 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35502 - __SPLIT__ 2026-02-27 16:02:16,393 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35504 - __SPLIT__ 2026-02-27 16:02:16,407 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35505 - __SPLIT__ 2026-02-27 16:02:16,419 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35524 - __SPLIT__ 2026-02-27 16:02:16,433 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35536 - __SPLIT__ 2026-02-27 16:02:16,446 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35538 - __SPLIT__ 2026-02-27 16:02:16,459 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35556 - __SPLIT__ 2026-02-27 16:02:16,475 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35602 - __SPLIT__ 2026-02-27 16:02:16,488 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35624 - __SPLIT__ 2026-02-27 16:02:16,501 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35634 - __SPLIT__ 2026-02-27 16:02:16,514 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35667 - __SPLIT__ 2026-02-27 16:02:16,526 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35682 - __SPLIT__ 2026-02-27 16:02:16,539 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35690 - __SPLIT__ 2026-02-27 16:02:16,553 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35710 - __SPLIT__ 2026-02-27 16:02:16,567 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35711 - __SPLIT__ 2026-02-27 16:02:16,580 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35712 - __SPLIT__ 2026-02-27 16:02:16,593 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35714 - __SPLIT__ 2026-02-27 16:02:16,605 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35741 - __SPLIT__ 2026-02-27 16:02:16,618 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35746 - __SPLIT__ 2026-02-27 16:02:16,633 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35754 - __SPLIT__ 2026-02-27 16:02:16,646 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35767 - __SPLIT__ 2026-02-27 16:02:16,663 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35800 - __SPLIT__ 2026-02-27 16:02:16,663 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35802 - __SPLIT__ 2026-02-27 16:02:16,677 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35806 - __SPLIT__ 2026-02-27 16:02:16,690 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35815 - __SPLIT__ 2026-02-27 16:02:16,705 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35818 - __SPLIT__ 2026-02-27 16:02:16,718 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35820 - __SPLIT__ 2026-02-27 16:02:16,731 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35821 - __SPLIT__ 2026-02-27 16:02:16,744 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35827 - __SPLIT__ 2026-02-27 16:02:16,758 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35828 - __SPLIT__ 2026-02-27 16:02:16,770 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35834 - __SPLIT__ 2026-02-27 16:02:16,786 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35838 - __SPLIT__ 2026-02-27 16:02:16,786 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35840 - __SPLIT__ 2026-02-27 16:02:16,800 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35842 - __SPLIT__ 2026-02-27 16:02:16,813 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35843 - __SPLIT__ 2026-02-27 16:02:16,826 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35846 - __SPLIT__ 2026-02-27 16:02:16,826 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35852 - __SPLIT__ 2026-02-27 16:02:16,838 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35855 - __SPLIT__ 2026-02-27 16:02:16,852 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35868 - __SPLIT__ 2026-02-27 16:02:16,866 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35869 - __SPLIT__ 2026-02-27 16:02:16,880 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35870 - __SPLIT__ 2026-02-27 16:02:16,894 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35892 - __SPLIT__ 2026-02-27 16:02:16,907 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35894 - __SPLIT__ 2026-02-27 16:02:16,920 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35911 - __SPLIT__ 2026-02-27 16:02:16,934 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35917 - __SPLIT__ 2026-02-27 16:02:16,949 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35919 - __SPLIT__ 2026-02-27 16:02:16,962 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35939 - __SPLIT__ 2026-02-27 16:02:16,976 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35947 - __SPLIT__ 2026-02-27 16:02:16,989 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35950 - __SPLIT__ 2026-02-27 16:02:17,002 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35951 - __SPLIT__ 2026-02-27 16:02:17,017 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35962 - __SPLIT__ 2026-02-27 16:02:17,032 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35968 - __SPLIT__ 2026-02-27 16:02:17,045 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35979 - __SPLIT__ 2026-02-27 16:02:17,058 - 23178 - src.utils.log - INFO - Generating work orders for setup: 35986 - __SPLIT__ 2026-02-27 16:02:17,059 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36000 - __SPLIT__ 2026-02-27 16:02:17,073 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36003 - __SPLIT__ 2026-02-27 16:02:17,086 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36005 - __SPLIT__ 2026-02-27 16:02:17,099 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36027 - __SPLIT__ 2026-02-27 16:02:17,114 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36042 - __SPLIT__ 2026-02-27 16:02:17,127 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36082 - __SPLIT__ 2026-02-27 16:02:17,140 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36098 - __SPLIT__ 2026-02-27 16:02:17,141 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36121 - __SPLIT__ 2026-02-27 16:02:17,153 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36124 - __SPLIT__ 2026-02-27 16:02:17,166 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36155 - __SPLIT__ 2026-02-27 16:02:17,180 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36172 - __SPLIT__ 2026-02-27 16:02:17,195 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36190 - __SPLIT__ 2026-02-27 16:02:17,196 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36191 - __SPLIT__ 2026-02-27 16:02:17,209 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36201 - __SPLIT__ 2026-02-27 16:02:17,222 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36217 - __SPLIT__ 2026-02-27 16:02:17,235 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36226 - __SPLIT__ 2026-02-27 16:02:17,248 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36250 - __SPLIT__ 2026-02-27 16:02:17,261 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36261 - __SPLIT__ 2026-02-27 16:02:17,275 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36281 - __SPLIT__ 2026-02-27 16:02:17,290 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36290 - __SPLIT__ 2026-02-27 16:02:17,303 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36305 - __SPLIT__ 2026-02-27 16:02:17,316 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36314 - __SPLIT__ 2026-02-27 16:02:17,331 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36336 - __SPLIT__ 2026-02-27 16:02:17,346 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36337 - __SPLIT__ 2026-02-27 16:02:17,360 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36340 - __SPLIT__ 2026-02-27 16:02:17,373 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36350 - __SPLIT__ 2026-02-27 16:02:17,386 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36351 - __SPLIT__ 2026-02-27 16:02:17,400 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36365 - __SPLIT__ 2026-02-27 16:02:17,413 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36374 - __SPLIT__ 2026-02-27 16:02:17,428 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36379 - __SPLIT__ 2026-02-27 16:02:17,441 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36385 - __SPLIT__ 2026-02-27 16:02:17,441 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36387 - __SPLIT__ 2026-02-27 16:02:17,454 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36390 - __SPLIT__ 2026-02-27 16:02:17,468 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36391 - __SPLIT__ 2026-02-27 16:02:17,481 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36400 - __SPLIT__ 2026-02-27 16:02:17,494 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36419 - __SPLIT__ 2026-02-27 16:02:17,511 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36422 - __SPLIT__ 2026-02-27 16:02:17,525 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36423 - __SPLIT__ 2026-02-27 16:02:17,539 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36428 - __SPLIT__ 2026-02-27 16:02:17,552 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36431 - __SPLIT__ 2026-02-27 16:02:17,567 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36432 - __SPLIT__ 2026-02-27 16:02:17,580 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36437 - __SPLIT__ 2026-02-27 16:02:17,596 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36439 - __SPLIT__ 2026-02-27 16:02:17,610 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36442 - __SPLIT__ 2026-02-27 16:02:17,624 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36451 - __SPLIT__ 2026-02-27 16:02:17,636 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36452 - __SPLIT__ 2026-02-27 16:02:17,651 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36455 - __SPLIT__ 2026-02-27 16:02:17,666 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36506 - __SPLIT__ 2026-02-27 16:02:17,679 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36523 - __SPLIT__ 2026-02-27 16:02:17,692 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36524 - __SPLIT__ 2026-02-27 16:02:17,707 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36526 - __SPLIT__ 2026-02-27 16:02:17,721 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36527 - __SPLIT__ 2026-02-27 16:02:17,735 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36528 - __SPLIT__ 2026-02-27 16:02:17,749 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36532 - __SPLIT__ 2026-02-27 16:02:17,762 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36534 - __SPLIT__ 2026-02-27 16:02:17,776 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36545 - __SPLIT__ 2026-02-27 16:02:17,789 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36549 - __SPLIT__ 2026-02-27 16:02:17,802 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36557 - __SPLIT__ 2026-02-27 16:02:17,816 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36560 - __SPLIT__ 2026-02-27 16:02:17,831 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36564 - __SPLIT__ 2026-02-27 16:02:17,845 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36578 - __SPLIT__ 2026-02-27 16:02:17,859 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36580 - __SPLIT__ 2026-02-27 16:02:17,873 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36581 - __SPLIT__ 2026-02-27 16:02:17,886 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36582 - __SPLIT__ 2026-02-27 16:02:17,899 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36622 - __SPLIT__ 2026-02-27 16:02:17,915 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36626 - __SPLIT__ 2026-02-27 16:02:17,929 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36635 - __SPLIT__ 2026-02-27 16:02:17,942 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36646 - __SPLIT__ 2026-02-27 16:02:17,955 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36648 - __SPLIT__ 2026-02-27 16:02:17,969 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36654 - __SPLIT__ 2026-02-27 16:02:17,985 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36668 - __SPLIT__ 2026-02-27 16:02:17,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36680 - __SPLIT__ 2026-02-27 16:02:18,012 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36689 - __SPLIT__ 2026-02-27 16:02:18,026 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36702 - __SPLIT__ 2026-02-27 16:02:18,040 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36706 - __SPLIT__ 2026-02-27 16:02:18,054 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36707 - __SPLIT__ 2026-02-27 16:02:18,069 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36709 - __SPLIT__ 2026-02-27 16:02:18,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36711 - __SPLIT__ 2026-02-27 16:02:18,097 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36749 - __SPLIT__ 2026-02-27 16:02:18,111 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36752 - __SPLIT__ 2026-02-27 16:02:18,124 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36756 - __SPLIT__ 2026-02-27 16:02:18,138 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36771 - __SPLIT__ 2026-02-27 16:02:18,153 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36801 - __SPLIT__ 2026-02-27 16:02:18,167 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36816 - __SPLIT__ 2026-02-27 16:02:18,180 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36836 - __SPLIT__ 2026-02-27 16:02:18,193 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36856 - __SPLIT__ 2026-02-27 16:02:18,206 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36873 - __SPLIT__ 2026-02-27 16:02:18,220 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36884 - __SPLIT__ 2026-02-27 16:02:18,220 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36913 - __SPLIT__ 2026-02-27 16:02:18,235 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36931 - __SPLIT__ 2026-02-27 16:02:18,249 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36936 - __SPLIT__ 2026-02-27 16:02:18,262 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36941 - __SPLIT__ 2026-02-27 16:02:18,276 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36948 - __SPLIT__ 2026-02-27 16:02:18,289 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36967 - __SPLIT__ 2026-02-27 16:02:18,302 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36977 - __SPLIT__ 2026-02-27 16:02:18,316 - 23178 - src.utils.log - INFO - Generating work orders for setup: 36990 - __SPLIT__ 2026-02-27 16:02:18,330 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37002 - __SPLIT__ 2026-02-27 16:02:18,343 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37003 - __SPLIT__ 2026-02-27 16:02:18,357 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37008 - __SPLIT__ 2026-02-27 16:02:18,370 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37012 - __SPLIT__ 2026-02-27 16:02:18,385 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37020 - __SPLIT__ 2026-02-27 16:02:18,397 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37021 - __SPLIT__ 2026-02-27 16:02:18,411 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37023 - __SPLIT__ 2026-02-27 16:02:18,425 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37032 - __SPLIT__ 2026-02-27 16:02:18,438 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37044 - __SPLIT__ 2026-02-27 16:02:18,452 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37049 - __SPLIT__ 2026-02-27 16:02:18,467 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37061 - __SPLIT__ 2026-02-27 16:02:18,480 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37064 - __SPLIT__ 2026-02-27 16:02:18,493 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37084 - __SPLIT__ 2026-02-27 16:02:18,507 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37086 - __SPLIT__ 2026-02-27 16:02:18,520 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37087 - __SPLIT__ 2026-02-27 16:02:18,535 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37092 - __SPLIT__ 2026-02-27 16:02:18,550 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37115 - __SPLIT__ 2026-02-27 16:02:18,564 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37123 - __SPLIT__ 2026-02-27 16:02:18,578 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37124 - __SPLIT__ 2026-02-27 16:02:18,592 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37129 - __SPLIT__ 2026-02-27 16:02:18,605 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37134 - __SPLIT__ 2026-02-27 16:02:18,620 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37135 - __SPLIT__ 2026-02-27 16:02:18,636 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37143 - __SPLIT__ 2026-02-27 16:02:18,650 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37145 - __SPLIT__ 2026-02-27 16:02:18,664 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37193 - __SPLIT__ 2026-02-27 16:02:18,664 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37200 - __SPLIT__ 2026-02-27 16:02:18,678 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37267 - __SPLIT__ 2026-02-27 16:02:18,692 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37280 - __SPLIT__ 2026-02-27 16:02:18,710 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37290 - __SPLIT__ 2026-02-27 16:02:18,724 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37312 - __SPLIT__ 2026-02-27 16:02:18,738 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37313 - __SPLIT__ 2026-02-27 16:02:18,752 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37314 - __SPLIT__ 2026-02-27 16:02:18,765 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37315 - __SPLIT__ 2026-02-27 16:02:18,779 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37358 - __SPLIT__ 2026-02-27 16:02:18,795 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37370 - __SPLIT__ 2026-02-27 16:02:18,808 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37387 - __SPLIT__ 2026-02-27 16:02:18,822 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37414 - __SPLIT__ 2026-02-27 16:02:18,836 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37418 - __SPLIT__ 2026-02-27 16:02:18,836 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37421 - __SPLIT__ 2026-02-27 16:02:18,836 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37433 - __SPLIT__ 2026-02-27 16:02:18,850 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37445 - __SPLIT__ 2026-02-27 16:02:18,865 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37446 - __SPLIT__ 2026-02-27 16:02:18,878 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37450 - __SPLIT__ 2026-02-27 16:02:18,893 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37452 - __SPLIT__ 2026-02-27 16:02:18,906 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37453 - __SPLIT__ 2026-02-27 16:02:18,919 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37459 - __SPLIT__ 2026-02-27 16:02:18,933 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37467 - __SPLIT__ 2026-02-27 16:02:18,950 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37474 - __SPLIT__ 2026-02-27 16:02:18,964 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37487 - __SPLIT__ 2026-02-27 16:02:18,978 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37498 - __SPLIT__ 2026-02-27 16:02:18,991 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37548 - __SPLIT__ 2026-02-27 16:02:19,006 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37568 - __SPLIT__ 2026-02-27 16:02:19,021 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37603 - __SPLIT__ 2026-02-27 16:02:19,037 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37631 - __SPLIT__ 2026-02-27 16:02:19,052 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37639 - __SPLIT__ 2026-02-27 16:02:19,066 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37655 - __SPLIT__ 2026-02-27 16:02:19,080 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37657 - __SPLIT__ 2026-02-27 16:02:19,095 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37658 - __SPLIT__ 2026-02-27 16:02:19,109 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37660 - __SPLIT__ 2026-02-27 16:02:19,122 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37661 - __SPLIT__ 2026-02-27 16:02:19,137 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37684 - __SPLIT__ 2026-02-27 16:02:19,151 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37699 - __SPLIT__ 2026-02-27 16:02:19,166 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37719 - __SPLIT__ 2026-02-27 16:02:19,179 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37721 - __SPLIT__ 2026-02-27 16:02:19,196 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37723 - __SPLIT__ 2026-02-27 16:02:19,209 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37733 - __SPLIT__ 2026-02-27 16:02:19,223 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37745 - __SPLIT__ 2026-02-27 16:02:19,236 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37749 - __SPLIT__ 2026-02-27 16:02:19,250 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37766 - __SPLIT__ 2026-02-27 16:02:19,266 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37775 - __SPLIT__ 2026-02-27 16:02:19,280 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37791 - __SPLIT__ 2026-02-27 16:02:19,294 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37795 - __SPLIT__ 2026-02-27 16:02:19,294 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37801 - __SPLIT__ 2026-02-27 16:02:19,308 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37809 - __SPLIT__ 2026-02-27 16:02:19,322 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37814 - __SPLIT__ 2026-02-27 16:02:19,335 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37815 - __SPLIT__ 2026-02-27 16:02:19,352 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37821 - __SPLIT__ 2026-02-27 16:02:19,368 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37828 - __SPLIT__ 2026-02-27 16:02:19,381 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37829 - __SPLIT__ 2026-02-27 16:02:19,395 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37832 - __SPLIT__ 2026-02-27 16:02:19,409 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37840 - __SPLIT__ 2026-02-27 16:02:19,424 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37850 - __SPLIT__ 2026-02-27 16:02:19,439 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37851 - __SPLIT__ 2026-02-27 16:02:19,452 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37853 - __SPLIT__ 2026-02-27 16:02:19,466 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37854 - __SPLIT__ 2026-02-27 16:02:19,480 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37856 - __SPLIT__ 2026-02-27 16:02:19,493 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37862 - __SPLIT__ 2026-02-27 16:02:19,509 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37863 - __SPLIT__ 2026-02-27 16:02:19,522 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37864 - __SPLIT__ 2026-02-27 16:02:19,536 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37875 - __SPLIT__ 2026-02-27 16:02:19,550 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37876 - __SPLIT__ 2026-02-27 16:02:19,564 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37885 - __SPLIT__ 2026-02-27 16:02:19,577 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37892 - __SPLIT__ 2026-02-27 16:02:19,594 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37895 - __SPLIT__ 2026-02-27 16:02:19,607 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37900 - __SPLIT__ 2026-02-27 16:02:19,622 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37907 - __SPLIT__ 2026-02-27 16:02:19,635 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37908 - __SPLIT__ 2026-02-27 16:02:19,650 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37909 - __SPLIT__ 2026-02-27 16:02:19,666 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37927 - __SPLIT__ 2026-02-27 16:02:19,681 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37929 - __SPLIT__ 2026-02-27 16:02:19,694 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37931 - __SPLIT__ 2026-02-27 16:02:19,709 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37934 - __SPLIT__ 2026-02-27 16:02:19,722 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37940 - __SPLIT__ 2026-02-27 16:02:19,737 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37942 - __SPLIT__ 2026-02-27 16:02:19,753 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37944 - __SPLIT__ 2026-02-27 16:02:19,767 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37955 - __SPLIT__ 2026-02-27 16:02:19,781 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37957 - __SPLIT__ 2026-02-27 16:02:19,795 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37958 - __SPLIT__ 2026-02-27 16:02:19,809 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37959 - __SPLIT__ 2026-02-27 16:02:19,825 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37964 - __SPLIT__ 2026-02-27 16:02:19,836 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37971 - __SPLIT__ 2026-02-27 16:02:19,851 - 23178 - src.utils.log - INFO - Generating work orders for setup: 37988 - __SPLIT__ 2026-02-27 16:02:19,864 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38001 - __SPLIT__ 2026-02-27 16:02:19,878 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38002 - __SPLIT__ 2026-02-27 16:02:19,892 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38007 - __SPLIT__ 2026-02-27 16:02:19,908 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38008 - __SPLIT__ 2026-02-27 16:02:19,922 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38028 - __SPLIT__ 2026-02-27 16:02:19,937 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38042 - __SPLIT__ 2026-02-27 16:02:19,950 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38048 - __SPLIT__ 2026-02-27 16:02:19,965 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38057 - __SPLIT__ 2026-02-27 16:02:19,979 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38067 - __SPLIT__ 2026-02-27 16:02:19,995 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38103 - __SPLIT__ 2026-02-27 16:02:20,010 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38109 - __SPLIT__ 2026-02-27 16:02:20,025 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38116 - __SPLIT__ 2026-02-27 16:02:20,039 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38127 - __SPLIT__ 2026-02-27 16:02:20,053 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38129 - __SPLIT__ 2026-02-27 16:02:20,069 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38150 - __SPLIT__ 2026-02-27 16:02:20,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38151 - __SPLIT__ 2026-02-27 16:02:20,098 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38162 - __SPLIT__ 2026-02-27 16:02:20,112 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38167 - __SPLIT__ 2026-02-27 16:02:20,125 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38194 - __SPLIT__ 2026-02-27 16:02:20,140 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38203 - __SPLIT__ 2026-02-27 16:02:20,157 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38205 - __SPLIT__ 2026-02-27 16:02:20,172 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38220 - __SPLIT__ 2026-02-27 16:02:20,185 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38233 - __SPLIT__ 2026-02-27 16:02:20,201 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38250 - __SPLIT__ 2026-02-27 16:02:20,215 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38252 - __SPLIT__ 2026-02-27 16:02:20,230 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38255 - __SPLIT__ 2026-02-27 16:02:20,244 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38256 - __SPLIT__ 2026-02-27 16:02:20,258 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38257 - __SPLIT__ 2026-02-27 16:02:20,272 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38274 - __SPLIT__ 2026-02-27 16:02:20,285 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38279 - __SPLIT__ 2026-02-27 16:02:20,300 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38294 - __SPLIT__ 2026-02-27 16:02:20,317 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38314 - __SPLIT__ 2026-02-27 16:02:20,330 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38331 - __SPLIT__ 2026-02-27 16:02:20,345 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38350 - __SPLIT__ 2026-02-27 16:02:20,358 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38354 - __SPLIT__ 2026-02-27 16:02:20,372 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38361 - __SPLIT__ 2026-02-27 16:02:20,387 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38370 - __SPLIT__ 2026-02-27 16:02:20,401 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38384 - __SPLIT__ 2026-02-27 16:02:20,415 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38385 - __SPLIT__ 2026-02-27 16:02:20,429 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38411 - __SPLIT__ 2026-02-27 16:02:20,444 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38426 - __SPLIT__ 2026-02-27 16:02:20,458 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38430 - __SPLIT__ 2026-02-27 16:02:20,473 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38435 - __SPLIT__ 2026-02-27 16:02:20,487 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38457 - __SPLIT__ 2026-02-27 16:02:20,502 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38466 - __SPLIT__ 2026-02-27 16:02:20,516 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38468 - __SPLIT__ 2026-02-27 16:02:20,531 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38521 - __SPLIT__ 2026-02-27 16:02:20,545 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38538 - __SPLIT__ 2026-02-27 16:02:20,560 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38541 - __SPLIT__ 2026-02-27 16:02:20,575 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38542 - __SPLIT__ 2026-02-27 16:02:20,590 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38563 - __SPLIT__ 2026-02-27 16:02:20,604 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38568 - __SPLIT__ 2026-02-27 16:02:20,618 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38569 - __SPLIT__ 2026-02-27 16:02:20,633 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38577 - __SPLIT__ 2026-02-27 16:02:20,648 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38589 - __SPLIT__ 2026-02-27 16:02:20,661 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38616 - __SPLIT__ 2026-02-27 16:02:20,676 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38619 - __SPLIT__ 2026-02-27 16:02:20,691 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38620 - __SPLIT__ 2026-02-27 16:02:20,706 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38641 - __SPLIT__ 2026-02-27 16:02:20,707 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38659 - __SPLIT__ 2026-02-27 16:02:20,721 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38665 - __SPLIT__ 2026-02-27 16:02:20,736 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38666 - __SPLIT__ 2026-02-27 16:02:20,750 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38670 - __SPLIT__ 2026-02-27 16:02:20,765 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38673 - __SPLIT__ 2026-02-27 16:02:20,779 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38684 - __SPLIT__ 2026-02-27 16:02:20,796 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38688 - __SPLIT__ 2026-02-27 16:02:20,811 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38693 - __SPLIT__ 2026-02-27 16:02:20,826 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38696 - __SPLIT__ 2026-02-27 16:02:20,840 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38724 - __SPLIT__ 2026-02-27 16:02:20,854 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38731 - __SPLIT__ 2026-02-27 16:02:20,869 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38739 - __SPLIT__ 2026-02-27 16:02:20,869 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38740 - __SPLIT__ 2026-02-27 16:02:20,882 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38742 - __SPLIT__ 2026-02-27 16:02:20,897 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38743 - __SPLIT__ 2026-02-27 16:02:20,911 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38748 - __SPLIT__ 2026-02-27 16:02:20,925 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38757 - __SPLIT__ 2026-02-27 16:02:20,939 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38761 - __SPLIT__ 2026-02-27 16:02:20,954 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38763 - __SPLIT__ 2026-02-27 16:02:20,969 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38764 - __SPLIT__ 2026-02-27 16:02:20,983 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38765 - __SPLIT__ 2026-02-27 16:02:20,984 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38767 - __SPLIT__ 2026-02-27 16:02:20,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38768 - __SPLIT__ 2026-02-27 16:02:21,012 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38769 - __SPLIT__ 2026-02-27 16:02:21,029 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38770 - __SPLIT__ 2026-02-27 16:02:21,043 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38792 - __SPLIT__ 2026-02-27 16:02:21,057 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38793 - __SPLIT__ 2026-02-27 16:02:21,072 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38794 - __SPLIT__ 2026-02-27 16:02:21,086 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38797 - __SPLIT__ 2026-02-27 16:02:21,101 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38798 - __SPLIT__ 2026-02-27 16:02:21,118 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38799 - __SPLIT__ 2026-02-27 16:02:21,134 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38802 - __SPLIT__ 2026-02-27 16:02:21,147 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38806 - __SPLIT__ 2026-02-27 16:02:21,162 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38811 - __SPLIT__ 2026-02-27 16:02:21,176 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38813 - __SPLIT__ 2026-02-27 16:02:21,193 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38829 - __SPLIT__ 2026-02-27 16:02:21,208 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38832 - __SPLIT__ 2026-02-27 16:02:21,208 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38849 - __SPLIT__ 2026-02-27 16:02:21,224 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38850 - __SPLIT__ 2026-02-27 16:02:21,239 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38851 - __SPLIT__ 2026-02-27 16:02:21,254 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38856 - __SPLIT__ 2026-02-27 16:02:21,270 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38860 - __SPLIT__ 2026-02-27 16:02:21,285 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38865 - __SPLIT__ 2026-02-27 16:02:21,300 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38871 - __SPLIT__ 2026-02-27 16:02:21,315 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38873 - __SPLIT__ 2026-02-27 16:02:21,329 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38878 - __SPLIT__ 2026-02-27 16:02:21,346 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38880 - __SPLIT__ 2026-02-27 16:02:21,361 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38886 - __SPLIT__ 2026-02-27 16:02:21,375 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38894 - __SPLIT__ 2026-02-27 16:02:21,389 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38916 - __SPLIT__ 2026-02-27 16:02:21,404 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38923 - __SPLIT__ 2026-02-27 16:02:21,418 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38925 - __SPLIT__ 2026-02-27 16:02:21,435 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38930 - __SPLIT__ 2026-02-27 16:02:21,449 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38931 - __SPLIT__ 2026-02-27 16:02:21,463 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38942 - __SPLIT__ 2026-02-27 16:02:21,478 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38952 - __SPLIT__ 2026-02-27 16:02:21,478 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38977 - __SPLIT__ 2026-02-27 16:02:21,493 - 23178 - src.utils.log - INFO - Generating work orders for setup: 38986 - __SPLIT__ 2026-02-27 16:02:21,509 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39027 - __SPLIT__ 2026-02-27 16:02:21,524 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39051 - __SPLIT__ 2026-02-27 16:02:21,540 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39081 - __SPLIT__ 2026-02-27 16:02:21,556 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39102 - __SPLIT__ 2026-02-27 16:02:21,570 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39119 - __SPLIT__ 2026-02-27 16:02:21,586 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39157 - __SPLIT__ 2026-02-27 16:02:21,601 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39181 - __SPLIT__ 2026-02-27 16:02:21,615 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39212 - __SPLIT__ 2026-02-27 16:02:21,631 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39213 - __SPLIT__ 2026-02-27 16:02:21,645 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39214 - __SPLIT__ 2026-02-27 16:02:21,660 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39227 - __SPLIT__ 2026-02-27 16:02:21,676 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39228 - __SPLIT__ 2026-02-27 16:02:21,689 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39240 - __SPLIT__ 2026-02-27 16:02:21,704 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39245 - __SPLIT__ 2026-02-27 16:02:21,719 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39248 - __SPLIT__ 2026-02-27 16:02:21,734 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39254 - __SPLIT__ 2026-02-27 16:02:21,751 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39287 - __SPLIT__ 2026-02-27 16:02:21,766 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39298 - __SPLIT__ 2026-02-27 16:02:21,781 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39300 - __SPLIT__ 2026-02-27 16:02:21,794 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39310 - __SPLIT__ 2026-02-27 16:02:21,809 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39322 - __SPLIT__ 2026-02-27 16:02:21,825 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39344 - __SPLIT__ 2026-02-27 16:02:21,840 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39345 - __SPLIT__ 2026-02-27 16:02:21,841 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39354 - __SPLIT__ 2026-02-27 16:02:21,855 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39357 - __SPLIT__ 2026-02-27 16:02:21,869 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39359 - __SPLIT__ 2026-02-27 16:02:21,884 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39360 - __SPLIT__ 2026-02-27 16:02:21,898 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39368 - __SPLIT__ 2026-02-27 16:02:21,914 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39369 - __SPLIT__ 2026-02-27 16:02:21,929 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39370 - __SPLIT__ 2026-02-27 16:02:21,944 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39372 - __SPLIT__ 2026-02-27 16:02:21,958 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39373 - __SPLIT__ 2026-02-27 16:02:21,973 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39381 - __SPLIT__ 2026-02-27 16:02:21,987 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39386 - __SPLIT__ 2026-02-27 16:02:22,003 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39389 - __SPLIT__ 2026-02-27 16:02:22,019 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39391 - __SPLIT__ 2026-02-27 16:02:22,034 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39410 - __SPLIT__ 2026-02-27 16:02:22,049 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39411 - __SPLIT__ 2026-02-27 16:02:22,066 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39420 - __SPLIT__ 2026-02-27 16:02:22,080 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39421 - __SPLIT__ 2026-02-27 16:02:22,081 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39422 - __SPLIT__ 2026-02-27 16:02:22,096 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39431 - __SPLIT__ 2026-02-27 16:02:22,110 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39433 - __SPLIT__ 2026-02-27 16:02:22,124 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39450 - __SPLIT__ 2026-02-27 16:02:22,139 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39488 - __SPLIT__ 2026-02-27 16:02:22,155 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39505 - __SPLIT__ 2026-02-27 16:02:22,169 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39509 - __SPLIT__ 2026-02-27 16:02:22,183 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39524 - __SPLIT__ 2026-02-27 16:02:22,199 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39527 - __SPLIT__ 2026-02-27 16:02:22,214 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39530 - __SPLIT__ 2026-02-27 16:02:22,230 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39531 - __SPLIT__ 2026-02-27 16:02:22,247 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39579 - __SPLIT__ 2026-02-27 16:02:22,335 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39601 - __SPLIT__ 2026-02-27 16:02:22,350 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39606 - __SPLIT__ 2026-02-27 16:02:22,366 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39641 - __SPLIT__ 2026-02-27 16:02:22,380 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39644 - __SPLIT__ 2026-02-27 16:02:22,398 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39670 - __SPLIT__ 2026-02-27 16:02:22,413 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39685 - __SPLIT__ 2026-02-27 16:02:22,428 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39707 - __SPLIT__ 2026-02-27 16:02:22,443 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39715 - __SPLIT__ 2026-02-27 16:02:22,458 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39716 - __SPLIT__ 2026-02-27 16:02:22,475 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39744 - __SPLIT__ 2026-02-27 16:02:22,489 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39756 - __SPLIT__ 2026-02-27 16:02:22,504 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39757 - __SPLIT__ 2026-02-27 16:02:22,519 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39758 - __SPLIT__ 2026-02-27 16:02:22,534 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39763 - __SPLIT__ 2026-02-27 16:02:22,550 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39764 - __SPLIT__ 2026-02-27 16:02:22,565 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39769 - __SPLIT__ 2026-02-27 16:02:22,580 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39770 - __SPLIT__ 2026-02-27 16:02:22,595 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39772 - __SPLIT__ 2026-02-27 16:02:22,610 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39773 - __SPLIT__ 2026-02-27 16:02:22,627 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39774 - __SPLIT__ 2026-02-27 16:02:22,643 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39828 - __SPLIT__ 2026-02-27 16:02:22,658 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39841 - __SPLIT__ 2026-02-27 16:02:22,674 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39859 - __SPLIT__ 2026-02-27 16:02:22,689 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39866 - __SPLIT__ 2026-02-27 16:02:22,706 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39899 - __SPLIT__ 2026-02-27 16:02:22,722 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39920 - __SPLIT__ 2026-02-27 16:02:22,738 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39943 - __SPLIT__ 2026-02-27 16:02:22,753 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39948 - __SPLIT__ 2026-02-27 16:02:22,768 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39954 - __SPLIT__ 2026-02-27 16:02:22,786 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39966 - __SPLIT__ 2026-02-27 16:02:22,802 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39968 - __SPLIT__ 2026-02-27 16:02:22,817 - 23178 - src.utils.log - INFO - Generating work orders for setup: 39989 - __SPLIT__ 2026-02-27 16:02:22,832 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40043 - __SPLIT__ 2026-02-27 16:02:22,847 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40046 - __SPLIT__ 2026-02-27 16:02:22,866 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40055 - __SPLIT__ 2026-02-27 16:02:22,880 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40059 - __SPLIT__ 2026-02-27 16:02:22,896 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40122 - __SPLIT__ 2026-02-27 16:02:22,912 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40135 - __SPLIT__ 2026-02-27 16:02:22,912 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40142 - __SPLIT__ 2026-02-27 16:02:22,927 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40144 - __SPLIT__ 2026-02-27 16:02:22,941 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40146 - __SPLIT__ 2026-02-27 16:02:22,957 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40162 - __SPLIT__ 2026-02-27 16:02:22,973 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40163 - __SPLIT__ 2026-02-27 16:02:22,988 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40165 - __SPLIT__ 2026-02-27 16:02:23,003 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40173 - __SPLIT__ 2026-02-27 16:02:23,018 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40174 - __SPLIT__ 2026-02-27 16:02:23,035 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40181 - __SPLIT__ 2026-02-27 16:02:23,050 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40183 - __SPLIT__ 2026-02-27 16:02:23,065 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40197 - __SPLIT__ 2026-02-27 16:02:23,081 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40198 - __SPLIT__ 2026-02-27 16:02:23,095 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40202 - __SPLIT__ 2026-02-27 16:02:23,095 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40204 - __SPLIT__ 2026-02-27 16:02:23,113 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40205 - __SPLIT__ 2026-02-27 16:02:23,127 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40207 - __SPLIT__ 2026-02-27 16:02:23,142 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40209 - __SPLIT__ 2026-02-27 16:02:23,158 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40213 - __SPLIT__ 2026-02-27 16:02:23,174 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40227 - __SPLIT__ 2026-02-27 16:02:23,191 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40228 - __SPLIT__ 2026-02-27 16:02:23,206 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40229 - __SPLIT__ 2026-02-27 16:02:23,221 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40243 - __SPLIT__ 2026-02-27 16:02:23,237 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40248 - __SPLIT__ 2026-02-27 16:02:23,252 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40250 - __SPLIT__ 2026-02-27 16:02:23,252 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40251 - __SPLIT__ 2026-02-27 16:02:23,268 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40254 - __SPLIT__ 2026-02-27 16:02:23,284 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40261 - __SPLIT__ 2026-02-27 16:02:23,300 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40264 - __SPLIT__ 2026-02-27 16:02:23,315 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40268 - __SPLIT__ 2026-02-27 16:02:23,331 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40273 - __SPLIT__ 2026-02-27 16:02:23,349 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40274 - __SPLIT__ 2026-02-27 16:02:23,363 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40281 - __SPLIT__ 2026-02-27 16:02:23,379 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40282 - __SPLIT__ 2026-02-27 16:02:23,395 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40283 - __SPLIT__ 2026-02-27 16:02:23,410 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40288 - __SPLIT__ 2026-02-27 16:02:23,426 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40296 - __SPLIT__ 2026-02-27 16:02:23,441 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40300 - __SPLIT__ 2026-02-27 16:02:23,456 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40304 - __SPLIT__ 2026-02-27 16:02:23,471 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40305 - __SPLIT__ 2026-02-27 16:02:23,486 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40308 - __SPLIT__ 2026-02-27 16:02:23,503 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40315 - __SPLIT__ 2026-02-27 16:02:23,518 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40316 - __SPLIT__ 2026-02-27 16:02:23,534 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40317 - __SPLIT__ 2026-02-27 16:02:23,549 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40322 - __SPLIT__ 2026-02-27 16:02:23,565 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40330 - __SPLIT__ 2026-02-27 16:02:23,580 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40334 - __SPLIT__ 2026-02-27 16:02:23,597 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40345 - __SPLIT__ 2026-02-27 16:02:23,612 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40346 - __SPLIT__ 2026-02-27 16:02:23,628 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40367 - __SPLIT__ 2026-02-27 16:02:23,643 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40370 - __SPLIT__ 2026-02-27 16:02:23,658 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40380 - __SPLIT__ 2026-02-27 16:02:23,674 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40387 - __SPLIT__ 2026-02-27 16:02:23,690 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40405 - __SPLIT__ 2026-02-27 16:02:23,706 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40416 - __SPLIT__ 2026-02-27 16:02:23,722 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40435 - __SPLIT__ 2026-02-27 16:02:23,737 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40439 - __SPLIT__ 2026-02-27 16:02:23,754 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40446 - __SPLIT__ 2026-02-27 16:02:23,769 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40522 - __SPLIT__ 2026-02-27 16:02:23,784 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40532 - __SPLIT__ 2026-02-27 16:02:23,800 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40554 - __SPLIT__ 2026-02-27 16:02:23,815 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40561 - __SPLIT__ 2026-02-27 16:02:23,832 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40568 - __SPLIT__ 2026-02-27 16:02:23,847 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40603 - __SPLIT__ 2026-02-27 16:02:23,862 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40614 - __SPLIT__ 2026-02-27 16:02:23,877 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40675 - __SPLIT__ 2026-02-27 16:02:23,892 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40688 - __SPLIT__ 2026-02-27 16:02:23,910 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40697 - __SPLIT__ 2026-02-27 16:02:23,926 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40723 - __SPLIT__ 2026-02-27 16:02:23,926 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40730 - __SPLIT__ 2026-02-27 16:02:23,942 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40731 - __SPLIT__ 2026-02-27 16:02:23,957 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40750 - __SPLIT__ 2026-02-27 16:02:23,973 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40751 - __SPLIT__ 2026-02-27 16:02:23,991 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40763 - __SPLIT__ 2026-02-27 16:02:24,008 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40772 - __SPLIT__ 2026-02-27 16:02:24,024 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40774 - __SPLIT__ 2026-02-27 16:02:24,040 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40780 - __SPLIT__ 2026-02-27 16:02:24,056 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40782 - __SPLIT__ 2026-02-27 16:02:24,073 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40787 - __SPLIT__ 2026-02-27 16:02:24,089 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40801 - __SPLIT__ 2026-02-27 16:02:24,105 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40847 - __SPLIT__ 2026-02-27 16:02:24,121 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40859 - __SPLIT__ 2026-02-27 16:02:24,138 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40861 - __SPLIT__ 2026-02-27 16:02:24,157 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40863 - __SPLIT__ 2026-02-27 16:02:24,173 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40905 - __SPLIT__ 2026-02-27 16:02:24,188 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40917 - __SPLIT__ 2026-02-27 16:02:24,204 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40924 - __SPLIT__ 2026-02-27 16:02:24,204 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40933 - __SPLIT__ 2026-02-27 16:02:24,220 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40936 - __SPLIT__ 2026-02-27 16:02:24,236 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40941 - __SPLIT__ 2026-02-27 16:02:24,252 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40966 - __SPLIT__ 2026-02-27 16:02:24,268 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40978 - __SPLIT__ 2026-02-27 16:02:24,283 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40980 - __SPLIT__ 2026-02-27 16:02:24,299 - 23178 - src.utils.log - INFO - Generating work orders for setup: 40996 - __SPLIT__ 2026-02-27 16:02:24,314 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41003 - __SPLIT__ 2026-02-27 16:02:24,331 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41004 - __SPLIT__ 2026-02-27 16:02:24,347 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41006 - __SPLIT__ 2026-02-27 16:02:24,362 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41007 - __SPLIT__ 2026-02-27 16:02:24,377 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41024 - __SPLIT__ 2026-02-27 16:02:24,395 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41039 - __SPLIT__ 2026-02-27 16:02:24,410 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41040 - __SPLIT__ 2026-02-27 16:02:24,426 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41050 - __SPLIT__ 2026-02-27 16:02:24,441 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41051 - __SPLIT__ 2026-02-27 16:02:24,457 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41060 - __SPLIT__ 2026-02-27 16:02:24,473 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41067 - __SPLIT__ 2026-02-27 16:02:24,488 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41077 - __SPLIT__ 2026-02-27 16:02:24,505 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41079 - __SPLIT__ 2026-02-27 16:02:24,520 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41082 - __SPLIT__ 2026-02-27 16:02:24,535 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41085 - __SPLIT__ 2026-02-27 16:02:24,554 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41086 - __SPLIT__ 2026-02-27 16:02:24,569 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41095 - __SPLIT__ 2026-02-27 16:02:24,584 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41098 - __SPLIT__ 2026-02-27 16:02:24,585 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41104 - __SPLIT__ 2026-02-27 16:02:24,600 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41107 - __SPLIT__ 2026-02-27 16:02:24,600 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41109 - __SPLIT__ 2026-02-27 16:02:24,616 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41123 - __SPLIT__ 2026-02-27 16:02:24,633 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41129 - __SPLIT__ 2026-02-27 16:02:24,649 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41135 - __SPLIT__ 2026-02-27 16:02:24,665 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41137 - __SPLIT__ 2026-02-27 16:02:24,679 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41143 - __SPLIT__ 2026-02-27 16:02:24,695 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41154 - __SPLIT__ 2026-02-27 16:02:24,712 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41155 - __SPLIT__ 2026-02-27 16:02:24,727 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41157 - __SPLIT__ 2026-02-27 16:02:24,743 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41166 - __SPLIT__ 2026-02-27 16:02:24,759 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41187 - __SPLIT__ 2026-02-27 16:02:24,775 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41190 - __SPLIT__ 2026-02-27 16:02:24,791 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41196 - __SPLIT__ 2026-02-27 16:02:24,807 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41214 - __SPLIT__ 2026-02-27 16:02:24,822 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41219 - __SPLIT__ 2026-02-27 16:02:24,837 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41228 - __SPLIT__ 2026-02-27 16:02:24,852 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41231 - __SPLIT__ 2026-02-27 16:02:24,869 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41232 - __SPLIT__ 2026-02-27 16:02:24,885 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41252 - __SPLIT__ 2026-02-27 16:02:24,901 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41254 - __SPLIT__ 2026-02-27 16:02:24,917 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41275 - __SPLIT__ 2026-02-27 16:02:24,932 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41286 - __SPLIT__ 2026-02-27 16:02:24,949 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41288 - __SPLIT__ 2026-02-27 16:02:24,966 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41289 - __SPLIT__ 2026-02-27 16:02:24,982 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41293 - __SPLIT__ 2026-02-27 16:02:24,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41303 - __SPLIT__ 2026-02-27 16:02:25,015 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41304 - __SPLIT__ 2026-02-27 16:02:25,034 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41306 - __SPLIT__ 2026-02-27 16:02:25,050 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41307 - __SPLIT__ 2026-02-27 16:02:25,066 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41325 - __SPLIT__ 2026-02-27 16:02:25,083 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41345 - __SPLIT__ 2026-02-27 16:02:25,098 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41348 - __SPLIT__ 2026-02-27 16:02:25,116 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41349 - __SPLIT__ 2026-02-27 16:02:25,133 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41355 - __SPLIT__ 2026-02-27 16:02:25,148 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41475 - __SPLIT__ 2026-02-27 16:02:25,165 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41492 - __SPLIT__ 2026-02-27 16:02:25,181 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41522 - __SPLIT__ 2026-02-27 16:02:25,199 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41544 - __SPLIT__ 2026-02-27 16:02:25,214 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41572 - __SPLIT__ 2026-02-27 16:02:25,229 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41588 - __SPLIT__ 2026-02-27 16:02:25,245 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41699 - __SPLIT__ 2026-02-27 16:02:25,261 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41712 - __SPLIT__ 2026-02-27 16:02:25,278 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41742 - __SPLIT__ 2026-02-27 16:02:25,278 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41746 - __SPLIT__ 2026-02-27 16:02:25,278 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41758 - __SPLIT__ 2026-02-27 16:02:25,294 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41761 - __SPLIT__ 2026-02-27 16:02:25,309 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41762 - __SPLIT__ 2026-02-27 16:02:25,325 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41830 - __SPLIT__ 2026-02-27 16:02:25,341 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41846 - __SPLIT__ 2026-02-27 16:02:25,358 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41853 - __SPLIT__ 2026-02-27 16:02:25,374 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41884 - __SPLIT__ 2026-02-27 16:02:25,391 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41887 - __SPLIT__ 2026-02-27 16:02:25,407 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41900 - __SPLIT__ 2026-02-27 16:02:25,425 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41923 - __SPLIT__ 2026-02-27 16:02:25,441 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41927 - __SPLIT__ 2026-02-27 16:02:25,457 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41946 - __SPLIT__ 2026-02-27 16:02:25,474 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41958 - __SPLIT__ 2026-02-27 16:02:25,489 - 23178 - src.utils.log - INFO - Generating work orders for setup: 41981 - __SPLIT__ 2026-02-27 16:02:25,506 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42008 - __SPLIT__ 2026-02-27 16:02:25,521 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42009 - __SPLIT__ 2026-02-27 16:02:25,537 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42014 - __SPLIT__ 2026-02-27 16:02:25,553 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42015 - __SPLIT__ 2026-02-27 16:02:25,570 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42016 - __SPLIT__ 2026-02-27 16:02:25,589 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42017 - __SPLIT__ 2026-02-27 16:02:25,604 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42033 - __SPLIT__ 2026-02-27 16:02:25,620 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42037 - __SPLIT__ 2026-02-27 16:02:25,636 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42106 - __SPLIT__ 2026-02-27 16:02:25,652 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42107 - __SPLIT__ 2026-02-27 16:02:25,670 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42111 - __SPLIT__ 2026-02-27 16:02:25,686 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42113 - __SPLIT__ 2026-02-27 16:02:25,701 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42147 - __SPLIT__ 2026-02-27 16:02:25,717 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42167 - __SPLIT__ 2026-02-27 16:02:25,717 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42181 - __SPLIT__ 2026-02-27 16:02:25,733 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42190 - __SPLIT__ 2026-02-27 16:02:25,753 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42193 - __SPLIT__ 2026-02-27 16:02:25,770 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42195 - __SPLIT__ 2026-02-27 16:02:25,786 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42196 - __SPLIT__ 2026-02-27 16:02:25,802 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42197 - __SPLIT__ 2026-02-27 16:02:25,817 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42206 - __SPLIT__ 2026-02-27 16:02:25,834 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42208 - __SPLIT__ 2026-02-27 16:02:25,850 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42211 - __SPLIT__ 2026-02-27 16:02:25,866 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42219 - __SPLIT__ 2026-02-27 16:02:25,881 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42221 - __SPLIT__ 2026-02-27 16:02:25,897 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42224 - __SPLIT__ 2026-02-27 16:02:25,916 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42232 - __SPLIT__ 2026-02-27 16:02:25,932 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42251 - __SPLIT__ 2026-02-27 16:02:25,947 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42258 - __SPLIT__ 2026-02-27 16:02:25,963 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42294 - __SPLIT__ 2026-02-27 16:02:25,980 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42296 - __SPLIT__ 2026-02-27 16:02:25,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42306 - __SPLIT__ 2026-02-27 16:02:26,015 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42314 - __SPLIT__ 2026-02-27 16:02:26,016 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42317 - __SPLIT__ 2026-02-27 16:02:26,032 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42320 - __SPLIT__ 2026-02-27 16:02:26,048 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42324 - __SPLIT__ 2026-02-27 16:02:26,066 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42330 - __SPLIT__ 2026-02-27 16:02:26,067 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42332 - __SPLIT__ 2026-02-27 16:02:26,083 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42337 - __SPLIT__ 2026-02-27 16:02:26,099 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42339 - __SPLIT__ 2026-02-27 16:02:26,115 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42345 - __SPLIT__ 2026-02-27 16:02:26,131 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42374 - __SPLIT__ 2026-02-27 16:02:26,148 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42376 - __SPLIT__ 2026-02-27 16:02:26,165 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42388 - __SPLIT__ 2026-02-27 16:02:26,181 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42409 - __SPLIT__ 2026-02-27 16:02:26,181 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42416 - __SPLIT__ 2026-02-27 16:02:26,196 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42423 - __SPLIT__ 2026-02-27 16:02:26,213 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42487 - __SPLIT__ 2026-02-27 16:02:26,231 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42574 - __SPLIT__ 2026-02-27 16:02:26,247 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42608 - __SPLIT__ 2026-02-27 16:02:26,263 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42614 - __SPLIT__ 2026-02-27 16:02:26,279 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42619 - __SPLIT__ 2026-02-27 16:02:26,296 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42629 - __SPLIT__ 2026-02-27 16:02:26,314 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42642 - __SPLIT__ 2026-02-27 16:02:26,330 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42651 - __SPLIT__ 2026-02-27 16:02:26,346 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42653 - __SPLIT__ 2026-02-27 16:02:26,362 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42664 - __SPLIT__ 2026-02-27 16:02:26,377 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42678 - __SPLIT__ 2026-02-27 16:02:26,396 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42690 - __SPLIT__ 2026-02-27 16:02:26,414 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42718 - __SPLIT__ 2026-02-27 16:02:26,429 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42724 - __SPLIT__ 2026-02-27 16:02:26,445 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42731 - __SPLIT__ 2026-02-27 16:02:26,464 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42732 - __SPLIT__ 2026-02-27 16:02:26,480 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42752 - __SPLIT__ 2026-02-27 16:02:26,496 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42758 - __SPLIT__ 2026-02-27 16:02:26,512 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42767 - __SPLIT__ 2026-02-27 16:02:26,529 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42772 - __SPLIT__ 2026-02-27 16:02:26,529 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42777 - __SPLIT__ 2026-02-27 16:02:26,547 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42808 - __SPLIT__ 2026-02-27 16:02:26,563 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42809 - __SPLIT__ 2026-02-27 16:02:26,579 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42823 - __SPLIT__ 2026-02-27 16:02:26,596 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42831 - __SPLIT__ 2026-02-27 16:02:26,611 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42849 - __SPLIT__ 2026-02-27 16:02:26,628 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42850 - __SPLIT__ 2026-02-27 16:02:26,646 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42855 - __SPLIT__ 2026-02-27 16:02:26,661 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42866 - __SPLIT__ 2026-02-27 16:02:26,678 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42869 - __SPLIT__ 2026-02-27 16:02:26,694 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42886 - __SPLIT__ 2026-02-27 16:02:26,711 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42904 - __SPLIT__ 2026-02-27 16:02:26,727 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42926 - __SPLIT__ 2026-02-27 16:02:26,743 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42927 - __SPLIT__ 2026-02-27 16:02:26,759 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42929 - __SPLIT__ 2026-02-27 16:02:26,775 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42963 - __SPLIT__ 2026-02-27 16:02:26,794 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42986 - __SPLIT__ 2026-02-27 16:02:26,810 - 23178 - src.utils.log - INFO - Generating work orders for setup: 42992 - __SPLIT__ 2026-02-27 16:02:26,826 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43044 - __SPLIT__ 2026-02-27 16:02:26,842 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43045 - __SPLIT__ 2026-02-27 16:02:26,858 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43070 - __SPLIT__ 2026-02-27 16:02:26,875 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43077 - __SPLIT__ 2026-02-27 16:02:26,890 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43213 - __SPLIT__ 2026-02-27 16:02:26,906 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43228 - __SPLIT__ 2026-02-27 16:02:26,923 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43239 - __SPLIT__ 2026-02-27 16:02:26,938 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43241 - __SPLIT__ 2026-02-27 16:02:26,957 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43259 - __SPLIT__ 2026-02-27 16:02:26,972 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43265 - __SPLIT__ 2026-02-27 16:02:26,989 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43284 - __SPLIT__ 2026-02-27 16:02:27,006 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43286 - __SPLIT__ 2026-02-27 16:02:27,025 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43308 - __SPLIT__ 2026-02-27 16:02:27,041 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43345 - __SPLIT__ 2026-02-27 16:02:27,058 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43347 - __SPLIT__ 2026-02-27 16:02:27,074 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43368 - __SPLIT__ 2026-02-27 16:02:27,091 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43380 - __SPLIT__ 2026-02-27 16:02:27,109 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43381 - __SPLIT__ 2026-02-27 16:02:27,125 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43385 - __SPLIT__ 2026-02-27 16:02:27,142 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43416 - __SPLIT__ 2026-02-27 16:02:27,158 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43417 - __SPLIT__ 2026-02-27 16:02:27,174 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43424 - __SPLIT__ 2026-02-27 16:02:27,190 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43426 - __SPLIT__ 2026-02-27 16:02:27,206 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43460 - __SPLIT__ 2026-02-27 16:02:27,222 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43463 - __SPLIT__ 2026-02-27 16:02:27,239 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43464 - __SPLIT__ 2026-02-27 16:02:27,255 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43466 - __SPLIT__ 2026-02-27 16:02:27,273 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43467 - __SPLIT__ 2026-02-27 16:02:27,289 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43473 - __SPLIT__ 2026-02-27 16:02:27,306 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43475 - __SPLIT__ 2026-02-27 16:02:27,322 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43483 - __SPLIT__ 2026-02-27 16:02:27,338 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43492 - __SPLIT__ 2026-02-27 16:02:27,357 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43497 - __SPLIT__ 2026-02-27 16:02:27,373 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43498 - __SPLIT__ 2026-02-27 16:02:27,390 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43500 - __SPLIT__ 2026-02-27 16:02:27,407 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43502 - __SPLIT__ 2026-02-27 16:02:27,425 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43503 - __SPLIT__ 2026-02-27 16:02:27,442 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43515 - __SPLIT__ 2026-02-27 16:02:27,459 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43525 - __SPLIT__ 2026-02-27 16:02:27,475 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43540 - __SPLIT__ 2026-02-27 16:02:27,492 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43544 - __SPLIT__ 2026-02-27 16:02:27,510 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43546 - __SPLIT__ 2026-02-27 16:02:27,527 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43547 - __SPLIT__ 2026-02-27 16:02:27,544 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43549 - __SPLIT__ 2026-02-27 16:02:27,561 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43550 - __SPLIT__ 2026-02-27 16:02:27,577 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43552 - __SPLIT__ 2026-02-27 16:02:27,595 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43554 - __SPLIT__ 2026-02-27 16:02:27,612 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43559 - __SPLIT__ 2026-02-27 16:02:27,628 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43568 - __SPLIT__ 2026-02-27 16:02:27,645 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43574 - __SPLIT__ 2026-02-27 16:02:27,664 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43582 - __SPLIT__ 2026-02-27 16:02:27,681 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43591 - __SPLIT__ 2026-02-27 16:02:27,697 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43593 - __SPLIT__ 2026-02-27 16:02:27,714 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43597 - __SPLIT__ 2026-02-27 16:02:27,730 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43613 - __SPLIT__ 2026-02-27 16:02:27,748 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43619 - __SPLIT__ 2026-02-27 16:02:27,765 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43621 - __SPLIT__ 2026-02-27 16:02:27,781 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43633 - __SPLIT__ 2026-02-27 16:02:27,798 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43637 - __SPLIT__ 2026-02-27 16:02:27,814 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43638 - __SPLIT__ 2026-02-27 16:02:27,833 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43656 - __SPLIT__ 2026-02-27 16:02:27,850 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43658 - __SPLIT__ 2026-02-27 16:02:27,867 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43699 - __SPLIT__ 2026-02-27 16:02:27,883 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43701 - __SPLIT__ 2026-02-27 16:02:27,900 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43707 - __SPLIT__ 2026-02-27 16:02:27,918 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43709 - __SPLIT__ 2026-02-27 16:02:27,935 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43726 - __SPLIT__ 2026-02-27 16:02:27,952 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43761 - __SPLIT__ 2026-02-27 16:02:27,968 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43766 - __SPLIT__ 2026-02-27 16:02:27,987 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43803 - __SPLIT__ 2026-02-27 16:02:28,005 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43850 - __SPLIT__ 2026-02-27 16:02:28,023 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43891 - __SPLIT__ 2026-02-27 16:02:28,023 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43910 - __SPLIT__ 2026-02-27 16:02:28,040 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43931 - __SPLIT__ 2026-02-27 16:02:28,056 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43939 - __SPLIT__ 2026-02-27 16:02:28,076 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43949 - __SPLIT__ 2026-02-27 16:02:28,092 - 23178 - src.utils.log - INFO - Generating work orders for setup: 43957 - __SPLIT__ 2026-02-27 16:02:28,110 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44004 - __SPLIT__ 2026-02-27 16:02:28,125 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44030 - __SPLIT__ 2026-02-27 16:02:28,146 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44031 - __SPLIT__ 2026-02-27 16:02:28,162 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44039 - __SPLIT__ 2026-02-27 16:02:28,180 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44044 - __SPLIT__ 2026-02-27 16:02:28,196 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44046 - __SPLIT__ 2026-02-27 16:02:28,213 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44093 - __SPLIT__ 2026-02-27 16:02:28,231 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44100 - __SPLIT__ 2026-02-27 16:02:28,247 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44181 - __SPLIT__ 2026-02-27 16:02:28,264 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44187 - __SPLIT__ 2026-02-27 16:02:28,282 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44222 - __SPLIT__ 2026-02-27 16:02:28,297 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44224 - __SPLIT__ 2026-02-27 16:02:28,316 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44266 - __SPLIT__ 2026-02-27 16:02:28,332 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44289 - __SPLIT__ 2026-02-27 16:02:28,350 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44360 - __SPLIT__ 2026-02-27 16:02:28,367 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44375 - __SPLIT__ 2026-02-27 16:02:28,386 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44416 - __SPLIT__ 2026-02-27 16:02:28,404 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44417 - __SPLIT__ 2026-02-27 16:02:28,420 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44430 - __SPLIT__ 2026-02-27 16:02:28,436 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44441 - __SPLIT__ 2026-02-27 16:02:28,453 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44442 - __SPLIT__ 2026-02-27 16:02:28,470 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44447 - __SPLIT__ 2026-02-27 16:02:28,488 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44458 - __SPLIT__ 2026-02-27 16:02:28,505 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44462 - __SPLIT__ 2026-02-27 16:02:28,522 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44488 - __SPLIT__ 2026-02-27 16:02:28,540 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44523 - __SPLIT__ 2026-02-27 16:02:28,559 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44526 - __SPLIT__ 2026-02-27 16:02:28,576 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44576 - __SPLIT__ 2026-02-27 16:02:28,593 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44578 - __SPLIT__ 2026-02-27 16:02:28,610 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44601 - __SPLIT__ 2026-02-27 16:02:28,627 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44637 - __SPLIT__ 2026-02-27 16:02:28,644 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44659 - __SPLIT__ 2026-02-27 16:02:28,661 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44660 - __SPLIT__ 2026-02-27 16:02:28,678 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44740 - __SPLIT__ 2026-02-27 16:02:28,694 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44757 - __SPLIT__ 2026-02-27 16:02:28,715 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44772 - __SPLIT__ 2026-02-27 16:02:28,731 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44774 - __SPLIT__ 2026-02-27 16:02:28,747 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44775 - __SPLIT__ 2026-02-27 16:02:28,765 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44776 - __SPLIT__ 2026-02-27 16:02:28,784 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44787 - __SPLIT__ 2026-02-27 16:02:28,801 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44788 - __SPLIT__ 2026-02-27 16:02:28,817 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44793 - __SPLIT__ 2026-02-27 16:02:28,834 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44831 - __SPLIT__ 2026-02-27 16:02:28,850 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44833 - __SPLIT__ 2026-02-27 16:02:28,867 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44838 - __SPLIT__ 2026-02-27 16:02:28,884 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44860 - __SPLIT__ 2026-02-27 16:02:28,901 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44864 - __SPLIT__ 2026-02-27 16:02:28,918 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44870 - __SPLIT__ 2026-02-27 16:02:28,934 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44871 - __SPLIT__ 2026-02-27 16:02:28,952 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44873 - __SPLIT__ 2026-02-27 16:02:28,953 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44874 - __SPLIT__ 2026-02-27 16:02:28,969 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44875 - __SPLIT__ 2026-02-27 16:02:28,987 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44876 - __SPLIT__ 2026-02-27 16:02:29,004 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44877 - __SPLIT__ 2026-02-27 16:02:29,005 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44886 - __SPLIT__ 2026-02-27 16:02:29,024 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44890 - __SPLIT__ 2026-02-27 16:02:29,040 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44901 - __SPLIT__ 2026-02-27 16:02:29,057 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44907 - __SPLIT__ 2026-02-27 16:02:29,057 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44914 - __SPLIT__ 2026-02-27 16:02:29,075 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44924 - __SPLIT__ 2026-02-27 16:02:29,092 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44926 - __SPLIT__ 2026-02-27 16:02:29,111 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44943 - __SPLIT__ 2026-02-27 16:02:29,129 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44959 - __SPLIT__ 2026-02-27 16:02:29,146 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44960 - __SPLIT__ 2026-02-27 16:02:29,162 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44961 - __SPLIT__ 2026-02-27 16:02:29,179 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44964 - __SPLIT__ 2026-02-27 16:02:29,200 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44968 - __SPLIT__ 2026-02-27 16:02:29,216 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44976 - __SPLIT__ 2026-02-27 16:02:29,233 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44983 - __SPLIT__ 2026-02-27 16:02:29,250 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44985 - __SPLIT__ 2026-02-27 16:02:29,269 - 23178 - src.utils.log - INFO - Generating work orders for setup: 44992 - __SPLIT__ 2026-02-27 16:02:29,285 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45008 - __SPLIT__ 2026-02-27 16:02:29,303 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45022 - __SPLIT__ 2026-02-27 16:02:29,319 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45024 - __SPLIT__ 2026-02-27 16:02:29,336 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45035 - __SPLIT__ 2026-02-27 16:02:29,355 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45051 - __SPLIT__ 2026-02-27 16:02:29,371 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45075 - __SPLIT__ 2026-02-27 16:02:29,388 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45076 - __SPLIT__ 2026-02-27 16:02:29,405 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45086 - __SPLIT__ 2026-02-27 16:02:29,424 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45087 - __SPLIT__ 2026-02-27 16:02:29,440 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45099 - __SPLIT__ 2026-02-27 16:02:29,456 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45108 - __SPLIT__ 2026-02-27 16:02:29,473 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45117 - __SPLIT__ 2026-02-27 16:02:29,490 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45123 - __SPLIT__ 2026-02-27 16:02:29,510 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45290 - __SPLIT__ 2026-02-27 16:02:29,527 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45304 - __SPLIT__ 2026-02-27 16:02:29,544 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45316 - __SPLIT__ 2026-02-27 16:02:29,562 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45328 - __SPLIT__ 2026-02-27 16:02:29,579 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45341 - __SPLIT__ 2026-02-27 16:02:29,598 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45357 - __SPLIT__ 2026-02-27 16:02:29,616 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45424 - __SPLIT__ 2026-02-27 16:02:29,633 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45439 - __SPLIT__ 2026-02-27 16:02:29,723 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45459 - __SPLIT__ 2026-02-27 16:02:29,741 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45526 - __SPLIT__ 2026-02-27 16:02:29,759 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45532 - __SPLIT__ 2026-02-27 16:02:29,778 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45545 - __SPLIT__ 2026-02-27 16:02:29,795 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45575 - __SPLIT__ 2026-02-27 16:02:29,813 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45587 - __SPLIT__ 2026-02-27 16:02:29,832 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45606 - __SPLIT__ 2026-02-27 16:02:29,849 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45621 - __SPLIT__ 2026-02-27 16:02:29,867 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45625 - __SPLIT__ 2026-02-27 16:02:29,884 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45636 - __SPLIT__ 2026-02-27 16:02:29,901 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45640 - __SPLIT__ 2026-02-27 16:02:29,919 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45641 - __SPLIT__ 2026-02-27 16:02:29,937 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45657 - __SPLIT__ 2026-02-27 16:02:29,955 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45667 - __SPLIT__ 2026-02-27 16:02:29,973 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45677 - __SPLIT__ 2026-02-27 16:02:29,992 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45683 - __SPLIT__ 2026-02-27 16:02:30,012 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45696 - __SPLIT__ 2026-02-27 16:02:30,030 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45752 - __SPLIT__ 2026-02-27 16:02:30,048 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45771 - __SPLIT__ 2026-02-27 16:02:30,068 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45772 - __SPLIT__ 2026-02-27 16:02:30,086 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45781 - __SPLIT__ 2026-02-27 16:02:30,103 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45784 - __SPLIT__ 2026-02-27 16:02:30,121 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45790 - __SPLIT__ 2026-02-27 16:02:30,139 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45812 - __SPLIT__ 2026-02-27 16:02:30,160 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45827 - __SPLIT__ 2026-02-27 16:02:30,178 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45828 - __SPLIT__ 2026-02-27 16:02:30,195 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45831 - __SPLIT__ 2026-02-27 16:02:30,213 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45845 - __SPLIT__ 2026-02-27 16:02:30,230 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45861 - __SPLIT__ 2026-02-27 16:02:30,247 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45864 - __SPLIT__ 2026-02-27 16:02:30,265 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45878 - __SPLIT__ 2026-02-27 16:02:30,265 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45886 - __SPLIT__ 2026-02-27 16:02:30,282 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45890 - __SPLIT__ 2026-02-27 16:02:30,298 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45894 - __SPLIT__ 2026-02-27 16:02:30,318 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45902 - __SPLIT__ 2026-02-27 16:02:30,335 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45909 - __SPLIT__ 2026-02-27 16:02:30,352 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45911 - __SPLIT__ 2026-02-27 16:02:30,369 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45917 - __SPLIT__ 2026-02-27 16:02:30,388 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45952 - __SPLIT__ 2026-02-27 16:02:30,404 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45960 - __SPLIT__ 2026-02-27 16:02:30,421 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45969 - __SPLIT__ 2026-02-27 16:02:30,438 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45978 - __SPLIT__ 2026-02-27 16:02:30,455 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45980 - __SPLIT__ 2026-02-27 16:02:30,473 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45986 - __SPLIT__ 2026-02-27 16:02:30,490 - 23178 - src.utils.log - INFO - Generating work orders for setup: 45996 - __SPLIT__ 2026-02-27 16:02:30,507 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46004 - __SPLIT__ 2026-02-27 16:02:30,524 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46026 - __SPLIT__ 2026-02-27 16:02:30,544 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46052 - __SPLIT__ 2026-02-27 16:02:30,561 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46069 - __SPLIT__ 2026-02-27 16:02:30,578 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46158 - __SPLIT__ 2026-02-27 16:02:30,595 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46160 - __SPLIT__ 2026-02-27 16:02:30,612 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46224 - __SPLIT__ 2026-02-27 16:02:30,630 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46279 - __SPLIT__ 2026-02-27 16:02:30,647 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46287 - __SPLIT__ 2026-02-27 16:02:30,665 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46302 - __SPLIT__ 2026-02-27 16:02:30,683 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46331 - __SPLIT__ 2026-02-27 16:02:30,700 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46340 - __SPLIT__ 2026-02-27 16:02:30,720 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46348 - __SPLIT__ 2026-02-27 16:02:30,737 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46360 - __SPLIT__ 2026-02-27 16:02:30,755 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46366 - __SPLIT__ 2026-02-27 16:02:30,773 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46370 - __SPLIT__ 2026-02-27 16:02:30,791 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46371 - __SPLIT__ 2026-02-27 16:02:30,809 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46377 - __SPLIT__ 2026-02-27 16:02:30,826 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46393 - __SPLIT__ 2026-02-27 16:02:30,843 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46444 - __SPLIT__ 2026-02-27 16:02:30,861 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46500 - __SPLIT__ 2026-02-27 16:02:30,879 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46505 - __SPLIT__ 2026-02-27 16:02:30,896 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46507 - __SPLIT__ 2026-02-27 16:02:30,914 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46517 - __SPLIT__ 2026-02-27 16:02:30,931 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46526 - __SPLIT__ 2026-02-27 16:02:30,949 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46544 - __SPLIT__ 2026-02-27 16:02:30,966 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46546 - __SPLIT__ 2026-02-27 16:02:30,984 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46550 - __SPLIT__ 2026-02-27 16:02:31,002 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46566 - __SPLIT__ 2026-02-27 16:02:31,020 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46584 - __SPLIT__ 2026-02-27 16:02:31,039 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46585 - __SPLIT__ 2026-02-27 16:02:31,056 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46592 - __SPLIT__ 2026-02-27 16:02:31,074 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46603 - __SPLIT__ 2026-02-27 16:02:31,091 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46608 - __SPLIT__ 2026-02-27 16:02:31,109 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46613 - __SPLIT__ 2026-02-27 16:02:31,126 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46619 - __SPLIT__ 2026-02-27 16:02:31,144 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46624 - __SPLIT__ 2026-02-27 16:02:31,161 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46626 - __SPLIT__ 2026-02-27 16:02:31,178 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46639 - __SPLIT__ 2026-02-27 16:02:31,196 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46640 - __SPLIT__ 2026-02-27 16:02:31,213 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46649 - __SPLIT__ 2026-02-27 16:02:31,230 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46666 - __SPLIT__ 2026-02-27 16:02:31,247 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46670 - __SPLIT__ 2026-02-27 16:02:31,265 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46671 - __SPLIT__ 2026-02-27 16:02:31,282 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46677 - __SPLIT__ 2026-02-27 16:02:31,300 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46710 - __SPLIT__ 2026-02-27 16:02:31,317 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46712 - __SPLIT__ 2026-02-27 16:02:31,333 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46714 - __SPLIT__ 2026-02-27 16:02:31,358 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46754 - __SPLIT__ 2026-02-27 16:02:31,376 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46824 - __SPLIT__ 2026-02-27 16:02:31,393 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46864 - __SPLIT__ 2026-02-27 16:02:31,410 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46890 - __SPLIT__ 2026-02-27 16:02:31,430 - 23178 - src.utils.log - INFO - Generating work orders for setup: 46939 - __SPLIT__ 2026-02-27 16:02:31,447 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47008 - __SPLIT__ 2026-02-27 16:02:31,464 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47053 - __SPLIT__ 2026-02-27 16:02:31,481 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47083 - __SPLIT__ 2026-02-27 16:02:31,498 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47099 - __SPLIT__ 2026-02-27 16:02:31,515 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47110 - __SPLIT__ 2026-02-27 16:02:31,532 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47123 - __SPLIT__ 2026-02-27 16:02:31,549 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47139 - __SPLIT__ 2026-02-27 16:02:31,566 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47142 - __SPLIT__ 2026-02-27 16:02:31,585 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47156 - __SPLIT__ 2026-02-27 16:02:31,602 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47223 - __SPLIT__ 2026-02-27 16:02:31,620 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47228 - __SPLIT__ 2026-02-27 16:02:31,638 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47234 - __SPLIT__ 2026-02-27 16:02:31,655 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47236 - __SPLIT__ 2026-02-27 16:02:31,674 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47237 - __SPLIT__ 2026-02-27 16:02:31,692 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47244 - __SPLIT__ 2026-02-27 16:02:31,709 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47271 - __SPLIT__ 2026-02-27 16:02:31,727 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47272 - __SPLIT__ 2026-02-27 16:02:31,746 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47296 - __SPLIT__ 2026-02-27 16:02:31,763 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47306 - __SPLIT__ 2026-02-27 16:02:31,781 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47309 - __SPLIT__ 2026-02-27 16:02:31,798 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47310 - __SPLIT__ 2026-02-27 16:02:31,815 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47323 - __SPLIT__ 2026-02-27 16:02:31,834 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47326 - __SPLIT__ 2026-02-27 16:02:31,851 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47327 - __SPLIT__ 2026-02-27 16:02:31,869 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47329 - __SPLIT__ 2026-02-27 16:02:31,886 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47330 - __SPLIT__ 2026-02-27 16:02:31,886 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47334 - __SPLIT__ 2026-02-27 16:02:31,905 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47336 - __SPLIT__ 2026-02-27 16:02:31,922 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47338 - __SPLIT__ 2026-02-27 16:02:31,939 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47344 - __SPLIT__ 2026-02-27 16:02:31,956 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47348 - __SPLIT__ 2026-02-27 16:02:31,973 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47358 - __SPLIT__ 2026-02-27 16:02:31,992 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47360 - __SPLIT__ 2026-02-27 16:02:32,011 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47374 - __SPLIT__ 2026-02-27 16:02:32,011 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47375 - __SPLIT__ 2026-02-27 16:02:32,030 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47376 - __SPLIT__ 2026-02-27 16:02:32,048 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47384 - __SPLIT__ 2026-02-27 16:02:32,066 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47405 - __SPLIT__ 2026-02-27 16:02:32,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47448 - __SPLIT__ 2026-02-27 16:02:32,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47453 - __SPLIT__ 2026-02-27 16:02:32,102 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47457 - __SPLIT__ 2026-02-27 16:02:32,119 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47472 - __SPLIT__ 2026-02-27 16:02:32,137 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47478 - __SPLIT__ 2026-02-27 16:02:32,158 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47479 - __SPLIT__ 2026-02-27 16:02:32,175 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47491 - __SPLIT__ 2026-02-27 16:02:32,192 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47500 - __SPLIT__ 2026-02-27 16:02:32,210 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47507 - __SPLIT__ 2026-02-27 16:02:32,228 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47512 - __SPLIT__ 2026-02-27 16:02:32,246 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47538 - __SPLIT__ 2026-02-27 16:02:32,263 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47548 - __SPLIT__ 2026-02-27 16:02:32,281 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47549 - __SPLIT__ 2026-02-27 16:02:32,298 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47559 - __SPLIT__ 2026-02-27 16:02:32,317 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47563 - __SPLIT__ 2026-02-27 16:02:32,334 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47577 - __SPLIT__ 2026-02-27 16:02:32,352 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47581 - __SPLIT__ 2026-02-27 16:02:32,370 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47594 - __SPLIT__ 2026-02-27 16:02:32,387 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47595 - __SPLIT__ 2026-02-27 16:02:32,406 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47600 - __SPLIT__ 2026-02-27 16:02:32,423 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47604 - __SPLIT__ 2026-02-27 16:02:32,440 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47609 - __SPLIT__ 2026-02-27 16:02:32,458 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47615 - __SPLIT__ 2026-02-27 16:02:32,477 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47626 - __SPLIT__ 2026-02-27 16:02:32,494 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47636 - __SPLIT__ 2026-02-27 16:02:32,512 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47675 - __SPLIT__ 2026-02-27 16:02:32,530 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47748 - __SPLIT__ 2026-02-27 16:02:32,548 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47823 - __SPLIT__ 2026-02-27 16:02:32,565 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47851 - __SPLIT__ 2026-02-27 16:02:32,584 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47858 - __SPLIT__ 2026-02-27 16:02:32,602 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47903 - __SPLIT__ 2026-02-27 16:02:32,619 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47926 - __SPLIT__ 2026-02-27 16:02:32,640 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47929 - __SPLIT__ 2026-02-27 16:02:32,658 - 23178 - src.utils.log - INFO - Generating work orders for setup: 47956 - __SPLIT__ 2026-02-27 16:02:32,676 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48006 - __SPLIT__ 2026-02-27 16:02:32,695 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48029 - __SPLIT__ 2026-02-27 16:02:32,714 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48040 - __SPLIT__ 2026-02-27 16:02:32,732 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48163 - __SPLIT__ 2026-02-27 16:02:32,751 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48167 - __SPLIT__ 2026-02-27 16:02:32,768 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48176 - __SPLIT__ 2026-02-27 16:02:32,787 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48195 - __SPLIT__ 2026-02-27 16:02:32,805 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48238 - __SPLIT__ 2026-02-27 16:02:32,823 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48307 - __SPLIT__ 2026-02-27 16:02:32,840 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48308 - __SPLIT__ 2026-02-27 16:02:32,840 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48325 - __SPLIT__ 2026-02-27 16:02:32,858 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48353 - __SPLIT__ 2026-02-27 16:02:32,879 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48427 - __SPLIT__ 2026-02-27 16:02:32,897 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48428 - __SPLIT__ 2026-02-27 16:02:32,915 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48437 - __SPLIT__ 2026-02-27 16:02:32,932 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48464 - __SPLIT__ 2026-02-27 16:02:32,951 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48479 - __SPLIT__ 2026-02-27 16:02:32,969 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48480 - __SPLIT__ 2026-02-27 16:02:32,989 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48511 - __SPLIT__ 2026-02-27 16:02:33,008 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48517 - __SPLIT__ 2026-02-27 16:02:33,026 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48530 - __SPLIT__ 2026-02-27 16:02:33,044 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48549 - __SPLIT__ 2026-02-27 16:02:33,061 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48556 - __SPLIT__ 2026-02-27 16:02:33,080 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48562 - __SPLIT__ 2026-02-27 16:02:33,097 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48571 - __SPLIT__ 2026-02-27 16:02:33,119 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48609 - __SPLIT__ 2026-02-27 16:02:33,136 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48622 - __SPLIT__ 2026-02-27 16:02:33,154 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48626 - __SPLIT__ 2026-02-27 16:02:33,171 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48633 - __SPLIT__ 2026-02-27 16:02:33,190 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48634 - __SPLIT__ 2026-02-27 16:02:33,207 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48635 - __SPLIT__ 2026-02-27 16:02:33,224 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48636 - __SPLIT__ 2026-02-27 16:02:33,242 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48637 - __SPLIT__ 2026-02-27 16:02:33,242 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48638 - __SPLIT__ 2026-02-27 16:02:33,259 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48643 - __SPLIT__ 2026-02-27 16:02:33,277 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48644 - __SPLIT__ 2026-02-27 16:02:33,298 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48647 - __SPLIT__ 2026-02-27 16:02:33,316 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48665 - __SPLIT__ 2026-02-27 16:02:33,335 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48666 - __SPLIT__ 2026-02-27 16:02:33,354 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48667 - __SPLIT__ 2026-02-27 16:02:33,372 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48668 - __SPLIT__ 2026-02-27 16:02:33,390 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48669 - __SPLIT__ 2026-02-27 16:02:33,408 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48672 - __SPLIT__ 2026-02-27 16:02:33,428 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48687 - __SPLIT__ 2026-02-27 16:02:33,446 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48690 - __SPLIT__ 2026-02-27 16:02:33,463 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48718 - __SPLIT__ 2026-02-27 16:02:33,481 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48719 - __SPLIT__ 2026-02-27 16:02:33,499 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48739 - __SPLIT__ 2026-02-27 16:02:33,519 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48741 - __SPLIT__ 2026-02-27 16:02:33,539 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48742 - __SPLIT__ 2026-02-27 16:02:33,539 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48748 - __SPLIT__ 2026-02-27 16:02:33,557 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48761 - __SPLIT__ 2026-02-27 16:02:33,574 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48763 - __SPLIT__ 2026-02-27 16:02:33,594 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48770 - __SPLIT__ 2026-02-27 16:02:33,612 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48773 - __SPLIT__ 2026-02-27 16:02:33,630 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48774 - __SPLIT__ 2026-02-27 16:02:33,647 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48809 - __SPLIT__ 2026-02-27 16:02:33,666 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48810 - __SPLIT__ 2026-02-27 16:02:33,684 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48815 - __SPLIT__ 2026-02-27 16:02:33,703 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48816 - __SPLIT__ 2026-02-27 16:02:33,721 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48857 - __SPLIT__ 2026-02-27 16:02:33,739 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48863 - __SPLIT__ 2026-02-27 16:02:33,757 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48866 - __SPLIT__ 2026-02-27 16:02:33,774 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48872 - __SPLIT__ 2026-02-27 16:02:33,793 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48875 - __SPLIT__ 2026-02-27 16:02:33,812 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48880 - __SPLIT__ 2026-02-27 16:02:33,830 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48885 - __SPLIT__ 2026-02-27 16:02:33,848 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48892 - __SPLIT__ 2026-02-27 16:02:33,867 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48929 - __SPLIT__ 2026-02-27 16:02:33,886 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48933 - __SPLIT__ 2026-02-27 16:02:33,908 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48935 - __SPLIT__ 2026-02-27 16:02:33,926 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48947 - __SPLIT__ 2026-02-27 16:02:33,944 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48970 - __SPLIT__ 2026-02-27 16:02:33,962 - 23178 - src.utils.log - INFO - Generating work orders for setup: 48989 - __SPLIT__ 2026-02-27 16:02:33,980 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49013 - __SPLIT__ 2026-02-27 16:02:34,000 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49163 - __SPLIT__ 2026-02-27 16:02:34,020 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49179 - __SPLIT__ 2026-02-27 16:02:34,020 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49198 - __SPLIT__ 2026-02-27 16:02:34,038 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49204 - __SPLIT__ 2026-02-27 16:02:34,057 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49227 - __SPLIT__ 2026-02-27 16:02:34,076 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49231 - __SPLIT__ 2026-02-27 16:02:34,095 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49278 - __SPLIT__ 2026-02-27 16:02:34,114 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49328 - __SPLIT__ 2026-02-27 16:02:34,132 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49415 - __SPLIT__ 2026-02-27 16:02:34,156 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49471 - __SPLIT__ 2026-02-27 16:02:34,174 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49484 - __SPLIT__ 2026-02-27 16:02:34,192 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49497 - __SPLIT__ 2026-02-27 16:02:34,212 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49507 - __SPLIT__ 2026-02-27 16:02:34,233 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49539 - __SPLIT__ 2026-02-27 16:02:34,252 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49559 - __SPLIT__ 2026-02-27 16:02:34,270 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49609 - __SPLIT__ 2026-02-27 16:02:34,290 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49798 - __SPLIT__ 2026-02-27 16:02:34,309 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49838 - __SPLIT__ 2026-02-27 16:02:34,327 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49850 - __SPLIT__ 2026-02-27 16:02:34,345 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49857 - __SPLIT__ 2026-02-27 16:02:34,364 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49871 - __SPLIT__ 2026-02-27 16:02:34,383 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49873 - __SPLIT__ 2026-02-27 16:02:34,400 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49874 - __SPLIT__ 2026-02-27 16:02:34,418 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49881 - __SPLIT__ 2026-02-27 16:02:34,437 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49909 - __SPLIT__ 2026-02-27 16:02:34,454 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49910 - __SPLIT__ 2026-02-27 16:02:34,474 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49929 - __SPLIT__ 2026-02-27 16:02:34,493 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49949 - __SPLIT__ 2026-02-27 16:02:34,511 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49950 - __SPLIT__ 2026-02-27 16:02:34,530 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49951 - __SPLIT__ 2026-02-27 16:02:34,551 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49967 - __SPLIT__ 2026-02-27 16:02:34,569 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49968 - __SPLIT__ 2026-02-27 16:02:34,587 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49982 - __SPLIT__ 2026-02-27 16:02:34,606 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49988 - __SPLIT__ 2026-02-27 16:02:34,627 - 23178 - src.utils.log - INFO - Generating work orders for setup: 49998 - __SPLIT__ 2026-02-27 16:02:34,647 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50003 - __SPLIT__ 2026-02-27 16:02:34,665 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50005 - __SPLIT__ 2026-02-27 16:02:34,684 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50013 - __SPLIT__ 2026-02-27 16:02:34,704 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50014 - __SPLIT__ 2026-02-27 16:02:34,722 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50049 - __SPLIT__ 2026-02-27 16:02:34,741 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50055 - __SPLIT__ 2026-02-27 16:02:34,760 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50061 - __SPLIT__ 2026-02-27 16:02:34,777 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50069 - __SPLIT__ 2026-02-27 16:02:34,797 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50092 - __SPLIT__ 2026-02-27 16:02:34,817 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50117 - __SPLIT__ 2026-02-27 16:02:34,836 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50126 - __SPLIT__ 2026-02-27 16:02:34,856 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50130 - __SPLIT__ 2026-02-27 16:02:34,876 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50134 - __SPLIT__ 2026-02-27 16:02:34,895 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50166 - __SPLIT__ 2026-02-27 16:02:34,914 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50167 - __SPLIT__ 2026-02-27 16:02:34,932 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50209 - __SPLIT__ 2026-02-27 16:02:34,954 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50316 - __SPLIT__ 2026-02-27 16:02:34,973 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50345 - __SPLIT__ 2026-02-27 16:02:34,991 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50358 - __SPLIT__ 2026-02-27 16:02:35,011 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50430 - __SPLIT__ 2026-02-27 16:02:35,031 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50625 - __SPLIT__ 2026-02-27 16:02:35,032 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50626 - __SPLIT__ 2026-02-27 16:02:35,052 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50688 - __SPLIT__ 2026-02-27 16:02:35,070 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50689 - __SPLIT__ 2026-02-27 16:02:35,089 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50699 - __SPLIT__ 2026-02-27 16:02:35,109 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50712 - __SPLIT__ 2026-02-27 16:02:35,110 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50719 - __SPLIT__ 2026-02-27 16:02:35,129 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50762 - __SPLIT__ 2026-02-27 16:02:35,149 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50763 - __SPLIT__ 2026-02-27 16:02:35,167 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50769 - __SPLIT__ 2026-02-27 16:02:35,188 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50789 - __SPLIT__ 2026-02-27 16:02:35,205 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50799 - __SPLIT__ 2026-02-27 16:02:35,205 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50811 - __SPLIT__ 2026-02-27 16:02:35,223 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50812 - __SPLIT__ 2026-02-27 16:02:35,241 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50824 - __SPLIT__ 2026-02-27 16:02:35,258 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50826 - __SPLIT__ 2026-02-27 16:02:35,279 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50830 - __SPLIT__ 2026-02-27 16:02:35,296 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50846 - __SPLIT__ 2026-02-27 16:02:35,314 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50850 - __SPLIT__ 2026-02-27 16:02:35,332 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50860 - __SPLIT__ 2026-02-27 16:02:35,351 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50861 - __SPLIT__ 2026-02-27 16:02:35,369 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50864 - __SPLIT__ 2026-02-27 16:02:35,388 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50873 - __SPLIT__ 2026-02-27 16:02:35,406 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50878 - __SPLIT__ 2026-02-27 16:02:35,424 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50879 - __SPLIT__ 2026-02-27 16:02:35,442 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50882 - __SPLIT__ 2026-02-27 16:02:35,460 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50894 - __SPLIT__ 2026-02-27 16:02:35,477 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50902 - __SPLIT__ 2026-02-27 16:02:35,495 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50985 - __SPLIT__ 2026-02-27 16:02:35,515 - 23178 - src.utils.log - INFO - Generating work orders for setup: 50992 - __SPLIT__ 2026-02-27 16:02:35,533 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51011 - __SPLIT__ 2026-02-27 16:02:35,551 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51108 - __SPLIT__ 2026-02-27 16:02:35,569 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51122 - __SPLIT__ 2026-02-27 16:02:35,590 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51123 - __SPLIT__ 2026-02-27 16:02:35,609 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51128 - __SPLIT__ 2026-02-27 16:02:35,627 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51216 - __SPLIT__ 2026-02-27 16:02:35,646 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51217 - __SPLIT__ 2026-02-27 16:02:35,665 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51232 - __SPLIT__ 2026-02-27 16:02:35,683 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51246 - __SPLIT__ 2026-02-27 16:02:35,702 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51276 - __SPLIT__ 2026-02-27 16:02:35,719 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51278 - __SPLIT__ 2026-02-27 16:02:35,737 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51306 - __SPLIT__ 2026-02-27 16:02:35,756 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51320 - __SPLIT__ 2026-02-27 16:02:35,775 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51408 - __SPLIT__ 2026-02-27 16:02:35,793 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51445 - __SPLIT__ 2026-02-27 16:02:35,812 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51447 - __SPLIT__ 2026-02-27 16:02:35,833 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51451 - __SPLIT__ 2026-02-27 16:02:35,852 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51470 - __SPLIT__ 2026-02-27 16:02:35,871 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51471 - __SPLIT__ 2026-02-27 16:02:35,890 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51509 - __SPLIT__ 2026-02-27 16:02:35,910 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51518 - __SPLIT__ 2026-02-27 16:02:35,929 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51529 - __SPLIT__ 2026-02-27 16:02:35,947 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51541 - __SPLIT__ 2026-02-27 16:02:35,966 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51542 - __SPLIT__ 2026-02-27 16:02:35,987 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51543 - __SPLIT__ 2026-02-27 16:02:36,006 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51544 - __SPLIT__ 2026-02-27 16:02:36,026 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51550 - __SPLIT__ 2026-02-27 16:02:36,044 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51552 - __SPLIT__ 2026-02-27 16:02:36,061 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51554 - __SPLIT__ 2026-02-27 16:02:36,083 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51559 - __SPLIT__ 2026-02-27 16:02:36,101 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51582 - __SPLIT__ 2026-02-27 16:02:36,120 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51589 - __SPLIT__ 2026-02-27 16:02:36,138 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51613 - __SPLIT__ 2026-02-27 16:02:36,157 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51614 - __SPLIT__ 2026-02-27 16:02:36,176 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51638 - __SPLIT__ 2026-02-27 16:02:36,196 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51639 - __SPLIT__ 2026-02-27 16:02:36,215 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51640 - __SPLIT__ 2026-02-27 16:02:36,237 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51641 - __SPLIT__ 2026-02-27 16:02:36,256 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51658 - __SPLIT__ 2026-02-27 16:02:36,275 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51669 - __SPLIT__ 2026-02-27 16:02:36,294 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51673 - __SPLIT__ 2026-02-27 16:02:36,315 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51680 - __SPLIT__ 2026-02-27 16:02:36,334 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51683 - __SPLIT__ 2026-02-27 16:02:36,352 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51684 - __SPLIT__ 2026-02-27 16:02:36,371 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51685 - __SPLIT__ 2026-02-27 16:02:36,390 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51686 - __SPLIT__ 2026-02-27 16:02:36,408 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51690 - __SPLIT__ 2026-02-27 16:02:36,427 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51696 - __SPLIT__ 2026-02-27 16:02:36,445 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51701 - __SPLIT__ 2026-02-27 16:02:36,464 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51708 - __SPLIT__ 2026-02-27 16:02:36,482 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51713 - __SPLIT__ 2026-02-27 16:02:36,501 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51714 - __SPLIT__ 2026-02-27 16:02:36,519 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51718 - __SPLIT__ 2026-02-27 16:02:36,538 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51720 - __SPLIT__ 2026-02-27 16:02:36,556 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51724 - __SPLIT__ 2026-02-27 16:02:36,575 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51730 - __SPLIT__ 2026-02-27 16:02:36,593 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51737 - __SPLIT__ 2026-02-27 16:02:36,612 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51744 - __SPLIT__ 2026-02-27 16:02:36,633 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51753 - __SPLIT__ 2026-02-27 16:02:36,651 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51754 - __SPLIT__ 2026-02-27 16:02:36,670 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51761 - __SPLIT__ 2026-02-27 16:02:36,688 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51804 - __SPLIT__ 2026-02-27 16:02:36,709 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51811 - __SPLIT__ 2026-02-27 16:02:36,709 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51834 - __SPLIT__ 2026-02-27 16:02:36,729 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51838 - __SPLIT__ 2026-02-27 16:02:36,729 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51851 - __SPLIT__ 2026-02-27 16:02:36,747 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51852 - __SPLIT__ 2026-02-27 16:02:36,766 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51857 - __SPLIT__ 2026-02-27 16:02:36,785 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51864 - __SPLIT__ 2026-02-27 16:02:36,804 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51872 - __SPLIT__ 2026-02-27 16:02:36,824 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51875 - __SPLIT__ 2026-02-27 16:02:36,842 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51877 - __SPLIT__ 2026-02-27 16:02:36,861 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51880 - __SPLIT__ 2026-02-27 16:02:36,882 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51891 - __SPLIT__ 2026-02-27 16:02:36,882 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51903 - __SPLIT__ 2026-02-27 16:02:36,901 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51907 - __SPLIT__ 2026-02-27 16:02:36,922 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51915 - __SPLIT__ 2026-02-27 16:02:36,940 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51920 - __SPLIT__ 2026-02-27 16:02:36,961 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51922 - __SPLIT__ 2026-02-27 16:02:36,980 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51931 - __SPLIT__ 2026-02-27 16:02:36,999 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51941 - __SPLIT__ 2026-02-27 16:02:37,019 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51951 - __SPLIT__ 2026-02-27 16:02:37,040 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51952 - __SPLIT__ 2026-02-27 16:02:37,060 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51955 - __SPLIT__ 2026-02-27 16:02:37,080 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51956 - __SPLIT__ 2026-02-27 16:02:37,098 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51967 - __SPLIT__ 2026-02-27 16:02:37,118 - 23178 - src.utils.log - INFO - Generating work orders for setup: 51988 - __SPLIT__ 2026-02-27 16:02:37,138 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52018 - __SPLIT__ 2026-02-27 16:02:37,156 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52020 - __SPLIT__ 2026-02-27 16:02:37,174 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52027 - __SPLIT__ 2026-02-27 16:02:37,194 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52035 - __SPLIT__ 2026-02-27 16:02:37,212 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52039 - __SPLIT__ 2026-02-27 16:02:37,212 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52054 - __SPLIT__ 2026-02-27 16:02:37,231 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52069 - __SPLIT__ 2026-02-27 16:02:37,248 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52074 - __SPLIT__ 2026-02-27 16:02:37,267 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52079 - __SPLIT__ 2026-02-27 16:02:37,286 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52084 - __SPLIT__ 2026-02-27 16:02:37,304 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52085 - __SPLIT__ 2026-02-27 16:02:37,323 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52089 - __SPLIT__ 2026-02-27 16:02:37,342 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52095 - __SPLIT__ 2026-02-27 16:02:37,361 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52099 - __SPLIT__ 2026-02-27 16:02:37,380 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52101 - __SPLIT__ 2026-02-27 16:02:37,398 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52106 - __SPLIT__ 2026-02-27 16:02:37,416 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52107 - __SPLIT__ 2026-02-27 16:02:37,437 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52122 - __SPLIT__ 2026-02-27 16:02:37,455 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52130 - __SPLIT__ 2026-02-27 16:02:37,475 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52142 - __SPLIT__ 2026-02-27 16:02:37,493 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52143 - __SPLIT__ 2026-02-27 16:02:37,513 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52153 - __SPLIT__ 2026-02-27 16:02:37,532 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52154 - __SPLIT__ 2026-02-27 16:02:37,551 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52157 - __SPLIT__ 2026-02-27 16:02:37,552 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52165 - __SPLIT__ 2026-02-27 16:02:37,570 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52170 - __SPLIT__ 2026-02-27 16:02:37,590 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52171 - __SPLIT__ 2026-02-27 16:02:37,608 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52176 - __SPLIT__ 2026-02-27 16:02:37,627 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52183 - __SPLIT__ 2026-02-27 16:02:37,648 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52188 - __SPLIT__ 2026-02-27 16:02:37,670 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52189 - __SPLIT__ 2026-02-27 16:02:37,690 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52192 - __SPLIT__ 2026-02-27 16:02:37,776 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52206 - __SPLIT__ 2026-02-27 16:02:37,796 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52210 - __SPLIT__ 2026-02-27 16:02:37,814 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52213 - __SPLIT__ 2026-02-27 16:02:37,835 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52221 - __SPLIT__ 2026-02-27 16:02:37,854 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52232 - __SPLIT__ 2026-02-27 16:02:37,874 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52233 - __SPLIT__ 2026-02-27 16:02:37,894 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52237 - __SPLIT__ 2026-02-27 16:02:37,915 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52242 - __SPLIT__ 2026-02-27 16:02:37,935 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52260 - __SPLIT__ 2026-02-27 16:02:37,954 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52280 - __SPLIT__ 2026-02-27 16:02:37,975 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52281 - __SPLIT__ 2026-02-27 16:02:37,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52292 - __SPLIT__ 2026-02-27 16:02:38,018 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52295 - __SPLIT__ 2026-02-27 16:02:38,038 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52300 - __SPLIT__ 2026-02-27 16:02:38,057 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52319 - __SPLIT__ 2026-02-27 16:02:38,079 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52323 - __SPLIT__ 2026-02-27 16:02:38,098 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52324 - __SPLIT__ 2026-02-27 16:02:38,118 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52325 - __SPLIT__ 2026-02-27 16:02:38,137 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52326 - __SPLIT__ 2026-02-27 16:02:38,158 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52330 - __SPLIT__ 2026-02-27 16:02:38,177 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52332 - __SPLIT__ 2026-02-27 16:02:38,196 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52341 - __SPLIT__ 2026-02-27 16:02:38,215 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52349 - __SPLIT__ 2026-02-27 16:02:38,235 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52355 - __SPLIT__ 2026-02-27 16:02:38,255 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52356 - __SPLIT__ 2026-02-27 16:02:38,273 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52360 - __SPLIT__ 2026-02-27 16:02:38,293 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52370 - __SPLIT__ 2026-02-27 16:02:38,312 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52371 - __SPLIT__ 2026-02-27 16:02:38,332 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52374 - __SPLIT__ 2026-02-27 16:02:38,349 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52384 - __SPLIT__ 2026-02-27 16:02:38,368 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52406 - __SPLIT__ 2026-02-27 16:02:38,388 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52424 - __SPLIT__ 2026-02-27 16:02:38,408 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52428 - __SPLIT__ 2026-02-27 16:02:38,426 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52430 - __SPLIT__ 2026-02-27 16:02:38,446 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52432 - __SPLIT__ 2026-02-27 16:02:38,467 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52442 - __SPLIT__ 2026-02-27 16:02:38,486 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52446 - __SPLIT__ 2026-02-27 16:02:38,505 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52447 - __SPLIT__ 2026-02-27 16:02:38,524 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52461 - __SPLIT__ 2026-02-27 16:02:38,543 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52468 - __SPLIT__ 2026-02-27 16:02:38,562 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52472 - __SPLIT__ 2026-02-27 16:02:38,581 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52476 - __SPLIT__ 2026-02-27 16:02:38,600 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52477 - __SPLIT__ 2026-02-27 16:02:38,620 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52500 - __SPLIT__ 2026-02-27 16:02:38,639 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52506 - __SPLIT__ 2026-02-27 16:02:38,658 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52520 - __SPLIT__ 2026-02-27 16:02:38,677 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52534 - __SPLIT__ 2026-02-27 16:02:38,696 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52537 - __SPLIT__ 2026-02-27 16:02:38,716 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52550 - __SPLIT__ 2026-02-27 16:02:38,735 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52556 - __SPLIT__ 2026-02-27 16:02:38,754 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52563 - __SPLIT__ 2026-02-27 16:02:38,773 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52578 - __SPLIT__ 2026-02-27 16:02:38,794 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52579 - __SPLIT__ 2026-02-27 16:02:38,813 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52582 - __SPLIT__ 2026-02-27 16:02:38,832 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52585 - __SPLIT__ 2026-02-27 16:02:38,850 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52592 - __SPLIT__ 2026-02-27 16:02:38,871 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52623 - __SPLIT__ 2026-02-27 16:02:38,890 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52624 - __SPLIT__ 2026-02-27 16:02:38,911 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52625 - __SPLIT__ 2026-02-27 16:02:38,929 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52637 - __SPLIT__ 2026-02-27 16:02:38,949 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52651 - __SPLIT__ 2026-02-27 16:02:38,968 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52653 - __SPLIT__ 2026-02-27 16:02:38,987 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52655 - __SPLIT__ 2026-02-27 16:02:39,007 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52672 - __SPLIT__ 2026-02-27 16:02:39,028 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52673 - __SPLIT__ 2026-02-27 16:02:39,048 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52684 - __SPLIT__ 2026-02-27 16:02:39,067 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52685 - __SPLIT__ 2026-02-27 16:02:39,067 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52696 - __SPLIT__ 2026-02-27 16:02:39,087 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52699 - __SPLIT__ 2026-02-27 16:02:39,109 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52701 - __SPLIT__ 2026-02-27 16:02:39,128 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52702 - __SPLIT__ 2026-02-27 16:02:39,147 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52711 - __SPLIT__ 2026-02-27 16:02:39,167 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52715 - __SPLIT__ 2026-02-27 16:02:39,189 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52719 - __SPLIT__ 2026-02-27 16:02:39,208 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52723 - __SPLIT__ 2026-02-27 16:02:39,227 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52728 - __SPLIT__ 2026-02-27 16:02:39,247 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52730 - __SPLIT__ 2026-02-27 16:02:39,266 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52734 - __SPLIT__ 2026-02-27 16:02:39,286 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52736 - __SPLIT__ 2026-02-27 16:02:39,306 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52751 - __SPLIT__ 2026-02-27 16:02:39,326 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52757 - __SPLIT__ 2026-02-27 16:02:39,326 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52773 - __SPLIT__ 2026-02-27 16:02:39,346 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52777 - __SPLIT__ 2026-02-27 16:02:39,365 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52785 - __SPLIT__ 2026-02-27 16:02:39,384 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52786 - __SPLIT__ 2026-02-27 16:02:39,403 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52812 - __SPLIT__ 2026-02-27 16:02:39,425 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52813 - __SPLIT__ 2026-02-27 16:02:39,444 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52822 - __SPLIT__ 2026-02-27 16:02:39,463 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52824 - __SPLIT__ 2026-02-27 16:02:39,482 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52825 - __SPLIT__ 2026-02-27 16:02:39,501 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52840 - __SPLIT__ 2026-02-27 16:02:39,522 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52853 - __SPLIT__ 2026-02-27 16:02:39,541 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52871 - __SPLIT__ 2026-02-27 16:02:39,561 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52927 - __SPLIT__ 2026-02-27 16:02:39,580 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52931 - __SPLIT__ 2026-02-27 16:02:39,580 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52941 - __SPLIT__ 2026-02-27 16:02:39,600 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52948 - __SPLIT__ 2026-02-27 16:02:39,618 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52950 - __SPLIT__ 2026-02-27 16:02:39,638 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52963 - __SPLIT__ 2026-02-27 16:02:39,657 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52965 - __SPLIT__ 2026-02-27 16:02:39,678 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52970 - __SPLIT__ 2026-02-27 16:02:39,679 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52972 - __SPLIT__ 2026-02-27 16:02:39,697 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52976 - __SPLIT__ 2026-02-27 16:02:39,698 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52988 - __SPLIT__ 2026-02-27 16:02:39,717 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52994 - __SPLIT__ 2026-02-27 16:02:39,736 - 23178 - src.utils.log - INFO - Generating work orders for setup: 52999 - __SPLIT__ 2026-02-27 16:02:39,759 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53000 - __SPLIT__ 2026-02-27 16:02:39,778 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53001 - __SPLIT__ 2026-02-27 16:02:39,796 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53015 - __SPLIT__ 2026-02-27 16:02:39,816 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53020 - __SPLIT__ 2026-02-27 16:02:39,838 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53025 - __SPLIT__ 2026-02-27 16:02:39,858 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53041 - __SPLIT__ 2026-02-27 16:02:39,878 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53042 - __SPLIT__ 2026-02-27 16:02:39,898 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53044 - __SPLIT__ 2026-02-27 16:02:39,918 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53057 - __SPLIT__ 2026-02-27 16:02:39,939 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53068 - __SPLIT__ 2026-02-27 16:02:39,939 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53070 - __SPLIT__ 2026-02-27 16:02:39,959 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53079 - __SPLIT__ 2026-02-27 16:02:39,978 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53084 - __SPLIT__ 2026-02-27 16:02:40,000 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53103 - __SPLIT__ 2026-02-27 16:02:40,000 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53112 - __SPLIT__ 2026-02-27 16:02:40,021 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53115 - __SPLIT__ 2026-02-27 16:02:40,041 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53126 - __SPLIT__ 2026-02-27 16:02:40,063 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53154 - __SPLIT__ 2026-02-27 16:02:40,082 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53158 - __SPLIT__ 2026-02-27 16:02:40,103 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53162 - __SPLIT__ 2026-02-27 16:02:40,122 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53174 - __SPLIT__ 2026-02-27 16:02:40,142 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53180 - __SPLIT__ 2026-02-27 16:02:40,161 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53204 - __SPLIT__ 2026-02-27 16:02:40,181 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53226 - __SPLIT__ 2026-02-27 16:02:40,200 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53234 - __SPLIT__ 2026-02-27 16:02:40,220 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53235 - __SPLIT__ 2026-02-27 16:02:40,243 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53237 - __SPLIT__ 2026-02-27 16:02:40,262 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53242 - __SPLIT__ 2026-02-27 16:02:40,281 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53248 - __SPLIT__ 2026-02-27 16:02:40,301 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53262 - __SPLIT__ 2026-02-27 16:02:40,322 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53268 - __SPLIT__ 2026-02-27 16:02:40,341 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53271 - __SPLIT__ 2026-02-27 16:02:40,361 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53281 - __SPLIT__ 2026-02-27 16:02:40,381 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53295 - __SPLIT__ 2026-02-27 16:02:40,403 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53296 - __SPLIT__ 2026-02-27 16:02:40,423 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53298 - __SPLIT__ 2026-02-27 16:02:40,442 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53302 - __SPLIT__ 2026-02-27 16:02:40,464 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53310 - __SPLIT__ 2026-02-27 16:02:40,483 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53313 - __SPLIT__ 2026-02-27 16:02:40,502 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53333 - __SPLIT__ 2026-02-27 16:02:40,522 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53336 - __SPLIT__ 2026-02-27 16:02:40,544 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53337 - __SPLIT__ 2026-02-27 16:02:40,563 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53353 - __SPLIT__ 2026-02-27 16:02:40,582 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53357 - __SPLIT__ 2026-02-27 16:02:40,602 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53363 - __SPLIT__ 2026-02-27 16:02:40,621 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53374 - __SPLIT__ 2026-02-27 16:02:40,641 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53386 - __SPLIT__ 2026-02-27 16:02:40,661 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53389 - __SPLIT__ 2026-02-27 16:02:40,681 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53403 - __SPLIT__ 2026-02-27 16:02:40,698 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53404 - __SPLIT__ 2026-02-27 16:02:40,715 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53451 - __SPLIT__ 2026-02-27 16:02:40,724 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53459 - __SPLIT__ 2026-02-27 16:02:40,733 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53461 - __SPLIT__ 2026-02-27 16:02:40,741 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53464 - __SPLIT__ 2026-02-27 16:02:40,750 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53465 - __SPLIT__ 2026-02-27 16:02:40,758 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53474 - __SPLIT__ 2026-02-27 16:02:40,769 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53475 - __SPLIT__ 2026-02-27 16:02:40,777 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53477 - __SPLIT__ 2026-02-27 16:02:40,786 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53484 - __SPLIT__ 2026-02-27 16:02:40,795 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53506 - __SPLIT__ 2026-02-27 16:02:40,804 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53552 - __SPLIT__ 2026-02-27 16:02:40,812 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53578 - __SPLIT__ 2026-02-27 16:02:40,821 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53609 - __SPLIT__ 2026-02-27 16:02:40,830 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53654 - __SPLIT__ 2026-02-27 16:02:40,838 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53713 - __SPLIT__ 2026-02-27 16:02:40,846 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53715 - __SPLIT__ 2026-02-27 16:02:40,855 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53719 - __SPLIT__ 2026-02-27 16:02:40,864 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53726 - __SPLIT__ 2026-02-27 16:02:40,873 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53751 - __SPLIT__ 2026-02-27 16:02:40,882 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53752 - __SPLIT__ 2026-02-27 16:02:40,890 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53761 - __SPLIT__ 2026-02-27 16:02:40,900 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53763 - __SPLIT__ 2026-02-27 16:02:40,909 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53767 - __SPLIT__ 2026-02-27 16:02:40,917 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53771 - __SPLIT__ 2026-02-27 16:02:40,926 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53777 - __SPLIT__ 2026-02-27 16:02:40,935 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53783 - __SPLIT__ 2026-02-27 16:02:40,946 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53785 - __SPLIT__ 2026-02-27 16:02:40,955 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53790 - __SPLIT__ 2026-02-27 16:02:40,963 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53799 - __SPLIT__ 2026-02-27 16:02:40,972 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53811 - __SPLIT__ 2026-02-27 16:02:40,981 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53813 - __SPLIT__ 2026-02-27 16:02:40,989 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53814 - __SPLIT__ 2026-02-27 16:02:40,997 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53815 - __SPLIT__ 2026-02-27 16:02:41,007 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53832 - __SPLIT__ 2026-02-27 16:02:41,016 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53833 - __SPLIT__ 2026-02-27 16:02:41,026 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53867 - __SPLIT__ 2026-02-27 16:02:41,035 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53868 - __SPLIT__ 2026-02-27 16:02:41,044 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53870 - __SPLIT__ 2026-02-27 16:02:41,052 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53871 - __SPLIT__ 2026-02-27 16:02:41,061 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53873 - __SPLIT__ 2026-02-27 16:02:41,070 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53883 - __SPLIT__ 2026-02-27 16:02:41,079 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53899 - __SPLIT__ 2026-02-27 16:02:41,088 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53901 - __SPLIT__ 2026-02-27 16:02:41,096 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53902 - __SPLIT__ 2026-02-27 16:02:41,108 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53903 - __SPLIT__ 2026-02-27 16:02:41,116 - 23178 - src.utils.log - INFO - Generating work orders for setup: 53905 - __SPLIT__ 2026-02-27 16:02:41,126 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54020 - __SPLIT__ 2026-02-27 16:02:41,134 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54023 - __SPLIT__ 2026-02-27 16:02:41,143 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54047 - __SPLIT__ 2026-02-27 16:02:41,152 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54107 - __SPLIT__ 2026-02-27 16:02:41,161 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54158 - __SPLIT__ 2026-02-27 16:02:41,170 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54169 - __SPLIT__ 2026-02-27 16:02:41,178 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54366 - __SPLIT__ 2026-02-27 16:02:41,188 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54368 - __SPLIT__ 2026-02-27 16:02:41,198 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54370 - __SPLIT__ 2026-02-27 16:02:41,206 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54381 - __SPLIT__ 2026-02-27 16:02:41,215 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54395 - __SPLIT__ 2026-02-27 16:02:41,223 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54401 - __SPLIT__ 2026-02-27 16:02:41,232 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54425 - __SPLIT__ 2026-02-27 16:02:41,239 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54432 - __SPLIT__ 2026-02-27 16:02:41,249 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54441 - __SPLIT__ 2026-02-27 16:02:41,256 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54448 - __SPLIT__ 2026-02-27 16:02:41,268 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54476 - __SPLIT__ 2026-02-27 16:02:41,276 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54485 - __SPLIT__ 2026-02-27 16:02:41,286 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54494 - __SPLIT__ 2026-02-27 16:02:41,294 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54526 - __SPLIT__ 2026-02-27 16:02:41,303 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54535 - __SPLIT__ 2026-02-27 16:02:41,312 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54537 - __SPLIT__ 2026-02-27 16:02:41,321 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54538 - __SPLIT__ 2026-02-27 16:02:41,329 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54546 - __SPLIT__ 2026-02-27 16:02:41,338 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54553 - __SPLIT__ 2026-02-27 16:02:41,347 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54583 - __SPLIT__ 2026-02-27 16:02:41,356 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54640 - __SPLIT__ 2026-02-27 16:02:41,365 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54654 - __SPLIT__ 2026-02-27 16:02:41,373 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54665 - __SPLIT__ 2026-02-27 16:02:41,381 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54728 - __SPLIT__ 2026-02-27 16:02:41,391 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54734 - __SPLIT__ 2026-02-27 16:02:41,399 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54804 - __SPLIT__ 2026-02-27 16:02:41,408 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54821 - __SPLIT__ 2026-02-27 16:02:41,416 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54822 - __SPLIT__ 2026-02-27 16:02:41,427 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54825 - __SPLIT__ 2026-02-27 16:02:41,435 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54854 - __SPLIT__ 2026-02-27 16:02:41,445 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54856 - __SPLIT__ 2026-02-27 16:02:41,454 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54859 - __SPLIT__ 2026-02-27 16:02:41,462 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54866 - __SPLIT__ 2026-02-27 16:02:41,470 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54874 - __SPLIT__ 2026-02-27 16:02:41,479 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54879 - __SPLIT__ 2026-02-27 16:02:41,480 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54886 - __SPLIT__ 2026-02-27 16:02:41,488 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54890 - __SPLIT__ 2026-02-27 16:02:41,497 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54969 - __SPLIT__ 2026-02-27 16:02:41,508 - 23178 - src.utils.log - INFO - Generating work orders for setup: 54977 - __SPLIT__ 2026-02-27 16:02:41,517 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55130 - __SPLIT__ 2026-02-27 16:02:41,526 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55159 - __SPLIT__ 2026-02-27 16:02:41,534 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55163 - __SPLIT__ 2026-02-27 16:02:41,543 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55164 - __SPLIT__ 2026-02-27 16:02:41,551 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55204 - __SPLIT__ 2026-02-27 16:02:41,560 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55227 - __SPLIT__ 2026-02-27 16:02:41,568 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55243 - __SPLIT__ 2026-02-27 16:02:41,577 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55246 - __SPLIT__ 2026-02-27 16:02:41,587 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55262 - __SPLIT__ 2026-02-27 16:02:41,596 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55285 - __SPLIT__ 2026-02-27 16:02:41,605 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55290 - __SPLIT__ 2026-02-27 16:02:41,614 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55297 - __SPLIT__ 2026-02-27 16:02:41,622 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55299 - __SPLIT__ 2026-02-27 16:02:41,631 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55303 - __SPLIT__ 2026-02-27 16:02:41,639 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55352 - __SPLIT__ 2026-02-27 16:02:41,648 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55355 - __SPLIT__ 2026-02-27 16:02:41,648 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55367 - __SPLIT__ 2026-02-27 16:02:41,657 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55433 - __SPLIT__ 2026-02-27 16:02:41,667 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55466 - __SPLIT__ 2026-02-27 16:02:41,676 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55498 - __SPLIT__ 2026-02-27 16:02:41,685 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55507 - __SPLIT__ 2026-02-27 16:02:41,693 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55516 - __SPLIT__ 2026-02-27 16:02:41,703 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55517 - __SPLIT__ 2026-02-27 16:02:41,711 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55543 - __SPLIT__ 2026-02-27 16:02:41,720 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55550 - __SPLIT__ 2026-02-27 16:02:41,728 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55567 - __SPLIT__ 2026-02-27 16:02:41,737 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55575 - __SPLIT__ 2026-02-27 16:02:41,748 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55577 - __SPLIT__ 2026-02-27 16:02:41,756 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55590 - __SPLIT__ 2026-02-27 16:02:41,766 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55600 - __SPLIT__ 2026-02-27 16:02:41,774 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55602 - __SPLIT__ 2026-02-27 16:02:41,783 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55604 - __SPLIT__ 2026-02-27 16:02:41,792 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55615 - __SPLIT__ 2026-02-27 16:02:41,801 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55619 - __SPLIT__ 2026-02-27 16:02:41,810 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55620 - __SPLIT__ 2026-02-27 16:02:41,819 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55622 - __SPLIT__ 2026-02-27 16:02:41,827 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55624 - __SPLIT__ 2026-02-27 16:02:41,835 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55653 - __SPLIT__ 2026-02-27 16:02:41,845 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55659 - __SPLIT__ 2026-02-27 16:02:41,853 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55665 - __SPLIT__ 2026-02-27 16:02:41,862 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55680 - __SPLIT__ 2026-02-27 16:02:41,871 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55697 - __SPLIT__ 2026-02-27 16:02:41,880 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55706 - __SPLIT__ 2026-02-27 16:02:41,888 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55710 - __SPLIT__ 2026-02-27 16:02:41,897 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55718 - __SPLIT__ 2026-02-27 16:02:41,909 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55721 - __SPLIT__ 2026-02-27 16:02:41,917 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55739 - __SPLIT__ 2026-02-27 16:02:41,926 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55743 - __SPLIT__ 2026-02-27 16:02:41,934 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55756 - __SPLIT__ 2026-02-27 16:02:41,944 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55759 - __SPLIT__ 2026-02-27 16:02:41,953 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55762 - __SPLIT__ 2026-02-27 16:02:41,962 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55767 - __SPLIT__ 2026-02-27 16:02:41,970 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55772 - __SPLIT__ 2026-02-27 16:02:41,979 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55797 - __SPLIT__ 2026-02-27 16:02:41,990 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55805 - __SPLIT__ 2026-02-27 16:02:41,990 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55806 - __SPLIT__ 2026-02-27 16:02:41,998 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55810 - __SPLIT__ 2026-02-27 16:02:42,009 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55830 - __SPLIT__ 2026-02-27 16:02:42,009 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55833 - __SPLIT__ 2026-02-27 16:02:42,019 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55859 - __SPLIT__ 2026-02-27 16:02:42,029 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55871 - __SPLIT__ 2026-02-27 16:02:42,038 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55876 - __SPLIT__ 2026-02-27 16:02:42,047 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55878 - __SPLIT__ 2026-02-27 16:02:42,056 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55883 - __SPLIT__ 2026-02-27 16:02:42,067 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55886 - __SPLIT__ 2026-02-27 16:02:42,077 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55890 - __SPLIT__ 2026-02-27 16:02:42,085 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55891 - __SPLIT__ 2026-02-27 16:02:42,095 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55892 - __SPLIT__ 2026-02-27 16:02:42,104 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55895 - __SPLIT__ 2026-02-27 16:02:42,112 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55900 - __SPLIT__ 2026-02-27 16:02:42,122 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55905 - __SPLIT__ 2026-02-27 16:02:42,130 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55907 - __SPLIT__ 2026-02-27 16:02:42,140 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55911 - __SPLIT__ 2026-02-27 16:02:42,149 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55915 - __SPLIT__ 2026-02-27 16:02:42,159 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55921 - __SPLIT__ 2026-02-27 16:02:42,168 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55925 - __SPLIT__ 2026-02-27 16:02:42,177 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55927 - __SPLIT__ 2026-02-27 16:02:42,187 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55928 - __SPLIT__ 2026-02-27 16:02:42,195 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55937 - __SPLIT__ 2026-02-27 16:02:42,205 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55938 - __SPLIT__ 2026-02-27 16:02:42,214 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55940 - __SPLIT__ 2026-02-27 16:02:42,224 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55942 - __SPLIT__ 2026-02-27 16:02:42,234 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55949 - __SPLIT__ 2026-02-27 16:02:42,242 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55951 - __SPLIT__ 2026-02-27 16:02:42,251 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55970 - __SPLIT__ 2026-02-27 16:02:42,259 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55984 - __SPLIT__ 2026-02-27 16:02:42,269 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55988 - __SPLIT__ 2026-02-27 16:02:42,277 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55992 - __SPLIT__ 2026-02-27 16:02:42,286 - 23178 - src.utils.log - INFO - Generating work orders for setup: 55993 - __SPLIT__ 2026-02-27 16:02:42,294 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56000 - __SPLIT__ 2026-02-27 16:02:42,304 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56003 - __SPLIT__ 2026-02-27 16:02:42,313 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56023 - __SPLIT__ 2026-02-27 16:02:42,322 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56027 - __SPLIT__ 2026-02-27 16:02:42,330 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56029 - __SPLIT__ 2026-02-27 16:02:42,339 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56042 - __SPLIT__ 2026-02-27 16:02:42,347 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56047 - __SPLIT__ 2026-02-27 16:02:42,355 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56049 - __SPLIT__ 2026-02-27 16:02:42,364 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56050 - __SPLIT__ 2026-02-27 16:02:42,373 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56060 - __SPLIT__ 2026-02-27 16:02:42,383 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56062 - __SPLIT__ 2026-02-27 16:02:42,392 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56065 - __SPLIT__ 2026-02-27 16:02:42,400 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56079 - __SPLIT__ 2026-02-27 16:02:42,409 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56088 - __SPLIT__ 2026-02-27 16:02:42,418 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56096 - __SPLIT__ 2026-02-27 16:02:42,427 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56106 - __SPLIT__ 2026-02-27 16:02:42,436 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56194 - __SPLIT__ 2026-02-27 16:02:42,444 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56207 - __SPLIT__ 2026-02-27 16:02:42,454 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56208 - __SPLIT__ 2026-02-27 16:02:42,464 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56259 - __SPLIT__ 2026-02-27 16:02:42,473 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56265 - __SPLIT__ 2026-02-27 16:02:42,482 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56268 - __SPLIT__ 2026-02-27 16:02:42,491 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56272 - __SPLIT__ 2026-02-27 16:02:42,500 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56282 - __SPLIT__ 2026-02-27 16:02:42,509 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56371 - __SPLIT__ 2026-02-27 16:02:42,518 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56391 - __SPLIT__ 2026-02-27 16:02:42,527 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56392 - __SPLIT__ 2026-02-27 16:02:42,535 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56524 - __SPLIT__ 2026-02-27 16:02:42,546 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56601 - __SPLIT__ 2026-02-27 16:02:42,555 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56604 - __SPLIT__ 2026-02-27 16:02:42,564 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56625 - __SPLIT__ 2026-02-27 16:02:42,573 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56628 - __SPLIT__ 2026-02-27 16:02:42,582 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56630 - __SPLIT__ 2026-02-27 16:02:42,590 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56649 - __SPLIT__ 2026-02-27 16:02:42,600 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56655 - __SPLIT__ 2026-02-27 16:02:42,607 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56694 - __SPLIT__ 2026-02-27 16:02:42,617 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56719 - __SPLIT__ 2026-02-27 16:02:42,627 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56727 - __SPLIT__ 2026-02-27 16:02:42,636 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56730 - __SPLIT__ 2026-02-27 16:02:42,645 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56740 - __SPLIT__ 2026-02-27 16:02:42,654 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56753 - __SPLIT__ 2026-02-27 16:02:42,662 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56767 - __SPLIT__ 2026-02-27 16:02:42,671 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56821 - __SPLIT__ 2026-02-27 16:02:42,679 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56946 - __SPLIT__ 2026-02-27 16:02:42,688 - 23178 - src.utils.log - INFO - Generating work orders for setup: 56983 - __SPLIT__ 2026-02-27 16:02:42,697 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57015 - __SPLIT__ 2026-02-27 16:02:42,707 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57024 - __SPLIT__ 2026-02-27 16:02:42,715 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57087 - __SPLIT__ 2026-02-27 16:02:42,725 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57105 - __SPLIT__ 2026-02-27 16:02:42,733 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57109 - __SPLIT__ 2026-02-27 16:02:42,742 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57111 - __SPLIT__ 2026-02-27 16:02:42,751 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57120 - __SPLIT__ 2026-02-27 16:02:42,760 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57123 - __SPLIT__ 2026-02-27 16:02:42,769 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57153 - __SPLIT__ 2026-02-27 16:02:42,777 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57157 - __SPLIT__ 2026-02-27 16:02:42,788 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57164 - __SPLIT__ 2026-02-27 16:02:42,798 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57169 - __SPLIT__ 2026-02-27 16:02:42,806 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57188 - __SPLIT__ 2026-02-27 16:02:42,816 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57189 - __SPLIT__ 2026-02-27 16:02:42,825 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57199 - __SPLIT__ 2026-02-27 16:02:42,834 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57203 - __SPLIT__ 2026-02-27 16:02:42,842 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57208 - __SPLIT__ 2026-02-27 16:02:42,851 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57212 - __SPLIT__ 2026-02-27 16:02:42,860 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57215 - __SPLIT__ 2026-02-27 16:02:42,870 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57217 - __SPLIT__ 2026-02-27 16:02:42,880 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57237 - __SPLIT__ 2026-02-27 16:02:42,889 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57251 - __SPLIT__ 2026-02-27 16:02:42,898 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57276 - __SPLIT__ 2026-02-27 16:02:42,908 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57292 - __SPLIT__ 2026-02-27 16:02:42,917 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57293 - __SPLIT__ 2026-02-27 16:02:42,927 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57307 - __SPLIT__ 2026-02-27 16:02:42,936 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57325 - __SPLIT__ 2026-02-27 16:02:42,947 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57330 - __SPLIT__ 2026-02-27 16:02:42,955 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57331 - __SPLIT__ 2026-02-27 16:02:42,964 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57340 - __SPLIT__ 2026-02-27 16:02:42,974 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57343 - __SPLIT__ 2026-02-27 16:02:42,982 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57344 - __SPLIT__ 2026-02-27 16:02:42,991 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57353 - __SPLIT__ 2026-02-27 16:02:43,000 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57354 - __SPLIT__ 2026-02-27 16:02:43,009 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57365 - __SPLIT__ 2026-02-27 16:02:43,019 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57369 - __SPLIT__ 2026-02-27 16:02:43,036 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57379 - __SPLIT__ 2026-02-27 16:02:43,046 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57382 - __SPLIT__ 2026-02-27 16:02:43,054 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57384 - __SPLIT__ 2026-02-27 16:02:43,064 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57407 - __SPLIT__ 2026-02-27 16:02:43,073 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57411 - __SPLIT__ 2026-02-27 16:02:43,082 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57416 - __SPLIT__ 2026-02-27 16:02:43,092 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57426 - __SPLIT__ 2026-02-27 16:02:43,101 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57427 - __SPLIT__ 2026-02-27 16:02:43,112 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57430 - __SPLIT__ 2026-02-27 16:02:43,120 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57432 - __SPLIT__ 2026-02-27 16:02:43,130 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57434 - __SPLIT__ 2026-02-27 16:02:43,139 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57446 - __SPLIT__ 2026-02-27 16:02:43,148 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57455 - __SPLIT__ 2026-02-27 16:02:43,157 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57457 - __SPLIT__ 2026-02-27 16:02:43,166 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57459 - __SPLIT__ 2026-02-27 16:02:43,176 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57462 - __SPLIT__ 2026-02-27 16:02:43,185 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57465 - __SPLIT__ 2026-02-27 16:02:43,194 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57466 - __SPLIT__ 2026-02-27 16:02:43,203 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57471 - __SPLIT__ 2026-02-27 16:02:43,212 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57477 - __SPLIT__ 2026-02-27 16:02:43,221 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57481 - __SPLIT__ 2026-02-27 16:02:43,231 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57489 - __SPLIT__ 2026-02-27 16:02:43,241 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57497 - __SPLIT__ 2026-02-27 16:02:43,250 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57499 - __SPLIT__ 2026-02-27 16:02:43,259 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57502 - __SPLIT__ 2026-02-27 16:02:43,268 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57504 - __SPLIT__ 2026-02-27 16:02:43,277 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57518 - __SPLIT__ 2026-02-27 16:02:43,358 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57521 - __SPLIT__ 2026-02-27 16:02:43,368 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57522 - __SPLIT__ 2026-02-27 16:02:43,378 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57526 - __SPLIT__ 2026-02-27 16:02:43,387 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57537 - __SPLIT__ 2026-02-27 16:02:43,396 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57540 - __SPLIT__ 2026-02-27 16:02:43,405 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57541 - __SPLIT__ 2026-02-27 16:02:43,414 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57545 - __SPLIT__ 2026-02-27 16:02:43,425 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57550 - __SPLIT__ 2026-02-27 16:02:43,433 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57561 - __SPLIT__ 2026-02-27 16:02:43,442 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57562 - __SPLIT__ 2026-02-27 16:02:43,451 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57579 - __SPLIT__ 2026-02-27 16:02:43,459 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57586 - __SPLIT__ 2026-02-27 16:02:43,468 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57596 - __SPLIT__ 2026-02-27 16:02:43,477 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57627 - __SPLIT__ 2026-02-27 16:02:43,485 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57814 - __SPLIT__ 2026-02-27 16:02:43,494 - 23178 - src.utils.log - INFO - Generating work orders for setup: 57924 - __SPLIT__ 2026-02-27 16:02:43,505 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58014 - __SPLIT__ 2026-02-27 16:02:43,515 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58053 - __SPLIT__ 2026-02-27 16:02:43,524 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58213 - __SPLIT__ 2026-02-27 16:02:43,533 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58244 - __SPLIT__ 2026-02-27 16:02:43,541 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58247 - __SPLIT__ 2026-02-27 16:02:43,550 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58251 - __SPLIT__ 2026-02-27 16:02:43,558 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58252 - __SPLIT__ 2026-02-27 16:02:43,567 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58271 - __SPLIT__ 2026-02-27 16:02:43,575 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58273 - __SPLIT__ 2026-02-27 16:02:43,586 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58274 - __SPLIT__ 2026-02-27 16:02:43,594 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58277 - __SPLIT__ 2026-02-27 16:02:43,604 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58289 - __SPLIT__ 2026-02-27 16:02:43,613 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58292 - __SPLIT__ 2026-02-27 16:02:43,622 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58311 - __SPLIT__ 2026-02-27 16:02:43,631 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58312 - __SPLIT__ 2026-02-27 16:02:43,639 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58314 - __SPLIT__ 2026-02-27 16:02:43,649 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58318 - __SPLIT__ 2026-02-27 16:02:43,657 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58321 - __SPLIT__ 2026-02-27 16:02:43,668 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58331 - __SPLIT__ 2026-02-27 16:02:43,677 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58332 - __SPLIT__ 2026-02-27 16:02:43,686 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58335 - __SPLIT__ 2026-02-27 16:02:43,695 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58342 - __SPLIT__ 2026-02-27 16:02:43,704 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58344 - __SPLIT__ 2026-02-27 16:02:43,713 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58346 - __SPLIT__ 2026-02-27 16:02:43,722 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58348 - __SPLIT__ 2026-02-27 16:02:43,731 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58355 - __SPLIT__ 2026-02-27 16:02:43,740 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58357 - __SPLIT__ 2026-02-27 16:02:43,750 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58363 - __SPLIT__ 2026-02-27 16:02:43,760 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58366 - __SPLIT__ 2026-02-27 16:02:43,768 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58367 - __SPLIT__ 2026-02-27 16:02:43,778 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58370 - __SPLIT__ 2026-02-27 16:02:43,786 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58371 - __SPLIT__ 2026-02-27 16:02:43,796 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58393 - __SPLIT__ 2026-02-27 16:02:43,805 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58412 - __SPLIT__ 2026-02-27 16:02:43,814 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58415 - __SPLIT__ 2026-02-27 16:02:43,824 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58416 - __SPLIT__ 2026-02-27 16:02:43,833 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58417 - __SPLIT__ 2026-02-27 16:02:43,842 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58441 - __SPLIT__ 2026-02-27 16:02:43,851 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58460 - __SPLIT__ 2026-02-27 16:02:43,859 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58464 - __SPLIT__ 2026-02-27 16:02:43,867 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58466 - __SPLIT__ 2026-02-27 16:02:43,876 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58496 - __SPLIT__ 2026-02-27 16:02:43,885 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58504 - __SPLIT__ 2026-02-27 16:02:43,894 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58510 - __SPLIT__ 2026-02-27 16:02:43,904 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58613 - __SPLIT__ 2026-02-27 16:02:43,912 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58615 - __SPLIT__ 2026-02-27 16:02:43,922 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58648 - __SPLIT__ 2026-02-27 16:02:43,931 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58714 - __SPLIT__ 2026-02-27 16:02:43,940 - 23178 - src.utils.log - INFO - Generating work orders for setup: 58772 - __SPLIT__ 2026-02-27 16:02:43,949 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59089 - __SPLIT__ 2026-02-27 16:02:43,959 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59092 - __SPLIT__ 2026-02-27 16:02:43,967 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59133 - __SPLIT__ 2026-02-27 16:02:43,976 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59135 - __SPLIT__ 2026-02-27 16:02:43,987 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59141 - __SPLIT__ 2026-02-27 16:02:43,996 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59142 - __SPLIT__ 2026-02-27 16:02:44,007 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59154 - __SPLIT__ 2026-02-27 16:02:44,017 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59155 - __SPLIT__ 2026-02-27 16:02:44,026 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59163 - __SPLIT__ 2026-02-27 16:02:44,035 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59188 - __SPLIT__ 2026-02-27 16:02:44,045 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59274 - __SPLIT__ 2026-02-27 16:02:44,053 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59299 - __SPLIT__ 2026-02-27 16:02:44,065 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59344 - __SPLIT__ 2026-02-27 16:02:44,075 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59345 - __SPLIT__ 2026-02-27 16:02:44,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59391 - __SPLIT__ 2026-02-27 16:02:44,093 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59470 - __SPLIT__ 2026-02-27 16:02:44,102 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59480 - __SPLIT__ 2026-02-27 16:02:44,111 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59492 - __SPLIT__ 2026-02-27 16:02:44,120 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59498 - __SPLIT__ 2026-02-27 16:02:44,129 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59502 - __SPLIT__ 2026-02-27 16:02:44,139 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59606 - __SPLIT__ 2026-02-27 16:02:44,149 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59611 - __SPLIT__ 2026-02-27 16:02:44,158 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59714 - __SPLIT__ 2026-02-27 16:02:44,166 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59717 - __SPLIT__ 2026-02-27 16:02:44,176 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59721 - __SPLIT__ 2026-02-27 16:02:44,185 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59724 - __SPLIT__ 2026-02-27 16:02:44,193 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59736 - __SPLIT__ 2026-02-27 16:02:44,201 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59741 - __SPLIT__ 2026-02-27 16:02:44,210 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59750 - __SPLIT__ 2026-02-27 16:02:44,218 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59768 - __SPLIT__ 2026-02-27 16:02:44,230 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59772 - __SPLIT__ 2026-02-27 16:02:44,238 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59784 - __SPLIT__ 2026-02-27 16:02:44,248 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59788 - __SPLIT__ 2026-02-27 16:02:44,257 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59799 - __SPLIT__ 2026-02-27 16:02:44,266 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59802 - __SPLIT__ 2026-02-27 16:02:44,276 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59810 - __SPLIT__ 2026-02-27 16:02:44,284 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59814 - __SPLIT__ 2026-02-27 16:02:44,293 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59816 - __SPLIT__ 2026-02-27 16:02:44,303 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59847 - __SPLIT__ 2026-02-27 16:02:44,312 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59873 - __SPLIT__ 2026-02-27 16:02:44,321 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59875 - __SPLIT__ 2026-02-27 16:02:44,330 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59889 - __SPLIT__ 2026-02-27 16:02:44,339 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59902 - __SPLIT__ 2026-02-27 16:02:44,349 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59909 - __SPLIT__ 2026-02-27 16:02:44,349 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59911 - __SPLIT__ 2026-02-27 16:02:44,358 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59921 - __SPLIT__ 2026-02-27 16:02:44,367 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59925 - __SPLIT__ 2026-02-27 16:02:44,375 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59928 - __SPLIT__ 2026-02-27 16:02:44,386 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59929 - __SPLIT__ 2026-02-27 16:02:44,396 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59939 - __SPLIT__ 2026-02-27 16:02:44,405 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59947 - __SPLIT__ 2026-02-27 16:02:44,414 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59964 - __SPLIT__ 2026-02-27 16:02:44,423 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59979 - __SPLIT__ 2026-02-27 16:02:44,431 - 23178 - src.utils.log - INFO - Generating work orders for setup: 59993 - __SPLIT__ 2026-02-27 16:02:44,441 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60004 - __SPLIT__ 2026-02-27 16:02:44,449 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60005 - __SPLIT__ 2026-02-27 16:02:44,459 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60009 - __SPLIT__ 2026-02-27 16:02:44,469 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60011 - __SPLIT__ 2026-02-27 16:02:44,470 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60014 - __SPLIT__ 2026-02-27 16:02:44,480 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60015 - __SPLIT__ 2026-02-27 16:02:44,488 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60029 - __SPLIT__ 2026-02-27 16:02:44,497 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60030 - __SPLIT__ 2026-02-27 16:02:44,506 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60033 - __SPLIT__ 2026-02-27 16:02:44,515 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60045 - __SPLIT__ 2026-02-27 16:02:44,523 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60050 - __SPLIT__ 2026-02-27 16:02:44,532 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60069 - __SPLIT__ 2026-02-27 16:02:44,541 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60070 - __SPLIT__ 2026-02-27 16:02:44,551 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60076 - __SPLIT__ 2026-02-27 16:02:44,561 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60080 - __SPLIT__ 2026-02-27 16:02:44,570 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60081 - __SPLIT__ 2026-02-27 16:02:44,579 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60086 - __SPLIT__ 2026-02-27 16:02:44,588 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60091 - __SPLIT__ 2026-02-27 16:02:44,597 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60104 - __SPLIT__ 2026-02-27 16:02:44,606 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60105 - __SPLIT__ 2026-02-27 16:02:44,614 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60107 - __SPLIT__ 2026-02-27 16:02:44,624 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60108 - __SPLIT__ 2026-02-27 16:02:44,633 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60112 - __SPLIT__ 2026-02-27 16:02:44,642 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60115 - __SPLIT__ 2026-02-27 16:02:44,651 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60116 - __SPLIT__ 2026-02-27 16:02:44,659 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60121 - __SPLIT__ 2026-02-27 16:02:44,668 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60122 - __SPLIT__ 2026-02-27 16:02:44,676 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60124 - __SPLIT__ 2026-02-27 16:02:44,686 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60139 - __SPLIT__ 2026-02-27 16:02:44,694 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60143 - __SPLIT__ 2026-02-27 16:02:44,706 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60144 - __SPLIT__ 2026-02-27 16:02:44,713 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60149 - __SPLIT__ 2026-02-27 16:02:44,721 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60150 - __SPLIT__ 2026-02-27 16:02:44,729 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60165 - __SPLIT__ 2026-02-27 16:02:44,738 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60167 - __SPLIT__ 2026-02-27 16:02:44,746 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60178 - __SPLIT__ 2026-02-27 16:02:44,754 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60187 - __SPLIT__ 2026-02-27 16:02:44,762 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60192 - __SPLIT__ 2026-02-27 16:02:44,771 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60193 - __SPLIT__ 2026-02-27 16:02:44,780 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60196 - __SPLIT__ 2026-02-27 16:02:44,790 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60197 - __SPLIT__ 2026-02-27 16:02:44,800 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60198 - __SPLIT__ 2026-02-27 16:02:44,808 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60199 - __SPLIT__ 2026-02-27 16:02:44,818 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60203 - __SPLIT__ 2026-02-27 16:02:44,827 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60215 - __SPLIT__ 2026-02-27 16:02:44,836 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60236 - __SPLIT__ 2026-02-27 16:02:44,846 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60242 - __SPLIT__ 2026-02-27 16:02:44,855 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60243 - __SPLIT__ 2026-02-27 16:02:44,865 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60244 - __SPLIT__ 2026-02-27 16:02:44,875 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60247 - __SPLIT__ 2026-02-27 16:02:44,884 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60248 - __SPLIT__ 2026-02-27 16:02:44,893 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60249 - __SPLIT__ 2026-02-27 16:02:44,902 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60253 - __SPLIT__ 2026-02-27 16:02:44,911 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60257 - __SPLIT__ 2026-02-27 16:02:44,920 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60258 - __SPLIT__ 2026-02-27 16:02:44,929 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60262 - __SPLIT__ 2026-02-27 16:02:44,939 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60278 - __SPLIT__ 2026-02-27 16:02:44,949 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60285 - __SPLIT__ 2026-02-27 16:02:44,959 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60305 - __SPLIT__ 2026-02-27 16:02:44,969 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60308 - __SPLIT__ 2026-02-27 16:02:44,978 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60324 - __SPLIT__ 2026-02-27 16:02:44,987 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60329 - __SPLIT__ 2026-02-27 16:02:44,997 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60347 - __SPLIT__ 2026-02-27 16:02:45,008 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60355 - __SPLIT__ 2026-02-27 16:02:45,018 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60358 - __SPLIT__ 2026-02-27 16:02:45,030 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60369 - __SPLIT__ 2026-02-27 16:02:45,039 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60370 - __SPLIT__ 2026-02-27 16:02:45,048 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60381 - __SPLIT__ 2026-02-27 16:02:45,058 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60389 - __SPLIT__ 2026-02-27 16:02:45,069 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60401 - __SPLIT__ 2026-02-27 16:02:45,079 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60406 - __SPLIT__ 2026-02-27 16:02:45,088 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60424 - __SPLIT__ 2026-02-27 16:02:45,099 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60435 - __SPLIT__ 2026-02-27 16:02:45,110 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60437 - __SPLIT__ 2026-02-27 16:02:45,119 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60447 - __SPLIT__ 2026-02-27 16:02:45,128 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60452 - __SPLIT__ 2026-02-27 16:02:45,138 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60457 - __SPLIT__ 2026-02-27 16:02:45,148 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60458 - __SPLIT__ 2026-02-27 16:02:45,157 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60466 - __SPLIT__ 2026-02-27 16:02:45,166 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60482 - __SPLIT__ 2026-02-27 16:02:45,175 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60489 - __SPLIT__ 2026-02-27 16:02:45,185 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60491 - __SPLIT__ 2026-02-27 16:02:45,195 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60492 - __SPLIT__ 2026-02-27 16:02:45,204 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60493 - __SPLIT__ 2026-02-27 16:02:45,214 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60495 - __SPLIT__ 2026-02-27 16:02:45,223 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60498 - __SPLIT__ 2026-02-27 16:02:45,231 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60499 - __SPLIT__ 2026-02-27 16:02:45,241 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60500 - __SPLIT__ 2026-02-27 16:02:45,249 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60508 - __SPLIT__ 2026-02-27 16:02:45,259 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60518 - __SPLIT__ 2026-02-27 16:02:45,270 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60522 - __SPLIT__ 2026-02-27 16:02:45,280 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60529 - __SPLIT__ 2026-02-27 16:02:45,288 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60536 - __SPLIT__ 2026-02-27 16:02:45,297 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60545 - __SPLIT__ 2026-02-27 16:02:45,307 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60549 - __SPLIT__ 2026-02-27 16:02:45,316 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60550 - __SPLIT__ 2026-02-27 16:02:45,325 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60576 - __SPLIT__ 2026-02-27 16:02:45,333 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60581 - __SPLIT__ 2026-02-27 16:02:45,346 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60585 - __SPLIT__ 2026-02-27 16:02:45,357 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60688 - __SPLIT__ 2026-02-27 16:02:45,366 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60698 - __SPLIT__ 2026-02-27 16:02:45,375 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60726 - __SPLIT__ 2026-02-27 16:02:45,385 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60729 - __SPLIT__ 2026-02-27 16:02:45,395 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60746 - __SPLIT__ 2026-02-27 16:02:45,404 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60747 - __SPLIT__ 2026-02-27 16:02:45,414 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60772 - __SPLIT__ 2026-02-27 16:02:45,424 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60780 - __SPLIT__ 2026-02-27 16:02:45,434 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60782 - __SPLIT__ 2026-02-27 16:02:45,444 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60783 - __SPLIT__ 2026-02-27 16:02:45,452 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60786 - __SPLIT__ 2026-02-27 16:02:45,461 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60807 - __SPLIT__ 2026-02-27 16:02:45,471 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60836 - __SPLIT__ 2026-02-27 16:02:45,479 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60860 - __SPLIT__ 2026-02-27 16:02:45,488 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60863 - __SPLIT__ 2026-02-27 16:02:45,497 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60893 - __SPLIT__ 2026-02-27 16:02:45,511 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60911 - __SPLIT__ 2026-02-27 16:02:45,546 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60948 - __SPLIT__ 2026-02-27 16:02:45,556 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60949 - __SPLIT__ 2026-02-27 16:02:45,566 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60957 - __SPLIT__ 2026-02-27 16:02:45,574 - 23178 - src.utils.log - INFO - Generating work orders for setup: 60988 - __SPLIT__ 2026-02-27 16:02:45,586 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61039 - __SPLIT__ 2026-02-27 16:02:45,595 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61046 - __SPLIT__ 2026-02-27 16:02:45,605 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61085 - __SPLIT__ 2026-02-27 16:02:45,614 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61099 - __SPLIT__ 2026-02-27 16:02:45,624 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61127 - __SPLIT__ 2026-02-27 16:02:45,632 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61136 - __SPLIT__ 2026-02-27 16:02:45,642 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61148 - __SPLIT__ 2026-02-27 16:02:45,651 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61168 - __SPLIT__ 2026-02-27 16:02:45,660 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61173 - __SPLIT__ 2026-02-27 16:02:45,670 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61175 - __SPLIT__ 2026-02-27 16:02:45,679 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61177 - __SPLIT__ 2026-02-27 16:02:45,688 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61181 - __SPLIT__ 2026-02-27 16:02:45,697 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61201 - __SPLIT__ 2026-02-27 16:02:45,706 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61213 - __SPLIT__ 2026-02-27 16:02:45,716 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61216 - __SPLIT__ 2026-02-27 16:02:45,725 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61233 - __SPLIT__ 2026-02-27 16:02:45,735 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61250 - __SPLIT__ 2026-02-27 16:02:45,752 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61264 - __SPLIT__ 2026-02-27 16:02:45,761 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61268 - __SPLIT__ 2026-02-27 16:02:45,770 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61281 - __SPLIT__ 2026-02-27 16:02:45,780 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61348 - __SPLIT__ 2026-02-27 16:02:45,790 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61379 - __SPLIT__ 2026-02-27 16:02:45,800 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61384 - __SPLIT__ 2026-02-27 16:02:45,809 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61389 - __SPLIT__ 2026-02-27 16:02:45,819 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61392 - __SPLIT__ 2026-02-27 16:02:45,831 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61397 - __SPLIT__ 2026-02-27 16:02:45,840 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61432 - __SPLIT__ 2026-02-27 16:02:45,850 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61434 - __SPLIT__ 2026-02-27 16:02:45,859 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61440 - __SPLIT__ 2026-02-27 16:02:45,868 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61445 - __SPLIT__ 2026-02-27 16:02:45,877 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61471 - __SPLIT__ 2026-02-27 16:02:45,886 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61479 - __SPLIT__ 2026-02-27 16:02:45,895 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61519 - __SPLIT__ 2026-02-27 16:02:45,907 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61552 - __SPLIT__ 2026-02-27 16:02:45,916 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61556 - __SPLIT__ 2026-02-27 16:02:45,925 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61558 - __SPLIT__ 2026-02-27 16:02:45,935 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61560 - __SPLIT__ 2026-02-27 16:02:45,945 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61584 - __SPLIT__ 2026-02-27 16:02:45,954 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61596 - __SPLIT__ 2026-02-27 16:02:45,964 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61615 - __SPLIT__ 2026-02-27 16:02:45,974 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61616 - __SPLIT__ 2026-02-27 16:02:45,986 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61627 - __SPLIT__ 2026-02-27 16:02:45,997 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61634 - __SPLIT__ 2026-02-27 16:02:46,008 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61650 - __SPLIT__ 2026-02-27 16:02:46,019 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61660 - __SPLIT__ 2026-02-27 16:02:46,030 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61689 - __SPLIT__ 2026-02-27 16:02:46,040 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61696 - __SPLIT__ 2026-02-27 16:02:46,050 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61718 - __SPLIT__ 2026-02-27 16:02:46,059 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61730 - __SPLIT__ 2026-02-27 16:02:46,068 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61733 - __SPLIT__ 2026-02-27 16:02:46,077 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61734 - __SPLIT__ 2026-02-27 16:02:46,086 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61736 - __SPLIT__ 2026-02-27 16:02:46,096 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61745 - __SPLIT__ 2026-02-27 16:02:46,104 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61749 - __SPLIT__ 2026-02-27 16:02:46,114 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61750 - __SPLIT__ 2026-02-27 16:02:46,122 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61755 - __SPLIT__ 2026-02-27 16:02:46,132 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61764 - __SPLIT__ 2026-02-27 16:02:46,141 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61775 - __SPLIT__ 2026-02-27 16:02:46,152 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61780 - __SPLIT__ 2026-02-27 16:02:46,161 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61786 - __SPLIT__ 2026-02-27 16:02:46,171 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61790 - __SPLIT__ 2026-02-27 16:02:46,181 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61795 - __SPLIT__ 2026-02-27 16:02:46,191 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61803 - __SPLIT__ 2026-02-27 16:02:46,201 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61854 - __SPLIT__ 2026-02-27 16:02:46,211 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61860 - __SPLIT__ 2026-02-27 16:02:46,220 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61864 - __SPLIT__ 2026-02-27 16:02:46,233 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61868 - __SPLIT__ 2026-02-27 16:02:46,233 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61869 - __SPLIT__ 2026-02-27 16:02:46,243 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61879 - __SPLIT__ 2026-02-27 16:02:46,252 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61880 - __SPLIT__ 2026-02-27 16:02:46,261 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61881 - __SPLIT__ 2026-02-27 16:02:46,270 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61883 - __SPLIT__ 2026-02-27 16:02:46,280 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61890 - __SPLIT__ 2026-02-27 16:02:46,289 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61891 - __SPLIT__ 2026-02-27 16:02:46,298 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61894 - __SPLIT__ 2026-02-27 16:02:46,308 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61896 - __SPLIT__ 2026-02-27 16:02:46,317 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61898 - __SPLIT__ 2026-02-27 16:02:46,326 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61900 - __SPLIT__ 2026-02-27 16:02:46,336 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61904 - __SPLIT__ 2026-02-27 16:02:46,345 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61909 - __SPLIT__ 2026-02-27 16:02:46,355 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61919 - __SPLIT__ 2026-02-27 16:02:46,365 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61921 - __SPLIT__ 2026-02-27 16:02:46,373 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61934 - __SPLIT__ 2026-02-27 16:02:46,385 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61938 - __SPLIT__ 2026-02-27 16:02:46,395 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61953 - __SPLIT__ 2026-02-27 16:02:46,405 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61977 - __SPLIT__ 2026-02-27 16:02:46,415 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61978 - __SPLIT__ 2026-02-27 16:02:46,425 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61985 - __SPLIT__ 2026-02-27 16:02:46,436 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61989 - __SPLIT__ 2026-02-27 16:02:46,445 - 23178 - src.utils.log - INFO - Generating work orders for setup: 61991 - __SPLIT__ 2026-02-27 16:02:46,455 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62001 - __SPLIT__ 2026-02-27 16:02:46,466 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62015 - __SPLIT__ 2026-02-27 16:02:46,476 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62017 - __SPLIT__ 2026-02-27 16:02:46,486 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62024 - __SPLIT__ 2026-02-27 16:02:46,495 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62042 - __SPLIT__ 2026-02-27 16:02:46,505 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62046 - __SPLIT__ 2026-02-27 16:02:46,515 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62047 - __SPLIT__ 2026-02-27 16:02:46,523 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62053 - __SPLIT__ 2026-02-27 16:02:46,533 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62059 - __SPLIT__ 2026-02-27 16:02:46,545 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62088 - __SPLIT__ 2026-02-27 16:02:46,554 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62107 - __SPLIT__ 2026-02-27 16:02:46,563 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62115 - __SPLIT__ 2026-02-27 16:02:46,572 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62120 - __SPLIT__ 2026-02-27 16:02:46,582 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62121 - __SPLIT__ 2026-02-27 16:02:46,591 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62146 - __SPLIT__ 2026-02-27 16:02:46,600 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62154 - __SPLIT__ 2026-02-27 16:02:46,610 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62155 - __SPLIT__ 2026-02-27 16:02:46,619 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62156 - __SPLIT__ 2026-02-27 16:02:46,631 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62157 - __SPLIT__ 2026-02-27 16:02:46,640 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62158 - __SPLIT__ 2026-02-27 16:02:46,649 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62160 - __SPLIT__ 2026-02-27 16:02:46,659 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62162 - __SPLIT__ 2026-02-27 16:02:46,668 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62175 - __SPLIT__ 2026-02-27 16:02:46,677 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62179 - __SPLIT__ 2026-02-27 16:02:46,687 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62180 - __SPLIT__ 2026-02-27 16:02:46,696 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62186 - __SPLIT__ 2026-02-27 16:02:46,707 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62189 - __SPLIT__ 2026-02-27 16:02:46,717 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62195 - __SPLIT__ 2026-02-27 16:02:46,725 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62198 - __SPLIT__ 2026-02-27 16:02:46,735 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62202 - __SPLIT__ 2026-02-27 16:02:46,745 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62203 - __SPLIT__ 2026-02-27 16:02:46,754 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62213 - __SPLIT__ 2026-02-27 16:02:46,763 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62220 - __SPLIT__ 2026-02-27 16:02:46,772 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62235 - __SPLIT__ 2026-02-27 16:02:46,781 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62241 - __SPLIT__ 2026-02-27 16:02:46,792 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62251 - __SPLIT__ 2026-02-27 16:02:46,801 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62258 - __SPLIT__ 2026-02-27 16:02:46,810 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62261 - __SPLIT__ 2026-02-27 16:02:46,820 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62264 - __SPLIT__ 2026-02-27 16:02:46,828 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62266 - __SPLIT__ 2026-02-27 16:02:46,838 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62281 - __SPLIT__ 2026-02-27 16:02:46,847 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62291 - __SPLIT__ 2026-02-27 16:02:46,856 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62294 - __SPLIT__ 2026-02-27 16:02:46,866 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62304 - __SPLIT__ 2026-02-27 16:02:46,875 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62309 - __SPLIT__ 2026-02-27 16:02:46,884 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62311 - __SPLIT__ 2026-02-27 16:02:46,894 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62312 - __SPLIT__ 2026-02-27 16:02:46,903 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62314 - __SPLIT__ 2026-02-27 16:02:46,913 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62316 - __SPLIT__ 2026-02-27 16:02:46,922 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62318 - __SPLIT__ 2026-02-27 16:02:46,931 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62320 - __SPLIT__ 2026-02-27 16:02:46,943 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62328 - __SPLIT__ 2026-02-27 16:02:46,952 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62329 - __SPLIT__ 2026-02-27 16:02:46,963 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62335 - __SPLIT__ 2026-02-27 16:02:46,972 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62336 - __SPLIT__ 2026-02-27 16:02:46,981 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62341 - __SPLIT__ 2026-02-27 16:02:46,992 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62343 - __SPLIT__ 2026-02-27 16:02:47,002 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62351 - __SPLIT__ 2026-02-27 16:02:47,012 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62355 - __SPLIT__ 2026-02-27 16:02:47,024 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62357 - __SPLIT__ 2026-02-27 16:02:47,033 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62360 - __SPLIT__ 2026-02-27 16:02:47,043 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62363 - __SPLIT__ 2026-02-27 16:02:47,053 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62364 - __SPLIT__ 2026-02-27 16:02:47,062 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62375 - __SPLIT__ 2026-02-27 16:02:47,072 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62377 - __SPLIT__ 2026-02-27 16:02:47,081 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62379 - __SPLIT__ 2026-02-27 16:02:47,090 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62381 - __SPLIT__ 2026-02-27 16:02:47,099 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62400 - __SPLIT__ 2026-02-27 16:02:47,174 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62407 - __SPLIT__ 2026-02-27 16:02:47,185 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62409 - __SPLIT__ 2026-02-27 16:02:47,195 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62411 - __SPLIT__ 2026-02-27 16:02:47,204 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62416 - __SPLIT__ 2026-02-27 16:02:47,213 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62418 - __SPLIT__ 2026-02-27 16:02:47,222 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62420 - __SPLIT__ 2026-02-27 16:02:47,230 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62422 - __SPLIT__ 2026-02-27 16:02:47,240 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62424 - __SPLIT__ 2026-02-27 16:02:47,249 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62435 - __SPLIT__ 2026-02-27 16:02:47,258 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62440 - __SPLIT__ 2026-02-27 16:02:47,268 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62441 - __SPLIT__ 2026-02-27 16:02:47,277 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62444 - __SPLIT__ 2026-02-27 16:02:47,286 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62447 - __SPLIT__ 2026-02-27 16:02:47,296 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62453 - __SPLIT__ 2026-02-27 16:02:47,305 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62456 - __SPLIT__ 2026-02-27 16:02:47,313 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62457 - __SPLIT__ 2026-02-27 16:02:47,323 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62461 - __SPLIT__ 2026-02-27 16:02:47,331 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62464 - __SPLIT__ 2026-02-27 16:02:47,342 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62465 - __SPLIT__ 2026-02-27 16:02:47,351 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62483 - __SPLIT__ 2026-02-27 16:02:47,360 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62490 - __SPLIT__ 2026-02-27 16:02:47,370 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62492 - __SPLIT__ 2026-02-27 16:02:47,379 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62494 - __SPLIT__ 2026-02-27 16:02:47,388 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62506 - __SPLIT__ 2026-02-27 16:02:47,397 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62507 - __SPLIT__ 2026-02-27 16:02:47,405 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62514 - __SPLIT__ 2026-02-27 16:02:47,415 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62522 - __SPLIT__ 2026-02-27 16:02:47,426 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62526 - __SPLIT__ 2026-02-27 16:02:47,434 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62527 - __SPLIT__ 2026-02-27 16:02:47,444 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62535 - __SPLIT__ 2026-02-27 16:02:47,454 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62565 - __SPLIT__ 2026-02-27 16:02:47,463 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62624 - __SPLIT__ 2026-02-27 16:02:47,472 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62630 - __SPLIT__ 2026-02-27 16:02:47,482 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62674 - __SPLIT__ 2026-02-27 16:02:47,491 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62703 - __SPLIT__ 2026-02-27 16:02:47,500 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62726 - __SPLIT__ 2026-02-27 16:02:47,511 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62777 - __SPLIT__ 2026-02-27 16:02:47,520 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62791 - __SPLIT__ 2026-02-27 16:02:47,529 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62800 - __SPLIT__ 2026-02-27 16:02:47,539 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62812 - __SPLIT__ 2026-02-27 16:02:47,547 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62823 - __SPLIT__ 2026-02-27 16:02:47,556 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62848 - __SPLIT__ 2026-02-27 16:02:47,565 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62855 - __SPLIT__ 2026-02-27 16:02:47,575 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62860 - __SPLIT__ 2026-02-27 16:02:47,586 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62909 - __SPLIT__ 2026-02-27 16:02:47,595 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62932 - __SPLIT__ 2026-02-27 16:02:47,604 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62952 - __SPLIT__ 2026-02-27 16:02:47,613 - 23178 - src.utils.log - INFO - Generating work orders for setup: 62984 - __SPLIT__ 2026-02-27 16:02:47,623 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63010 - __SPLIT__ 2026-02-27 16:02:47,633 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63020 - __SPLIT__ 2026-02-27 16:02:47,642 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63047 - __SPLIT__ 2026-02-27 16:02:47,643 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63096 - __SPLIT__ 2026-02-27 16:02:47,652 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63149 - __SPLIT__ 2026-02-27 16:02:47,661 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63151 - __SPLIT__ 2026-02-27 16:02:47,672 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63168 - __SPLIT__ 2026-02-27 16:02:47,682 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63175 - __SPLIT__ 2026-02-27 16:02:47,692 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63187 - __SPLIT__ 2026-02-27 16:02:47,703 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63208 - __SPLIT__ 2026-02-27 16:02:47,713 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63230 - __SPLIT__ 2026-02-27 16:02:47,722 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63256 - __SPLIT__ 2026-02-27 16:02:47,731 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63292 - __SPLIT__ 2026-02-27 16:02:47,740 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63333 - __SPLIT__ 2026-02-27 16:02:47,751 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63363 - __SPLIT__ 2026-02-27 16:02:47,759 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63381 - __SPLIT__ 2026-02-27 16:02:47,769 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63383 - __SPLIT__ 2026-02-27 16:02:47,778 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63385 - __SPLIT__ 2026-02-27 16:02:47,787 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63410 - __SPLIT__ 2026-02-27 16:02:47,796 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63467 - __SPLIT__ 2026-02-27 16:02:47,805 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63477 - __SPLIT__ 2026-02-27 16:02:47,815 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63481 - __SPLIT__ 2026-02-27 16:02:47,825 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63526 - __SPLIT__ 2026-02-27 16:02:47,834 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63532 - __SPLIT__ 2026-02-27 16:02:47,842 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63560 - __SPLIT__ 2026-02-27 16:02:47,852 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63609 - __SPLIT__ 2026-02-27 16:02:47,861 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63631 - __SPLIT__ 2026-02-27 16:02:47,870 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63634 - __SPLIT__ 2026-02-27 16:02:47,880 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63635 - __SPLIT__ 2026-02-27 16:02:47,889 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63638 - __SPLIT__ 2026-02-27 16:02:47,898 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63644 - __SPLIT__ 2026-02-27 16:02:47,908 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63645 - __SPLIT__ 2026-02-27 16:02:47,918 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63658 - __SPLIT__ 2026-02-27 16:02:47,927 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63672 - __SPLIT__ 2026-02-27 16:02:47,936 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63677 - __SPLIT__ 2026-02-27 16:02:47,946 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63686 - __SPLIT__ 2026-02-27 16:02:47,955 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63688 - __SPLIT__ 2026-02-27 16:02:47,964 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63691 - __SPLIT__ 2026-02-27 16:02:47,974 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63697 - __SPLIT__ 2026-02-27 16:02:47,983 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63702 - __SPLIT__ 2026-02-27 16:02:47,993 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63707 - __SPLIT__ 2026-02-27 16:02:48,003 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63708 - __SPLIT__ 2026-02-27 16:02:48,013 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63713 - __SPLIT__ 2026-02-27 16:02:48,022 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63720 - __SPLIT__ 2026-02-27 16:02:48,032 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63727 - __SPLIT__ 2026-02-27 16:02:48,041 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63732 - __SPLIT__ 2026-02-27 16:02:48,050 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63734 - __SPLIT__ 2026-02-27 16:02:48,059 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63736 - __SPLIT__ 2026-02-27 16:02:48,070 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63739 - __SPLIT__ 2026-02-27 16:02:48,078 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63746 - __SPLIT__ 2026-02-27 16:02:48,087 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63747 - __SPLIT__ 2026-02-27 16:02:48,096 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63748 - __SPLIT__ 2026-02-27 16:02:48,106 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63752 - __SPLIT__ 2026-02-27 16:02:48,115 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63753 - __SPLIT__ 2026-02-27 16:02:48,124 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63754 - __SPLIT__ 2026-02-27 16:02:48,133 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63764 - __SPLIT__ 2026-02-27 16:02:48,143 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63765 - __SPLIT__ 2026-02-27 16:02:48,154 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63767 - __SPLIT__ 2026-02-27 16:02:48,163 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63775 - __SPLIT__ 2026-02-27 16:02:48,172 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63779 - __SPLIT__ 2026-02-27 16:02:48,181 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63783 - __SPLIT__ 2026-02-27 16:02:48,190 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63785 - __SPLIT__ 2026-02-27 16:02:48,199 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63799 - __SPLIT__ 2026-02-27 16:02:48,208 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63803 - __SPLIT__ 2026-02-27 16:02:48,217 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63813 - __SPLIT__ 2026-02-27 16:02:48,226 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63822 - __SPLIT__ 2026-02-27 16:02:48,235 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63826 - __SPLIT__ 2026-02-27 16:02:48,244 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63830 - __SPLIT__ 2026-02-27 16:02:48,253 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63831 - __SPLIT__ 2026-02-27 16:02:48,261 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63833 - __SPLIT__ 2026-02-27 16:02:48,270 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63834 - __SPLIT__ 2026-02-27 16:02:48,279 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63837 - __SPLIT__ 2026-02-27 16:02:48,288 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63842 - __SPLIT__ 2026-02-27 16:02:48,298 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63848 - __SPLIT__ 2026-02-27 16:02:48,307 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63860 - __SPLIT__ 2026-02-27 16:02:48,319 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63862 - __SPLIT__ 2026-02-27 16:02:48,328 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63880 - __SPLIT__ 2026-02-27 16:02:48,338 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63881 - __SPLIT__ 2026-02-27 16:02:48,347 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63885 - __SPLIT__ 2026-02-27 16:02:48,357 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63886 - __SPLIT__ 2026-02-27 16:02:48,366 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63889 - __SPLIT__ 2026-02-27 16:02:48,375 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63891 - __SPLIT__ 2026-02-27 16:02:48,386 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63892 - __SPLIT__ 2026-02-27 16:02:48,394 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63896 - __SPLIT__ 2026-02-27 16:02:48,405 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63897 - __SPLIT__ 2026-02-27 16:02:48,415 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63901 - __SPLIT__ 2026-02-27 16:02:48,423 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63907 - __SPLIT__ 2026-02-27 16:02:48,433 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63918 - __SPLIT__ 2026-02-27 16:02:48,442 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63924 - __SPLIT__ 2026-02-27 16:02:48,451 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63939 - __SPLIT__ 2026-02-27 16:02:48,460 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63953 - __SPLIT__ 2026-02-27 16:02:48,471 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63956 - __SPLIT__ 2026-02-27 16:02:48,481 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63966 - __SPLIT__ 2026-02-27 16:02:48,490 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63969 - __SPLIT__ 2026-02-27 16:02:48,500 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63971 - __SPLIT__ 2026-02-27 16:02:48,510 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63979 - __SPLIT__ 2026-02-27 16:02:48,519 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63986 - __SPLIT__ 2026-02-27 16:02:48,528 - 23178 - src.utils.log - INFO - Generating work orders for setup: 63991 - __SPLIT__ 2026-02-27 16:02:48,537 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64000 - __SPLIT__ 2026-02-27 16:02:48,548 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64001 - __SPLIT__ 2026-02-27 16:02:48,558 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64002 - __SPLIT__ 2026-02-27 16:02:48,567 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64004 - __SPLIT__ 2026-02-27 16:02:48,576 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64005 - __SPLIT__ 2026-02-27 16:02:48,585 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64006 - __SPLIT__ 2026-02-27 16:02:48,595 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64010 - __SPLIT__ 2026-02-27 16:02:48,603 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64013 - __SPLIT__ 2026-02-27 16:02:48,612 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64016 - __SPLIT__ 2026-02-27 16:02:48,621 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64018 - __SPLIT__ 2026-02-27 16:02:48,632 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64019 - __SPLIT__ 2026-02-27 16:02:48,642 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64021 - __SPLIT__ 2026-02-27 16:02:48,651 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64023 - __SPLIT__ 2026-02-27 16:02:48,662 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64026 - __SPLIT__ 2026-02-27 16:02:48,670 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64053 - __SPLIT__ 2026-02-27 16:02:48,679 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64078 - __SPLIT__ 2026-02-27 16:02:48,688 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64079 - __SPLIT__ 2026-02-27 16:02:48,697 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64080 - __SPLIT__ 2026-02-27 16:02:48,707 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64089 - __SPLIT__ 2026-02-27 16:02:48,717 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64091 - __SPLIT__ 2026-02-27 16:02:48,726 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64094 - __SPLIT__ 2026-02-27 16:02:48,736 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64110 - __SPLIT__ 2026-02-27 16:02:48,746 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64113 - __SPLIT__ 2026-02-27 16:02:48,756 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64135 - __SPLIT__ 2026-02-27 16:02:48,765 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64151 - __SPLIT__ 2026-02-27 16:02:48,775 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64155 - __SPLIT__ 2026-02-27 16:02:48,786 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64170 - __SPLIT__ 2026-02-27 16:02:48,796 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64424 - __SPLIT__ 2026-02-27 16:02:48,805 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64429 - __SPLIT__ 2026-02-27 16:02:48,814 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64454 - __SPLIT__ 2026-02-27 16:02:48,824 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64469 - __SPLIT__ 2026-02-27 16:02:48,833 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64640 - __SPLIT__ 2026-02-27 16:02:48,842 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64688 - __SPLIT__ 2026-02-27 16:02:48,851 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64747 - __SPLIT__ 2026-02-27 16:02:48,861 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64748 - __SPLIT__ 2026-02-27 16:02:48,870 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64754 - __SPLIT__ 2026-02-27 16:02:48,879 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64755 - __SPLIT__ 2026-02-27 16:02:48,887 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64758 - __SPLIT__ 2026-02-27 16:02:48,897 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64761 - __SPLIT__ 2026-02-27 16:02:48,907 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64763 - __SPLIT__ 2026-02-27 16:02:48,915 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64776 - __SPLIT__ 2026-02-27 16:02:48,925 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64778 - __SPLIT__ 2026-02-27 16:02:48,934 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64780 - __SPLIT__ 2026-02-27 16:02:48,946 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64783 - __SPLIT__ 2026-02-27 16:02:48,946 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64785 - __SPLIT__ 2026-02-27 16:02:48,953 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64787 - __SPLIT__ 2026-02-27 16:02:48,963 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64789 - __SPLIT__ 2026-02-27 16:02:48,972 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64791 - __SPLIT__ 2026-02-27 16:02:48,981 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64795 - __SPLIT__ 2026-02-27 16:02:48,990 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64799 - __SPLIT__ 2026-02-27 16:02:49,000 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64800 - __SPLIT__ 2026-02-27 16:02:49,012 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64802 - __SPLIT__ 2026-02-27 16:02:49,023 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64807 - __SPLIT__ 2026-02-27 16:02:49,023 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64810 - __SPLIT__ 2026-02-27 16:02:49,033 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64812 - __SPLIT__ 2026-02-27 16:02:49,043 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64813 - __SPLIT__ 2026-02-27 16:02:49,055 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64819 - __SPLIT__ 2026-02-27 16:02:49,064 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64825 - __SPLIT__ 2026-02-27 16:02:49,073 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64826 - __SPLIT__ 2026-02-27 16:02:49,084 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64835 - __SPLIT__ 2026-02-27 16:02:49,094 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64843 - __SPLIT__ 2026-02-27 16:02:49,105 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64851 - __SPLIT__ 2026-02-27 16:02:49,115 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64857 - __SPLIT__ 2026-02-27 16:02:49,124 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64864 - __SPLIT__ 2026-02-27 16:02:49,124 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64869 - __SPLIT__ 2026-02-27 16:02:49,134 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64870 - __SPLIT__ 2026-02-27 16:02:49,145 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64880 - __SPLIT__ 2026-02-27 16:02:49,154 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64887 - __SPLIT__ 2026-02-27 16:02:49,163 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64891 - __SPLIT__ 2026-02-27 16:02:49,173 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64895 - __SPLIT__ 2026-02-27 16:02:49,183 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64897 - __SPLIT__ 2026-02-27 16:02:49,193 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64904 - __SPLIT__ 2026-02-27 16:02:49,203 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64905 - __SPLIT__ 2026-02-27 16:02:49,212 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64923 - __SPLIT__ 2026-02-27 16:02:49,222 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64924 - __SPLIT__ 2026-02-27 16:02:49,231 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64927 - __SPLIT__ 2026-02-27 16:02:49,242 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64930 - __SPLIT__ 2026-02-27 16:02:49,251 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64931 - __SPLIT__ 2026-02-27 16:02:49,261 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64941 - __SPLIT__ 2026-02-27 16:02:49,273 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64943 - __SPLIT__ 2026-02-27 16:02:49,283 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64946 - __SPLIT__ 2026-02-27 16:02:49,293 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64949 - __SPLIT__ 2026-02-27 16:02:49,302 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64958 - __SPLIT__ 2026-02-27 16:02:49,312 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64962 - __SPLIT__ 2026-02-27 16:02:49,321 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64964 - __SPLIT__ 2026-02-27 16:02:49,331 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64965 - __SPLIT__ 2026-02-27 16:02:49,343 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64967 - __SPLIT__ 2026-02-27 16:02:49,353 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64974 - __SPLIT__ 2026-02-27 16:02:49,363 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64975 - __SPLIT__ 2026-02-27 16:02:49,373 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64976 - __SPLIT__ 2026-02-27 16:02:49,381 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64978 - __SPLIT__ 2026-02-27 16:02:49,391 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64979 - __SPLIT__ 2026-02-27 16:02:49,400 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64983 - __SPLIT__ 2026-02-27 16:02:49,409 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64990 - __SPLIT__ 2026-02-27 16:02:49,418 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64991 - __SPLIT__ 2026-02-27 16:02:49,428 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64992 - __SPLIT__ 2026-02-27 16:02:49,437 - 23178 - src.utils.log - INFO - Generating work orders for setup: 64995 - __SPLIT__ 2026-02-27 16:02:49,446 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65004 - __SPLIT__ 2026-02-27 16:02:49,455 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65030 - __SPLIT__ 2026-02-27 16:02:49,465 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65031 - __SPLIT__ 2026-02-27 16:02:49,475 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65032 - __SPLIT__ 2026-02-27 16:02:49,485 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65034 - __SPLIT__ 2026-02-27 16:02:49,493 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65077 - __SPLIT__ 2026-02-27 16:02:49,505 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65265 - __SPLIT__ 2026-02-27 16:02:49,516 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65351 - __SPLIT__ 2026-02-27 16:02:49,526 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65355 - __SPLIT__ 2026-02-27 16:02:49,535 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65389 - __SPLIT__ 2026-02-27 16:02:49,545 - 23178 - src.utils.log - INFO - Generating work orders for setup: 65390 - __SPLIT__ 2026-02-27 16:02:49,556 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11426.0, 11427.0, 11428.0, 11429.0, 1127.0, 1128.0, 1129.0, 11434.0, 1035.0, 1132.0, 11436.0, 11438.0, 1131.0, 1133.0, 1130.0, 11435.0, -1.0);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:02:49,584 - 23178 - src.utils.log - INFO - βœ… Fetched 16 rows - __SPLIT__ 2026-02-27 16:02:50,499 - 23178 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-27 16:02:59,316 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=133 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:02:59,341 - 23178 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-27 16:02:59,380 - 23178 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-27 16:02:59,381 - 23178 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-27 16:02:59,382 - 23178 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:02:59,916 - 23178 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 16:02:59,916 - 23178 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:00,563 - 23178 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 16:03:00,563 - 23178 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:00,992 - 23178 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 16:03:00,992 - 23178 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:01,429 - 23178 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 16:03:01,429 - 23178 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:01,844 - 23178 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 16:03:01,844 - 23178 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:02,265 - 23178 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 16:03:02,265 - 23178 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:02,654 - 23178 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 16:03:02,654 - 23178 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:03,101 - 23178 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-27 16:03:03,102 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 2777 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:03,186 - 23178 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2777) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-27 16:03:28,672 - 23178 - src.utils.log - INFO - βœ… All 2777 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-27 16:03:28,673 - 23178 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 2777 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.525' and ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:29,323 - 23178 - src.utils.log - INFO - βœ… Fetched 2777 rows - __SPLIT__ 2026-02-27 16:03:29,324 - 23178 - src.utils.log - INFO - Id's of work order inserted to DB: [610854 610855 610856 ... 613628 613629 613630] - __SPLIT__ 2026-02-27 16:03:29,326 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (57344, 40966, 24583, 24585, 57353, 49163, 57354, 24591, 40978, 32788, 40980, 57365, 57369, 24603, 49179, 24610, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 24622, 41006, 41007, 49198, 49204, 32822, 24633, 32826, 57407, 41024, 24641, 57411, 57416, 49227, 24653, 41039, 41040, 49231, 57426, 57427, 57430, 57432, 32857, 41050, 32859, 41051, 32861, 57434, 32865, 41060, 32870, 57446, 41067, 24686, 57455, 32880, 57457, 32882, 57459, 24692, 32884, 32885, 41077, 41079, 32889, 24698, 41082, 57462, 41085, 41086, 49278, 57465, 57466, 57471, 32901, 57477, 41095, 57481, 41098, 41104, 57489, 24722, 41107, 41109, 57497, 24731, 57499, 57502, 24735, 57504, 24737, 32929, 32930, 41123, 24742, 41129, 32940, 57518, 41135, 49328, 41137, 57521, 57522, 32950, 32951, 41143, 57526, 32954, 57537, 24770, 41154, 41155, 41157, 32966, 24775, 57540, 32969, 57541, 57545, 32972, 41166, 32975, 24784, 57550, 57561, 57562, 24796, 24798, 24800, 41187, 24804, 24805, 41190, 57579, 41196, 33009, 57586, 33011, 24822, 33014, 57596, 41214, 33024, 24834, 24835, 33028, 33029, 41219, 33031, 24840, 24841, 24842, 49415, 41228, 33038, 41231, 33040, 41232, 24852, 33046, 24856, 33049, 33050, 57627, 33053, 24863, 24864, 33058, 41252, 41254, 59928, 24875, 64813, 33080, 33082, 24891, 41275, 33087, 24896, 33088, 33089, 49471, 59929, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 24916, 24917, 33108, 41303, 41304, 33113, 41306, 41307, 49497, 33118, 33119, 49507, 41325, 24945, 33137, 24947, 33139, 24952, 24953, 41345, 49539, 24964, 41348, 41349, 41355, 24975, 24980, 24982, 49559, 24994, 33186, 25000, 33196, 25013, 33218, 33219, 49609, 33227, 25037, 57814, 25047, 25053, 33253, 25075, 33267, 33282, 41475, 41492, 25112, 33305, 25116, 25122, 33316, 25126, 25127, 25134, 25136, 41522, 25143, 33345, 33347, 57924, 41544, 25163, 25164, 25188, 41572, 25194, 41588, 25208, 25220, 49798, 25226, 33421, 25231, 25232, 33424, 25235, 33431, 58014, 33439, 33444, 25257, 25260, 49838, 25266, 25272, 25273, 33465, 33467, 33468, 25277, 49850, 49857, 58053, 33479, 49871, 49873, 49874, 25305, 49881, 25312, 41699, 25318, 25320, 41712, 49909, 49910, 25342, 25343, 49929, 25357, 41742, 41746, 33560, 55517, 49949, 41758, 49950, 49951, 41761, 41762, 25384, 25385, 25388, 33581, 33582, 49967, 49968, 33585, 25395, 33587, 33588, 25400, 33595, 49982, 25407, 33602, 25411, 49988, 49998, 33615, 33618, 50003, 50005, 25431, 33626, 25437, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 25459, 25460, 33652, 41846, 33656, 25465, 33657, 41853, 50049, 25474, 33666, 58244, 33669, 25478, 50055, 33672, 25481, 58247, 33675, 58251, 25485, 25486, 25487, 50061, 58252, 25490, 25492, 25493, 25494, 50069, 41884, 25502, 41887, 25504, 58271, 58273, 58274, 25508, 25509, 58277, 25514, 25515, 25516, 25517, 25518, 41900, 50092, 58289, 58292, 25527, 25528, 25534, 63691, 25538, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 25587, 58355, 58357, 50166, 50167, 25595, 58363, 41981, 58366, 58367, 58370, 25603, 58371, 25613, 63707, 25618, 63708, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 63713, 58415, 58416, 25649, 25650, 42033, 58417, 42037, 25662, 33854, 25665, 33858, 25671, 25672, 58441, 25676, 33869, 33872, 25683, 33884, 58460, 58464, 58466, 25699, 33898, 25709, 25710, 33901, 25713, 42106, 25723, 42107, 42111, 58496, 42113, 25735, 25736, 58504, 50316, 58510, 25749, 33951, 25762, 33955, 33956, 42147, 50345, 50358, 42167, 33982, 33984, 25794, 42181, 33994, 25804, 33998, 42190, 25809, 25810, 42193, 42195, 42196, 42197, 25817, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 25854, 50430, 34051, 34059, 34060, 42251, 34062, 42258, 58648, 25881, 34073, 34079, 25892, 25902, 25903, 25905, 25906, 25910, 42294, 42296, 42306, 42314, 42317, 42320, 25937, 25938, 42324, 34136, 25946, 42330, 42332, 58714, 42337, 42339, 34148, 42345, 25970, 34178, 42374, 42376, 34196, 42388, 58772, 26010, 34205, 26014, 26021, 42409, 26032, 34224, 42416, 42423, 26040, 26041, 26043, 34239, 26048, 34240, 50625, 50626, 26055, 26058, 26060, 34259, 26072, 34265, 34270, 26080, 26081, 26082, 34272, 34274, 26086, 26091, 34285, 34291, 26103, 42487, 50688, 50689, 26115, 26116, 26120, 50699, 26125, 50712, 34329, 26143, 50719, 26148, 34350, 26162, 34354, 34355, 26170, 26175, 26185, 50762, 50763, 42574, 26191, 26192, 50769, 26201, 26202, 34395, 26209, 26213, 50789, 26220, 26221, 34414, 26223, 26224, 42608, 26226, 50799, 42614, 34424, 34425, 42619, 50811, 50812, 34431, 42629, 34438, 34440, 50824, 50826, 34443, 50830, 42642, 26263, 34457, 26266, 34458, 42651, 26269, 42653, 50846, 26274, 26275, 50850, 42664, 26283, 50860, 50861, 26287, 50864, 26289, 34486, 42678, 50873, 34491, 50878, 50879, 42690, 50882, 26308, 26309, 34502, 34504, 50894, 26320, 26321, 26322, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34568, 34570, 42767, 34578, 59154, 42772, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 26425, 42809, 34619, 26431, 34626, 51011, 34629, 42823, 34635, 42831, 26449, 34648, 26460, 42849, 42850, 34662, 42855, 26472, 34665, 34668, 42866, 26483, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 26540, 34732, 42926, 42927, 42929, 51122, 51123, 26548, 26551, 51128, 26558, 26559, 34752, 34753, 26563, 26565, 26566, 26567, 26571, 59344, 59345, 42963, 34780, 26589, 26590, 26602, 42986, 26604, 26605, 26606, 42992, 26611, 26612, 34806, 26616, 59391, 51216, 51217, 26652, 34844, 26654, 34845, 51232, 26658, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 34904, 59480, 26714, 34914, 26723, 59492, 51306, 59498, 59502, 26736, 34928, 34930, 34935, 51320, 34939, 34941, 26754, 34946, 26757, 34952, 26782, 26794, 26816, 35014, 35015, 26827, 26828, 26829, 43213, 51408, 26836, 26837, 59606, 35031, 35032, 26843, 43228, 59611, 26851, 35044, 63953, 43239, 43241, 26863, 35060, 51445, 35062, 35063, 51447, 35066, 43259, 51451, 35069, 35070, 26881, 35074, 43265, 26884, 35076, 35086, 51470, 51471, 35092, 43284, 35094, 35095, 35096, 43286, 35101, 26918, 26919, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 26940, 35133, 51518, 26944, 59714, 35139, 59717, 26952, 26953, 26954, 51529, 59721, 59724, 26959, 43345, 26963, 43347, 51541, 51542, 51543, 51544, 59736, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 63979, 26987, 35181, 26991, 26993, 35185, 35186, 35188, 43380, 43381, 27000, 35192, 27002, 27003, 43385, 59768, 27006, 51582, 59772, 35203, 51589, 59784, 63986, 59788, 35213, 35216, 35217, 35218, 35221, 59799, 27032, 43416, 43417, 27035, 35227, 51613, 51614, 27039, 27040, 43424, 27042, 43426, 59810, 63991, 59814, 59816, 27060, 27061, 51638, 51639, 51640, 51641, 27070, 43460, 35270, 43463, 43464, 59847, 43466, 43467, 51658, 43473, 43475, 27093, 51669, 51673, 43483, 27100, 27102, 51680, 59873, 51683, 43492, 51684, 51685, 51686, 59875, 35305, 27114, 43497, 43498, 43500, 43502, 43503, 51690, 51696, 59889, 64006, 51701, 27127, 35321, 43515, 51708, 59902, 51713, 27138, 51714, 43525, 51718, 59909, 51720, 27145, 59911, 51724, 59921, 35346, 51730, 43540, 59925, 43544, 35353, 43546, 43547, 27164, 43549, 43550, 35359, 43552, 27169, 35362, 27171, 27172, 43554, 51744, 43559, 27176, 51753, 51754, 27179, 59939, 59947, 43568, 27185, 51761, 64019, 43574, 27194, 64021, 27196, 59964, 43582, 27200, 27201, 27205, 27207, 43591, 43593, 35402, 59979, 43597, 27215, 27218, 35411, 27223, 59993, 27228, 27229, 43613, 51804, 27233, 27234, 35425, 43619, 43621, 51811, 60004, 60005, 60009, 27242, 60011, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 27257, 51834, 60029, 35454, 51838, 60030, 60033, 35459, 35462, 43656, 43658, 35467, 35468, 51851, 27278, 51852, 60045, 51857, 60050, 27284, 35478, 35479, 35480, 27289, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 51877, 27303, 51880, 27305, 60069, 60070, 60076, 27310, 35502, 35504, 35505, 60080, 27315, 43699, 43701, 51891, 60081, 27320, 60086, 27322, 43707, 60091, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60107, 60108, 43726, 35536, 51920, 35538, 51922, 60112, 60115, 60116, 27353, 60121, 51931, 60122, 60124, 27359, 27363, 35556, 51941, 27367, 60139, 51951, 51952, 43761, 60143, 51955, 51956, 60144, 43766, 60149, 27384, 60150, 27387, 51967, 27396, 27397, 60165, 60167, 27405, 27410, 35602, 51988, 60178, 27416, 43803, 27420, 60187, 60192, 60193, 27427, 60196, 60197, 60198, 60199, 35624, 27434, 60203, 27442, 35634, 52018, 52020, 60215, 52027, 27453, 27456, 52035, 52039, 43850, 60236, 27474, 35667, 60242, 60243, 52054, 60244, 60247, 60248, 60249, 60253, 64079, 60257, 35682, 60258, 64080, 52069, 27494, 60262, 27496, 35690, 52074, 27500, 27501, 52079, 43891, 52084, 52085, 60278, 52089, 27517, 35710, 35711, 35712, 52095, 35714, 52099, 60285, 52101, 43910, 52106, 27531, 52107, 27536, 60305, 60308, 52122, 43931, 35741, 35746, 43939, 52130, 60324, 27559, 27560, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 52157, 27587, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35800, 27609, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 27636, 35828, 52213, 60406, 35834, 52221, 35838, 44030, 27648, 35840, 35842, 35843, 44031, 35846, 44039, 52232, 52233, 60424, 35852, 44044, 27662, 35855, 44046, 27665, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 27684, 52260, 60452, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 27706, 44093, 60482, 44100, 27717, 52292, 35911, 52295, 60489, 60491, 52300, 35917, 60492, 35919, 60493, 60495, 60498, 60499, 60500, 60508, 27743, 52319, 35939, 52323, 52324, 52325, 52326, 60518, 52330, 35947, 52332, 60522, 35950, 35951, 60529, 52341, 27767, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 27786, 35979, 27788, 27789, 35986, 52370, 52371, 44181, 52374, 44187, 36000, 52384, 60576, 36003, 36005, 60581, 60585, 27819, 52406, 36027, 44222, 44224, 27845, 52424, 27849, 36042, 52428, 52430, 52432, 27859, 27864, 52442, 27870, 52446, 52447, 27875, 44266, 52461, 27887, 36082, 52468, 52472, 27900, 27901, 52476, 52477, 44289, 36098, 60688, 52500, 36121, 52506, 60698, 36124, 27939, 27941, 52520, 27946, 27949, 27955, 52534, 27959, 60726, 52537, 60729, 36155, 27967, 52550, 44360, 27977, 60746, 60747, 36172, 52556, 52563, 27988, 44375, 27992, 36190, 36191, 52578, 52579, 60772, 52582, 28007, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 28020, 28024, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 36250, 44442, 52637, 44447, 28066, 28067, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 28083, 28085, 36281, 28092, 60860, 28094, 60863, 52672, 52673, 36290, 44488, 52684, 28109, 52685, 28112, 36305, 28119, 52696, 28121, 36314, 52699, 52701, 52702, 28127, 60893, 28135, 52711, 28139, 44523, 52715, 44526, 52719, 36336, 28145, 36337, 52723, 36340, 60911, 28151, 52728, 28153, 52730, 28155, 36350, 28159, 28160, 36351, 52734, 52736, 36365, 52751, 28176, 60948, 52757, 36374, 60949, 36379, 60957, 44576, 36385, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 28218, 28219, 60988, 36419, 28229, 36422, 36423, 36428, 52812, 52813, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 28260, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 28306, 28312, 36506, 61085, 28318, 28321, 36523, 28332, 36524, 36526, 36527, 36528, 61099, 36532, 36534, 52927, 28353, 36545, 52931, 28356, 28357, 36549, 44740, 61127, 28365, 28366, 36557, 36560, 52941, 61136, 36564, 44757, 52948, 52950, 28378, 28379, 61148, 28382, 36578, 28387, 36580, 28389, 36581, 36582, 44772, 28393, 44774, 44775, 44776, 52965, 52970, 52972, 52976, 61168, 44787, 44788, 61173, 61175, 44793, 28410, 28411, 52988, 28413, 28414, 61177, 28416, 61181, 52994, 28419, 52999, 53000, 53001, 28426, 36622, 61201, 36626, 28438, 53015, 36635, 28444, 53020, 61213, 28447, 44831, 44833, 53025, 28451, 61216, 36646, 44838, 36648, 28461, 28462, 36654, 28465, 53041, 53042, 53044, 28469, 61233, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44873, 44874, 44875, 44876, 44877, 53068, 53070, 61264, 36689, 61268, 44886, 53079, 28506, 44890, 53084, 36702, 28513, 36706, 36707, 28516, 36709, 44901, 36711, 61281, 44907, 53103, 44914, 53112, 53115, 44924, 44926, 53126, 28551, 36749, 44943, 36752, 28564, 36756, 28570, 28572, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 28584, 44968, 53162, 28587, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 28610, 28611, 61379, 28615, 61384, 28619, 28620, 61389, 36816, 45008, 61392, 53204, 61397, 28630, 28636, 45022, 45024, 36836, 28645, 53226, 28651, 45035, 28654, 28655, 53234, 53235, 53237, 28663, 36856, 61432, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 36884, 45076, 53268, 53271, 28700, 45086, 28703, 45087, 53281, 61471, 61479, 28713, 45099, 28717, 53295, 53296, 36913, 53298, 45108, 53302, 28732, 45117, 53310, 28736, 53313, 36931, 45123, 36936, 28745, 36941, 61519, 36948, 53333, 53336, 53337, 28762, 28764, 28765, 28766, 28770, 36967, 53353, 53357, 28782, 28783, 61552, 36977, 53363, 61556, 28790, 61558, 28792, 61560, 28797, 28798, 36990, 53374, 28802, 28805, 28808, 37002, 37003, 53386, 28813, 53389, 37008, 61584, 28819, 28820, 37012, 28826, 53403, 37020, 37021, 53404, 37023, 61596, 28834, 28837, 28839, 37032, 28845, 61615, 61616, 37044, 28856, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 28890, 28891, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 52963, 45290, 53484, 28912, 45304, 61689, 37115, 28927, 61696, 53506, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 28951, 37143, 37145, 28956, 45341, 61730, 61733, 61734, 61736, 28969, 28972, 28973, 28974, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 37193, 53578, 61775, 37200, 61780, 29015, 61786, 61790, 61795, 53609, 61803, 45424, 29044, 29051, 29055, 45439, 29059, 29072, 37267, 45459, 53654, 29080, 29081, 29085, 61854, 37280, 61860, 29095, 61864, 37290, 61868, 61869, 29104, 29105, 29110, 61879, 61880, 61881, 29114, 61883, 37312, 37313, 37314, 37315, 61890, 29125, 61891, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 29142, 45526, 53719, 29145, 45532, 53726, 61919, 61921, 45545, 37358, 61934, 29169, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 45575, 29192, 29193, 53767, 37387, 53771, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 37414, 29223, 45606, 53799, 37418, 61991, 37421, 62001, 53811, 45621, 53813, 53814, 53815, 37433, 45625, 62015, 62017, 29251, 45636, 37445, 37446, 45640, 45641, 37450, 53832, 37452, 37453, 29262, 53833, 29264, 62024, 37459, 29271, 45657, 62042, 37467, 62046, 62047, 29280, 37474, 45667, 29284, 62053, 29288, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 29300, 29303, 37498, 53883, 29310, 45696, 29316, 29319, 62088, 53899, 53901, 53902, 53903, 29328, 53905, 29335, 62107, 62115, 62120, 62121, 37548, 45752, 29370, 37568, 62146, 29380, 29382, 62154, 45771, 45772, 62155, 62156, 62157, 62158, 62160, 62162, 45781, 29398, 45784, 45790, 62175, 37603, 62179, 62180, 62186, 62189, 29422, 29424, 62195, 29428, 45812, 62198, 29434, 62202, 62203, 37631, 45827, 45828, 54020, 62213, 37639, 45831, 54023, 62220, 29454, 29458, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 29470, 54047, 62241, 45861, 29480, 45864, 62251, 62258, 37684, 62261, 45878, 62264, 62266, 29500, 45886, 45890, 37699, 45894, 29511, 62281, 29517, 45902, 62291, 29524, 45909, 62294, 37719, 45911, 37721, 37723, 54107, 45917, 29534, 62304, 29539, 37733, 29542, 62309, 29544, 62311, 62312, 29547, 62314, 62316, 62318, 29551, 62320, 29553, 37745, 37749, 29560, 62328, 62329, 29565, 62335, 45952, 29569, 29570, 62336, 62341, 37766, 62343, 45960, 29577, 29578, 29579, 54158, 37775, 62351, 45969, 62355, 29589, 62357, 62360, 54169, 45978, 62363, 45980, 62364, 37791, 45986, 37795, 29604, 29605, 62375, 37801, 62377, 62379, 29612, 29613, 45996, 62381, 29617, 29618, 37809, 46004, 37814, 29623, 29624, 37815, 37821, 29632, 62400, 29634, 37828, 37829, 62407, 29640, 37832, 46026, 62409, 62411, 29645, 29646, 37840, 29649, 62416, 29651, 62418, 62420, 29654, 62422, 62424, 37850, 37851, 29660, 37853, 37854, 29663, 37856, 29665, 62435, 46052, 29670, 37862, 37863, 37864, 62440, 62441, 62444, 62447, 37875, 29684, 37876, 29686, 46069, 62453, 62456, 62457, 37885, 62461, 62464, 62465, 37892, 29703, 37895, 37900, 37907, 37908, 37909, 62483, 62490, 62492, 62494, 37927, 29737, 37929, 37931, 62506, 62507, 37934, 62514, 37940, 37942, 37944, 62522, 29757, 62526, 62527, 29760, 37955, 29764, 37957, 29766, 37958, 37959, 62535, 37964, 46158, 46160, 29777, 37971, 29783, 54366, 54368, 54370, 37988, 62565, 29805, 54381, 29808, 38001, 38002, 38007, 38008, 29819, 54395, 54401, 29828, 29830, 29832, 38028, 46224, 29842, 29844, 29845, 54425, 38042, 38048, 54432, 62624, 62630, 29865, 38057, 29867, 54441, 29872, 54448, 29875, 38067, 29884, 29885, 46279, 54476, 46287, 29904, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 29927, 38127, 62703, 29937, 29938, 38129, 29947, 29948, 46331, 54526, 29955, 46340, 38150, 38151, 29960, 54535, 54537, 54538, 46348, 62726, 38162, 54546, 38167, 46360, 54553, 46366, 29985, 46370, 46371, 29988, 46377, 30001, 38194, 30007, 30008, 46393, 54583, 30011, 38203, 38205, 62777, 30016, 30017, 30022, 30023, 62791, 30028, 38220, 30030, 62800, 30035, 38233, 62812, 30046, 62823, 38250, 38252, 46444, 30062, 38255, 38256, 38257, 54640, 30068, 30074, 30075, 54654, 62848, 38274, 30085, 30086, 38279, 62855, 54665, 30090, 62860, 30096, 38294, 30105, 30110, 30114, 30115, 46500, 30119, 46505, 38314, 30123, 46507, 30125, 30129, 30133, 46517, 30138, 38331, 62909, 46526, 30144, 54728, 30158, 38350, 46544, 54734, 30162, 38354, 46546, 62932, 46550, 38361, 38370, 30182, 46566, 62952, 38384, 30193, 38385, 30198, 46584, 46585, 46592, 62984, 38411, 30220, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54821, 54822, 54825, 63020, 46639, 46640, 38457, 46649, 30270, 38466, 38468, 54854, 63047, 54856, 46666, 54859, 46670, 46671, 54866, 30292, 46677, 54874, 54879, 30310, 54886, 54890, 30319, 46710, 46712, 38521, 46714, 63096, 30342, 38538, 30349, 38541, 38542, 46754, 38563, 30372, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 30402, 30403, 63175, 30411, 30413, 30415, 30417, 30418, 63187, 38616, 38619, 38620, 30435, 46824, 63208, 38641, 30451, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 30483, 63256, 38684, 22304, 22305, 38688, 30501, 38693, 38696, 22314, 46890, 22317, 30509, 30511, 30513, 30514, 22327, 22329, 30521, 63292, 30529, 30530, 38724, 30533, 30538, 38731, 22348, 30540, 22350, 22351, 59802, 22354, 38739, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 30564, 38757, 63333, 38761, 30570, 38763, 38764, 38765, 22382, 38767, 22384, 22385, 38768, 38769, 38770, 55159, 22392, 22393, 55163, 55164, 30593, 63363, 30600, 38792, 22410, 30602, 30603, 38793, 38794, 38797, 38798, 30609, 38799, 38802, 22420, 22421, 38806, 63381, 22424, 63383, 63385, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 38832, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 22475, 22476, 38860, 47053, 55243, 55246, 38865, 38871, 38873, 22493, 38878, 55262, 38880, 38886, 22504, 22507, 47083, 63467, 38894, 30706, 55285, 63477, 22520, 30713, 55290, 47099, 63481, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 30731, 38923, 38925, 22544, 22546, 30739, 38930, 38931, 47123, 30744, 22553, 22554, 22555, 22556, 38942, 30754, 47139, 47142, 22567, 22568, 38952, 63526, 63532, 22576, 22578, 22579, 47156, 30775, 55352, 22586, 55355, 38977, 22596, 55367, 63560, 22602, 30794, 38986, 30799, 30800, 22610, 30805, 22614, 22620, 22627, 30821, 30822, 30823, 22637, 30830, 39027, 22647, 47223, 63609, 30842, 47228, 22658, 22659, 47234, 47236, 22662, 47237, 55433, 39051, 22668, 47244, 63631, 63634, 63635, 63638, 30875, 63644, 63645, 30878, 22691, 47271, 47272, 39081, 55466, 22699, 63658, 22701, 22704, 22706, 30901, 30904, 30905, 63672, 63677, 39102, 22720, 47296, 30916, 63686, 63688, 47306, 55498, 22732, 22733, 30925, 39119, 30928, 47309, 47310, 51737, 55507, 63697, 63702, 22744, 30937, 22745, 22746, 47323, 22749, 47326, 22751, 22752, 30944, 47327, 47329, 47330, 55516, 22758, 22759, 47334, 47336, 47338, 22763, 22764, 63720, 63727, 47344, 22769, 22770, 47348, 22773, 39157, 55543, 63732, 63734, 63736, 30971, 30972, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 30981, 63752, 63753, 63754, 30988, 39181, 47374, 30991, 47375, 30993, 47376, 22803, 22804, 55567, 63764, 55575, 47384, 55577, 63765, 63767, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 22830, 22831, 31024, 39214, 47405, 55600, 22836, 55602, 55604, 63799, 31032, 39227, 39228, 63803, 55615, 31040, 55619, 31044, 55620, 55622, 22855, 31047, 31049, 39240, 55624, 22860, 39245, 63813, 63822, 39248, 31058, 63826, 39254, 31063, 47448, 63830, 63831, 63833, 63834, 22877, 47453, 63837, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 47478, 39287, 47479, 63862, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 55697, 63889, 47507, 63891, 63892, 31126, 47512, 63896, 39322, 55706, 63897, 63901, 55710, 63907, 55718, 31145, 55721, 63918, 39344, 39345, 47538, 63924, 22968, 39354, 55739, 47548, 39357, 47549, 39359, 39360, 31169, 55743, 63939, 64812, 47559, 39368, 39369, 39370, 22987, 22988, 39372, 39373, 47563, 55756, 31185, 22994, 22995, 55759, 22997, 39381, 55762, 55767, 47577, 39386, 63956, 31196, 39389, 47581, 23007, 39391, 55772, 63966, 63969, 63971, 64819, 47594, 23019, 23020, 23021, 23022, 23023, 31213, 47595, 31218, 23027, 39410, 39411, 47600, 47604, 55797, 23033, 47609, 31227, 39420, 39421, 23038, 39422, 47615, 55805, 55806, 55810, 64000, 64001, 64002, 39431, 64004, 31241, 39433, 47626, 64005, 23053, 23054, 31247, 64010, 64013, 64016, 64018, 47636, 23061, 31254, 55830, 23064, 31256, 23066, 39450, 31260, 23069, 23070, 55833, 64023, 64026, 23084, 55859, 64053, 31286, 23095, 47675, 55871, 39488, 23107, 55876, 31302, 55878, 23112, 55883, 55886, 23119, 64078, 39505, 31314, 31315, 23124, 39509, 55890, 55891, 55892, 31321, 55895, 31323, 55900, 64089, 64091, 64094, 55905, 64843, 55907, 39524, 39527, 55911, 39530, 31339, 31340, 39531, 55915, 64110, 31345, 31346, 55921, 64113, 55925, 31351, 55927, 55928, 23162, 23166, 31360, 31361, 31362, 55937, 23172, 47748, 31366, 55938, 55940, 55942, 64135, 23179, 55949, 55951, 23185, 31378, 31382, 31383, 23192, 64151, 23194, 23195, 23196, 31389, 39579, 64155, 23200, 31392, 31393, 55970, 31396, 31401, 31402, 23211, 23212, 64170, 23215, 55984, 39601, 31411, 23220, 31412, 31414, 39606, 55988, 23225, 55992, 55993, 31421, 31422, 31423, 31424, 56000, 56003, 31435, 23245, 47823, 31440, 31445, 31446, 56023, 31449, 39641, 23259, 31451, 31453, 39644, 56027, 56029, 31457, 23266, 23267, 31458, 31464, 56042, 47851, 56047, 56049, 47858, 56050, 31476, 31478, 23287, 23288, 39670, 56060, 56062, 23295, 23297, 56065, 31491, 23300, 39685, 31498, 31499, 23308, 56079, 56088, 39707, 23325, 47903, 56096, 23329, 23330, 31522, 39715, 39716, 23338, 56106, 47926, 23352, 47929, 23354, 23355, 39744, 31558, 39756, 39757, 39758, 23376, 23379, 31572, 39763, 39764, 47956, 39769, 39770, 39772, 39773, 39774, 31586, 23395, 31588, 23398, 23400, 23409, 31606, 23415, 23417, 31609, 56194, 31621, 31622, 48006, 23432, 56207, 56208, 39828, 48029, 31646, 23456, 39841, 48040, 31657, 64424, 64429, 23472, 23473, 39859, 39866, 23486, 56259, 64454, 23495, 31687, 23497, 56265, 23499, 56268, 23503, 56272, 64469, 23510, 23511, 23512, 31705, 31706, 31707, 39899, 56282, 31712, 31714, 23524, 23527, 31719, 23530, 23534, 39920, 23554, 31750, 39943, 23560, 39948, 23565, 31761, 39954, 23575, 23576, 31773, 23582, 39966, 39968, 31779, 48163, 48167, 31784, 31786, 23595, 23600, 48176, 56371, 31796, 39989, 31802, 31805, 31809, 31811, 48195, 56391, 31816, 31817, 56392, 23629, 31826, 23642, 31843, 31844, 23654, 31849, 40043, 23660, 23661, 31852, 40046, 48238, 23665, 40055, 40059, 23676, 23678, 64640, 31873, 31874, 31876, 23691, 31896, 23712, 23724, 64688, 48307, 23732, 23733, 48308, 40122, 23740, 23741, 23742, 23748, 23749, 48325, 40135, 31944, 23756, 56524, 40142, 31952, 31953, 23762, 40144, 31956, 40146, 31962, 31963, 31965, 23777, 40162, 31971, 31972, 31973, 40163, 40165, 48353, 31977, 64747, 64748, 40173, 40174, 64754, 31987, 64755, 40181, 64758, 40183, 31993, 64761, 31995, 31996, 64763, 40197, 40198, 23815, 23816, 32009, 40202, 64776, 40204, 40205, 64778, 40207, 64780, 40209, 23826, 32019, 64783, 40213, 32022, 64785, 64787, 56601, 64789, 64791, 56604, 64795, 23838, 23839, 32032, 64799, 64800, 40227, 23844, 23845, 32036, 40228, 32040, 40229, 64802, 32043, 48427, 48428, 64807, 64810, 32048, 32049, 56625, 23859, 40243, 48437, 23862, 32055, 40248, 56628, 40250, 40251, 56630, 32061, 40254, 64825, 64826, 32067, 64835, 32069, 23878, 32070, 32071, 40261, 23882, 40264, 40268, 23885, 56649, 56655, 23888, 32081, 40273, 32083, 40274, 48464, 64851, 23895, 40281, 40282, 40283, 64857, 23901, 48479, 40288, 32097, 32098, 48480, 64864, 64869, 64870, 23911, 40296, 23914, 23915, 40300, 23917, 32111, 32112, 40304, 40305, 32115, 40308, 23925, 32117, 56694, 23928, 64880, 64887, 32123, 32124, 40315, 40316, 32127, 40317, 48511, 40322, 32131, 64891, 48517, 64895, 64897, 23944, 23945, 40330, 64904, 64905, 32142, 40334, 56719, 48530, 23959, 56727, 40345, 40346, 56730, 64923, 64924, 23966, 32158, 64927, 64930, 64931, 56740, 48549, 23975, 23978, 48556, 32173, 64941, 40367, 64943, 56753, 40370, 23987, 48562, 64946, 64949, 48571, 40380, 64958, 56767, 32193, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 24017, 32210, 64978, 64979, 40405, 64983, 24025, 32222, 24031, 40416, 48609, 64990, 32227, 64991, 64992, 32230, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48637, 40446, 48638, 24066, 48643, 48644, 65030, 48647, 65031, 65032, 65034, 48665, 24090, 48666, 48667, 48668, 48669, 48672, 24107, 24110, 24111, 24112, 48687, 48690, 65077, 24121, 40522, 24140, 48718, 48719, 32339, 24148, 40532, 24155, 32348, 32351, 32354, 48739, 48741, 48742, 32359, 40554, 24172, 48748, 40561, 56946, 24182, 40568, 48761, 24186, 48763, 24193, 48770, 32387, 48773, 48774, 24199, 24202, 32394, 32395, 32396, 24212, 32406, 56983, 24216, 24219, 40603, 24221, 24222, 32413, 32416, 24230, 24231, 40614, 48809, 48810, 48815, 48816, 24241, 32433, 24243, 57015, 24255, 24256, 24257, 57024, 32455, 32465, 24276, 24279, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 24309, 24310, 32502, 48885, 40697, 48892, 32510, 57087, 32515, 32516, 24329, 24334, 57105, 40723, 32533, 57109, 57111, 32536, 40730, 40731, 57120, 24353, 32546, 48929, 57123, 24357, 24358, 48933, 32552, 48935, 40750, 40751, 48947, 24374, 24377, 24379, 40763, 24381, 24383, 57153, 24388, 40772, 40774, 57157, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 24407, 24411, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 32623, 32624, 57199, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 24454, 24455, 32651, 24463, 40847, 32660, 32661, 57237, 24472, 40859, 32668, 40861, 32671, 40863, 32675, 32676, 57251, 32684, 24501, 24502, 32697, 32699, 32700, 32701, 57276, 24516, 32709, 32710, 24518, 24519, 32713, 40905, 57292, 57293, 32718, 32722, 32723, 32724, 40917, 24538, 57307, 40924, 32733, 24543, 40933, 40936, 24553, 24554, 32749, 32750, 40941, 57325, 57330, 57331, 24567, 32761, 24570, 57340, 57343);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:29,358 - 23178 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 16:03:29,359 - 23178 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-27 16:03:29,359 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId in (57344, 40966, 57353, 57354, 49163, 40978, 40980, 57365, 32788, 57369, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 49198, 41007, 41006, 49204, 32822, 32826, 57407, 41024, 57411, 57416, 49227, 49231, 41040, 41039, 57426, 57427, 57430, 57432, 32857, 57434, 41050, 41051, 32859, 32861, 32865, 41060, 57446, 32870, 41067, 57455, 32880, 57457, 32882, 57459, 32884, 32885, 57462, 41079, 41077, 57465, 32889, 41082, 41085, 49278, 57471, 41086, 57477, 32901, 41095, 57481, 41104, 57489, 41109, 57497, 57499, 57502, 32929, 32930, 41123, 41129, 32940, 57518, 41135, 49328, 57521, 57522, 41137, 57526, 32951, 41143, 32954, 57537, 41154, 41155, 57540, 57541, 32966, 41157, 57545, 32969, 32972, 41166, 32975, 57561, 41187, 41190, 57579, 41196, 33009, 57586, 33011, 33014, 57596, 41214, 33024, 41219, 33029, 33031, 49415, 41228, 33038, 41231, 41232, 33040, 33046, 33049, 33050, 57627, 33053, 33058, 41252, 41254, 33080, 41275, 33087, 33088, 33089, 49471, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 33108, 41303, 41304, 33113, 49497, 41307, 41306, 33118, 33119, 49507, 41325, 33137, 33139, 41345, 49539, 41348, 41349, 41355, 49559, 33186, 33196, 33218, 33219, 49609, 33227, 57814, 33253, 33267, 33282, 41475, 41492, 33305, 33316, 41522, 33345, 33347, 57924, 41544, 41572, 41588, 49798, 33421, 33431, 58014, 33439, 33444, 49838, 33465, 49850, 33467, 33468, 49857, 58053, 33479, 49871, 49873, 49874, 49881, 41699, 41712, 49909, 49910, 49929, 33560, 49949, 49950, 49951, 41758, 41761, 41762, 33581, 49967, 49968, 33585, 33587, 33588, 33595, 49982, 33602, 49988, 49998, 33615, 50003, 50005, 33626, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 33652, 41846, 33656, 33657, 41853, 50049, 33666, 58244, 33669, 50055, 33672, 58247, 33675, 58252, 50061, 58251, 50069, 41884, 41887, 58271, 58273, 58274, 58277, 50092, 41900, 58289, 58292, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 58355, 58357, 50166, 50167, 58363, 41981, 58366, 58367, 58370, 58371, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 58415, 58416, 42033, 58417, 42037, 33854, 33858, 58441, 33869, 33872, 58460, 33884, 58464, 58466, 33898, 33901, 42106, 42107, 42111, 58496, 42113, 58504, 50316, 58510, 33951, 42147, 33955, 33956, 50345, 50358, 33982, 33984, 42181, 33994, 42190, 33998, 42193, 42195, 42196, 42197, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 50430, 34059, 34060, 42251, 34062, 42258, 58648, 34073, 34079, 42294, 42296, 42306, 42317, 42320, 42324, 58714, 42332, 42337, 42339, 34148, 42345, 34178, 42374, 42376, 58772, 34196, 42388, 34205, 42416, 34224, 42423, 34239, 34240, 50626, 34259, 34265, 34270, 34272, 34274, 34285, 34291, 42487, 50688, 50689, 50699, 34329, 50719, 34354, 34355, 50762, 50763, 42574, 50769, 34395, 50789, 34414, 42608, 42614, 34424, 34425, 42619, 50812, 50811, 34431, 42629, 34438, 50824, 34440, 50826, 34443, 50830, 42642, 34457, 34458, 42651, 42653, 50846, 50850, 42664, 50860, 50861, 50864, 34486, 42678, 50873, 34491, 50878, 50879, 50882, 42690, 34502, 34504, 50894, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34570, 42767, 34578, 59154, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 42809, 34619, 34626, 51011, 34629, 42823, 34635, 42831, 34648, 42849, 42850, 34662, 42855, 34665, 34668, 42866, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 34732, 42926, 42927, 42929, 51122, 51123, 51128, 34752, 34753, 59344, 59345, 42963, 34780, 42986, 42992, 34806, 59391, 51216, 51217, 34844, 34845, 51232, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 59480, 34904, 34914, 59492, 51306, 59498, 59502, 34928, 34930, 34935, 51320, 34939, 34941, 34946, 35014, 35015, 55806, 43213, 51408, 59606, 35031, 35032, 59611, 43228, 35044, 43239, 43241, 35060, 51445, 35062, 51447, 35063, 35066, 43259, 51451, 35069, 35070, 43265, 35074, 35076, 35086, 51471, 51470, 35092, 43284, 43286, 35095, 35096, 35094, 35101, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 35133, 51518, 59714, 35139, 59717, 59721, 51529, 59724, 43345, 43347, 51541, 51542, 51543, 59736, 51544, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 35185, 35186, 43380, 35188, 43381, 59768, 43385, 59772, 51582, 51589, 59784, 59788, 35213, 35216, 35217, 35221, 59799, 43416, 43417, 59802, 35227, 51613, 51614, 43424, 43426, 59810, 59814, 59816, 51638, 51639, 51640, 51641, 43460, 35270, 43463, 43464, 59847, 51658, 43467, 43466, 43473, 43475, 51669, 51673, 43483, 51680, 59873, 51683, 43492, 51684, 51685, 59875, 51686, 35305, 51690, 43497, 43500, 43498, 43502, 43503, 51696, 59889, 51701, 35321, 43515, 51708, 59902, 51713, 51714, 43525, 51718, 59911, 51720, 51724, 59921, 51730, 35346, 43540, 59925, 43544, 35353, 43546, 51737, 59929, 59928, 43550, 35359, 51744, 43552, 43554, 35362, 59939, 43549, 43559, 51753, 51754, 59947, 43568, 51761, 43574, 59964, 43582, 43591, 43593, 35402, 59979, 43597, 59993, 51804, 43613, 35425, 43619, 60004, 43621, 60005, 60009, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 51834, 60029, 35454, 60030, 60033, 35459, 35462, 43656, 43658, 51851, 51852, 60045, 35467, 35468, 51857, 60050, 35478, 35479, 35480, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 60070, 60069, 51880, 51877, 60076, 35502, 35504, 60081, 35505, 43699, 60080, 43701, 60086, 60091, 43707, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60108, 60107, 43726, 51920, 35536, 35538, 60115, 60116, 60112, 51922, 60121, 60122, 51931, 60124, 35556, 51941, 60139, 51951, 51952, 60143, 60144, 51955, 51956, 43761, 43766, 60150, 60149, 51967, 60165, 60167, 60178, 35602, 51988, 60187, 43803, 60192, 60193, 60196, 60197, 60198, 60199, 35624, 60203, 52018, 35634, 52020, 60215, 52027, 52035, 43850, 60236, 60242, 35667, 60243, 60244, 52054, 60247, 60248, 60249, 64078, 60253, 60257, 35682, 60258, 52069, 60262, 52074, 35690, 52079, 52084, 52085, 60278, 52089, 60285, 35710, 52095, 35712, 35711, 35714, 52099, 52101, 43910, 52106, 52107, 60305, 60308, 52122, 43931, 35741, 52130, 35746, 60324, 43939, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 35828, 52213, 60406, 35834, 52221, 44030, 44031, 35840, 35842, 35843, 44039, 52232, 52233, 60424, 44044, 35852, 44046, 35855, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 60452, 52260, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 44093, 60482, 44100, 52292, 52295, 35911, 60489, 60491, 52300, 60493, 60492, 35919, 35917, 60495, 60498, 60499, 60500, 60508, 52319, 52323, 35939, 52325, 52324, 60518, 52326, 60522, 52330, 35947, 52332, 35950, 35951, 60529, 52341, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 35979, 52370, 52371, 44181, 52374, 44187, 36000, 60576, 52384, 36003, 36005, 60581, 60585, 52406, 36027, 44222, 44224, 52424, 36042, 52428, 52430, 52432, 52442, 52446, 52447, 44266, 52461, 36082, 52468, 52472, 52476, 52477, 44289, 60688, 52500, 36121, 60698, 52506, 36124, 52520, 52534, 60726, 60729, 52537, 36155, 52550, 44360, 60746, 60747, 36172, 52556, 52563, 44375, 36191, 52578, 52579, 60772, 52582, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 44442, 36250, 52637, 44447, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 36281, 60860, 60863, 52672, 52673, 36290, 44488, 52684, 36305, 52696, 36314, 52699, 52701, 60893, 52702, 52711, 52715, 44523, 44526, 60911, 52719, 36337, 36336, 52723, 36340, 52728, 52730, 36350, 36351, 52734, 52736, 36365, 52751, 60948, 60949, 36374, 36379, 60957, 44576, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 60988, 36419, 36422, 36423, 36428, 52813, 52812, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 36506, 61085, 36523, 36524, 61099, 36526, 36527, 36528, 36532, 36534, 52927, 36545, 44740, 36549, 61127, 52941, 36557, 36560, 61136, 52948, 36564, 44757, 52950, 61148, 36578, 52963, 44772, 36581, 36582, 44775, 44776, 44774, 36580, 52965, 52972, 61168, 44787, 44788, 61173, 61175, 44793, 61177, 52988, 61181, 52994, 52999, 53000, 53001, 36622, 61201, 36626, 53015, 36635, 53020, 61213, 44831, 61216, 53025, 44833, 44838, 36646, 36648, 36654, 61233, 53041, 53042, 53044, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44874, 44875, 44876, 53070, 61264, 36689, 61268, 44886, 53079, 44890, 53084, 36702, 61281, 36706, 36707, 36709, 44901, 36711, 44914, 53112, 53115, 44924, 44926, 53126, 36749, 44943, 36752, 36756, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 44968, 53162, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 61379, 61384, 61389, 45008, 36816, 61392, 53204, 61397, 45022, 45024, 36836, 53226, 45035, 53234, 53235, 53237, 61432, 36856, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 53268, 45076, 53271, 45086, 45087, 61471, 53281, 61479, 45099, 53295, 53296, 36913, 53298, 45108, 53302, 45117, 53310, 53313, 36931, 45123, 36936, 36941, 61519, 36948, 53333, 53336, 53337, 36967, 53353, 53357, 61552, 36977, 53363, 61556, 61558, 61560, 36990, 53374, 53386, 37003, 37002, 53389, 37008, 61584, 37012, 53404, 37020, 61596, 37023, 37021, 37032, 61615, 61616, 37044, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 45290, 53484, 45304, 61689, 37115, 61696, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 37143, 37145, 45341, 61730, 61733, 61734, 61736, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 53578, 61775, 37200, 61780, 61786, 61790, 61795, 53609, 61803, 45424, 45439, 45459, 37267, 53654, 61854, 37280, 61860, 61864, 37290, 61869, 61879, 61880, 61881, 61883, 37312, 37313, 37314, 37315, 61891, 61890, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 45526, 53719, 45532, 53726, 61919, 61921, 45545, 61934, 37358, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 53767, 45575, 53771, 37387, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 45606, 53799, 37414, 61991, 62001, 53811, 45621, 53814, 53815, 53813, 45625, 37433, 62015, 62017, 45636, 37445, 37446, 53832, 45641, 45640, 53833, 37452, 37453, 62024, 37450, 37459, 45657, 62042, 37467, 62046, 62047, 37474, 45667, 62053, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 37498, 53883, 45696, 62088, 53899, 53901, 53902, 53903, 53905, 62107, 62115, 62120, 62121, 37548, 45752, 37568, 62146, 62154, 62155, 45772, 62156, 45771, 62158, 62160, 62157, 62162, 45781, 45784, 45790, 62175, 62179, 62180, 37603, 62186, 62189, 62195, 45812, 62198, 62202, 62203, 37631, 45827, 45828, 62213, 54020, 45831, 37639, 54023, 62220, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 54047, 62241, 45861, 45864, 62251, 62258, 37684, 62261, 62264, 62266, 45886, 45890, 37699, 45894, 62281, 45902, 62291, 45909, 62294, 45911, 37719, 37721, 37723, 54107, 45917, 62304, 62309, 37733, 62311, 62312, 62314, 62316, 62318, 62320, 37745, 37749, 62328, 62329, 62335, 45952, 62336, 62341, 37766, 62343, 45960, 54158, 62351, 37775, 45969, 62355, 62357, 62360, 45978, 62363, 62364, 45980, 37791, 45986, 62375, 62377, 37801, 62379, 45996, 62381, 37809, 46004, 37814, 37815, 37821, 62400, 37828, 37829, 62407, 37832, 62409, 46026, 62411, 62416, 37840, 62418, 62420, 62422, 62424, 37850, 37851, 37853, 37854, 37856, 62435, 46052, 37862, 37863, 62440, 62441, 37864, 62444, 62447, 37875, 37876, 46069, 62453, 62456, 62457, 62461, 37885, 62464, 62465, 37892, 37895, 37900, 62483, 37908, 37909, 37907, 62490, 62492, 62494, 37927, 37929, 62506, 62507, 37931, 37934, 62514, 37940, 37942, 37944, 62522, 62526, 62527, 37955, 37957, 37958, 62535, 37959, 37964, 46158, 46160, 37971, 54366, 54368, 54370, 37988, 62565, 54381, 38001, 38002, 38007, 38008, 54395, 54401, 38028, 46224, 54425, 38042, 38048, 62624, 62630, 54441, 38057, 54448, 38067, 46279, 54476, 46287, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 38127, 62703, 38129, 46331, 54526, 46340, 38150, 62726, 54535, 54537, 54538, 38151, 46348, 38162, 54546, 38167, 46360, 54553, 46366, 46370, 46371, 46377, 38194, 54583, 46393, 62777, 38203, 38205, 62791, 38220, 62800, 38233, 62812, 62823, 38250, 46444, 38252, 38255, 54640, 38257, 38256, 54654, 62848, 38274, 62855, 38279, 54665, 62860, 38294, 46500, 46505, 38314, 46507, 46517, 38331, 62909, 46526, 54728, 38350, 54734, 46544, 38354, 46546, 62932, 46550, 38361, 38370, 46566, 62952, 38384, 38385, 46584, 46585, 46592, 62984, 38411, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54825, 63020, 46639, 46640, 38457, 46649, 38466, 38468, 54854, 54856, 46666, 54859, 46670, 46671, 54866, 46677, 54874, 54886, 54890, 46710, 63096, 38521, 46714, 46712, 38538, 38541, 38542, 46754, 38563, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 63175, 63187, 38616, 38619, 38620, 46824, 63208, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 63256, 38684, 38688, 22305, 22304, 38693, 38696, 46890, 22314, 22317, 22327, 22329, 63292, 38724, 38731, 22348, 22350, 22351, 22354, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 38757, 63333, 38761, 38763, 38764, 22382, 38767, 22384, 22385, 38770, 38769, 38768, 55159, 22392, 22393, 63363, 38792, 38793, 22410, 38794, 38797, 38798, 38799, 38802, 22420, 22421, 38806, 63383, 22424, 63385, 63381, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 55243, 22476, 22475, 55246, 47053, 38860, 38865, 38871, 43547, 38873, 22493, 55262, 38878, 38880, 38886, 22504, 47083, 22507, 63467, 38894, 55285, 63477, 22520, 63481, 55290, 47099, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 38923, 38925, 22544, 38930, 38931, 22546, 47123, 22553, 22554, 22555, 22556, 38942, 47139, 63526, 22567, 22568, 47142, 63532, 22576, 22578, 22579, 47156, 55352, 22586, 38977, 22596, 55367, 63560, 38986, 22602, 22610, 22614, 22620, 22627, 22637, 39027, 22647, 47223, 63609, 47228, 47234, 22659, 47236, 47237, 22662, 22658, 55433, 39051, 47244, 22668, 63631, 63634, 63635, 63638, 63644, 63645, 22691, 47271, 47272, 39081, 63658, 22699, 55466, 22701, 22704, 22706, 63672, 63677, 39102, 22720, 47296, 63686, 63688, 47306, 63691, 22732, 22733, 47310, 39119, 55498, 63697, 47309, 55507, 63702, 22744, 22745, 47323, 63707, 22749, 47326, 63708, 55517, 63713, 47329, 55516, 47327, 22751, 22758, 47334, 47336, 63720, 47338, 22763, 22764, 22759, 63727, 47344, 22769, 22770, 47348, 22773, 63734, 63732, 63736, 55543, 39157, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 63752, 63753, 63754, 39181, 55567, 47376, 47375, 22803, 63764, 22804, 63765, 63767, 47384, 55577, 55575, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 47405, 22831, 22830, 55600, 55602, 39214, 22836, 55604, 63799, 39227, 39228, 63803, 55615, 55619, 55620, 63813, 55622, 22855, 39240, 22860, 39245, 63822, 39248, 63826, 39254, 63830, 63831, 63833, 63834, 63837, 47453, 22877, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 63862, 39287, 47479, 47478, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 63889, 55697, 63891, 63892, 47507, 47512, 63897, 63896, 39322, 63901, 55710, 63907, 55718, 55721, 63918, 39344, 47538, 63924, 39354, 55739, 47548, 47549, 39357, 39359, 39360, 55743, 63939, 47559, 39368, 39369, 39370, 47563, 39372, 55756, 22987, 55759, 22988, 63953, 39373, 22995, 63956, 39381, 22997, 55767, 47577, 39386, 55772, 47581, 63966, 39391, 39389, 63969, 23007, 63971, 47594, 63979, 47595, 23021, 23019, 23023, 47600, 23020, 63986, 23027, 47604, 23022, 39410, 63991, 39411, 47609, 55797, 23033, 39420, 39422, 47615, 64000, 64001, 64002, 55810, 64004, 64005, 64006, 39431, 39433, 64010, 47626, 64013, 23053, 23054, 64016, 64018, 64019, 47636, 64021, 64023, 23064, 55833, 64026, 23066, 39450, 23069, 23070, 23084, 55859, 64053, 23095, 47675, 55871, 39488, 23107, 55876, 55878, 23112, 55883, 55886, 64079, 64080, 39505, 55890, 55891, 55892, 23124, 39509, 55895, 23119, 64089, 64091, 55900, 64094, 55905, 55907, 39524, 39527, 55911, 39530, 55915, 39531, 64110, 64113, 55921, 55925, 55927, 55928, 23162, 23166, 55937, 55938, 47748, 23172, 55942, 64135, 55940, 23179, 55949, 55951, 23185, 64151, 23194, 64155, 39579, 23196, 23200, 55970, 64170, 23211, 23212, 23215, 55984, 39601, 55988, 23220, 39606, 55992, 23225, 56000, 56003, 23245, 47823, 56023, 39641, 56027, 39644, 23259, 56029, 23266, 23267, 56042, 47851, 56047, 56049, 56050, 47858, 39670, 23287, 23288, 56060, 56062, 23295, 56065, 39685, 56079, 56088, 39707, 47903, 56096, 39715, 39716, 56106, 47926, 47929, 39744, 39756, 39757, 39758, 39763, 47956, 39764, 39769, 39770, 39772, 39773, 39774, 56194, 48006, 56207, 56208, 39828, 48029, 39841, 48040, 64424, 64429, 39859, 39866, 56259, 64454, 56265, 56268, 56272, 64469, 56282, 39899, 39920, 39943, 39948, 39954, 39966, 39968, 48163, 48167, 48176, 56371, 39989, 48195, 56391, 56392, 40043, 40046, 48238, 40055, 40059, 64640, 64688, 48307, 40122, 48325, 56524, 40142, 40144, 40146, 48353, 40162, 40163, 40165, 64747, 64748, 40173, 40174, 64754, 64755, 40181, 64758, 40183, 64761, 64763, 40197, 40198, 64776, 64778, 40204, 40205, 64780, 40207, 64785, 40209, 64787, 64789, 40213, 64791, 56601, 64795, 56604, 64799, 64800, 64802, 40227, 40228, 40229, 64810, 48427, 48428, 64812, 64813, 56625, 40243, 64819, 48437, 56628, 56630, 40248, 64825, 64826, 40251, 40254, 64835, 40261, 40264, 56649, 64843, 40268, 56655, 48464, 40273, 40274, 64851, 64857, 40282, 40283, 40281, 48479, 40288, 48480, 64869, 64870, 40296, 40300, 64880, 40305, 40304, 40308, 56694, 64887, 40315, 40316, 40317, 64891, 64895, 48511, 64897, 40322, 48517, 64904, 64905, 40330, 40334, 56719, 48530, 56727, 40345, 40346, 64923, 64924, 64927, 64930, 64931, 56740, 48549, 48556, 64941, 40367, 64943, 56753, 64946, 40370, 48562, 64949, 48571, 40380, 64958, 56767, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 64978, 64979, 40405, 64983, 64990, 64991, 64992, 48609, 40416, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48638, 40446, 48643, 48644, 48647, 65034, 48665, 48666, 48667, 48668, 48669, 48672, 48687, 48690, 65077, 40522, 48718, 48719, 32339, 40532, 32348, 32351, 32354, 48739, 48741, 32359, 40554, 48748, 40561, 56946, 40568, 48761, 48763, 48770, 32387, 48773, 48774, 32394, 32395, 32396, 32406, 56983, 40603, 32413, 32416, 40614, 48809, 48810, 48815, 48816, 32433, 57015, 57024, 32455, 32465, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 48885, 32502, 40697, 48892, 32510, 57087, 32515, 32516, 57105, 57109, 32533, 57111, 32536, 40730, 40731, 57120, 48929, 32546, 57123, 48933, 48935, 32552, 22752, 40750, 40751, 48947, 40763, 57153, 40772, 57157, 40774, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 57199, 32623, 32624, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 32651, 40847, 32660, 57237, 40859, 32668, 40861, 40863, 32671, 57251, 32676, 32684, 32697, 32699, 57276, 32700, 32701, 32709, 32710, 40905, 32713, 57292, 57293, 32718, 32723, 32724, 40917, 57307, 32733, 40933, 40936, 40941, 32749, 32750, 57330, 57331, 32761, 57340, 57343)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:29,696 - 23178 - src.utils.log - INFO - βœ… Fetched 4683 rows - __SPLIT__ 2026-02-27 16:03:29,698 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId in (57344, 40966, 57353, 57354, 49163, 40978, 40980, 57365, 32788, 57369, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 49198, 41007, 41006, 49204, 32822, 32826, 57407, 41024, 57411, 57416, 49227, 49231, 41040, 41039, 57426, 57427, 57430, 57432, 32857, 57434, 41050, 41051, 32859, 32861, 32865, 41060, 57446, 32870, 41067, 57455, 32880, 57457, 32882, 57459, 32884, 32885, 57462, 41079, 41077, 57465, 32889, 41082, 41085, 49278, 57471, 41086, 57477, 32901, 41095, 57481, 41104, 57489, 41109, 57497, 57499, 57502, 32929, 32930, 41123, 41129, 32940, 57518, 41135, 49328, 57521, 57522, 41137, 57526, 32951, 41143, 32954, 57537, 41154, 41155, 57540, 57541, 32966, 41157, 57545, 32969, 32972, 41166, 32975, 57561, 41187, 41190, 57579, 41196, 33009, 57586, 33011, 33014, 57596, 41214, 33024, 41219, 33029, 33031, 49415, 41228, 33038, 41231, 41232, 33040, 33046, 33049, 33050, 57627, 33053, 33058, 41252, 41254, 33080, 41275, 33087, 33088, 33089, 49471, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 33108, 41303, 41304, 33113, 49497, 41307, 41306, 33118, 33119, 49507, 41325, 33137, 33139, 41345, 49539, 41348, 41349, 41355, 49559, 33186, 33196, 33218, 33219, 49609, 33227, 57814, 33253, 33267, 33282, 41475, 41492, 33305, 33316, 41522, 33345, 33347, 57924, 41544, 41572, 41588, 49798, 33421, 33431, 58014, 33439, 33444, 49838, 33465, 49850, 33467, 33468, 49857, 58053, 33479, 49871, 49873, 49874, 49881, 41699, 41712, 49909, 49910, 49929, 33560, 49949, 49950, 49951, 41758, 41761, 41762, 33581, 49967, 49968, 33585, 33587, 33588, 33595, 49982, 33602, 49988, 49998, 33615, 50003, 50005, 33626, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 33652, 41846, 33656, 33657, 41853, 50049, 33666, 58244, 33669, 50055, 33672, 58247, 33675, 58252, 50061, 58251, 50069, 41884, 41887, 58271, 58273, 58274, 58277, 50092, 41900, 58289, 58292, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 58355, 58357, 50166, 50167, 58363, 41981, 58366, 58367, 58370, 58371, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 58415, 58416, 42033, 58417, 42037, 33854, 33858, 58441, 33869, 33872, 58460, 33884, 58464, 58466, 33898, 33901, 42106, 42107, 42111, 58496, 42113, 58504, 50316, 58510, 33951, 42147, 33955, 33956, 50345, 50358, 33982, 33984, 42181, 33994, 42190, 33998, 42193, 42195, 42196, 42197, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 50430, 34059, 34060, 42251, 34062, 42258, 58648, 34073, 34079, 42294, 42296, 42306, 42317, 42320, 42324, 58714, 42332, 42337, 42339, 34148, 42345, 34178, 42374, 42376, 58772, 34196, 42388, 34205, 42416, 34224, 42423, 34239, 34240, 50626, 34259, 34265, 34270, 34272, 34274, 34285, 34291, 42487, 50688, 50689, 50699, 34329, 50719, 34354, 34355, 50762, 50763, 42574, 50769, 34395, 50789, 34414, 42608, 42614, 34424, 34425, 42619, 50812, 50811, 34431, 42629, 34438, 50824, 34440, 50826, 34443, 50830, 42642, 34457, 34458, 42651, 42653, 50846, 50850, 42664, 50860, 50861, 50864, 34486, 42678, 50873, 34491, 50878, 50879, 50882, 42690, 34502, 34504, 50894, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34570, 42767, 34578, 59154, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 42809, 34619, 34626, 51011, 34629, 42823, 34635, 42831, 34648, 42849, 42850, 34662, 42855, 34665, 34668, 42866, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 34732, 42926, 42927, 42929, 51122, 51123, 51128, 34752, 34753, 59344, 59345, 42963, 34780, 42986, 42992, 34806, 59391, 51216, 51217, 34844, 34845, 51232, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 59480, 34904, 34914, 59492, 51306, 59498, 59502, 34928, 34930, 34935, 51320, 34939, 34941, 34946, 35014, 35015, 55806, 43213, 51408, 59606, 35031, 35032, 59611, 43228, 35044, 43239, 43241, 35060, 51445, 35062, 51447, 35063, 35066, 43259, 51451, 35069, 35070, 43265, 35074, 35076, 35086, 51471, 51470, 35092, 43284, 43286, 35095, 35096, 35094, 35101, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 35133, 51518, 59714, 35139, 59717, 59721, 51529, 59724, 43345, 43347, 51541, 51542, 51543, 59736, 51544, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 35185, 35186, 43380, 35188, 43381, 59768, 43385, 59772, 51582, 51589, 59784, 59788, 35213, 35216, 35217, 35221, 59799, 43416, 43417, 59802, 35227, 51613, 51614, 43424, 43426, 59810, 59814, 59816, 51638, 51639, 51640, 51641, 43460, 35270, 43463, 43464, 59847, 51658, 43467, 43466, 43473, 43475, 51669, 51673, 43483, 51680, 59873, 51683, 43492, 51684, 51685, 59875, 51686, 35305, 51690, 43497, 43500, 43498, 43502, 43503, 51696, 59889, 51701, 35321, 43515, 51708, 59902, 51713, 51714, 43525, 51718, 59911, 51720, 51724, 59921, 51730, 35346, 43540, 59925, 43544, 35353, 43546, 51737, 59929, 59928, 43550, 35359, 51744, 43552, 43554, 35362, 59939, 43549, 43559, 51753, 51754, 59947, 43568, 51761, 43574, 59964, 43582, 43591, 43593, 35402, 59979, 43597, 59993, 51804, 43613, 35425, 43619, 60004, 43621, 60005, 60009, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 51834, 60029, 35454, 60030, 60033, 35459, 35462, 43656, 43658, 51851, 51852, 60045, 35467, 35468, 51857, 60050, 35478, 35479, 35480, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 60070, 60069, 51880, 51877, 60076, 35502, 35504, 60081, 35505, 43699, 60080, 43701, 60086, 60091, 43707, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60108, 60107, 43726, 51920, 35536, 35538, 60115, 60116, 60112, 51922, 60121, 60122, 51931, 60124, 35556, 51941, 60139, 51951, 51952, 60143, 60144, 51955, 51956, 43761, 43766, 60150, 60149, 51967, 60165, 60167, 60178, 35602, 51988, 60187, 43803, 60192, 60193, 60196, 60197, 60198, 60199, 35624, 60203, 52018, 35634, 52020, 60215, 52027, 52035, 43850, 60236, 60242, 35667, 60243, 60244, 52054, 60247, 60248, 60249, 64078, 60253, 60257, 35682, 60258, 52069, 60262, 52074, 35690, 52079, 52084, 52085, 60278, 52089, 60285, 35710, 52095, 35712, 35711, 35714, 52099, 52101, 43910, 52106, 52107, 60305, 60308, 52122, 43931, 35741, 52130, 35746, 60324, 43939, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 35828, 52213, 60406, 35834, 52221, 44030, 44031, 35840, 35842, 35843, 44039, 52232, 52233, 60424, 44044, 35852, 44046, 35855, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 60452, 52260, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 44093, 60482, 44100, 52292, 52295, 35911, 60489, 60491, 52300, 60493, 60492, 35919, 35917, 60495, 60498, 60499, 60500, 60508, 52319, 52323, 35939, 52325, 52324, 60518, 52326, 60522, 52330, 35947, 52332, 35950, 35951, 60529, 52341, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 35979, 52370, 52371, 44181, 52374, 44187, 36000, 60576, 52384, 36003, 36005, 60581, 60585, 52406, 36027, 44222, 44224, 52424, 36042, 52428, 52430, 52432, 52442, 52446, 52447, 44266, 52461, 36082, 52468, 52472, 52476, 52477, 44289, 60688, 52500, 36121, 60698, 52506, 36124, 52520, 52534, 60726, 60729, 52537, 36155, 52550, 44360, 60746, 60747, 36172, 52556, 52563, 44375, 36191, 52578, 52579, 60772, 52582, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 44442, 36250, 52637, 44447, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 36281, 60860, 60863, 52672, 52673, 36290, 44488, 52684, 36305, 52696, 36314, 52699, 52701, 60893, 52702, 52711, 52715, 44523, 44526, 60911, 52719, 36337, 36336, 52723, 36340, 52728, 52730, 36350, 36351, 52734, 52736, 36365, 52751, 60948, 60949, 36374, 36379, 60957, 44576, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 60988, 36419, 36422, 36423, 36428, 52813, 52812, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 36506, 61085, 36523, 36524, 61099, 36526, 36527, 36528, 36532, 36534, 52927, 36545, 44740, 36549, 61127, 52941, 36557, 36560, 61136, 52948, 36564, 44757, 52950, 61148, 36578, 52963, 44772, 36581, 36582, 44775, 44776, 44774, 36580, 52965, 52972, 61168, 44787, 44788, 61173, 61175, 44793, 61177, 52988, 61181, 52994, 52999, 53000, 53001, 36622, 61201, 36626, 53015, 36635, 53020, 61213, 44831, 61216, 53025, 44833, 44838, 36646, 36648, 36654, 61233, 53041, 53042, 53044, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44874, 44875, 44876, 53070, 61264, 36689, 61268, 44886, 53079, 44890, 53084, 36702, 61281, 36706, 36707, 36709, 44901, 36711, 44914, 53112, 53115, 44924, 44926, 53126, 36749, 44943, 36752, 36756, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 44968, 53162, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 61379, 61384, 61389, 45008, 36816, 61392, 53204, 61397, 45022, 45024, 36836, 53226, 45035, 53234, 53235, 53237, 61432, 36856, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 53268, 45076, 53271, 45086, 45087, 61471, 53281, 61479, 45099, 53295, 53296, 36913, 53298, 45108, 53302, 45117, 53310, 53313, 36931, 45123, 36936, 36941, 61519, 36948, 53333, 53336, 53337, 36967, 53353, 53357, 61552, 36977, 53363, 61556, 61558, 61560, 36990, 53374, 53386, 37003, 37002, 53389, 37008, 61584, 37012, 53404, 37020, 61596, 37023, 37021, 37032, 61615, 61616, 37044, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 45290, 53484, 45304, 61689, 37115, 61696, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 37143, 37145, 45341, 61730, 61733, 61734, 61736, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 53578, 61775, 37200, 61780, 61786, 61790, 61795, 53609, 61803, 45424, 45439, 45459, 37267, 53654, 61854, 37280, 61860, 61864, 37290, 61869, 61879, 61880, 61881, 61883, 37312, 37313, 37314, 37315, 61891, 61890, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 45526, 53719, 45532, 53726, 61919, 61921, 45545, 61934, 37358, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 53767, 45575, 53771, 37387, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 45606, 53799, 37414, 61991, 62001, 53811, 45621, 53814, 53815, 53813, 45625, 37433, 62015, 62017, 45636, 37445, 37446, 53832, 45641, 45640, 53833, 37452, 37453, 62024, 37450, 37459, 45657, 62042, 37467, 62046, 62047, 37474, 45667, 62053, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 37498, 53883, 45696, 62088, 53899, 53901, 53902, 53903, 53905, 62107, 62115, 62120, 62121, 37548, 45752, 37568, 62146, 62154, 62155, 45772, 62156, 45771, 62158, 62160, 62157, 62162, 45781, 45784, 45790, 62175, 62179, 62180, 37603, 62186, 62189, 62195, 45812, 62198, 62202, 62203, 37631, 45827, 45828, 62213, 54020, 45831, 37639, 54023, 62220, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 54047, 62241, 45861, 45864, 62251, 62258, 37684, 62261, 62264, 62266, 45886, 45890, 37699, 45894, 62281, 45902, 62291, 45909, 62294, 45911, 37719, 37721, 37723, 54107, 45917, 62304, 62309, 37733, 62311, 62312, 62314, 62316, 62318, 62320, 37745, 37749, 62328, 62329, 62335, 45952, 62336, 62341, 37766, 62343, 45960, 54158, 62351, 37775, 45969, 62355, 62357, 62360, 45978, 62363, 62364, 45980, 37791, 45986, 62375, 62377, 37801, 62379, 45996, 62381, 37809, 46004, 37814, 37815, 37821, 62400, 37828, 37829, 62407, 37832, 62409, 46026, 62411, 62416, 37840, 62418, 62420, 62422, 62424, 37850, 37851, 37853, 37854, 37856, 62435, 46052, 37862, 37863, 62440, 62441, 37864, 62444, 62447, 37875, 37876, 46069, 62453, 62456, 62457, 62461, 37885, 62464, 62465, 37892, 37895, 37900, 62483, 37908, 37909, 37907, 62490, 62492, 62494, 37927, 37929, 62506, 62507, 37931, 37934, 62514, 37940, 37942, 37944, 62522, 62526, 62527, 37955, 37957, 37958, 62535, 37959, 37964, 46158, 46160, 37971, 54366, 54368, 54370, 37988, 62565, 54381, 38001, 38002, 38007, 38008, 54395, 54401, 38028, 46224, 54425, 38042, 38048, 62624, 62630, 54441, 38057, 54448, 38067, 46279, 54476, 46287, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 38127, 62703, 38129, 46331, 54526, 46340, 38150, 62726, 54535, 54537, 54538, 38151, 46348, 38162, 54546, 38167, 46360, 54553, 46366, 46370, 46371, 46377, 38194, 54583, 46393, 62777, 38203, 38205, 62791, 38220, 62800, 38233, 62812, 62823, 38250, 46444, 38252, 38255, 54640, 38257, 38256, 54654, 62848, 38274, 62855, 38279, 54665, 62860, 38294, 46500, 46505, 38314, 46507, 46517, 38331, 62909, 46526, 54728, 38350, 54734, 46544, 38354, 46546, 62932, 46550, 38361, 38370, 46566, 62952, 38384, 38385, 46584, 46585, 46592, 62984, 38411, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54825, 63020, 46639, 46640, 38457, 46649, 38466, 38468, 54854, 54856, 46666, 54859, 46670, 46671, 54866, 46677, 54874, 54886, 54890, 46710, 63096, 38521, 46714, 46712, 38538, 38541, 38542, 46754, 38563, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 63175, 63187, 38616, 38619, 38620, 46824, 63208, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 63256, 38684, 38688, 22305, 22304, 38693, 38696, 46890, 22314, 22317, 22327, 22329, 63292, 38724, 38731, 22348, 22350, 22351, 22354, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 38757, 63333, 38761, 38763, 38764, 22382, 38767, 22384, 22385, 38770, 38769, 38768, 55159, 22392, 22393, 63363, 38792, 38793, 22410, 38794, 38797, 38798, 38799, 38802, 22420, 22421, 38806, 63383, 22424, 63385, 63381, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 55243, 22476, 22475, 55246, 47053, 38860, 38865, 38871, 43547, 38873, 22493, 55262, 38878, 38880, 38886, 22504, 47083, 22507, 63467, 38894, 55285, 63477, 22520, 63481, 55290, 47099, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 38923, 38925, 22544, 38930, 38931, 22546, 47123, 22553, 22554, 22555, 22556, 38942, 47139, 63526, 22567, 22568, 47142, 63532, 22576, 22578, 22579, 47156, 55352, 22586, 38977, 22596, 55367, 63560, 38986, 22602, 22610, 22614, 22620, 22627, 22637, 39027, 22647, 47223, 63609, 47228, 47234, 22659, 47236, 47237, 22662, 22658, 55433, 39051, 47244, 22668, 63631, 63634, 63635, 63638, 63644, 63645, 22691, 47271, 47272, 39081, 63658, 22699, 55466, 22701, 22704, 22706, 63672, 63677, 39102, 22720, 47296, 63686, 63688, 47306, 63691, 22732, 22733, 47310, 39119, 55498, 63697, 47309, 55507, 63702, 22744, 22745, 47323, 63707, 22749, 47326, 63708, 55517, 63713, 47329, 55516, 47327, 22751, 22758, 47334, 47336, 63720, 47338, 22763, 22764, 22759, 63727, 47344, 22769, 22770, 47348, 22773, 63734, 63732, 63736, 55543, 39157, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 63752, 63753, 63754, 39181, 55567, 47376, 47375, 22803, 63764, 22804, 63765, 63767, 47384, 55577, 55575, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 47405, 22831, 22830, 55600, 55602, 39214, 22836, 55604, 63799, 39227, 39228, 63803, 55615, 55619, 55620, 63813, 55622, 22855, 39240, 22860, 39245, 63822, 39248, 63826, 39254, 63830, 63831, 63833, 63834, 63837, 47453, 22877, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 63862, 39287, 47479, 47478, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 63889, 55697, 63891, 63892, 47507, 47512, 63897, 63896, 39322, 63901, 55710, 63907, 55718, 55721, 63918, 39344, 47538, 63924, 39354, 55739, 47548, 47549, 39357, 39359, 39360, 55743, 63939, 47559, 39368, 39369, 39370, 47563, 39372, 55756, 22987, 55759, 22988, 63953, 39373, 22995, 63956, 39381, 22997, 55767, 47577, 39386, 55772, 47581, 63966, 39391, 39389, 63969, 23007, 63971, 47594, 63979, 47595, 23021, 23019, 23023, 47600, 23020, 63986, 23027, 47604, 23022, 39410, 63991, 39411, 47609, 55797, 23033, 39420, 39422, 47615, 64000, 64001, 64002, 55810, 64004, 64005, 64006, 39431, 39433, 64010, 47626, 64013, 23053, 23054, 64016, 64018, 64019, 47636, 64021, 64023, 23064, 55833, 64026, 23066, 39450, 23069, 23070, 23084, 55859, 64053, 23095, 47675, 55871, 39488, 23107, 55876, 55878, 23112, 55883, 55886, 64079, 64080, 39505, 55890, 55891, 55892, 23124, 39509, 55895, 23119, 64089, 64091, 55900, 64094, 55905, 55907, 39524, 39527, 55911, 39530, 55915, 39531, 64110, 64113, 55921, 55925, 55927, 55928, 23162, 23166, 55937, 55938, 47748, 23172, 55942, 64135, 55940, 23179, 55949, 55951, 23185, 64151, 23194, 64155, 39579, 23196, 23200, 55970, 64170, 23211, 23212, 23215, 55984, 39601, 55988, 23220, 39606, 55992, 23225, 56000, 56003, 23245, 47823, 56023, 39641, 56027, 39644, 23259, 56029, 23266, 23267, 56042, 47851, 56047, 56049, 56050, 47858, 39670, 23287, 23288, 56060, 56062, 23295, 56065, 39685, 56079, 56088, 39707, 47903, 56096, 39715, 39716, 56106, 47926, 47929, 39744, 39756, 39757, 39758, 39763, 47956, 39764, 39769, 39770, 39772, 39773, 39774, 56194, 48006, 56207, 56208, 39828, 48029, 39841, 48040, 64424, 64429, 39859, 39866, 56259, 64454, 56265, 56268, 56272, 64469, 56282, 39899, 39920, 39943, 39948, 39954, 39966, 39968, 48163, 48167, 48176, 56371, 39989, 48195, 56391, 56392, 40043, 40046, 48238, 40055, 40059, 64640, 64688, 48307, 40122, 48325, 56524, 40142, 40144, 40146, 48353, 40162, 40163, 40165, 64747, 64748, 40173, 40174, 64754, 64755, 40181, 64758, 40183, 64761, 64763, 40197, 40198, 64776, 64778, 40204, 40205, 64780, 40207, 64785, 40209, 64787, 64789, 40213, 64791, 56601, 64795, 56604, 64799, 64800, 64802, 40227, 40228, 40229, 64810, 48427, 48428, 64812, 64813, 56625, 40243, 64819, 48437, 56628, 56630, 40248, 64825, 64826, 40251, 40254, 64835, 40261, 40264, 56649, 64843, 40268, 56655, 48464, 40273, 40274, 64851, 64857, 40282, 40283, 40281, 48479, 40288, 48480, 64869, 64870, 40296, 40300, 64880, 40305, 40304, 40308, 56694, 64887, 40315, 40316, 40317, 64891, 64895, 48511, 64897, 40322, 48517, 64904, 64905, 40330, 40334, 56719, 48530, 56727, 40345, 40346, 64923, 64924, 64927, 64930, 64931, 56740, 48549, 48556, 64941, 40367, 64943, 56753, 64946, 40370, 48562, 64949, 48571, 40380, 64958, 56767, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 64978, 64979, 40405, 64983, 64990, 64991, 64992, 48609, 40416, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48638, 40446, 48643, 48644, 48647, 65034, 48665, 48666, 48667, 48668, 48669, 48672, 48687, 48690, 65077, 40522, 48718, 48719, 32339, 40532, 32348, 32351, 32354, 48739, 48741, 32359, 40554, 48748, 40561, 56946, 40568, 48761, 48763, 48770, 32387, 48773, 48774, 32394, 32395, 32396, 32406, 56983, 40603, 32413, 32416, 40614, 48809, 48810, 48815, 48816, 32433, 57015, 57024, 32455, 32465, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 48885, 32502, 40697, 48892, 32510, 57087, 32515, 32516, 57105, 57109, 32533, 57111, 32536, 40730, 40731, 57120, 48929, 32546, 57123, 48933, 48935, 32552, 22752, 40750, 40751, 48947, 40763, 57153, 40772, 57157, 40774, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 57199, 32623, 32624, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 32651, 40847, 32660, 57237, 40859, 32668, 40861, 40863, 32671, 57251, 32676, 32684, 32697, 32699, 57276, 32700, 32701, 32709, 32710, 40905, 32713, 57292, 57293, 32718, 32723, 32724, 40917, 57307, 32733, 40933, 40936, 40941, 32749, 32750, 57330, 57331, 32761, 57340, 57343)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:29,905 - 23178 - src.utils.log - INFO - βœ… Fetched 808 rows - __SPLIT__ 2026-02-27 16:03:29,915 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId in (57344, 40966, 57353, 57354, 49163, 40978, 40980, 57365, 32788, 57369, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 49198, 41007, 41006, 49204, 32822, 32826, 57407, 41024, 57411, 57416, 49227, 49231, 41040, 41039, 57426, 57427, 57430, 57432, 32857, 57434, 41050, 41051, 32859, 32861, 32865, 41060, 57446, 32870, 41067, 57455, 32880, 57457, 32882, 57459, 32884, 32885, 57462, 41079, 41077, 57465, 32889, 41082, 41085, 49278, 57471, 41086, 57477, 32901, 41095, 57481, 41104, 57489, 41109, 57497, 57499, 57502, 32929, 32930, 41123, 41129, 32940, 57518, 41135, 49328, 57521, 57522, 41137, 57526, 32951, 41143, 32954, 57537, 41154, 41155, 57540, 57541, 32966, 41157, 57545, 32969, 32972, 41166, 32975, 57561, 41187, 41190, 57579, 41196, 33009, 57586, 33011, 33014, 57596, 41214, 33024, 41219, 33029, 33031, 49415, 41228, 33038, 41231, 41232, 33040, 33046, 33049, 33050, 57627, 33053, 33058, 41252, 41254, 33080, 41275, 33087, 33088, 33089, 49471, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 33108, 41303, 41304, 33113, 49497, 41307, 41306, 33118, 33119, 49507, 41325, 33137, 33139, 41345, 49539, 41348, 41349, 41355, 49559, 33186, 33196, 33218, 33219, 49609, 33227, 57814, 33253, 33267, 33282, 41475, 41492, 33305, 33316, 41522, 33345, 33347, 57924, 41544, 41572, 41588, 49798, 33421, 33431, 58014, 33439, 33444, 49838, 33465, 49850, 33467, 33468, 49857, 58053, 33479, 49871, 49873, 49874, 49881, 41699, 41712, 49909, 49910, 49929, 33560, 49949, 49950, 49951, 41758, 41761, 41762, 33581, 49967, 49968, 33585, 33587, 33588, 33595, 49982, 33602, 49988, 49998, 33615, 50003, 50005, 33626, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 33652, 41846, 33656, 33657, 41853, 50049, 33666, 58244, 33669, 50055, 33672, 58247, 33675, 58252, 50061, 58251, 50069, 41884, 41887, 58271, 58273, 58274, 58277, 50092, 41900, 58289, 58292, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 58355, 58357, 50166, 50167, 58363, 41981, 58366, 58367, 58370, 58371, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 58415, 58416, 42033, 58417, 42037, 33854, 33858, 58441, 33869, 33872, 58460, 33884, 58464, 58466, 33898, 33901, 42106, 42107, 42111, 58496, 42113, 58504, 50316, 58510, 33951, 42147, 33955, 33956, 50345, 50358, 33982, 33984, 42181, 33994, 42190, 33998, 42193, 42195, 42196, 42197, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 50430, 34059, 34060, 42251, 34062, 42258, 58648, 34073, 34079, 42294, 42296, 42306, 42317, 42320, 42324, 58714, 42332, 42337, 42339, 34148, 42345, 34178, 42374, 42376, 58772, 34196, 42388, 34205, 42416, 34224, 42423, 34239, 34240, 50626, 34259, 34265, 34270, 34272, 34274, 34285, 34291, 42487, 50688, 50689, 50699, 34329, 50719, 34354, 34355, 50762, 50763, 42574, 50769, 34395, 50789, 34414, 42608, 42614, 34424, 34425, 42619, 50812, 50811, 34431, 42629, 34438, 50824, 34440, 50826, 34443, 50830, 42642, 34457, 34458, 42651, 42653, 50846, 50850, 42664, 50860, 50861, 50864, 34486, 42678, 50873, 34491, 50878, 50879, 50882, 42690, 34502, 34504, 50894, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34570, 42767, 34578, 59154, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 42809, 34619, 34626, 51011, 34629, 42823, 34635, 42831, 34648, 42849, 42850, 34662, 42855, 34665, 34668, 42866, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 34732, 42926, 42927, 42929, 51122, 51123, 51128, 34752, 34753, 59344, 59345, 42963, 34780, 42986, 42992, 34806, 59391, 51216, 51217, 34844, 34845, 51232, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 59480, 34904, 34914, 59492, 51306, 59498, 59502, 34928, 34930, 34935, 51320, 34939, 34941, 34946, 35014, 35015, 55806, 43213, 51408, 59606, 35031, 35032, 59611, 43228, 35044, 43239, 43241, 35060, 51445, 35062, 51447, 35063, 35066, 43259, 51451, 35069, 35070, 43265, 35074, 35076, 35086, 51471, 51470, 35092, 43284, 43286, 35095, 35096, 35094, 35101, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 35133, 51518, 59714, 35139, 59717, 59721, 51529, 59724, 43345, 43347, 51541, 51542, 51543, 59736, 51544, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 35185, 35186, 43380, 35188, 43381, 59768, 43385, 59772, 51582, 51589, 59784, 59788, 35213, 35216, 35217, 35221, 59799, 43416, 43417, 59802, 35227, 51613, 51614, 43424, 43426, 59810, 59814, 59816, 51638, 51639, 51640, 51641, 43460, 35270, 43463, 43464, 59847, 51658, 43467, 43466, 43473, 43475, 51669, 51673, 43483, 51680, 59873, 51683, 43492, 51684, 51685, 59875, 51686, 35305, 51690, 43497, 43500, 43498, 43502, 43503, 51696, 59889, 51701, 35321, 43515, 51708, 59902, 51713, 51714, 43525, 51718, 59911, 51720, 51724, 59921, 51730, 35346, 43540, 59925, 43544, 35353, 43546, 51737, 59929, 59928, 43550, 35359, 51744, 43552, 43554, 35362, 59939, 43549, 43559, 51753, 51754, 59947, 43568, 51761, 43574, 59964, 43582, 43591, 43593, 35402, 59979, 43597, 59993, 51804, 43613, 35425, 43619, 60004, 43621, 60005, 60009, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 51834, 60029, 35454, 60030, 60033, 35459, 35462, 43656, 43658, 51851, 51852, 60045, 35467, 35468, 51857, 60050, 35478, 35479, 35480, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 60070, 60069, 51880, 51877, 60076, 35502, 35504, 60081, 35505, 43699, 60080, 43701, 60086, 60091, 43707, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60108, 60107, 43726, 51920, 35536, 35538, 60115, 60116, 60112, 51922, 60121, 60122, 51931, 60124, 35556, 51941, 60139, 51951, 51952, 60143, 60144, 51955, 51956, 43761, 43766, 60150, 60149, 51967, 60165, 60167, 60178, 35602, 51988, 60187, 43803, 60192, 60193, 60196, 60197, 60198, 60199, 35624, 60203, 52018, 35634, 52020, 60215, 52027, 52035, 43850, 60236, 60242, 35667, 60243, 60244, 52054, 60247, 60248, 60249, 64078, 60253, 60257, 35682, 60258, 52069, 60262, 52074, 35690, 52079, 52084, 52085, 60278, 52089, 60285, 35710, 52095, 35712, 35711, 35714, 52099, 52101, 43910, 52106, 52107, 60305, 60308, 52122, 43931, 35741, 52130, 35746, 60324, 43939, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 35828, 52213, 60406, 35834, 52221, 44030, 44031, 35840, 35842, 35843, 44039, 52232, 52233, 60424, 44044, 35852, 44046, 35855, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 60452, 52260, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 44093, 60482, 44100, 52292, 52295, 35911, 60489, 60491, 52300, 60493, 60492, 35919, 35917, 60495, 60498, 60499, 60500, 60508, 52319, 52323, 35939, 52325, 52324, 60518, 52326, 60522, 52330, 35947, 52332, 35950, 35951, 60529, 52341, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 35979, 52370, 52371, 44181, 52374, 44187, 36000, 60576, 52384, 36003, 36005, 60581, 60585, 52406, 36027, 44222, 44224, 52424, 36042, 52428, 52430, 52432, 52442, 52446, 52447, 44266, 52461, 36082, 52468, 52472, 52476, 52477, 44289, 60688, 52500, 36121, 60698, 52506, 36124, 52520, 52534, 60726, 60729, 52537, 36155, 52550, 44360, 60746, 60747, 36172, 52556, 52563, 44375, 36191, 52578, 52579, 60772, 52582, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 44442, 36250, 52637, 44447, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 36281, 60860, 60863, 52672, 52673, 36290, 44488, 52684, 36305, 52696, 36314, 52699, 52701, 60893, 52702, 52711, 52715, 44523, 44526, 60911, 52719, 36337, 36336, 52723, 36340, 52728, 52730, 36350, 36351, 52734, 52736, 36365, 52751, 60948, 60949, 36374, 36379, 60957, 44576, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 60988, 36419, 36422, 36423, 36428, 52813, 52812, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 36506, 61085, 36523, 36524, 61099, 36526, 36527, 36528, 36532, 36534, 52927, 36545, 44740, 36549, 61127, 52941, 36557, 36560, 61136, 52948, 36564, 44757, 52950, 61148, 36578, 52963, 44772, 36581, 36582, 44775, 44776, 44774, 36580, 52965, 52972, 61168, 44787, 44788, 61173, 61175, 44793, 61177, 52988, 61181, 52994, 52999, 53000, 53001, 36622, 61201, 36626, 53015, 36635, 53020, 61213, 44831, 61216, 53025, 44833, 44838, 36646, 36648, 36654, 61233, 53041, 53042, 53044, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44874, 44875, 44876, 53070, 61264, 36689, 61268, 44886, 53079, 44890, 53084, 36702, 61281, 36706, 36707, 36709, 44901, 36711, 44914, 53112, 53115, 44924, 44926, 53126, 36749, 44943, 36752, 36756, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 44968, 53162, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 61379, 61384, 61389, 45008, 36816, 61392, 53204, 61397, 45022, 45024, 36836, 53226, 45035, 53234, 53235, 53237, 61432, 36856, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 53268, 45076, 53271, 45086, 45087, 61471, 53281, 61479, 45099, 53295, 53296, 36913, 53298, 45108, 53302, 45117, 53310, 53313, 36931, 45123, 36936, 36941, 61519, 36948, 53333, 53336, 53337, 36967, 53353, 53357, 61552, 36977, 53363, 61556, 61558, 61560, 36990, 53374, 53386, 37003, 37002, 53389, 37008, 61584, 37012, 53404, 37020, 61596, 37023, 37021, 37032, 61615, 61616, 37044, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 45290, 53484, 45304, 61689, 37115, 61696, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 37143, 37145, 45341, 61730, 61733, 61734, 61736, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 53578, 61775, 37200, 61780, 61786, 61790, 61795, 53609, 61803, 45424, 45439, 45459, 37267, 53654, 61854, 37280, 61860, 61864, 37290, 61869, 61879, 61880, 61881, 61883, 37312, 37313, 37314, 37315, 61891, 61890, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 45526, 53719, 45532, 53726, 61919, 61921, 45545, 61934, 37358, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 53767, 45575, 53771, 37387, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 45606, 53799, 37414, 61991, 62001, 53811, 45621, 53814, 53815, 53813, 45625, 37433, 62015, 62017, 45636, 37445, 37446, 53832, 45641, 45640, 53833, 37452, 37453, 62024, 37450, 37459, 45657, 62042, 37467, 62046, 62047, 37474, 45667, 62053, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 37498, 53883, 45696, 62088, 53899, 53901, 53902, 53903, 53905, 62107, 62115, 62120, 62121, 37548, 45752, 37568, 62146, 62154, 62155, 45772, 62156, 45771, 62158, 62160, 62157, 62162, 45781, 45784, 45790, 62175, 62179, 62180, 37603, 62186, 62189, 62195, 45812, 62198, 62202, 62203, 37631, 45827, 45828, 62213, 54020, 45831, 37639, 54023, 62220, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 54047, 62241, 45861, 45864, 62251, 62258, 37684, 62261, 62264, 62266, 45886, 45890, 37699, 45894, 62281, 45902, 62291, 45909, 62294, 45911, 37719, 37721, 37723, 54107, 45917, 62304, 62309, 37733, 62311, 62312, 62314, 62316, 62318, 62320, 37745, 37749, 62328, 62329, 62335, 45952, 62336, 62341, 37766, 62343, 45960, 54158, 62351, 37775, 45969, 62355, 62357, 62360, 45978, 62363, 62364, 45980, 37791, 45986, 62375, 62377, 37801, 62379, 45996, 62381, 37809, 46004, 37814, 37815, 37821, 62400, 37828, 37829, 62407, 37832, 62409, 46026, 62411, 62416, 37840, 62418, 62420, 62422, 62424, 37850, 37851, 37853, 37854, 37856, 62435, 46052, 37862, 37863, 62440, 62441, 37864, 62444, 62447, 37875, 37876, 46069, 62453, 62456, 62457, 62461, 37885, 62464, 62465, 37892, 37895, 37900, 62483, 37908, 37909, 37907, 62490, 62492, 62494, 37927, 37929, 62506, 62507, 37931, 37934, 62514, 37940, 37942, 37944, 62522, 62526, 62527, 37955, 37957, 37958, 62535, 37959, 37964, 46158, 46160, 37971, 54366, 54368, 54370, 37988, 62565, 54381, 38001, 38002, 38007, 38008, 54395, 54401, 38028, 46224, 54425, 38042, 38048, 62624, 62630, 54441, 38057, 54448, 38067, 46279, 54476, 46287, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 38127, 62703, 38129, 46331, 54526, 46340, 38150, 62726, 54535, 54537, 54538, 38151, 46348, 38162, 54546, 38167, 46360, 54553, 46366, 46370, 46371, 46377, 38194, 54583, 46393, 62777, 38203, 38205, 62791, 38220, 62800, 38233, 62812, 62823, 38250, 46444, 38252, 38255, 54640, 38257, 38256, 54654, 62848, 38274, 62855, 38279, 54665, 62860, 38294, 46500, 46505, 38314, 46507, 46517, 38331, 62909, 46526, 54728, 38350, 54734, 46544, 38354, 46546, 62932, 46550, 38361, 38370, 46566, 62952, 38384, 38385, 46584, 46585, 46592, 62984, 38411, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54825, 63020, 46639, 46640, 38457, 46649, 38466, 38468, 54854, 54856, 46666, 54859, 46670, 46671, 54866, 46677, 54874, 54886, 54890, 46710, 63096, 38521, 46714, 46712, 38538, 38541, 38542, 46754, 38563, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 63175, 63187, 38616, 38619, 38620, 46824, 63208, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 63256, 38684, 38688, 22305, 22304, 38693, 38696, 46890, 22314, 22317, 22327, 22329, 63292, 38724, 38731, 22348, 22350, 22351, 22354, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 38757, 63333, 38761, 38763, 38764, 22382, 38767, 22384, 22385, 38770, 38769, 38768, 55159, 22392, 22393, 63363, 38792, 38793, 22410, 38794, 38797, 38798, 38799, 38802, 22420, 22421, 38806, 63383, 22424, 63385, 63381, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 55243, 22476, 22475, 55246, 47053, 38860, 38865, 38871, 43547, 38873, 22493, 55262, 38878, 38880, 38886, 22504, 47083, 22507, 63467, 38894, 55285, 63477, 22520, 63481, 55290, 47099, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 38923, 38925, 22544, 38930, 38931, 22546, 47123, 22553, 22554, 22555, 22556, 38942, 47139, 63526, 22567, 22568, 47142, 63532, 22576, 22578, 22579, 47156, 55352, 22586, 38977, 22596, 55367, 63560, 38986, 22602, 22610, 22614, 22620, 22627, 22637, 39027, 22647, 47223, 63609, 47228, 47234, 22659, 47236, 47237, 22662, 22658, 55433, 39051, 47244, 22668, 63631, 63634, 63635, 63638, 63644, 63645, 22691, 47271, 47272, 39081, 63658, 22699, 55466, 22701, 22704, 22706, 63672, 63677, 39102, 22720, 47296, 63686, 63688, 47306, 63691, 22732, 22733, 47310, 39119, 55498, 63697, 47309, 55507, 63702, 22744, 22745, 47323, 63707, 22749, 47326, 63708, 55517, 63713, 47329, 55516, 47327, 22751, 22758, 47334, 47336, 63720, 47338, 22763, 22764, 22759, 63727, 47344, 22769, 22770, 47348, 22773, 63734, 63732, 63736, 55543, 39157, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 63752, 63753, 63754, 39181, 55567, 47376, 47375, 22803, 63764, 22804, 63765, 63767, 47384, 55577, 55575, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 47405, 22831, 22830, 55600, 55602, 39214, 22836, 55604, 63799, 39227, 39228, 63803, 55615, 55619, 55620, 63813, 55622, 22855, 39240, 22860, 39245, 63822, 39248, 63826, 39254, 63830, 63831, 63833, 63834, 63837, 47453, 22877, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 63862, 39287, 47479, 47478, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 63889, 55697, 63891, 63892, 47507, 47512, 63897, 63896, 39322, 63901, 55710, 63907, 55718, 55721, 63918, 39344, 47538, 63924, 39354, 55739, 47548, 47549, 39357, 39359, 39360, 55743, 63939, 47559, 39368, 39369, 39370, 47563, 39372, 55756, 22987, 55759, 22988, 63953, 39373, 22995, 63956, 39381, 22997, 55767, 47577, 39386, 55772, 47581, 63966, 39391, 39389, 63969, 23007, 63971, 47594, 63979, 47595, 23021, 23019, 23023, 47600, 23020, 63986, 23027, 47604, 23022, 39410, 63991, 39411, 47609, 55797, 23033, 39420, 39422, 47615, 64000, 64001, 64002, 55810, 64004, 64005, 64006, 39431, 39433, 64010, 47626, 64013, 23053, 23054, 64016, 64018, 64019, 47636, 64021, 64023, 23064, 55833, 64026, 23066, 39450, 23069, 23070, 23084, 55859, 64053, 23095, 47675, 55871, 39488, 23107, 55876, 55878, 23112, 55883, 55886, 64079, 64080, 39505, 55890, 55891, 55892, 23124, 39509, 55895, 23119, 64089, 64091, 55900, 64094, 55905, 55907, 39524, 39527, 55911, 39530, 55915, 39531, 64110, 64113, 55921, 55925, 55927, 55928, 23162, 23166, 55937, 55938, 47748, 23172, 55942, 64135, 55940, 23179, 55949, 55951, 23185, 64151, 23194, 64155, 39579, 23196, 23200, 55970, 64170, 23211, 23212, 23215, 55984, 39601, 55988, 23220, 39606, 55992, 23225, 56000, 56003, 23245, 47823, 56023, 39641, 56027, 39644, 23259, 56029, 23266, 23267, 56042, 47851, 56047, 56049, 56050, 47858, 39670, 23287, 23288, 56060, 56062, 23295, 56065, 39685, 56079, 56088, 39707, 47903, 56096, 39715, 39716, 56106, 47926, 47929, 39744, 39756, 39757, 39758, 39763, 47956, 39764, 39769, 39770, 39772, 39773, 39774, 56194, 48006, 56207, 56208, 39828, 48029, 39841, 48040, 64424, 64429, 39859, 39866, 56259, 64454, 56265, 56268, 56272, 64469, 56282, 39899, 39920, 39943, 39948, 39954, 39966, 39968, 48163, 48167, 48176, 56371, 39989, 48195, 56391, 56392, 40043, 40046, 48238, 40055, 40059, 64640, 64688, 48307, 40122, 48325, 56524, 40142, 40144, 40146, 48353, 40162, 40163, 40165, 64747, 64748, 40173, 40174, 64754, 64755, 40181, 64758, 40183, 64761, 64763, 40197, 40198, 64776, 64778, 40204, 40205, 64780, 40207, 64785, 40209, 64787, 64789, 40213, 64791, 56601, 64795, 56604, 64799, 64800, 64802, 40227, 40228, 40229, 64810, 48427, 48428, 64812, 64813, 56625, 40243, 64819, 48437, 56628, 56630, 40248, 64825, 64826, 40251, 40254, 64835, 40261, 40264, 56649, 64843, 40268, 56655, 48464, 40273, 40274, 64851, 64857, 40282, 40283, 40281, 48479, 40288, 48480, 64869, 64870, 40296, 40300, 64880, 40305, 40304, 40308, 56694, 64887, 40315, 40316, 40317, 64891, 64895, 48511, 64897, 40322, 48517, 64904, 64905, 40330, 40334, 56719, 48530, 56727, 40345, 40346, 64923, 64924, 64927, 64930, 64931, 56740, 48549, 48556, 64941, 40367, 64943, 56753, 64946, 40370, 48562, 64949, 48571, 40380, 64958, 56767, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 64978, 64979, 40405, 64983, 64990, 64991, 64992, 48609, 40416, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48638, 40446, 48643, 48644, 48647, 65034, 48665, 48666, 48667, 48668, 48669, 48672, 48687, 48690, 65077, 40522, 48718, 48719, 32339, 40532, 32348, 32351, 32354, 48739, 48741, 32359, 40554, 48748, 40561, 56946, 40568, 48761, 48763, 48770, 32387, 48773, 48774, 32394, 32395, 32396, 32406, 56983, 40603, 32413, 32416, 40614, 48809, 48810, 48815, 48816, 32433, 57015, 57024, 32455, 32465, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 48885, 32502, 40697, 48892, 32510, 57087, 32515, 32516, 57105, 57109, 32533, 57111, 32536, 40730, 40731, 57120, 48929, 32546, 57123, 48933, 48935, 32552, 22752, 40750, 40751, 48947, 40763, 57153, 40772, 57157, 40774, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 57199, 32623, 32624, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 32651, 40847, 32660, 57237, 40859, 32668, 40861, 40863, 32671, 57251, 32676, 32684, 32697, 32699, 57276, 32700, 32701, 32709, 32710, 40905, 32713, 57292, 57293, 32718, 32723, 32724, 40917, 57307, 32733, 40933, 40936, 40941, 32749, 32750, 57330, 57331, 32761, 57340, 57343)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:30,140 - 23178 - src.utils.log - INFO - βœ… Fetched 3552 rows - __SPLIT__ 2026-02-27 16:03:30,144 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId in (57344, 40966, 57353, 57354, 49163, 40978, 40980, 57365, 32788, 57369, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 49198, 41007, 41006, 49204, 32822, 32826, 57407, 41024, 57411, 57416, 49227, 49231, 41040, 41039, 57426, 57427, 57430, 57432, 32857, 57434, 41050, 41051, 32859, 32861, 32865, 41060, 57446, 32870, 41067, 57455, 32880, 57457, 32882, 57459, 32884, 32885, 57462, 41079, 41077, 57465, 32889, 41082, 41085, 49278, 57471, 41086, 57477, 32901, 41095, 57481, 41104, 57489, 41109, 57497, 57499, 57502, 32929, 32930, 41123, 41129, 32940, 57518, 41135, 49328, 57521, 57522, 41137, 57526, 32951, 41143, 32954, 57537, 41154, 41155, 57540, 57541, 32966, 41157, 57545, 32969, 32972, 41166, 32975, 57561, 41187, 41190, 57579, 41196, 33009, 57586, 33011, 33014, 57596, 41214, 33024, 41219, 33029, 33031, 49415, 41228, 33038, 41231, 41232, 33040, 33046, 33049, 33050, 57627, 33053, 33058, 41252, 41254, 33080, 41275, 33087, 33088, 33089, 49471, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 33108, 41303, 41304, 33113, 49497, 41307, 41306, 33118, 33119, 49507, 41325, 33137, 33139, 41345, 49539, 41348, 41349, 41355, 49559, 33186, 33196, 33218, 33219, 49609, 33227, 57814, 33253, 33267, 33282, 41475, 41492, 33305, 33316, 41522, 33345, 33347, 57924, 41544, 41572, 41588, 49798, 33421, 33431, 58014, 33439, 33444, 49838, 33465, 49850, 33467, 33468, 49857, 58053, 33479, 49871, 49873, 49874, 49881, 41699, 41712, 49909, 49910, 49929, 33560, 49949, 49950, 49951, 41758, 41761, 41762, 33581, 49967, 49968, 33585, 33587, 33588, 33595, 49982, 33602, 49988, 49998, 33615, 50003, 50005, 33626, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 33652, 41846, 33656, 33657, 41853, 50049, 33666, 58244, 33669, 50055, 33672, 58247, 33675, 58252, 50061, 58251, 50069, 41884, 41887, 58271, 58273, 58274, 58277, 50092, 41900, 58289, 58292, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 58355, 58357, 50166, 50167, 58363, 41981, 58366, 58367, 58370, 58371, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 58415, 58416, 42033, 58417, 42037, 33854, 33858, 58441, 33869, 33872, 58460, 33884, 58464, 58466, 33898, 33901, 42106, 42107, 42111, 58496, 42113, 58504, 50316, 58510, 33951, 42147, 33955, 33956, 50345, 50358, 33982, 33984, 42181, 33994, 42190, 33998, 42193, 42195, 42196, 42197, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 50430, 34059, 34060, 42251, 34062, 42258, 58648, 34073, 34079, 42294, 42296, 42306, 42317, 42320, 42324, 58714, 42332, 42337, 42339, 34148, 42345, 34178, 42374, 42376, 58772, 34196, 42388, 34205, 42416, 34224, 42423, 34239, 34240, 50626, 34259, 34265, 34270, 34272, 34274, 34285, 34291, 42487, 50688, 50689, 50699, 34329, 50719, 34354, 34355, 50762, 50763, 42574, 50769, 34395, 50789, 34414, 42608, 42614, 34424, 34425, 42619, 50812, 50811, 34431, 42629, 34438, 50824, 34440, 50826, 34443, 50830, 42642, 34457, 34458, 42651, 42653, 50846, 50850, 42664, 50860, 50861, 50864, 34486, 42678, 50873, 34491, 50878, 50879, 50882, 42690, 34502, 34504, 50894, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34570, 42767, 34578, 59154, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 42809, 34619, 34626, 51011, 34629, 42823, 34635, 42831, 34648, 42849, 42850, 34662, 42855, 34665, 34668, 42866, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 34732, 42926, 42927, 42929, 51122, 51123, 51128, 34752, 34753, 59344, 59345, 42963, 34780, 42986, 42992, 34806, 59391, 51216, 51217, 34844, 34845, 51232, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 59480, 34904, 34914, 59492, 51306, 59498, 59502, 34928, 34930, 34935, 51320, 34939, 34941, 34946, 35014, 35015, 55806, 43213, 51408, 59606, 35031, 35032, 59611, 43228, 35044, 43239, 43241, 35060, 51445, 35062, 51447, 35063, 35066, 43259, 51451, 35069, 35070, 43265, 35074, 35076, 35086, 51471, 51470, 35092, 43284, 43286, 35095, 35096, 35094, 35101, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 35133, 51518, 59714, 35139, 59717, 59721, 51529, 59724, 43345, 43347, 51541, 51542, 51543, 59736, 51544, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 35185, 35186, 43380, 35188, 43381, 59768, 43385, 59772, 51582, 51589, 59784, 59788, 35213, 35216, 35217, 35221, 59799, 43416, 43417, 59802, 35227, 51613, 51614, 43424, 43426, 59810, 59814, 59816, 51638, 51639, 51640, 51641, 43460, 35270, 43463, 43464, 59847, 51658, 43467, 43466, 43473, 43475, 51669, 51673, 43483, 51680, 59873, 51683, 43492, 51684, 51685, 59875, 51686, 35305, 51690, 43497, 43500, 43498, 43502, 43503, 51696, 59889, 51701, 35321, 43515, 51708, 59902, 51713, 51714, 43525, 51718, 59911, 51720, 51724, 59921, 51730, 35346, 43540, 59925, 43544, 35353, 43546, 51737, 59929, 59928, 43550, 35359, 51744, 43552, 43554, 35362, 59939, 43549, 43559, 51753, 51754, 59947, 43568, 51761, 43574, 59964, 43582, 43591, 43593, 35402, 59979, 43597, 59993, 51804, 43613, 35425, 43619, 60004, 43621, 60005, 60009, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 51834, 60029, 35454, 60030, 60033, 35459, 35462, 43656, 43658, 51851, 51852, 60045, 35467, 35468, 51857, 60050, 35478, 35479, 35480, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 60070, 60069, 51880, 51877, 60076, 35502, 35504, 60081, 35505, 43699, 60080, 43701, 60086, 60091, 43707, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60108, 60107, 43726, 51920, 35536, 35538, 60115, 60116, 60112, 51922, 60121, 60122, 51931, 60124, 35556, 51941, 60139, 51951, 51952, 60143, 60144, 51955, 51956, 43761, 43766, 60150, 60149, 51967, 60165, 60167, 60178, 35602, 51988, 60187, 43803, 60192, 60193, 60196, 60197, 60198, 60199, 35624, 60203, 52018, 35634, 52020, 60215, 52027, 52035, 43850, 60236, 60242, 35667, 60243, 60244, 52054, 60247, 60248, 60249, 64078, 60253, 60257, 35682, 60258, 52069, 60262, 52074, 35690, 52079, 52084, 52085, 60278, 52089, 60285, 35710, 52095, 35712, 35711, 35714, 52099, 52101, 43910, 52106, 52107, 60305, 60308, 52122, 43931, 35741, 52130, 35746, 60324, 43939, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 35828, 52213, 60406, 35834, 52221, 44030, 44031, 35840, 35842, 35843, 44039, 52232, 52233, 60424, 44044, 35852, 44046, 35855, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 60452, 52260, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 44093, 60482, 44100, 52292, 52295, 35911, 60489, 60491, 52300, 60493, 60492, 35919, 35917, 60495, 60498, 60499, 60500, 60508, 52319, 52323, 35939, 52325, 52324, 60518, 52326, 60522, 52330, 35947, 52332, 35950, 35951, 60529, 52341, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 35979, 52370, 52371, 44181, 52374, 44187, 36000, 60576, 52384, 36003, 36005, 60581, 60585, 52406, 36027, 44222, 44224, 52424, 36042, 52428, 52430, 52432, 52442, 52446, 52447, 44266, 52461, 36082, 52468, 52472, 52476, 52477, 44289, 60688, 52500, 36121, 60698, 52506, 36124, 52520, 52534, 60726, 60729, 52537, 36155, 52550, 44360, 60746, 60747, 36172, 52556, 52563, 44375, 36191, 52578, 52579, 60772, 52582, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 44442, 36250, 52637, 44447, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 36281, 60860, 60863, 52672, 52673, 36290, 44488, 52684, 36305, 52696, 36314, 52699, 52701, 60893, 52702, 52711, 52715, 44523, 44526, 60911, 52719, 36337, 36336, 52723, 36340, 52728, 52730, 36350, 36351, 52734, 52736, 36365, 52751, 60948, 60949, 36374, 36379, 60957, 44576, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 60988, 36419, 36422, 36423, 36428, 52813, 52812, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 36506, 61085, 36523, 36524, 61099, 36526, 36527, 36528, 36532, 36534, 52927, 36545, 44740, 36549, 61127, 52941, 36557, 36560, 61136, 52948, 36564, 44757, 52950, 61148, 36578, 52963, 44772, 36581, 36582, 44775, 44776, 44774, 36580, 52965, 52972, 61168, 44787, 44788, 61173, 61175, 44793, 61177, 52988, 61181, 52994, 52999, 53000, 53001, 36622, 61201, 36626, 53015, 36635, 53020, 61213, 44831, 61216, 53025, 44833, 44838, 36646, 36648, 36654, 61233, 53041, 53042, 53044, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44874, 44875, 44876, 53070, 61264, 36689, 61268, 44886, 53079, 44890, 53084, 36702, 61281, 36706, 36707, 36709, 44901, 36711, 44914, 53112, 53115, 44924, 44926, 53126, 36749, 44943, 36752, 36756, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 44968, 53162, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 61379, 61384, 61389, 45008, 36816, 61392, 53204, 61397, 45022, 45024, 36836, 53226, 45035, 53234, 53235, 53237, 61432, 36856, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 53268, 45076, 53271, 45086, 45087, 61471, 53281, 61479, 45099, 53295, 53296, 36913, 53298, 45108, 53302, 45117, 53310, 53313, 36931, 45123, 36936, 36941, 61519, 36948, 53333, 53336, 53337, 36967, 53353, 53357, 61552, 36977, 53363, 61556, 61558, 61560, 36990, 53374, 53386, 37003, 37002, 53389, 37008, 61584, 37012, 53404, 37020, 61596, 37023, 37021, 37032, 61615, 61616, 37044, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 45290, 53484, 45304, 61689, 37115, 61696, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 37143, 37145, 45341, 61730, 61733, 61734, 61736, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 53578, 61775, 37200, 61780, 61786, 61790, 61795, 53609, 61803, 45424, 45439, 45459, 37267, 53654, 61854, 37280, 61860, 61864, 37290, 61869, 61879, 61880, 61881, 61883, 37312, 37313, 37314, 37315, 61891, 61890, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 45526, 53719, 45532, 53726, 61919, 61921, 45545, 61934, 37358, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 53767, 45575, 53771, 37387, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 45606, 53799, 37414, 61991, 62001, 53811, 45621, 53814, 53815, 53813, 45625, 37433, 62015, 62017, 45636, 37445, 37446, 53832, 45641, 45640, 53833, 37452, 37453, 62024, 37450, 37459, 45657, 62042, 37467, 62046, 62047, 37474, 45667, 62053, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 37498, 53883, 45696, 62088, 53899, 53901, 53902, 53903, 53905, 62107, 62115, 62120, 62121, 37548, 45752, 37568, 62146, 62154, 62155, 45772, 62156, 45771, 62158, 62160, 62157, 62162, 45781, 45784, 45790, 62175, 62179, 62180, 37603, 62186, 62189, 62195, 45812, 62198, 62202, 62203, 37631, 45827, 45828, 62213, 54020, 45831, 37639, 54023, 62220, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 54047, 62241, 45861, 45864, 62251, 62258, 37684, 62261, 62264, 62266, 45886, 45890, 37699, 45894, 62281, 45902, 62291, 45909, 62294, 45911, 37719, 37721, 37723, 54107, 45917, 62304, 62309, 37733, 62311, 62312, 62314, 62316, 62318, 62320, 37745, 37749, 62328, 62329, 62335, 45952, 62336, 62341, 37766, 62343, 45960, 54158, 62351, 37775, 45969, 62355, 62357, 62360, 45978, 62363, 62364, 45980, 37791, 45986, 62375, 62377, 37801, 62379, 45996, 62381, 37809, 46004, 37814, 37815, 37821, 62400, 37828, 37829, 62407, 37832, 62409, 46026, 62411, 62416, 37840, 62418, 62420, 62422, 62424, 37850, 37851, 37853, 37854, 37856, 62435, 46052, 37862, 37863, 62440, 62441, 37864, 62444, 62447, 37875, 37876, 46069, 62453, 62456, 62457, 62461, 37885, 62464, 62465, 37892, 37895, 37900, 62483, 37908, 37909, 37907, 62490, 62492, 62494, 37927, 37929, 62506, 62507, 37931, 37934, 62514, 37940, 37942, 37944, 62522, 62526, 62527, 37955, 37957, 37958, 62535, 37959, 37964, 46158, 46160, 37971, 54366, 54368, 54370, 37988, 62565, 54381, 38001, 38002, 38007, 38008, 54395, 54401, 38028, 46224, 54425, 38042, 38048, 62624, 62630, 54441, 38057, 54448, 38067, 46279, 54476, 46287, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 38127, 62703, 38129, 46331, 54526, 46340, 38150, 62726, 54535, 54537, 54538, 38151, 46348, 38162, 54546, 38167, 46360, 54553, 46366, 46370, 46371, 46377, 38194, 54583, 46393, 62777, 38203, 38205, 62791, 38220, 62800, 38233, 62812, 62823, 38250, 46444, 38252, 38255, 54640, 38257, 38256, 54654, 62848, 38274, 62855, 38279, 54665, 62860, 38294, 46500, 46505, 38314, 46507, 46517, 38331, 62909, 46526, 54728, 38350, 54734, 46544, 38354, 46546, 62932, 46550, 38361, 38370, 46566, 62952, 38384, 38385, 46584, 46585, 46592, 62984, 38411, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54825, 63020, 46639, 46640, 38457, 46649, 38466, 38468, 54854, 54856, 46666, 54859, 46670, 46671, 54866, 46677, 54874, 54886, 54890, 46710, 63096, 38521, 46714, 46712, 38538, 38541, 38542, 46754, 38563, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 63175, 63187, 38616, 38619, 38620, 46824, 63208, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 63256, 38684, 38688, 22305, 22304, 38693, 38696, 46890, 22314, 22317, 22327, 22329, 63292, 38724, 38731, 22348, 22350, 22351, 22354, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 38757, 63333, 38761, 38763, 38764, 22382, 38767, 22384, 22385, 38770, 38769, 38768, 55159, 22392, 22393, 63363, 38792, 38793, 22410, 38794, 38797, 38798, 38799, 38802, 22420, 22421, 38806, 63383, 22424, 63385, 63381, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 55243, 22476, 22475, 55246, 47053, 38860, 38865, 38871, 43547, 38873, 22493, 55262, 38878, 38880, 38886, 22504, 47083, 22507, 63467, 38894, 55285, 63477, 22520, 63481, 55290, 47099, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 38923, 38925, 22544, 38930, 38931, 22546, 47123, 22553, 22554, 22555, 22556, 38942, 47139, 63526, 22567, 22568, 47142, 63532, 22576, 22578, 22579, 47156, 55352, 22586, 38977, 22596, 55367, 63560, 38986, 22602, 22610, 22614, 22620, 22627, 22637, 39027, 22647, 47223, 63609, 47228, 47234, 22659, 47236, 47237, 22662, 22658, 55433, 39051, 47244, 22668, 63631, 63634, 63635, 63638, 63644, 63645, 22691, 47271, 47272, 39081, 63658, 22699, 55466, 22701, 22704, 22706, 63672, 63677, 39102, 22720, 47296, 63686, 63688, 47306, 63691, 22732, 22733, 47310, 39119, 55498, 63697, 47309, 55507, 63702, 22744, 22745, 47323, 63707, 22749, 47326, 63708, 55517, 63713, 47329, 55516, 47327, 22751, 22758, 47334, 47336, 63720, 47338, 22763, 22764, 22759, 63727, 47344, 22769, 22770, 47348, 22773, 63734, 63732, 63736, 55543, 39157, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 63752, 63753, 63754, 39181, 55567, 47376, 47375, 22803, 63764, 22804, 63765, 63767, 47384, 55577, 55575, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 47405, 22831, 22830, 55600, 55602, 39214, 22836, 55604, 63799, 39227, 39228, 63803, 55615, 55619, 55620, 63813, 55622, 22855, 39240, 22860, 39245, 63822, 39248, 63826, 39254, 63830, 63831, 63833, 63834, 63837, 47453, 22877, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 63862, 39287, 47479, 47478, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 63889, 55697, 63891, 63892, 47507, 47512, 63897, 63896, 39322, 63901, 55710, 63907, 55718, 55721, 63918, 39344, 47538, 63924, 39354, 55739, 47548, 47549, 39357, 39359, 39360, 55743, 63939, 47559, 39368, 39369, 39370, 47563, 39372, 55756, 22987, 55759, 22988, 63953, 39373, 22995, 63956, 39381, 22997, 55767, 47577, 39386, 55772, 47581, 63966, 39391, 39389, 63969, 23007, 63971, 47594, 63979, 47595, 23021, 23019, 23023, 47600, 23020, 63986, 23027, 47604, 23022, 39410, 63991, 39411, 47609, 55797, 23033, 39420, 39422, 47615, 64000, 64001, 64002, 55810, 64004, 64005, 64006, 39431, 39433, 64010, 47626, 64013, 23053, 23054, 64016, 64018, 64019, 47636, 64021, 64023, 23064, 55833, 64026, 23066, 39450, 23069, 23070, 23084, 55859, 64053, 23095, 47675, 55871, 39488, 23107, 55876, 55878, 23112, 55883, 55886, 64079, 64080, 39505, 55890, 55891, 55892, 23124, 39509, 55895, 23119, 64089, 64091, 55900, 64094, 55905, 55907, 39524, 39527, 55911, 39530, 55915, 39531, 64110, 64113, 55921, 55925, 55927, 55928, 23162, 23166, 55937, 55938, 47748, 23172, 55942, 64135, 55940, 23179, 55949, 55951, 23185, 64151, 23194, 64155, 39579, 23196, 23200, 55970, 64170, 23211, 23212, 23215, 55984, 39601, 55988, 23220, 39606, 55992, 23225, 56000, 56003, 23245, 47823, 56023, 39641, 56027, 39644, 23259, 56029, 23266, 23267, 56042, 47851, 56047, 56049, 56050, 47858, 39670, 23287, 23288, 56060, 56062, 23295, 56065, 39685, 56079, 56088, 39707, 47903, 56096, 39715, 39716, 56106, 47926, 47929, 39744, 39756, 39757, 39758, 39763, 47956, 39764, 39769, 39770, 39772, 39773, 39774, 56194, 48006, 56207, 56208, 39828, 48029, 39841, 48040, 64424, 64429, 39859, 39866, 56259, 64454, 56265, 56268, 56272, 64469, 56282, 39899, 39920, 39943, 39948, 39954, 39966, 39968, 48163, 48167, 48176, 56371, 39989, 48195, 56391, 56392, 40043, 40046, 48238, 40055, 40059, 64640, 64688, 48307, 40122, 48325, 56524, 40142, 40144, 40146, 48353, 40162, 40163, 40165, 64747, 64748, 40173, 40174, 64754, 64755, 40181, 64758, 40183, 64761, 64763, 40197, 40198, 64776, 64778, 40204, 40205, 64780, 40207, 64785, 40209, 64787, 64789, 40213, 64791, 56601, 64795, 56604, 64799, 64800, 64802, 40227, 40228, 40229, 64810, 48427, 48428, 64812, 64813, 56625, 40243, 64819, 48437, 56628, 56630, 40248, 64825, 64826, 40251, 40254, 64835, 40261, 40264, 56649, 64843, 40268, 56655, 48464, 40273, 40274, 64851, 64857, 40282, 40283, 40281, 48479, 40288, 48480, 64869, 64870, 40296, 40300, 64880, 40305, 40304, 40308, 56694, 64887, 40315, 40316, 40317, 64891, 64895, 48511, 64897, 40322, 48517, 64904, 64905, 40330, 40334, 56719, 48530, 56727, 40345, 40346, 64923, 64924, 64927, 64930, 64931, 56740, 48549, 48556, 64941, 40367, 64943, 56753, 64946, 40370, 48562, 64949, 48571, 40380, 64958, 56767, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 64978, 64979, 40405, 64983, 64990, 64991, 64992, 48609, 40416, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48638, 40446, 48643, 48644, 48647, 65034, 48665, 48666, 48667, 48668, 48669, 48672, 48687, 48690, 65077, 40522, 48718, 48719, 32339, 40532, 32348, 32351, 32354, 48739, 48741, 32359, 40554, 48748, 40561, 56946, 40568, 48761, 48763, 48770, 32387, 48773, 48774, 32394, 32395, 32396, 32406, 56983, 40603, 32413, 32416, 40614, 48809, 48810, 48815, 48816, 32433, 57015, 57024, 32455, 32465, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 48885, 32502, 40697, 48892, 32510, 57087, 32515, 32516, 57105, 57109, 32533, 57111, 32536, 40730, 40731, 57120, 48929, 32546, 57123, 48933, 48935, 32552, 22752, 40750, 40751, 48947, 40763, 57153, 40772, 57157, 40774, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 57199, 32623, 32624, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 32651, 40847, 32660, 57237, 40859, 32668, 40861, 40863, 32671, 57251, 32676, 32684, 32697, 32699, 57276, 32700, 32701, 32709, 32710, 40905, 32713, 57292, 57293, 32718, 32723, 32724, 40917, 57307, 32733, 40933, 40936, 40941, 32749, 32750, 57330, 57331, 32761, 57340, 57343)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:30,339 - 23178 - src.utils.log - INFO - βœ… Fetched 1026 rows - __SPLIT__ 2026-02-27 16:03:30,340 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId in (57344, 40966, 57353, 57354, 49163, 40978, 40980, 57365, 32788, 57369, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 49198, 41007, 41006, 49204, 32822, 32826, 57407, 41024, 57411, 57416, 49227, 49231, 41040, 41039, 57426, 57427, 57430, 57432, 32857, 57434, 41050, 41051, 32859, 32861, 32865, 41060, 57446, 32870, 41067, 57455, 32880, 57457, 32882, 57459, 32884, 32885, 57462, 41079, 41077, 57465, 32889, 41082, 41085, 49278, 57471, 41086, 57477, 32901, 41095, 57481, 41104, 57489, 41109, 57497, 57499, 57502, 32929, 32930, 41123, 41129, 32940, 57518, 41135, 49328, 57521, 57522, 41137, 57526, 32951, 41143, 32954, 57537, 41154, 41155, 57540, 57541, 32966, 41157, 57545, 32969, 32972, 41166, 32975, 57561, 41187, 41190, 57579, 41196, 33009, 57586, 33011, 33014, 57596, 41214, 33024, 41219, 33029, 33031, 49415, 41228, 33038, 41231, 41232, 33040, 33046, 33049, 33050, 57627, 33053, 33058, 41252, 41254, 33080, 41275, 33087, 33088, 33089, 49471, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 33108, 41303, 41304, 33113, 49497, 41307, 41306, 33118, 33119, 49507, 41325, 33137, 33139, 41345, 49539, 41348, 41349, 41355, 49559, 33186, 33196, 33218, 33219, 49609, 33227, 57814, 33253, 33267, 33282, 41475, 41492, 33305, 33316, 41522, 33345, 33347, 57924, 41544, 41572, 41588, 49798, 33421, 33431, 58014, 33439, 33444, 49838, 33465, 49850, 33467, 33468, 49857, 58053, 33479, 49871, 49873, 49874, 49881, 41699, 41712, 49909, 49910, 49929, 33560, 49949, 49950, 49951, 41758, 41761, 41762, 33581, 49967, 49968, 33585, 33587, 33588, 33595, 49982, 33602, 49988, 49998, 33615, 50003, 50005, 33626, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 33652, 41846, 33656, 33657, 41853, 50049, 33666, 58244, 33669, 50055, 33672, 58247, 33675, 58252, 50061, 58251, 50069, 41884, 41887, 58271, 58273, 58274, 58277, 50092, 41900, 58289, 58292, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 58355, 58357, 50166, 50167, 58363, 41981, 58366, 58367, 58370, 58371, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 58415, 58416, 42033, 58417, 42037, 33854, 33858, 58441, 33869, 33872, 58460, 33884, 58464, 58466, 33898, 33901, 42106, 42107, 42111, 58496, 42113, 58504, 50316, 58510, 33951, 42147, 33955, 33956, 50345, 50358, 33982, 33984, 42181, 33994, 42190, 33998, 42193, 42195, 42196, 42197, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 50430, 34059, 34060, 42251, 34062, 42258, 58648, 34073, 34079, 42294, 42296, 42306, 42317, 42320, 42324, 58714, 42332, 42337, 42339, 34148, 42345, 34178, 42374, 42376, 58772, 34196, 42388, 34205, 42416, 34224, 42423, 34239, 34240, 50626, 34259, 34265, 34270, 34272, 34274, 34285, 34291, 42487, 50688, 50689, 50699, 34329, 50719, 34354, 34355, 50762, 50763, 42574, 50769, 34395, 50789, 34414, 42608, 42614, 34424, 34425, 42619, 50812, 50811, 34431, 42629, 34438, 50824, 34440, 50826, 34443, 50830, 42642, 34457, 34458, 42651, 42653, 50846, 50850, 42664, 50860, 50861, 50864, 34486, 42678, 50873, 34491, 50878, 50879, 50882, 42690, 34502, 34504, 50894, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34570, 42767, 34578, 59154, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 42809, 34619, 34626, 51011, 34629, 42823, 34635, 42831, 34648, 42849, 42850, 34662, 42855, 34665, 34668, 42866, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 34732, 42926, 42927, 42929, 51122, 51123, 51128, 34752, 34753, 59344, 59345, 42963, 34780, 42986, 42992, 34806, 59391, 51216, 51217, 34844, 34845, 51232, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 59480, 34904, 34914, 59492, 51306, 59498, 59502, 34928, 34930, 34935, 51320, 34939, 34941, 34946, 35014, 35015, 55806, 43213, 51408, 59606, 35031, 35032, 59611, 43228, 35044, 43239, 43241, 35060, 51445, 35062, 51447, 35063, 35066, 43259, 51451, 35069, 35070, 43265, 35074, 35076, 35086, 51471, 51470, 35092, 43284, 43286, 35095, 35096, 35094, 35101, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 35133, 51518, 59714, 35139, 59717, 59721, 51529, 59724, 43345, 43347, 51541, 51542, 51543, 59736, 51544, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 35185, 35186, 43380, 35188, 43381, 59768, 43385, 59772, 51582, 51589, 59784, 59788, 35213, 35216, 35217, 35221, 59799, 43416, 43417, 59802, 35227, 51613, 51614, 43424, 43426, 59810, 59814, 59816, 51638, 51639, 51640, 51641, 43460, 35270, 43463, 43464, 59847, 51658, 43467, 43466, 43473, 43475, 51669, 51673, 43483, 51680, 59873, 51683, 43492, 51684, 51685, 59875, 51686, 35305, 51690, 43497, 43500, 43498, 43502, 43503, 51696, 59889, 51701, 35321, 43515, 51708, 59902, 51713, 51714, 43525, 51718, 59911, 51720, 51724, 59921, 51730, 35346, 43540, 59925, 43544, 35353, 43546, 51737, 59929, 59928, 43550, 35359, 51744, 43552, 43554, 35362, 59939, 43549, 43559, 51753, 51754, 59947, 43568, 51761, 43574, 59964, 43582, 43591, 43593, 35402, 59979, 43597, 59993, 51804, 43613, 35425, 43619, 60004, 43621, 60005, 60009, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 51834, 60029, 35454, 60030, 60033, 35459, 35462, 43656, 43658, 51851, 51852, 60045, 35467, 35468, 51857, 60050, 35478, 35479, 35480, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 60070, 60069, 51880, 51877, 60076, 35502, 35504, 60081, 35505, 43699, 60080, 43701, 60086, 60091, 43707, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60108, 60107, 43726, 51920, 35536, 35538, 60115, 60116, 60112, 51922, 60121, 60122, 51931, 60124, 35556, 51941, 60139, 51951, 51952, 60143, 60144, 51955, 51956, 43761, 43766, 60150, 60149, 51967, 60165, 60167, 60178, 35602, 51988, 60187, 43803, 60192, 60193, 60196, 60197, 60198, 60199, 35624, 60203, 52018, 35634, 52020, 60215, 52027, 52035, 43850, 60236, 60242, 35667, 60243, 60244, 52054, 60247, 60248, 60249, 64078, 60253, 60257, 35682, 60258, 52069, 60262, 52074, 35690, 52079, 52084, 52085, 60278, 52089, 60285, 35710, 52095, 35712, 35711, 35714, 52099, 52101, 43910, 52106, 52107, 60305, 60308, 52122, 43931, 35741, 52130, 35746, 60324, 43939, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 35828, 52213, 60406, 35834, 52221, 44030, 44031, 35840, 35842, 35843, 44039, 52232, 52233, 60424, 44044, 35852, 44046, 35855, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 60452, 52260, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 44093, 60482, 44100, 52292, 52295, 35911, 60489, 60491, 52300, 60493, 60492, 35919, 35917, 60495, 60498, 60499, 60500, 60508, 52319, 52323, 35939, 52325, 52324, 60518, 52326, 60522, 52330, 35947, 52332, 35950, 35951, 60529, 52341, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 35979, 52370, 52371, 44181, 52374, 44187, 36000, 60576, 52384, 36003, 36005, 60581, 60585, 52406, 36027, 44222, 44224, 52424, 36042, 52428, 52430, 52432, 52442, 52446, 52447, 44266, 52461, 36082, 52468, 52472, 52476, 52477, 44289, 60688, 52500, 36121, 60698, 52506, 36124, 52520, 52534, 60726, 60729, 52537, 36155, 52550, 44360, 60746, 60747, 36172, 52556, 52563, 44375, 36191, 52578, 52579, 60772, 52582, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 44442, 36250, 52637, 44447, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 36281, 60860, 60863, 52672, 52673, 36290, 44488, 52684, 36305, 52696, 36314, 52699, 52701, 60893, 52702, 52711, 52715, 44523, 44526, 60911, 52719, 36337, 36336, 52723, 36340, 52728, 52730, 36350, 36351, 52734, 52736, 36365, 52751, 60948, 60949, 36374, 36379, 60957, 44576, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 60988, 36419, 36422, 36423, 36428, 52813, 52812, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 36506, 61085, 36523, 36524, 61099, 36526, 36527, 36528, 36532, 36534, 52927, 36545, 44740, 36549, 61127, 52941, 36557, 36560, 61136, 52948, 36564, 44757, 52950, 61148, 36578, 52963, 44772, 36581, 36582, 44775, 44776, 44774, 36580, 52965, 52972, 61168, 44787, 44788, 61173, 61175, 44793, 61177, 52988, 61181, 52994, 52999, 53000, 53001, 36622, 61201, 36626, 53015, 36635, 53020, 61213, 44831, 61216, 53025, 44833, 44838, 36646, 36648, 36654, 61233, 53041, 53042, 53044, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44874, 44875, 44876, 53070, 61264, 36689, 61268, 44886, 53079, 44890, 53084, 36702, 61281, 36706, 36707, 36709, 44901, 36711, 44914, 53112, 53115, 44924, 44926, 53126, 36749, 44943, 36752, 36756, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 44968, 53162, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 61379, 61384, 61389, 45008, 36816, 61392, 53204, 61397, 45022, 45024, 36836, 53226, 45035, 53234, 53235, 53237, 61432, 36856, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 53268, 45076, 53271, 45086, 45087, 61471, 53281, 61479, 45099, 53295, 53296, 36913, 53298, 45108, 53302, 45117, 53310, 53313, 36931, 45123, 36936, 36941, 61519, 36948, 53333, 53336, 53337, 36967, 53353, 53357, 61552, 36977, 53363, 61556, 61558, 61560, 36990, 53374, 53386, 37003, 37002, 53389, 37008, 61584, 37012, 53404, 37020, 61596, 37023, 37021, 37032, 61615, 61616, 37044, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 45290, 53484, 45304, 61689, 37115, 61696, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 37143, 37145, 45341, 61730, 61733, 61734, 61736, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 53578, 61775, 37200, 61780, 61786, 61790, 61795, 53609, 61803, 45424, 45439, 45459, 37267, 53654, 61854, 37280, 61860, 61864, 37290, 61869, 61879, 61880, 61881, 61883, 37312, 37313, 37314, 37315, 61891, 61890, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 45526, 53719, 45532, 53726, 61919, 61921, 45545, 61934, 37358, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 53767, 45575, 53771, 37387, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 45606, 53799, 37414, 61991, 62001, 53811, 45621, 53814, 53815, 53813, 45625, 37433, 62015, 62017, 45636, 37445, 37446, 53832, 45641, 45640, 53833, 37452, 37453, 62024, 37450, 37459, 45657, 62042, 37467, 62046, 62047, 37474, 45667, 62053, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 37498, 53883, 45696, 62088, 53899, 53901, 53902, 53903, 53905, 62107, 62115, 62120, 62121, 37548, 45752, 37568, 62146, 62154, 62155, 45772, 62156, 45771, 62158, 62160, 62157, 62162, 45781, 45784, 45790, 62175, 62179, 62180, 37603, 62186, 62189, 62195, 45812, 62198, 62202, 62203, 37631, 45827, 45828, 62213, 54020, 45831, 37639, 54023, 62220, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 54047, 62241, 45861, 45864, 62251, 62258, 37684, 62261, 62264, 62266, 45886, 45890, 37699, 45894, 62281, 45902, 62291, 45909, 62294, 45911, 37719, 37721, 37723, 54107, 45917, 62304, 62309, 37733, 62311, 62312, 62314, 62316, 62318, 62320, 37745, 37749, 62328, 62329, 62335, 45952, 62336, 62341, 37766, 62343, 45960, 54158, 62351, 37775, 45969, 62355, 62357, 62360, 45978, 62363, 62364, 45980, 37791, 45986, 62375, 62377, 37801, 62379, 45996, 62381, 37809, 46004, 37814, 37815, 37821, 62400, 37828, 37829, 62407, 37832, 62409, 46026, 62411, 62416, 37840, 62418, 62420, 62422, 62424, 37850, 37851, 37853, 37854, 37856, 62435, 46052, 37862, 37863, 62440, 62441, 37864, 62444, 62447, 37875, 37876, 46069, 62453, 62456, 62457, 62461, 37885, 62464, 62465, 37892, 37895, 37900, 62483, 37908, 37909, 37907, 62490, 62492, 62494, 37927, 37929, 62506, 62507, 37931, 37934, 62514, 37940, 37942, 37944, 62522, 62526, 62527, 37955, 37957, 37958, 62535, 37959, 37964, 46158, 46160, 37971, 54366, 54368, 54370, 37988, 62565, 54381, 38001, 38002, 38007, 38008, 54395, 54401, 38028, 46224, 54425, 38042, 38048, 62624, 62630, 54441, 38057, 54448, 38067, 46279, 54476, 46287, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 38127, 62703, 38129, 46331, 54526, 46340, 38150, 62726, 54535, 54537, 54538, 38151, 46348, 38162, 54546, 38167, 46360, 54553, 46366, 46370, 46371, 46377, 38194, 54583, 46393, 62777, 38203, 38205, 62791, 38220, 62800, 38233, 62812, 62823, 38250, 46444, 38252, 38255, 54640, 38257, 38256, 54654, 62848, 38274, 62855, 38279, 54665, 62860, 38294, 46500, 46505, 38314, 46507, 46517, 38331, 62909, 46526, 54728, 38350, 54734, 46544, 38354, 46546, 62932, 46550, 38361, 38370, 46566, 62952, 38384, 38385, 46584, 46585, 46592, 62984, 38411, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54825, 63020, 46639, 46640, 38457, 46649, 38466, 38468, 54854, 54856, 46666, 54859, 46670, 46671, 54866, 46677, 54874, 54886, 54890, 46710, 63096, 38521, 46714, 46712, 38538, 38541, 38542, 46754, 38563, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 63175, 63187, 38616, 38619, 38620, 46824, 63208, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 63256, 38684, 38688, 22305, 22304, 38693, 38696, 46890, 22314, 22317, 22327, 22329, 63292, 38724, 38731, 22348, 22350, 22351, 22354, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 38757, 63333, 38761, 38763, 38764, 22382, 38767, 22384, 22385, 38770, 38769, 38768, 55159, 22392, 22393, 63363, 38792, 38793, 22410, 38794, 38797, 38798, 38799, 38802, 22420, 22421, 38806, 63383, 22424, 63385, 63381, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 55243, 22476, 22475, 55246, 47053, 38860, 38865, 38871, 43547, 38873, 22493, 55262, 38878, 38880, 38886, 22504, 47083, 22507, 63467, 38894, 55285, 63477, 22520, 63481, 55290, 47099, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 38923, 38925, 22544, 38930, 38931, 22546, 47123, 22553, 22554, 22555, 22556, 38942, 47139, 63526, 22567, 22568, 47142, 63532, 22576, 22578, 22579, 47156, 55352, 22586, 38977, 22596, 55367, 63560, 38986, 22602, 22610, 22614, 22620, 22627, 22637, 39027, 22647, 47223, 63609, 47228, 47234, 22659, 47236, 47237, 22662, 22658, 55433, 39051, 47244, 22668, 63631, 63634, 63635, 63638, 63644, 63645, 22691, 47271, 47272, 39081, 63658, 22699, 55466, 22701, 22704, 22706, 63672, 63677, 39102, 22720, 47296, 63686, 63688, 47306, 63691, 22732, 22733, 47310, 39119, 55498, 63697, 47309, 55507, 63702, 22744, 22745, 47323, 63707, 22749, 47326, 63708, 55517, 63713, 47329, 55516, 47327, 22751, 22758, 47334, 47336, 63720, 47338, 22763, 22764, 22759, 63727, 47344, 22769, 22770, 47348, 22773, 63734, 63732, 63736, 55543, 39157, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 63752, 63753, 63754, 39181, 55567, 47376, 47375, 22803, 63764, 22804, 63765, 63767, 47384, 55577, 55575, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 47405, 22831, 22830, 55600, 55602, 39214, 22836, 55604, 63799, 39227, 39228, 63803, 55615, 55619, 55620, 63813, 55622, 22855, 39240, 22860, 39245, 63822, 39248, 63826, 39254, 63830, 63831, 63833, 63834, 63837, 47453, 22877, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 63862, 39287, 47479, 47478, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 63889, 55697, 63891, 63892, 47507, 47512, 63897, 63896, 39322, 63901, 55710, 63907, 55718, 55721, 63918, 39344, 47538, 63924, 39354, 55739, 47548, 47549, 39357, 39359, 39360, 55743, 63939, 47559, 39368, 39369, 39370, 47563, 39372, 55756, 22987, 55759, 22988, 63953, 39373, 22995, 63956, 39381, 22997, 55767, 47577, 39386, 55772, 47581, 63966, 39391, 39389, 63969, 23007, 63971, 47594, 63979, 47595, 23021, 23019, 23023, 47600, 23020, 63986, 23027, 47604, 23022, 39410, 63991, 39411, 47609, 55797, 23033, 39420, 39422, 47615, 64000, 64001, 64002, 55810, 64004, 64005, 64006, 39431, 39433, 64010, 47626, 64013, 23053, 23054, 64016, 64018, 64019, 47636, 64021, 64023, 23064, 55833, 64026, 23066, 39450, 23069, 23070, 23084, 55859, 64053, 23095, 47675, 55871, 39488, 23107, 55876, 55878, 23112, 55883, 55886, 64079, 64080, 39505, 55890, 55891, 55892, 23124, 39509, 55895, 23119, 64089, 64091, 55900, 64094, 55905, 55907, 39524, 39527, 55911, 39530, 55915, 39531, 64110, 64113, 55921, 55925, 55927, 55928, 23162, 23166, 55937, 55938, 47748, 23172, 55942, 64135, 55940, 23179, 55949, 55951, 23185, 64151, 23194, 64155, 39579, 23196, 23200, 55970, 64170, 23211, 23212, 23215, 55984, 39601, 55988, 23220, 39606, 55992, 23225, 56000, 56003, 23245, 47823, 56023, 39641, 56027, 39644, 23259, 56029, 23266, 23267, 56042, 47851, 56047, 56049, 56050, 47858, 39670, 23287, 23288, 56060, 56062, 23295, 56065, 39685, 56079, 56088, 39707, 47903, 56096, 39715, 39716, 56106, 47926, 47929, 39744, 39756, 39757, 39758, 39763, 47956, 39764, 39769, 39770, 39772, 39773, 39774, 56194, 48006, 56207, 56208, 39828, 48029, 39841, 48040, 64424, 64429, 39859, 39866, 56259, 64454, 56265, 56268, 56272, 64469, 56282, 39899, 39920, 39943, 39948, 39954, 39966, 39968, 48163, 48167, 48176, 56371, 39989, 48195, 56391, 56392, 40043, 40046, 48238, 40055, 40059, 64640, 64688, 48307, 40122, 48325, 56524, 40142, 40144, 40146, 48353, 40162, 40163, 40165, 64747, 64748, 40173, 40174, 64754, 64755, 40181, 64758, 40183, 64761, 64763, 40197, 40198, 64776, 64778, 40204, 40205, 64780, 40207, 64785, 40209, 64787, 64789, 40213, 64791, 56601, 64795, 56604, 64799, 64800, 64802, 40227, 40228, 40229, 64810, 48427, 48428, 64812, 64813, 56625, 40243, 64819, 48437, 56628, 56630, 40248, 64825, 64826, 40251, 40254, 64835, 40261, 40264, 56649, 64843, 40268, 56655, 48464, 40273, 40274, 64851, 64857, 40282, 40283, 40281, 48479, 40288, 48480, 64869, 64870, 40296, 40300, 64880, 40305, 40304, 40308, 56694, 64887, 40315, 40316, 40317, 64891, 64895, 48511, 64897, 40322, 48517, 64904, 64905, 40330, 40334, 56719, 48530, 56727, 40345, 40346, 64923, 64924, 64927, 64930, 64931, 56740, 48549, 48556, 64941, 40367, 64943, 56753, 64946, 40370, 48562, 64949, 48571, 40380, 64958, 56767, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 64978, 64979, 40405, 64983, 64990, 64991, 64992, 48609, 40416, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48638, 40446, 48643, 48644, 48647, 65034, 48665, 48666, 48667, 48668, 48669, 48672, 48687, 48690, 65077, 40522, 48718, 48719, 32339, 40532, 32348, 32351, 32354, 48739, 48741, 32359, 40554, 48748, 40561, 56946, 40568, 48761, 48763, 48770, 32387, 48773, 48774, 32394, 32395, 32396, 32406, 56983, 40603, 32413, 32416, 40614, 48809, 48810, 48815, 48816, 32433, 57015, 57024, 32455, 32465, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 48885, 32502, 40697, 48892, 32510, 57087, 32515, 32516, 57105, 57109, 32533, 57111, 32536, 40730, 40731, 57120, 48929, 32546, 57123, 48933, 48935, 32552, 22752, 40750, 40751, 48947, 40763, 57153, 40772, 57157, 40774, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 57199, 32623, 32624, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 32651, 40847, 32660, 57237, 40859, 32668, 40861, 40863, 32671, 57251, 32676, 32684, 32697, 32699, 57276, 32700, 32701, 32709, 32710, 40905, 32713, 57292, 57293, 32718, 32723, 32724, 40917, 57307, 32733, 40933, 40936, 40941, 32749, 32750, 57330, 57331, 32761, 57340, 57343)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:30,556 - 23178 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 16:03:30,557 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId in (57344, 40966, 57353, 57354, 49163, 40978, 40980, 57365, 32788, 57369, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 49198, 41007, 41006, 49204, 32822, 32826, 57407, 41024, 57411, 57416, 49227, 49231, 41040, 41039, 57426, 57427, 57430, 57432, 32857, 57434, 41050, 41051, 32859, 32861, 32865, 41060, 57446, 32870, 41067, 57455, 32880, 57457, 32882, 57459, 32884, 32885, 57462, 41079, 41077, 57465, 32889, 41082, 41085, 49278, 57471, 41086, 57477, 32901, 41095, 57481, 41104, 57489, 41109, 57497, 57499, 57502, 32929, 32930, 41123, 41129, 32940, 57518, 41135, 49328, 57521, 57522, 41137, 57526, 32951, 41143, 32954, 57537, 41154, 41155, 57540, 57541, 32966, 41157, 57545, 32969, 32972, 41166, 32975, 57561, 41187, 41190, 57579, 41196, 33009, 57586, 33011, 33014, 57596, 41214, 33024, 41219, 33029, 33031, 49415, 41228, 33038, 41231, 41232, 33040, 33046, 33049, 33050, 57627, 33053, 33058, 41252, 41254, 33080, 41275, 33087, 33088, 33089, 49471, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 33108, 41303, 41304, 33113, 49497, 41307, 41306, 33118, 33119, 49507, 41325, 33137, 33139, 41345, 49539, 41348, 41349, 41355, 49559, 33186, 33196, 33218, 33219, 49609, 33227, 57814, 33253, 33267, 33282, 41475, 41492, 33305, 33316, 41522, 33345, 33347, 57924, 41544, 41572, 41588, 49798, 33421, 33431, 58014, 33439, 33444, 49838, 33465, 49850, 33467, 33468, 49857, 58053, 33479, 49871, 49873, 49874, 49881, 41699, 41712, 49909, 49910, 49929, 33560, 49949, 49950, 49951, 41758, 41761, 41762, 33581, 49967, 49968, 33585, 33587, 33588, 33595, 49982, 33602, 49988, 49998, 33615, 50003, 50005, 33626, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 33652, 41846, 33656, 33657, 41853, 50049, 33666, 58244, 33669, 50055, 33672, 58247, 33675, 58252, 50061, 58251, 50069, 41884, 41887, 58271, 58273, 58274, 58277, 50092, 41900, 58289, 58292, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 58355, 58357, 50166, 50167, 58363, 41981, 58366, 58367, 58370, 58371, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 58415, 58416, 42033, 58417, 42037, 33854, 33858, 58441, 33869, 33872, 58460, 33884, 58464, 58466, 33898, 33901, 42106, 42107, 42111, 58496, 42113, 58504, 50316, 58510, 33951, 42147, 33955, 33956, 50345, 50358, 33982, 33984, 42181, 33994, 42190, 33998, 42193, 42195, 42196, 42197, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 50430, 34059, 34060, 42251, 34062, 42258, 58648, 34073, 34079, 42294, 42296, 42306, 42317, 42320, 42324, 58714, 42332, 42337, 42339, 34148, 42345, 34178, 42374, 42376, 58772, 34196, 42388, 34205, 42416, 34224, 42423, 34239, 34240, 50626, 34259, 34265, 34270, 34272, 34274, 34285, 34291, 42487, 50688, 50689, 50699, 34329, 50719, 34354, 34355, 50762, 50763, 42574, 50769, 34395, 50789, 34414, 42608, 42614, 34424, 34425, 42619, 50812, 50811, 34431, 42629, 34438, 50824, 34440, 50826, 34443, 50830, 42642, 34457, 34458, 42651, 42653, 50846, 50850, 42664, 50860, 50861, 50864, 34486, 42678, 50873, 34491, 50878, 50879, 50882, 42690, 34502, 34504, 50894, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34570, 42767, 34578, 59154, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 42809, 34619, 34626, 51011, 34629, 42823, 34635, 42831, 34648, 42849, 42850, 34662, 42855, 34665, 34668, 42866, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 34732, 42926, 42927, 42929, 51122, 51123, 51128, 34752, 34753, 59344, 59345, 42963, 34780, 42986, 42992, 34806, 59391, 51216, 51217, 34844, 34845, 51232, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 59480, 34904, 34914, 59492, 51306, 59498, 59502, 34928, 34930, 34935, 51320, 34939, 34941, 34946, 35014, 35015, 55806, 43213, 51408, 59606, 35031, 35032, 59611, 43228, 35044, 43239, 43241, 35060, 51445, 35062, 51447, 35063, 35066, 43259, 51451, 35069, 35070, 43265, 35074, 35076, 35086, 51471, 51470, 35092, 43284, 43286, 35095, 35096, 35094, 35101, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 35133, 51518, 59714, 35139, 59717, 59721, 51529, 59724, 43345, 43347, 51541, 51542, 51543, 59736, 51544, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 35185, 35186, 43380, 35188, 43381, 59768, 43385, 59772, 51582, 51589, 59784, 59788, 35213, 35216, 35217, 35221, 59799, 43416, 43417, 59802, 35227, 51613, 51614, 43424, 43426, 59810, 59814, 59816, 51638, 51639, 51640, 51641, 43460, 35270, 43463, 43464, 59847, 51658, 43467, 43466, 43473, 43475, 51669, 51673, 43483, 51680, 59873, 51683, 43492, 51684, 51685, 59875, 51686, 35305, 51690, 43497, 43500, 43498, 43502, 43503, 51696, 59889, 51701, 35321, 43515, 51708, 59902, 51713, 51714, 43525, 51718, 59911, 51720, 51724, 59921, 51730, 35346, 43540, 59925, 43544, 35353, 43546, 51737, 59929, 59928, 43550, 35359, 51744, 43552, 43554, 35362, 59939, 43549, 43559, 51753, 51754, 59947, 43568, 51761, 43574, 59964, 43582, 43591, 43593, 35402, 59979, 43597, 59993, 51804, 43613, 35425, 43619, 60004, 43621, 60005, 60009, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 51834, 60029, 35454, 60030, 60033, 35459, 35462, 43656, 43658, 51851, 51852, 60045, 35467, 35468, 51857, 60050, 35478, 35479, 35480, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 60070, 60069, 51880, 51877, 60076, 35502, 35504, 60081, 35505, 43699, 60080, 43701, 60086, 60091, 43707, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60108, 60107, 43726, 51920, 35536, 35538, 60115, 60116, 60112, 51922, 60121, 60122, 51931, 60124, 35556, 51941, 60139, 51951, 51952, 60143, 60144, 51955, 51956, 43761, 43766, 60150, 60149, 51967, 60165, 60167, 60178, 35602, 51988, 60187, 43803, 60192, 60193, 60196, 60197, 60198, 60199, 35624, 60203, 52018, 35634, 52020, 60215, 52027, 52035, 43850, 60236, 60242, 35667, 60243, 60244, 52054, 60247, 60248, 60249, 64078, 60253, 60257, 35682, 60258, 52069, 60262, 52074, 35690, 52079, 52084, 52085, 60278, 52089, 60285, 35710, 52095, 35712, 35711, 35714, 52099, 52101, 43910, 52106, 52107, 60305, 60308, 52122, 43931, 35741, 52130, 35746, 60324, 43939, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 35828, 52213, 60406, 35834, 52221, 44030, 44031, 35840, 35842, 35843, 44039, 52232, 52233, 60424, 44044, 35852, 44046, 35855, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 60452, 52260, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 44093, 60482, 44100, 52292, 52295, 35911, 60489, 60491, 52300, 60493, 60492, 35919, 35917, 60495, 60498, 60499, 60500, 60508, 52319, 52323, 35939, 52325, 52324, 60518, 52326, 60522, 52330, 35947, 52332, 35950, 35951, 60529, 52341, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 35979, 52370, 52371, 44181, 52374, 44187, 36000, 60576, 52384, 36003, 36005, 60581, 60585, 52406, 36027, 44222, 44224, 52424, 36042, 52428, 52430, 52432, 52442, 52446, 52447, 44266, 52461, 36082, 52468, 52472, 52476, 52477, 44289, 60688, 52500, 36121, 60698, 52506, 36124, 52520, 52534, 60726, 60729, 52537, 36155, 52550, 44360, 60746, 60747, 36172, 52556, 52563, 44375, 36191, 52578, 52579, 60772, 52582, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 44442, 36250, 52637, 44447, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 36281, 60860, 60863, 52672, 52673, 36290, 44488, 52684, 36305, 52696, 36314, 52699, 52701, 60893, 52702, 52711, 52715, 44523, 44526, 60911, 52719, 36337, 36336, 52723, 36340, 52728, 52730, 36350, 36351, 52734, 52736, 36365, 52751, 60948, 60949, 36374, 36379, 60957, 44576, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 60988, 36419, 36422, 36423, 36428, 52813, 52812, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 36506, 61085, 36523, 36524, 61099, 36526, 36527, 36528, 36532, 36534, 52927, 36545, 44740, 36549, 61127, 52941, 36557, 36560, 61136, 52948, 36564, 44757, 52950, 61148, 36578, 52963, 44772, 36581, 36582, 44775, 44776, 44774, 36580, 52965, 52972, 61168, 44787, 44788, 61173, 61175, 44793, 61177, 52988, 61181, 52994, 52999, 53000, 53001, 36622, 61201, 36626, 53015, 36635, 53020, 61213, 44831, 61216, 53025, 44833, 44838, 36646, 36648, 36654, 61233, 53041, 53042, 53044, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44874, 44875, 44876, 53070, 61264, 36689, 61268, 44886, 53079, 44890, 53084, 36702, 61281, 36706, 36707, 36709, 44901, 36711, 44914, 53112, 53115, 44924, 44926, 53126, 36749, 44943, 36752, 36756, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 44968, 53162, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 61379, 61384, 61389, 45008, 36816, 61392, 53204, 61397, 45022, 45024, 36836, 53226, 45035, 53234, 53235, 53237, 61432, 36856, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 53268, 45076, 53271, 45086, 45087, 61471, 53281, 61479, 45099, 53295, 53296, 36913, 53298, 45108, 53302, 45117, 53310, 53313, 36931, 45123, 36936, 36941, 61519, 36948, 53333, 53336, 53337, 36967, 53353, 53357, 61552, 36977, 53363, 61556, 61558, 61560, 36990, 53374, 53386, 37003, 37002, 53389, 37008, 61584, 37012, 53404, 37020, 61596, 37023, 37021, 37032, 61615, 61616, 37044, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 45290, 53484, 45304, 61689, 37115, 61696, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 37143, 37145, 45341, 61730, 61733, 61734, 61736, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 53578, 61775, 37200, 61780, 61786, 61790, 61795, 53609, 61803, 45424, 45439, 45459, 37267, 53654, 61854, 37280, 61860, 61864, 37290, 61869, 61879, 61880, 61881, 61883, 37312, 37313, 37314, 37315, 61891, 61890, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 45526, 53719, 45532, 53726, 61919, 61921, 45545, 61934, 37358, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 53767, 45575, 53771, 37387, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 45606, 53799, 37414, 61991, 62001, 53811, 45621, 53814, 53815, 53813, 45625, 37433, 62015, 62017, 45636, 37445, 37446, 53832, 45641, 45640, 53833, 37452, 37453, 62024, 37450, 37459, 45657, 62042, 37467, 62046, 62047, 37474, 45667, 62053, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 37498, 53883, 45696, 62088, 53899, 53901, 53902, 53903, 53905, 62107, 62115, 62120, 62121, 37548, 45752, 37568, 62146, 62154, 62155, 45772, 62156, 45771, 62158, 62160, 62157, 62162, 45781, 45784, 45790, 62175, 62179, 62180, 37603, 62186, 62189, 62195, 45812, 62198, 62202, 62203, 37631, 45827, 45828, 62213, 54020, 45831, 37639, 54023, 62220, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 54047, 62241, 45861, 45864, 62251, 62258, 37684, 62261, 62264, 62266, 45886, 45890, 37699, 45894, 62281, 45902, 62291, 45909, 62294, 45911, 37719, 37721, 37723, 54107, 45917, 62304, 62309, 37733, 62311, 62312, 62314, 62316, 62318, 62320, 37745, 37749, 62328, 62329, 62335, 45952, 62336, 62341, 37766, 62343, 45960, 54158, 62351, 37775, 45969, 62355, 62357, 62360, 45978, 62363, 62364, 45980, 37791, 45986, 62375, 62377, 37801, 62379, 45996, 62381, 37809, 46004, 37814, 37815, 37821, 62400, 37828, 37829, 62407, 37832, 62409, 46026, 62411, 62416, 37840, 62418, 62420, 62422, 62424, 37850, 37851, 37853, 37854, 37856, 62435, 46052, 37862, 37863, 62440, 62441, 37864, 62444, 62447, 37875, 37876, 46069, 62453, 62456, 62457, 62461, 37885, 62464, 62465, 37892, 37895, 37900, 62483, 37908, 37909, 37907, 62490, 62492, 62494, 37927, 37929, 62506, 62507, 37931, 37934, 62514, 37940, 37942, 37944, 62522, 62526, 62527, 37955, 37957, 37958, 62535, 37959, 37964, 46158, 46160, 37971, 54366, 54368, 54370, 37988, 62565, 54381, 38001, 38002, 38007, 38008, 54395, 54401, 38028, 46224, 54425, 38042, 38048, 62624, 62630, 54441, 38057, 54448, 38067, 46279, 54476, 46287, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 38127, 62703, 38129, 46331, 54526, 46340, 38150, 62726, 54535, 54537, 54538, 38151, 46348, 38162, 54546, 38167, 46360, 54553, 46366, 46370, 46371, 46377, 38194, 54583, 46393, 62777, 38203, 38205, 62791, 38220, 62800, 38233, 62812, 62823, 38250, 46444, 38252, 38255, 54640, 38257, 38256, 54654, 62848, 38274, 62855, 38279, 54665, 62860, 38294, 46500, 46505, 38314, 46507, 46517, 38331, 62909, 46526, 54728, 38350, 54734, 46544, 38354, 46546, 62932, 46550, 38361, 38370, 46566, 62952, 38384, 38385, 46584, 46585, 46592, 62984, 38411, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54825, 63020, 46639, 46640, 38457, 46649, 38466, 38468, 54854, 54856, 46666, 54859, 46670, 46671, 54866, 46677, 54874, 54886, 54890, 46710, 63096, 38521, 46714, 46712, 38538, 38541, 38542, 46754, 38563, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 63175, 63187, 38616, 38619, 38620, 46824, 63208, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 63256, 38684, 38688, 22305, 22304, 38693, 38696, 46890, 22314, 22317, 22327, 22329, 63292, 38724, 38731, 22348, 22350, 22351, 22354, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 38757, 63333, 38761, 38763, 38764, 22382, 38767, 22384, 22385, 38770, 38769, 38768, 55159, 22392, 22393, 63363, 38792, 38793, 22410, 38794, 38797, 38798, 38799, 38802, 22420, 22421, 38806, 63383, 22424, 63385, 63381, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 55243, 22476, 22475, 55246, 47053, 38860, 38865, 38871, 43547, 38873, 22493, 55262, 38878, 38880, 38886, 22504, 47083, 22507, 63467, 38894, 55285, 63477, 22520, 63481, 55290, 47099, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 38923, 38925, 22544, 38930, 38931, 22546, 47123, 22553, 22554, 22555, 22556, 38942, 47139, 63526, 22567, 22568, 47142, 63532, 22576, 22578, 22579, 47156, 55352, 22586, 38977, 22596, 55367, 63560, 38986, 22602, 22610, 22614, 22620, 22627, 22637, 39027, 22647, 47223, 63609, 47228, 47234, 22659, 47236, 47237, 22662, 22658, 55433, 39051, 47244, 22668, 63631, 63634, 63635, 63638, 63644, 63645, 22691, 47271, 47272, 39081, 63658, 22699, 55466, 22701, 22704, 22706, 63672, 63677, 39102, 22720, 47296, 63686, 63688, 47306, 63691, 22732, 22733, 47310, 39119, 55498, 63697, 47309, 55507, 63702, 22744, 22745, 47323, 63707, 22749, 47326, 63708, 55517, 63713, 47329, 55516, 47327, 22751, 22758, 47334, 47336, 63720, 47338, 22763, 22764, 22759, 63727, 47344, 22769, 22770, 47348, 22773, 63734, 63732, 63736, 55543, 39157, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 63752, 63753, 63754, 39181, 55567, 47376, 47375, 22803, 63764, 22804, 63765, 63767, 47384, 55577, 55575, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 47405, 22831, 22830, 55600, 55602, 39214, 22836, 55604, 63799, 39227, 39228, 63803, 55615, 55619, 55620, 63813, 55622, 22855, 39240, 22860, 39245, 63822, 39248, 63826, 39254, 63830, 63831, 63833, 63834, 63837, 47453, 22877, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 63862, 39287, 47479, 47478, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 63889, 55697, 63891, 63892, 47507, 47512, 63897, 63896, 39322, 63901, 55710, 63907, 55718, 55721, 63918, 39344, 47538, 63924, 39354, 55739, 47548, 47549, 39357, 39359, 39360, 55743, 63939, 47559, 39368, 39369, 39370, 47563, 39372, 55756, 22987, 55759, 22988, 63953, 39373, 22995, 63956, 39381, 22997, 55767, 47577, 39386, 55772, 47581, 63966, 39391, 39389, 63969, 23007, 63971, 47594, 63979, 47595, 23021, 23019, 23023, 47600, 23020, 63986, 23027, 47604, 23022, 39410, 63991, 39411, 47609, 55797, 23033, 39420, 39422, 47615, 64000, 64001, 64002, 55810, 64004, 64005, 64006, 39431, 39433, 64010, 47626, 64013, 23053, 23054, 64016, 64018, 64019, 47636, 64021, 64023, 23064, 55833, 64026, 23066, 39450, 23069, 23070, 23084, 55859, 64053, 23095, 47675, 55871, 39488, 23107, 55876, 55878, 23112, 55883, 55886, 64079, 64080, 39505, 55890, 55891, 55892, 23124, 39509, 55895, 23119, 64089, 64091, 55900, 64094, 55905, 55907, 39524, 39527, 55911, 39530, 55915, 39531, 64110, 64113, 55921, 55925, 55927, 55928, 23162, 23166, 55937, 55938, 47748, 23172, 55942, 64135, 55940, 23179, 55949, 55951, 23185, 64151, 23194, 64155, 39579, 23196, 23200, 55970, 64170, 23211, 23212, 23215, 55984, 39601, 55988, 23220, 39606, 55992, 23225, 56000, 56003, 23245, 47823, 56023, 39641, 56027, 39644, 23259, 56029, 23266, 23267, 56042, 47851, 56047, 56049, 56050, 47858, 39670, 23287, 23288, 56060, 56062, 23295, 56065, 39685, 56079, 56088, 39707, 47903, 56096, 39715, 39716, 56106, 47926, 47929, 39744, 39756, 39757, 39758, 39763, 47956, 39764, 39769, 39770, 39772, 39773, 39774, 56194, 48006, 56207, 56208, 39828, 48029, 39841, 48040, 64424, 64429, 39859, 39866, 56259, 64454, 56265, 56268, 56272, 64469, 56282, 39899, 39920, 39943, 39948, 39954, 39966, 39968, 48163, 48167, 48176, 56371, 39989, 48195, 56391, 56392, 40043, 40046, 48238, 40055, 40059, 64640, 64688, 48307, 40122, 48325, 56524, 40142, 40144, 40146, 48353, 40162, 40163, 40165, 64747, 64748, 40173, 40174, 64754, 64755, 40181, 64758, 40183, 64761, 64763, 40197, 40198, 64776, 64778, 40204, 40205, 64780, 40207, 64785, 40209, 64787, 64789, 40213, 64791, 56601, 64795, 56604, 64799, 64800, 64802, 40227, 40228, 40229, 64810, 48427, 48428, 64812, 64813, 56625, 40243, 64819, 48437, 56628, 56630, 40248, 64825, 64826, 40251, 40254, 64835, 40261, 40264, 56649, 64843, 40268, 56655, 48464, 40273, 40274, 64851, 64857, 40282, 40283, 40281, 48479, 40288, 48480, 64869, 64870, 40296, 40300, 64880, 40305, 40304, 40308, 56694, 64887, 40315, 40316, 40317, 64891, 64895, 48511, 64897, 40322, 48517, 64904, 64905, 40330, 40334, 56719, 48530, 56727, 40345, 40346, 64923, 64924, 64927, 64930, 64931, 56740, 48549, 48556, 64941, 40367, 64943, 56753, 64946, 40370, 48562, 64949, 48571, 40380, 64958, 56767, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 64978, 64979, 40405, 64983, 64990, 64991, 64992, 48609, 40416, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48638, 40446, 48643, 48644, 48647, 65034, 48665, 48666, 48667, 48668, 48669, 48672, 48687, 48690, 65077, 40522, 48718, 48719, 32339, 40532, 32348, 32351, 32354, 48739, 48741, 32359, 40554, 48748, 40561, 56946, 40568, 48761, 48763, 48770, 32387, 48773, 48774, 32394, 32395, 32396, 32406, 56983, 40603, 32413, 32416, 40614, 48809, 48810, 48815, 48816, 32433, 57015, 57024, 32455, 32465, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 48885, 32502, 40697, 48892, 32510, 57087, 32515, 32516, 57105, 57109, 32533, 57111, 32536, 40730, 40731, 57120, 48929, 32546, 57123, 48933, 48935, 32552, 22752, 40750, 40751, 48947, 40763, 57153, 40772, 57157, 40774, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 57199, 32623, 32624, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 32651, 40847, 32660, 57237, 40859, 32668, 40861, 40863, 32671, 57251, 32676, 32684, 32697, 32699, 57276, 32700, 32701, 32709, 32710, 40905, 32713, 57292, 57293, 32718, 32723, 32724, 40917, 57307, 32733, 40933, 40936, 40941, 32749, 32750, 57330, 57331, 32761, 57340, 57343);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:30,763 - 23178 - src.utils.log - INFO - βœ… Fetched 723 rows - __SPLIT__ 2026-02-27 16:03:30,765 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId in (57344, 40966, 57353, 57354, 49163, 40978, 40980, 57365, 32788, 57369, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 49198, 41007, 41006, 49204, 32822, 32826, 57407, 41024, 57411, 57416, 49227, 49231, 41040, 41039, 57426, 57427, 57430, 57432, 32857, 57434, 41050, 41051, 32859, 32861, 32865, 41060, 57446, 32870, 41067, 57455, 32880, 57457, 32882, 57459, 32884, 32885, 57462, 41079, 41077, 57465, 32889, 41082, 41085, 49278, 57471, 41086, 57477, 32901, 41095, 57481, 41104, 57489, 41109, 57497, 57499, 57502, 32929, 32930, 41123, 41129, 32940, 57518, 41135, 49328, 57521, 57522, 41137, 57526, 32951, 41143, 32954, 57537, 41154, 41155, 57540, 57541, 32966, 41157, 57545, 32969, 32972, 41166, 32975, 57561, 41187, 41190, 57579, 41196, 33009, 57586, 33011, 33014, 57596, 41214, 33024, 41219, 33029, 33031, 49415, 41228, 33038, 41231, 41232, 33040, 33046, 33049, 33050, 57627, 33053, 33058, 41252, 41254, 33080, 41275, 33087, 33088, 33089, 49471, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 33108, 41303, 41304, 33113, 49497, 41307, 41306, 33118, 33119, 49507, 41325, 33137, 33139, 41345, 49539, 41348, 41349, 41355, 49559, 33186, 33196, 33218, 33219, 49609, 33227, 57814, 33253, 33267, 33282, 41475, 41492, 33305, 33316, 41522, 33345, 33347, 57924, 41544, 41572, 41588, 49798, 33421, 33431, 58014, 33439, 33444, 49838, 33465, 49850, 33467, 33468, 49857, 58053, 33479, 49871, 49873, 49874, 49881, 41699, 41712, 49909, 49910, 49929, 33560, 49949, 49950, 49951, 41758, 41761, 41762, 33581, 49967, 49968, 33585, 33587, 33588, 33595, 49982, 33602, 49988, 49998, 33615, 50003, 50005, 33626, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 33652, 41846, 33656, 33657, 41853, 50049, 33666, 58244, 33669, 50055, 33672, 58247, 33675, 58252, 50061, 58251, 50069, 41884, 41887, 58271, 58273, 58274, 58277, 50092, 41900, 58289, 58292, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 58355, 58357, 50166, 50167, 58363, 41981, 58366, 58367, 58370, 58371, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 58415, 58416, 42033, 58417, 42037, 33854, 33858, 58441, 33869, 33872, 58460, 33884, 58464, 58466, 33898, 33901, 42106, 42107, 42111, 58496, 42113, 58504, 50316, 58510, 33951, 42147, 33955, 33956, 50345, 50358, 33982, 33984, 42181, 33994, 42190, 33998, 42193, 42195, 42196, 42197, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 50430, 34059, 34060, 42251, 34062, 42258, 58648, 34073, 34079, 42294, 42296, 42306, 42317, 42320, 42324, 58714, 42332, 42337, 42339, 34148, 42345, 34178, 42374, 42376, 58772, 34196, 42388, 34205, 42416, 34224, 42423, 34239, 34240, 50626, 34259, 34265, 34270, 34272, 34274, 34285, 34291, 42487, 50688, 50689, 50699, 34329, 50719, 34354, 34355, 50762, 50763, 42574, 50769, 34395, 50789, 34414, 42608, 42614, 34424, 34425, 42619, 50812, 50811, 34431, 42629, 34438, 50824, 34440, 50826, 34443, 50830, 42642, 34457, 34458, 42651, 42653, 50846, 50850, 42664, 50860, 50861, 50864, 34486, 42678, 50873, 34491, 50878, 50879, 50882, 42690, 34502, 34504, 50894, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34570, 42767, 34578, 59154, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 42809, 34619, 34626, 51011, 34629, 42823, 34635, 42831, 34648, 42849, 42850, 34662, 42855, 34665, 34668, 42866, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 34732, 42926, 42927, 42929, 51122, 51123, 51128, 34752, 34753, 59344, 59345, 42963, 34780, 42986, 42992, 34806, 59391, 51216, 51217, 34844, 34845, 51232, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 59480, 34904, 34914, 59492, 51306, 59498, 59502, 34928, 34930, 34935, 51320, 34939, 34941, 34946, 35014, 35015, 55806, 43213, 51408, 59606, 35031, 35032, 59611, 43228, 35044, 43239, 43241, 35060, 51445, 35062, 51447, 35063, 35066, 43259, 51451, 35069, 35070, 43265, 35074, 35076, 35086, 51471, 51470, 35092, 43284, 43286, 35095, 35096, 35094, 35101, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 35133, 51518, 59714, 35139, 59717, 59721, 51529, 59724, 43345, 43347, 51541, 51542, 51543, 59736, 51544, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 35185, 35186, 43380, 35188, 43381, 59768, 43385, 59772, 51582, 51589, 59784, 59788, 35213, 35216, 35217, 35221, 59799, 43416, 43417, 59802, 35227, 51613, 51614, 43424, 43426, 59810, 59814, 59816, 51638, 51639, 51640, 51641, 43460, 35270, 43463, 43464, 59847, 51658, 43467, 43466, 43473, 43475, 51669, 51673, 43483, 51680, 59873, 51683, 43492, 51684, 51685, 59875, 51686, 35305, 51690, 43497, 43500, 43498, 43502, 43503, 51696, 59889, 51701, 35321, 43515, 51708, 59902, 51713, 51714, 43525, 51718, 59911, 51720, 51724, 59921, 51730, 35346, 43540, 59925, 43544, 35353, 43546, 51737, 59929, 59928, 43550, 35359, 51744, 43552, 43554, 35362, 59939, 43549, 43559, 51753, 51754, 59947, 43568, 51761, 43574, 59964, 43582, 43591, 43593, 35402, 59979, 43597, 59993, 51804, 43613, 35425, 43619, 60004, 43621, 60005, 60009, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 51834, 60029, 35454, 60030, 60033, 35459, 35462, 43656, 43658, 51851, 51852, 60045, 35467, 35468, 51857, 60050, 35478, 35479, 35480, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 60070, 60069, 51880, 51877, 60076, 35502, 35504, 60081, 35505, 43699, 60080, 43701, 60086, 60091, 43707, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60108, 60107, 43726, 51920, 35536, 35538, 60115, 60116, 60112, 51922, 60121, 60122, 51931, 60124, 35556, 51941, 60139, 51951, 51952, 60143, 60144, 51955, 51956, 43761, 43766, 60150, 60149, 51967, 60165, 60167, 60178, 35602, 51988, 60187, 43803, 60192, 60193, 60196, 60197, 60198, 60199, 35624, 60203, 52018, 35634, 52020, 60215, 52027, 52035, 43850, 60236, 60242, 35667, 60243, 60244, 52054, 60247, 60248, 60249, 64078, 60253, 60257, 35682, 60258, 52069, 60262, 52074, 35690, 52079, 52084, 52085, 60278, 52089, 60285, 35710, 52095, 35712, 35711, 35714, 52099, 52101, 43910, 52106, 52107, 60305, 60308, 52122, 43931, 35741, 52130, 35746, 60324, 43939, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 35828, 52213, 60406, 35834, 52221, 44030, 44031, 35840, 35842, 35843, 44039, 52232, 52233, 60424, 44044, 35852, 44046, 35855, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 60452, 52260, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 44093, 60482, 44100, 52292, 52295, 35911, 60489, 60491, 52300, 60493, 60492, 35919, 35917, 60495, 60498, 60499, 60500, 60508, 52319, 52323, 35939, 52325, 52324, 60518, 52326, 60522, 52330, 35947, 52332, 35950, 35951, 60529, 52341, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 35979, 52370, 52371, 44181, 52374, 44187, 36000, 60576, 52384, 36003, 36005, 60581, 60585, 52406, 36027, 44222, 44224, 52424, 36042, 52428, 52430, 52432, 52442, 52446, 52447, 44266, 52461, 36082, 52468, 52472, 52476, 52477, 44289, 60688, 52500, 36121, 60698, 52506, 36124, 52520, 52534, 60726, 60729, 52537, 36155, 52550, 44360, 60746, 60747, 36172, 52556, 52563, 44375, 36191, 52578, 52579, 60772, 52582, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 44442, 36250, 52637, 44447, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 36281, 60860, 60863, 52672, 52673, 36290, 44488, 52684, 36305, 52696, 36314, 52699, 52701, 60893, 52702, 52711, 52715, 44523, 44526, 60911, 52719, 36337, 36336, 52723, 36340, 52728, 52730, 36350, 36351, 52734, 52736, 36365, 52751, 60948, 60949, 36374, 36379, 60957, 44576, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 60988, 36419, 36422, 36423, 36428, 52813, 52812, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 36506, 61085, 36523, 36524, 61099, 36526, 36527, 36528, 36532, 36534, 52927, 36545, 44740, 36549, 61127, 52941, 36557, 36560, 61136, 52948, 36564, 44757, 52950, 61148, 36578, 52963, 44772, 36581, 36582, 44775, 44776, 44774, 36580, 52965, 52972, 61168, 44787, 44788, 61173, 61175, 44793, 61177, 52988, 61181, 52994, 52999, 53000, 53001, 36622, 61201, 36626, 53015, 36635, 53020, 61213, 44831, 61216, 53025, 44833, 44838, 36646, 36648, 36654, 61233, 53041, 53042, 53044, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44874, 44875, 44876, 53070, 61264, 36689, 61268, 44886, 53079, 44890, 53084, 36702, 61281, 36706, 36707, 36709, 44901, 36711, 44914, 53112, 53115, 44924, 44926, 53126, 36749, 44943, 36752, 36756, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 44968, 53162, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 61379, 61384, 61389, 45008, 36816, 61392, 53204, 61397, 45022, 45024, 36836, 53226, 45035, 53234, 53235, 53237, 61432, 36856, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 53268, 45076, 53271, 45086, 45087, 61471, 53281, 61479, 45099, 53295, 53296, 36913, 53298, 45108, 53302, 45117, 53310, 53313, 36931, 45123, 36936, 36941, 61519, 36948, 53333, 53336, 53337, 36967, 53353, 53357, 61552, 36977, 53363, 61556, 61558, 61560, 36990, 53374, 53386, 37003, 37002, 53389, 37008, 61584, 37012, 53404, 37020, 61596, 37023, 37021, 37032, 61615, 61616, 37044, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 45290, 53484, 45304, 61689, 37115, 61696, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 37143, 37145, 45341, 61730, 61733, 61734, 61736, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 53578, 61775, 37200, 61780, 61786, 61790, 61795, 53609, 61803, 45424, 45439, 45459, 37267, 53654, 61854, 37280, 61860, 61864, 37290, 61869, 61879, 61880, 61881, 61883, 37312, 37313, 37314, 37315, 61891, 61890, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 45526, 53719, 45532, 53726, 61919, 61921, 45545, 61934, 37358, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 53767, 45575, 53771, 37387, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 45606, 53799, 37414, 61991, 62001, 53811, 45621, 53814, 53815, 53813, 45625, 37433, 62015, 62017, 45636, 37445, 37446, 53832, 45641, 45640, 53833, 37452, 37453, 62024, 37450, 37459, 45657, 62042, 37467, 62046, 62047, 37474, 45667, 62053, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 37498, 53883, 45696, 62088, 53899, 53901, 53902, 53903, 53905, 62107, 62115, 62120, 62121, 37548, 45752, 37568, 62146, 62154, 62155, 45772, 62156, 45771, 62158, 62160, 62157, 62162, 45781, 45784, 45790, 62175, 62179, 62180, 37603, 62186, 62189, 62195, 45812, 62198, 62202, 62203, 37631, 45827, 45828, 62213, 54020, 45831, 37639, 54023, 62220, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 54047, 62241, 45861, 45864, 62251, 62258, 37684, 62261, 62264, 62266, 45886, 45890, 37699, 45894, 62281, 45902, 62291, 45909, 62294, 45911, 37719, 37721, 37723, 54107, 45917, 62304, 62309, 37733, 62311, 62312, 62314, 62316, 62318, 62320, 37745, 37749, 62328, 62329, 62335, 45952, 62336, 62341, 37766, 62343, 45960, 54158, 62351, 37775, 45969, 62355, 62357, 62360, 45978, 62363, 62364, 45980, 37791, 45986, 62375, 62377, 37801, 62379, 45996, 62381, 37809, 46004, 37814, 37815, 37821, 62400, 37828, 37829, 62407, 37832, 62409, 46026, 62411, 62416, 37840, 62418, 62420, 62422, 62424, 37850, 37851, 37853, 37854, 37856, 62435, 46052, 37862, 37863, 62440, 62441, 37864, 62444, 62447, 37875, 37876, 46069, 62453, 62456, 62457, 62461, 37885, 62464, 62465, 37892, 37895, 37900, 62483, 37908, 37909, 37907, 62490, 62492, 62494, 37927, 37929, 62506, 62507, 37931, 37934, 62514, 37940, 37942, 37944, 62522, 62526, 62527, 37955, 37957, 37958, 62535, 37959, 37964, 46158, 46160, 37971, 54366, 54368, 54370, 37988, 62565, 54381, 38001, 38002, 38007, 38008, 54395, 54401, 38028, 46224, 54425, 38042, 38048, 62624, 62630, 54441, 38057, 54448, 38067, 46279, 54476, 46287, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 38127, 62703, 38129, 46331, 54526, 46340, 38150, 62726, 54535, 54537, 54538, 38151, 46348, 38162, 54546, 38167, 46360, 54553, 46366, 46370, 46371, 46377, 38194, 54583, 46393, 62777, 38203, 38205, 62791, 38220, 62800, 38233, 62812, 62823, 38250, 46444, 38252, 38255, 54640, 38257, 38256, 54654, 62848, 38274, 62855, 38279, 54665, 62860, 38294, 46500, 46505, 38314, 46507, 46517, 38331, 62909, 46526, 54728, 38350, 54734, 46544, 38354, 46546, 62932, 46550, 38361, 38370, 46566, 62952, 38384, 38385, 46584, 46585, 46592, 62984, 38411, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54825, 63020, 46639, 46640, 38457, 46649, 38466, 38468, 54854, 54856, 46666, 54859, 46670, 46671, 54866, 46677, 54874, 54886, 54890, 46710, 63096, 38521, 46714, 46712, 38538, 38541, 38542, 46754, 38563, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 63175, 63187, 38616, 38619, 38620, 46824, 63208, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 63256, 38684, 38688, 22305, 22304, 38693, 38696, 46890, 22314, 22317, 22327, 22329, 63292, 38724, 38731, 22348, 22350, 22351, 22354, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 38757, 63333, 38761, 38763, 38764, 22382, 38767, 22384, 22385, 38770, 38769, 38768, 55159, 22392, 22393, 63363, 38792, 38793, 22410, 38794, 38797, 38798, 38799, 38802, 22420, 22421, 38806, 63383, 22424, 63385, 63381, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 55243, 22476, 22475, 55246, 47053, 38860, 38865, 38871, 43547, 38873, 22493, 55262, 38878, 38880, 38886, 22504, 47083, 22507, 63467, 38894, 55285, 63477, 22520, 63481, 55290, 47099, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 38923, 38925, 22544, 38930, 38931, 22546, 47123, 22553, 22554, 22555, 22556, 38942, 47139, 63526, 22567, 22568, 47142, 63532, 22576, 22578, 22579, 47156, 55352, 22586, 38977, 22596, 55367, 63560, 38986, 22602, 22610, 22614, 22620, 22627, 22637, 39027, 22647, 47223, 63609, 47228, 47234, 22659, 47236, 47237, 22662, 22658, 55433, 39051, 47244, 22668, 63631, 63634, 63635, 63638, 63644, 63645, 22691, 47271, 47272, 39081, 63658, 22699, 55466, 22701, 22704, 22706, 63672, 63677, 39102, 22720, 47296, 63686, 63688, 47306, 63691, 22732, 22733, 47310, 39119, 55498, 63697, 47309, 55507, 63702, 22744, 22745, 47323, 63707, 22749, 47326, 63708, 55517, 63713, 47329, 55516, 47327, 22751, 22758, 47334, 47336, 63720, 47338, 22763, 22764, 22759, 63727, 47344, 22769, 22770, 47348, 22773, 63734, 63732, 63736, 55543, 39157, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 63752, 63753, 63754, 39181, 55567, 47376, 47375, 22803, 63764, 22804, 63765, 63767, 47384, 55577, 55575, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 47405, 22831, 22830, 55600, 55602, 39214, 22836, 55604, 63799, 39227, 39228, 63803, 55615, 55619, 55620, 63813, 55622, 22855, 39240, 22860, 39245, 63822, 39248, 63826, 39254, 63830, 63831, 63833, 63834, 63837, 47453, 22877, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 63862, 39287, 47479, 47478, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 63889, 55697, 63891, 63892, 47507, 47512, 63897, 63896, 39322, 63901, 55710, 63907, 55718, 55721, 63918, 39344, 47538, 63924, 39354, 55739, 47548, 47549, 39357, 39359, 39360, 55743, 63939, 47559, 39368, 39369, 39370, 47563, 39372, 55756, 22987, 55759, 22988, 63953, 39373, 22995, 63956, 39381, 22997, 55767, 47577, 39386, 55772, 47581, 63966, 39391, 39389, 63969, 23007, 63971, 47594, 63979, 47595, 23021, 23019, 23023, 47600, 23020, 63986, 23027, 47604, 23022, 39410, 63991, 39411, 47609, 55797, 23033, 39420, 39422, 47615, 64000, 64001, 64002, 55810, 64004, 64005, 64006, 39431, 39433, 64010, 47626, 64013, 23053, 23054, 64016, 64018, 64019, 47636, 64021, 64023, 23064, 55833, 64026, 23066, 39450, 23069, 23070, 23084, 55859, 64053, 23095, 47675, 55871, 39488, 23107, 55876, 55878, 23112, 55883, 55886, 64079, 64080, 39505, 55890, 55891, 55892, 23124, 39509, 55895, 23119, 64089, 64091, 55900, 64094, 55905, 55907, 39524, 39527, 55911, 39530, 55915, 39531, 64110, 64113, 55921, 55925, 55927, 55928, 23162, 23166, 55937, 55938, 47748, 23172, 55942, 64135, 55940, 23179, 55949, 55951, 23185, 64151, 23194, 64155, 39579, 23196, 23200, 55970, 64170, 23211, 23212, 23215, 55984, 39601, 55988, 23220, 39606, 55992, 23225, 56000, 56003, 23245, 47823, 56023, 39641, 56027, 39644, 23259, 56029, 23266, 23267, 56042, 47851, 56047, 56049, 56050, 47858, 39670, 23287, 23288, 56060, 56062, 23295, 56065, 39685, 56079, 56088, 39707, 47903, 56096, 39715, 39716, 56106, 47926, 47929, 39744, 39756, 39757, 39758, 39763, 47956, 39764, 39769, 39770, 39772, 39773, 39774, 56194, 48006, 56207, 56208, 39828, 48029, 39841, 48040, 64424, 64429, 39859, 39866, 56259, 64454, 56265, 56268, 56272, 64469, 56282, 39899, 39920, 39943, 39948, 39954, 39966, 39968, 48163, 48167, 48176, 56371, 39989, 48195, 56391, 56392, 40043, 40046, 48238, 40055, 40059, 64640, 64688, 48307, 40122, 48325, 56524, 40142, 40144, 40146, 48353, 40162, 40163, 40165, 64747, 64748, 40173, 40174, 64754, 64755, 40181, 64758, 40183, 64761, 64763, 40197, 40198, 64776, 64778, 40204, 40205, 64780, 40207, 64785, 40209, 64787, 64789, 40213, 64791, 56601, 64795, 56604, 64799, 64800, 64802, 40227, 40228, 40229, 64810, 48427, 48428, 64812, 64813, 56625, 40243, 64819, 48437, 56628, 56630, 40248, 64825, 64826, 40251, 40254, 64835, 40261, 40264, 56649, 64843, 40268, 56655, 48464, 40273, 40274, 64851, 64857, 40282, 40283, 40281, 48479, 40288, 48480, 64869, 64870, 40296, 40300, 64880, 40305, 40304, 40308, 56694, 64887, 40315, 40316, 40317, 64891, 64895, 48511, 64897, 40322, 48517, 64904, 64905, 40330, 40334, 56719, 48530, 56727, 40345, 40346, 64923, 64924, 64927, 64930, 64931, 56740, 48549, 48556, 64941, 40367, 64943, 56753, 64946, 40370, 48562, 64949, 48571, 40380, 64958, 56767, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 64978, 64979, 40405, 64983, 64990, 64991, 64992, 48609, 40416, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48638, 40446, 48643, 48644, 48647, 65034, 48665, 48666, 48667, 48668, 48669, 48672, 48687, 48690, 65077, 40522, 48718, 48719, 32339, 40532, 32348, 32351, 32354, 48739, 48741, 32359, 40554, 48748, 40561, 56946, 40568, 48761, 48763, 48770, 32387, 48773, 48774, 32394, 32395, 32396, 32406, 56983, 40603, 32413, 32416, 40614, 48809, 48810, 48815, 48816, 32433, 57015, 57024, 32455, 32465, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 48885, 32502, 40697, 48892, 32510, 57087, 32515, 32516, 57105, 57109, 32533, 57111, 32536, 40730, 40731, 57120, 48929, 32546, 57123, 48933, 48935, 32552, 22752, 40750, 40751, 48947, 40763, 57153, 40772, 57157, 40774, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 57199, 32623, 32624, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 32651, 40847, 32660, 57237, 40859, 32668, 40861, 40863, 32671, 57251, 32676, 32684, 32697, 32699, 57276, 32700, 32701, 32709, 32710, 40905, 32713, 57292, 57293, 32718, 32723, 32724, 40917, 57307, 32733, 40933, 40936, 40941, 32749, 32750, 57330, 57331, 32761, 57340, 57343);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:30,951 - 23178 - src.utils.log - INFO - βœ… Fetched 782 rows - __SPLIT__ 2026-02-27 16:03:30,952 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId in (57344, 40966, 57353, 57354, 49163, 40978, 40980, 57365, 32788, 57369, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 49198, 41007, 41006, 49204, 32822, 32826, 57407, 41024, 57411, 57416, 49227, 49231, 41040, 41039, 57426, 57427, 57430, 57432, 32857, 57434, 41050, 41051, 32859, 32861, 32865, 41060, 57446, 32870, 41067, 57455, 32880, 57457, 32882, 57459, 32884, 32885, 57462, 41079, 41077, 57465, 32889, 41082, 41085, 49278, 57471, 41086, 57477, 32901, 41095, 57481, 41104, 57489, 41109, 57497, 57499, 57502, 32929, 32930, 41123, 41129, 32940, 57518, 41135, 49328, 57521, 57522, 41137, 57526, 32951, 41143, 32954, 57537, 41154, 41155, 57540, 57541, 32966, 41157, 57545, 32969, 32972, 41166, 32975, 57561, 41187, 41190, 57579, 41196, 33009, 57586, 33011, 33014, 57596, 41214, 33024, 41219, 33029, 33031, 49415, 41228, 33038, 41231, 41232, 33040, 33046, 33049, 33050, 57627, 33053, 33058, 41252, 41254, 33080, 41275, 33087, 33088, 33089, 49471, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 33108, 41303, 41304, 33113, 49497, 41307, 41306, 33118, 33119, 49507, 41325, 33137, 33139, 41345, 49539, 41348, 41349, 41355, 49559, 33186, 33196, 33218, 33219, 49609, 33227, 57814, 33253, 33267, 33282, 41475, 41492, 33305, 33316, 41522, 33345, 33347, 57924, 41544, 41572, 41588, 49798, 33421, 33431, 58014, 33439, 33444, 49838, 33465, 49850, 33467, 33468, 49857, 58053, 33479, 49871, 49873, 49874, 49881, 41699, 41712, 49909, 49910, 49929, 33560, 49949, 49950, 49951, 41758, 41761, 41762, 33581, 49967, 49968, 33585, 33587, 33588, 33595, 49982, 33602, 49988, 49998, 33615, 50003, 50005, 33626, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 33652, 41846, 33656, 33657, 41853, 50049, 33666, 58244, 33669, 50055, 33672, 58247, 33675, 58252, 50061, 58251, 50069, 41884, 41887, 58271, 58273, 58274, 58277, 50092, 41900, 58289, 58292, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 58355, 58357, 50166, 50167, 58363, 41981, 58366, 58367, 58370, 58371, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 58415, 58416, 42033, 58417, 42037, 33854, 33858, 58441, 33869, 33872, 58460, 33884, 58464, 58466, 33898, 33901, 42106, 42107, 42111, 58496, 42113, 58504, 50316, 58510, 33951, 42147, 33955, 33956, 50345, 50358, 33982, 33984, 42181, 33994, 42190, 33998, 42193, 42195, 42196, 42197, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 50430, 34059, 34060, 42251, 34062, 42258, 58648, 34073, 34079, 42294, 42296, 42306, 42317, 42320, 42324, 58714, 42332, 42337, 42339, 34148, 42345, 34178, 42374, 42376, 58772, 34196, 42388, 34205, 42416, 34224, 42423, 34239, 34240, 50626, 34259, 34265, 34270, 34272, 34274, 34285, 34291, 42487, 50688, 50689, 50699, 34329, 50719, 34354, 34355, 50762, 50763, 42574, 50769, 34395, 50789, 34414, 42608, 42614, 34424, 34425, 42619, 50812, 50811, 34431, 42629, 34438, 50824, 34440, 50826, 34443, 50830, 42642, 34457, 34458, 42651, 42653, 50846, 50850, 42664, 50860, 50861, 50864, 34486, 42678, 50873, 34491, 50878, 50879, 50882, 42690, 34502, 34504, 50894, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34570, 42767, 34578, 59154, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 42809, 34619, 34626, 51011, 34629, 42823, 34635, 42831, 34648, 42849, 42850, 34662, 42855, 34665, 34668, 42866, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 34732, 42926, 42927, 42929, 51122, 51123, 51128, 34752, 34753, 59344, 59345, 42963, 34780, 42986, 42992, 34806, 59391, 51216, 51217, 34844, 34845, 51232, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 59480, 34904, 34914, 59492, 51306, 59498, 59502, 34928, 34930, 34935, 51320, 34939, 34941, 34946, 35014, 35015, 55806, 43213, 51408, 59606, 35031, 35032, 59611, 43228, 35044, 43239, 43241, 35060, 51445, 35062, 51447, 35063, 35066, 43259, 51451, 35069, 35070, 43265, 35074, 35076, 35086, 51471, 51470, 35092, 43284, 43286, 35095, 35096, 35094, 35101, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 35133, 51518, 59714, 35139, 59717, 59721, 51529, 59724, 43345, 43347, 51541, 51542, 51543, 59736, 51544, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 35185, 35186, 43380, 35188, 43381, 59768, 43385, 59772, 51582, 51589, 59784, 59788, 35213, 35216, 35217, 35221, 59799, 43416, 43417, 59802, 35227, 51613, 51614, 43424, 43426, 59810, 59814, 59816, 51638, 51639, 51640, 51641, 43460, 35270, 43463, 43464, 59847, 51658, 43467, 43466, 43473, 43475, 51669, 51673, 43483, 51680, 59873, 51683, 43492, 51684, 51685, 59875, 51686, 35305, 51690, 43497, 43500, 43498, 43502, 43503, 51696, 59889, 51701, 35321, 43515, 51708, 59902, 51713, 51714, 43525, 51718, 59911, 51720, 51724, 59921, 51730, 35346, 43540, 59925, 43544, 35353, 43546, 51737, 59929, 59928, 43550, 35359, 51744, 43552, 43554, 35362, 59939, 43549, 43559, 51753, 51754, 59947, 43568, 51761, 43574, 59964, 43582, 43591, 43593, 35402, 59979, 43597, 59993, 51804, 43613, 35425, 43619, 60004, 43621, 60005, 60009, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 51834, 60029, 35454, 60030, 60033, 35459, 35462, 43656, 43658, 51851, 51852, 60045, 35467, 35468, 51857, 60050, 35478, 35479, 35480, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 60070, 60069, 51880, 51877, 60076, 35502, 35504, 60081, 35505, 43699, 60080, 43701, 60086, 60091, 43707, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60108, 60107, 43726, 51920, 35536, 35538, 60115, 60116, 60112, 51922, 60121, 60122, 51931, 60124, 35556, 51941, 60139, 51951, 51952, 60143, 60144, 51955, 51956, 43761, 43766, 60150, 60149, 51967, 60165, 60167, 60178, 35602, 51988, 60187, 43803, 60192, 60193, 60196, 60197, 60198, 60199, 35624, 60203, 52018, 35634, 52020, 60215, 52027, 52035, 43850, 60236, 60242, 35667, 60243, 60244, 52054, 60247, 60248, 60249, 64078, 60253, 60257, 35682, 60258, 52069, 60262, 52074, 35690, 52079, 52084, 52085, 60278, 52089, 60285, 35710, 52095, 35712, 35711, 35714, 52099, 52101, 43910, 52106, 52107, 60305, 60308, 52122, 43931, 35741, 52130, 35746, 60324, 43939, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 35828, 52213, 60406, 35834, 52221, 44030, 44031, 35840, 35842, 35843, 44039, 52232, 52233, 60424, 44044, 35852, 44046, 35855, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 60452, 52260, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 44093, 60482, 44100, 52292, 52295, 35911, 60489, 60491, 52300, 60493, 60492, 35919, 35917, 60495, 60498, 60499, 60500, 60508, 52319, 52323, 35939, 52325, 52324, 60518, 52326, 60522, 52330, 35947, 52332, 35950, 35951, 60529, 52341, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 35979, 52370, 52371, 44181, 52374, 44187, 36000, 60576, 52384, 36003, 36005, 60581, 60585, 52406, 36027, 44222, 44224, 52424, 36042, 52428, 52430, 52432, 52442, 52446, 52447, 44266, 52461, 36082, 52468, 52472, 52476, 52477, 44289, 60688, 52500, 36121, 60698, 52506, 36124, 52520, 52534, 60726, 60729, 52537, 36155, 52550, 44360, 60746, 60747, 36172, 52556, 52563, 44375, 36191, 52578, 52579, 60772, 52582, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 44442, 36250, 52637, 44447, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 36281, 60860, 60863, 52672, 52673, 36290, 44488, 52684, 36305, 52696, 36314, 52699, 52701, 60893, 52702, 52711, 52715, 44523, 44526, 60911, 52719, 36337, 36336, 52723, 36340, 52728, 52730, 36350, 36351, 52734, 52736, 36365, 52751, 60948, 60949, 36374, 36379, 60957, 44576, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 60988, 36419, 36422, 36423, 36428, 52813, 52812, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 36506, 61085, 36523, 36524, 61099, 36526, 36527, 36528, 36532, 36534, 52927, 36545, 44740, 36549, 61127, 52941, 36557, 36560, 61136, 52948, 36564, 44757, 52950, 61148, 36578, 52963, 44772, 36581, 36582, 44775, 44776, 44774, 36580, 52965, 52972, 61168, 44787, 44788, 61173, 61175, 44793, 61177, 52988, 61181, 52994, 52999, 53000, 53001, 36622, 61201, 36626, 53015, 36635, 53020, 61213, 44831, 61216, 53025, 44833, 44838, 36646, 36648, 36654, 61233, 53041, 53042, 53044, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44874, 44875, 44876, 53070, 61264, 36689, 61268, 44886, 53079, 44890, 53084, 36702, 61281, 36706, 36707, 36709, 44901, 36711, 44914, 53112, 53115, 44924, 44926, 53126, 36749, 44943, 36752, 36756, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 44968, 53162, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 61379, 61384, 61389, 45008, 36816, 61392, 53204, 61397, 45022, 45024, 36836, 53226, 45035, 53234, 53235, 53237, 61432, 36856, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 53268, 45076, 53271, 45086, 45087, 61471, 53281, 61479, 45099, 53295, 53296, 36913, 53298, 45108, 53302, 45117, 53310, 53313, 36931, 45123, 36936, 36941, 61519, 36948, 53333, 53336, 53337, 36967, 53353, 53357, 61552, 36977, 53363, 61556, 61558, 61560, 36990, 53374, 53386, 37003, 37002, 53389, 37008, 61584, 37012, 53404, 37020, 61596, 37023, 37021, 37032, 61615, 61616, 37044, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 45290, 53484, 45304, 61689, 37115, 61696, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 37143, 37145, 45341, 61730, 61733, 61734, 61736, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 53578, 61775, 37200, 61780, 61786, 61790, 61795, 53609, 61803, 45424, 45439, 45459, 37267, 53654, 61854, 37280, 61860, 61864, 37290, 61869, 61879, 61880, 61881, 61883, 37312, 37313, 37314, 37315, 61891, 61890, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 45526, 53719, 45532, 53726, 61919, 61921, 45545, 61934, 37358, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 53767, 45575, 53771, 37387, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 45606, 53799, 37414, 61991, 62001, 53811, 45621, 53814, 53815, 53813, 45625, 37433, 62015, 62017, 45636, 37445, 37446, 53832, 45641, 45640, 53833, 37452, 37453, 62024, 37450, 37459, 45657, 62042, 37467, 62046, 62047, 37474, 45667, 62053, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 37498, 53883, 45696, 62088, 53899, 53901, 53902, 53903, 53905, 62107, 62115, 62120, 62121, 37548, 45752, 37568, 62146, 62154, 62155, 45772, 62156, 45771, 62158, 62160, 62157, 62162, 45781, 45784, 45790, 62175, 62179, 62180, 37603, 62186, 62189, 62195, 45812, 62198, 62202, 62203, 37631, 45827, 45828, 62213, 54020, 45831, 37639, 54023, 62220, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 54047, 62241, 45861, 45864, 62251, 62258, 37684, 62261, 62264, 62266, 45886, 45890, 37699, 45894, 62281, 45902, 62291, 45909, 62294, 45911, 37719, 37721, 37723, 54107, 45917, 62304, 62309, 37733, 62311, 62312, 62314, 62316, 62318, 62320, 37745, 37749, 62328, 62329, 62335, 45952, 62336, 62341, 37766, 62343, 45960, 54158, 62351, 37775, 45969, 62355, 62357, 62360, 45978, 62363, 62364, 45980, 37791, 45986, 62375, 62377, 37801, 62379, 45996, 62381, 37809, 46004, 37814, 37815, 37821, 62400, 37828, 37829, 62407, 37832, 62409, 46026, 62411, 62416, 37840, 62418, 62420, 62422, 62424, 37850, 37851, 37853, 37854, 37856, 62435, 46052, 37862, 37863, 62440, 62441, 37864, 62444, 62447, 37875, 37876, 46069, 62453, 62456, 62457, 62461, 37885, 62464, 62465, 37892, 37895, 37900, 62483, 37908, 37909, 37907, 62490, 62492, 62494, 37927, 37929, 62506, 62507, 37931, 37934, 62514, 37940, 37942, 37944, 62522, 62526, 62527, 37955, 37957, 37958, 62535, 37959, 37964, 46158, 46160, 37971, 54366, 54368, 54370, 37988, 62565, 54381, 38001, 38002, 38007, 38008, 54395, 54401, 38028, 46224, 54425, 38042, 38048, 62624, 62630, 54441, 38057, 54448, 38067, 46279, 54476, 46287, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 38127, 62703, 38129, 46331, 54526, 46340, 38150, 62726, 54535, 54537, 54538, 38151, 46348, 38162, 54546, 38167, 46360, 54553, 46366, 46370, 46371, 46377, 38194, 54583, 46393, 62777, 38203, 38205, 62791, 38220, 62800, 38233, 62812, 62823, 38250, 46444, 38252, 38255, 54640, 38257, 38256, 54654, 62848, 38274, 62855, 38279, 54665, 62860, 38294, 46500, 46505, 38314, 46507, 46517, 38331, 62909, 46526, 54728, 38350, 54734, 46544, 38354, 46546, 62932, 46550, 38361, 38370, 46566, 62952, 38384, 38385, 46584, 46585, 46592, 62984, 38411, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54825, 63020, 46639, 46640, 38457, 46649, 38466, 38468, 54854, 54856, 46666, 54859, 46670, 46671, 54866, 46677, 54874, 54886, 54890, 46710, 63096, 38521, 46714, 46712, 38538, 38541, 38542, 46754, 38563, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 63175, 63187, 38616, 38619, 38620, 46824, 63208, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 63256, 38684, 38688, 22305, 22304, 38693, 38696, 46890, 22314, 22317, 22327, 22329, 63292, 38724, 38731, 22348, 22350, 22351, 22354, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 38757, 63333, 38761, 38763, 38764, 22382, 38767, 22384, 22385, 38770, 38769, 38768, 55159, 22392, 22393, 63363, 38792, 38793, 22410, 38794, 38797, 38798, 38799, 38802, 22420, 22421, 38806, 63383, 22424, 63385, 63381, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 55243, 22476, 22475, 55246, 47053, 38860, 38865, 38871, 43547, 38873, 22493, 55262, 38878, 38880, 38886, 22504, 47083, 22507, 63467, 38894, 55285, 63477, 22520, 63481, 55290, 47099, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 38923, 38925, 22544, 38930, 38931, 22546, 47123, 22553, 22554, 22555, 22556, 38942, 47139, 63526, 22567, 22568, 47142, 63532, 22576, 22578, 22579, 47156, 55352, 22586, 38977, 22596, 55367, 63560, 38986, 22602, 22610, 22614, 22620, 22627, 22637, 39027, 22647, 47223, 63609, 47228, 47234, 22659, 47236, 47237, 22662, 22658, 55433, 39051, 47244, 22668, 63631, 63634, 63635, 63638, 63644, 63645, 22691, 47271, 47272, 39081, 63658, 22699, 55466, 22701, 22704, 22706, 63672, 63677, 39102, 22720, 47296, 63686, 63688, 47306, 63691, 22732, 22733, 47310, 39119, 55498, 63697, 47309, 55507, 63702, 22744, 22745, 47323, 63707, 22749, 47326, 63708, 55517, 63713, 47329, 55516, 47327, 22751, 22758, 47334, 47336, 63720, 47338, 22763, 22764, 22759, 63727, 47344, 22769, 22770, 47348, 22773, 63734, 63732, 63736, 55543, 39157, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 63752, 63753, 63754, 39181, 55567, 47376, 47375, 22803, 63764, 22804, 63765, 63767, 47384, 55577, 55575, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 47405, 22831, 22830, 55600, 55602, 39214, 22836, 55604, 63799, 39227, 39228, 63803, 55615, 55619, 55620, 63813, 55622, 22855, 39240, 22860, 39245, 63822, 39248, 63826, 39254, 63830, 63831, 63833, 63834, 63837, 47453, 22877, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 63862, 39287, 47479, 47478, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 63889, 55697, 63891, 63892, 47507, 47512, 63897, 63896, 39322, 63901, 55710, 63907, 55718, 55721, 63918, 39344, 47538, 63924, 39354, 55739, 47548, 47549, 39357, 39359, 39360, 55743, 63939, 47559, 39368, 39369, 39370, 47563, 39372, 55756, 22987, 55759, 22988, 63953, 39373, 22995, 63956, 39381, 22997, 55767, 47577, 39386, 55772, 47581, 63966, 39391, 39389, 63969, 23007, 63971, 47594, 63979, 47595, 23021, 23019, 23023, 47600, 23020, 63986, 23027, 47604, 23022, 39410, 63991, 39411, 47609, 55797, 23033, 39420, 39422, 47615, 64000, 64001, 64002, 55810, 64004, 64005, 64006, 39431, 39433, 64010, 47626, 64013, 23053, 23054, 64016, 64018, 64019, 47636, 64021, 64023, 23064, 55833, 64026, 23066, 39450, 23069, 23070, 23084, 55859, 64053, 23095, 47675, 55871, 39488, 23107, 55876, 55878, 23112, 55883, 55886, 64079, 64080, 39505, 55890, 55891, 55892, 23124, 39509, 55895, 23119, 64089, 64091, 55900, 64094, 55905, 55907, 39524, 39527, 55911, 39530, 55915, 39531, 64110, 64113, 55921, 55925, 55927, 55928, 23162, 23166, 55937, 55938, 47748, 23172, 55942, 64135, 55940, 23179, 55949, 55951, 23185, 64151, 23194, 64155, 39579, 23196, 23200, 55970, 64170, 23211, 23212, 23215, 55984, 39601, 55988, 23220, 39606, 55992, 23225, 56000, 56003, 23245, 47823, 56023, 39641, 56027, 39644, 23259, 56029, 23266, 23267, 56042, 47851, 56047, 56049, 56050, 47858, 39670, 23287, 23288, 56060, 56062, 23295, 56065, 39685, 56079, 56088, 39707, 47903, 56096, 39715, 39716, 56106, 47926, 47929, 39744, 39756, 39757, 39758, 39763, 47956, 39764, 39769, 39770, 39772, 39773, 39774, 56194, 48006, 56207, 56208, 39828, 48029, 39841, 48040, 64424, 64429, 39859, 39866, 56259, 64454, 56265, 56268, 56272, 64469, 56282, 39899, 39920, 39943, 39948, 39954, 39966, 39968, 48163, 48167, 48176, 56371, 39989, 48195, 56391, 56392, 40043, 40046, 48238, 40055, 40059, 64640, 64688, 48307, 40122, 48325, 56524, 40142, 40144, 40146, 48353, 40162, 40163, 40165, 64747, 64748, 40173, 40174, 64754, 64755, 40181, 64758, 40183, 64761, 64763, 40197, 40198, 64776, 64778, 40204, 40205, 64780, 40207, 64785, 40209, 64787, 64789, 40213, 64791, 56601, 64795, 56604, 64799, 64800, 64802, 40227, 40228, 40229, 64810, 48427, 48428, 64812, 64813, 56625, 40243, 64819, 48437, 56628, 56630, 40248, 64825, 64826, 40251, 40254, 64835, 40261, 40264, 56649, 64843, 40268, 56655, 48464, 40273, 40274, 64851, 64857, 40282, 40283, 40281, 48479, 40288, 48480, 64869, 64870, 40296, 40300, 64880, 40305, 40304, 40308, 56694, 64887, 40315, 40316, 40317, 64891, 64895, 48511, 64897, 40322, 48517, 64904, 64905, 40330, 40334, 56719, 48530, 56727, 40345, 40346, 64923, 64924, 64927, 64930, 64931, 56740, 48549, 48556, 64941, 40367, 64943, 56753, 64946, 40370, 48562, 64949, 48571, 40380, 64958, 56767, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 64978, 64979, 40405, 64983, 64990, 64991, 64992, 48609, 40416, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48638, 40446, 48643, 48644, 48647, 65034, 48665, 48666, 48667, 48668, 48669, 48672, 48687, 48690, 65077, 40522, 48718, 48719, 32339, 40532, 32348, 32351, 32354, 48739, 48741, 32359, 40554, 48748, 40561, 56946, 40568, 48761, 48763, 48770, 32387, 48773, 48774, 32394, 32395, 32396, 32406, 56983, 40603, 32413, 32416, 40614, 48809, 48810, 48815, 48816, 32433, 57015, 57024, 32455, 32465, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 48885, 32502, 40697, 48892, 32510, 57087, 32515, 32516, 57105, 57109, 32533, 57111, 32536, 40730, 40731, 57120, 48929, 32546, 57123, 48933, 48935, 32552, 22752, 40750, 40751, 48947, 40763, 57153, 40772, 57157, 40774, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 57199, 32623, 32624, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 32651, 40847, 32660, 57237, 40859, 32668, 40861, 40863, 32671, 57251, 32676, 32684, 32697, 32699, 57276, 32700, 32701, 32709, 32710, 40905, 32713, 57292, 57293, 32718, 32723, 32724, 40917, 57307, 32733, 40933, 40936, 40941, 32749, 32750, 57330, 57331, 32761, 57340, 57343);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:31,304 - 23178 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-27 16:03:31,305 - 23178 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId in (57344, 40966, 57353, 57354, 49163, 40978, 40980, 57365, 32788, 57369, 57379, 40996, 57382, 57384, 32809, 41003, 41004, 49198, 41007, 41006, 49204, 32822, 32826, 57407, 41024, 57411, 57416, 49227, 49231, 41040, 41039, 57426, 57427, 57430, 57432, 32857, 57434, 41050, 41051, 32859, 32861, 32865, 41060, 57446, 32870, 41067, 57455, 32880, 57457, 32882, 57459, 32884, 32885, 57462, 41079, 41077, 57465, 32889, 41082, 41085, 49278, 57471, 41086, 57477, 32901, 41095, 57481, 41104, 57489, 41109, 57497, 57499, 57502, 32929, 32930, 41123, 41129, 32940, 57518, 41135, 49328, 57521, 57522, 41137, 57526, 32951, 41143, 32954, 57537, 41154, 41155, 57540, 57541, 32966, 41157, 57545, 32969, 32972, 41166, 32975, 57561, 41187, 41190, 57579, 41196, 33009, 57586, 33011, 33014, 57596, 41214, 33024, 41219, 33029, 33031, 49415, 41228, 33038, 41231, 41232, 33040, 33046, 33049, 33050, 57627, 33053, 33058, 41252, 41254, 33080, 41275, 33087, 33088, 33089, 49471, 41286, 41288, 41289, 33098, 33099, 33100, 41293, 49484, 33108, 41303, 41304, 33113, 49497, 41307, 41306, 33118, 33119, 49507, 41325, 33137, 33139, 41345, 49539, 41348, 41349, 41355, 49559, 33186, 33196, 33218, 33219, 49609, 33227, 57814, 33253, 33267, 33282, 41475, 41492, 33305, 33316, 41522, 33345, 33347, 57924, 41544, 41572, 41588, 49798, 33421, 33431, 58014, 33439, 33444, 49838, 33465, 49850, 33467, 33468, 49857, 58053, 33479, 49871, 49873, 49874, 49881, 41699, 41712, 49909, 49910, 49929, 33560, 49949, 49950, 49951, 41758, 41761, 41762, 33581, 49967, 49968, 33585, 33587, 33588, 33595, 49982, 33602, 49988, 49998, 33615, 50003, 50005, 33626, 50013, 50014, 33633, 33634, 58213, 41830, 33647, 33648, 33652, 41846, 33656, 33657, 41853, 50049, 33666, 58244, 33669, 50055, 33672, 58247, 33675, 58252, 50061, 58251, 50069, 41884, 41887, 58271, 58273, 58274, 58277, 50092, 41900, 58289, 58292, 41923, 50117, 41927, 58311, 58312, 58314, 50126, 58318, 58321, 50130, 50134, 41946, 58331, 58332, 58335, 41958, 58342, 58344, 58346, 58348, 58355, 58357, 50166, 50167, 58363, 41981, 58366, 58367, 58370, 58371, 42008, 42009, 58393, 42014, 42015, 42016, 42017, 50209, 58412, 58415, 58416, 42033, 58417, 42037, 33854, 33858, 58441, 33869, 33872, 58460, 33884, 58464, 58466, 33898, 33901, 42106, 42107, 42111, 58496, 42113, 58504, 50316, 58510, 33951, 42147, 33955, 33956, 50345, 50358, 33982, 33984, 42181, 33994, 42190, 33998, 42193, 42195, 42196, 42197, 42206, 42208, 42211, 34022, 34025, 42219, 42221, 42224, 58613, 58615, 42232, 50430, 34059, 34060, 42251, 34062, 42258, 58648, 34073, 34079, 42294, 42296, 42306, 42317, 42320, 42324, 58714, 42332, 42337, 42339, 34148, 42345, 34178, 42374, 42376, 58772, 34196, 42388, 34205, 42416, 34224, 42423, 34239, 34240, 50626, 34259, 34265, 34270, 34272, 34274, 34285, 34291, 42487, 50688, 50689, 50699, 34329, 50719, 34354, 34355, 50762, 50763, 42574, 50769, 34395, 50789, 34414, 42608, 42614, 34424, 34425, 42619, 50812, 50811, 34431, 42629, 34438, 50824, 34440, 50826, 34443, 50830, 42642, 34457, 34458, 42651, 42653, 50846, 50850, 42664, 50860, 50861, 50864, 34486, 42678, 50873, 34491, 50878, 50879, 50882, 42690, 34502, 34504, 50894, 59089, 59092, 50902, 34519, 42718, 34527, 42724, 34536, 34537, 42731, 42732, 34541, 34551, 59133, 59135, 42752, 34561, 59141, 42758, 59142, 34570, 42767, 34578, 59154, 59155, 34584, 34585, 42777, 59163, 50985, 50992, 59188, 42808, 42809, 34619, 34626, 51011, 34629, 42823, 34635, 42831, 34648, 42849, 42850, 34662, 42855, 34665, 34668, 42866, 42869, 34679, 34687, 42886, 59274, 34702, 42904, 59299, 51108, 34727, 34732, 42926, 42927, 42929, 51122, 51123, 51128, 34752, 34753, 59344, 59345, 42963, 34780, 42986, 42992, 34806, 59391, 51216, 51217, 34844, 34845, 51232, 43044, 43045, 51246, 43070, 43077, 51276, 51278, 59470, 34902, 59480, 34904, 34914, 59492, 51306, 59498, 59502, 34928, 34930, 34935, 51320, 34939, 34941, 34946, 35014, 35015, 55806, 43213, 51408, 59606, 35031, 35032, 59611, 43228, 35044, 43239, 43241, 35060, 51445, 35062, 51447, 35063, 35066, 43259, 51451, 35069, 35070, 43265, 35074, 35076, 35086, 51471, 51470, 35092, 43284, 43286, 35095, 35096, 35094, 35101, 35111, 35114, 43308, 35121, 51509, 35128, 35129, 35133, 51518, 59714, 35139, 59717, 59721, 51529, 59724, 43345, 43347, 51541, 51542, 51543, 59736, 51544, 59741, 51550, 51552, 51554, 59750, 51559, 43368, 35185, 35186, 43380, 35188, 43381, 59768, 43385, 59772, 51582, 51589, 59784, 59788, 35213, 35216, 35217, 35221, 59799, 43416, 43417, 59802, 35227, 51613, 51614, 43424, 43426, 59810, 59814, 59816, 51638, 51639, 51640, 51641, 43460, 35270, 43463, 43464, 59847, 51658, 43467, 43466, 43473, 43475, 51669, 51673, 43483, 51680, 59873, 51683, 43492, 51684, 51685, 59875, 51686, 35305, 51690, 43497, 43500, 43498, 43502, 43503, 51696, 59889, 51701, 35321, 43515, 51708, 59902, 51713, 51714, 43525, 51718, 59911, 51720, 51724, 59921, 51730, 35346, 43540, 59925, 43544, 35353, 43546, 51737, 59929, 59928, 43550, 35359, 51744, 43552, 43554, 35362, 59939, 43549, 43559, 51753, 51754, 59947, 43568, 51761, 43574, 59964, 43582, 43591, 43593, 35402, 59979, 43597, 59993, 51804, 43613, 35425, 43619, 60004, 43621, 60005, 60009, 35436, 60014, 60015, 43633, 35443, 43637, 43638, 35447, 51834, 60029, 35454, 60030, 60033, 35459, 35462, 43656, 43658, 51851, 51852, 60045, 35467, 35468, 51857, 60050, 35478, 35479, 35480, 51864, 35484, 35485, 35486, 51872, 51875, 35493, 60070, 60069, 51880, 51877, 60076, 35502, 35504, 60081, 35505, 43699, 60080, 43701, 60086, 60091, 43707, 43709, 51903, 51907, 35524, 60104, 60105, 51915, 60108, 60107, 43726, 51920, 35536, 35538, 60115, 60116, 60112, 51922, 60121, 60122, 51931, 60124, 35556, 51941, 60139, 51951, 51952, 60143, 60144, 51955, 51956, 43761, 43766, 60150, 60149, 51967, 60165, 60167, 60178, 35602, 51988, 60187, 43803, 60192, 60193, 60196, 60197, 60198, 60199, 35624, 60203, 52018, 35634, 52020, 60215, 52027, 52035, 43850, 60236, 60242, 35667, 60243, 60244, 52054, 60247, 60248, 60249, 64078, 60253, 60257, 35682, 60258, 52069, 60262, 52074, 35690, 52079, 52084, 52085, 60278, 52089, 60285, 35710, 52095, 35712, 35711, 35714, 52099, 52101, 43910, 52106, 52107, 60305, 60308, 52122, 43931, 35741, 52130, 35746, 60324, 43939, 60329, 35754, 43949, 52142, 52143, 43957, 35767, 52153, 52154, 60347, 60355, 52165, 60358, 52170, 52171, 52176, 60369, 60370, 52183, 35802, 52188, 52189, 35806, 60381, 52192, 44004, 60389, 35815, 35818, 35820, 35821, 52206, 60401, 52210, 35827, 35828, 52213, 60406, 35834, 52221, 44030, 44031, 35840, 35842, 35843, 44039, 52232, 52233, 60424, 44044, 35852, 44046, 35855, 52237, 52242, 60435, 60437, 35868, 35869, 35870, 60447, 60452, 52260, 60457, 60458, 60466, 35892, 35894, 52280, 52281, 44093, 60482, 44100, 52292, 52295, 35911, 60489, 60491, 52300, 60493, 60492, 35919, 35917, 60495, 60498, 60499, 60500, 60508, 52319, 52323, 35939, 52325, 52324, 60518, 52326, 60522, 52330, 35947, 52332, 35950, 35951, 60529, 52341, 60536, 35962, 52349, 35968, 60545, 52355, 52356, 60549, 60550, 52360, 35979, 52370, 52371, 44181, 52374, 44187, 36000, 60576, 52384, 36003, 36005, 60581, 60585, 52406, 36027, 44222, 44224, 52424, 36042, 52428, 52430, 52432, 52442, 52446, 52447, 44266, 52461, 36082, 52468, 52472, 52476, 52477, 44289, 60688, 52500, 36121, 60698, 52506, 36124, 52520, 52534, 60726, 60729, 52537, 36155, 52550, 44360, 60746, 60747, 36172, 52556, 52563, 44375, 36191, 52578, 52579, 60772, 52582, 36201, 52585, 60780, 60782, 60783, 52592, 60786, 36217, 44416, 44417, 36226, 60807, 44430, 52623, 52624, 52625, 44441, 44442, 36250, 52637, 44447, 60836, 36261, 44458, 52651, 52653, 44462, 52655, 36281, 60860, 60863, 52672, 52673, 36290, 44488, 52684, 36305, 52696, 36314, 52699, 52701, 60893, 52702, 52711, 52715, 44523, 44526, 60911, 52719, 36337, 36336, 52723, 36340, 52728, 52730, 36350, 36351, 52734, 52736, 36365, 52751, 60948, 60949, 36374, 36379, 60957, 44576, 44578, 36387, 52773, 36390, 36391, 52777, 36400, 52785, 52786, 44601, 60988, 36419, 36422, 36423, 36428, 52813, 52812, 36431, 36432, 36437, 52822, 36439, 52824, 52825, 36442, 44637, 36451, 36452, 36455, 52840, 61039, 44659, 44660, 52853, 61046, 52871, 36506, 61085, 36523, 36524, 61099, 36526, 36527, 36528, 36532, 36534, 52927, 36545, 44740, 36549, 61127, 52941, 36557, 36560, 61136, 52948, 36564, 44757, 52950, 61148, 36578, 52963, 44772, 36581, 36582, 44775, 44776, 44774, 36580, 52965, 52972, 61168, 44787, 44788, 61173, 61175, 44793, 61177, 52988, 61181, 52994, 52999, 53000, 53001, 36622, 61201, 36626, 53015, 36635, 53020, 61213, 44831, 61216, 53025, 44833, 44838, 36646, 36648, 36654, 61233, 53041, 53042, 53044, 36668, 44860, 44864, 53057, 61250, 44870, 44871, 36680, 44874, 44875, 44876, 53070, 61264, 36689, 61268, 44886, 53079, 44890, 53084, 36702, 61281, 36706, 36707, 36709, 44901, 36711, 44914, 53112, 53115, 44924, 44926, 53126, 36749, 44943, 36752, 36756, 44959, 44960, 44961, 53154, 36771, 44964, 61348, 53158, 44968, 53162, 44976, 53174, 44983, 44985, 53180, 44992, 36801, 61379, 61384, 61389, 45008, 36816, 61392, 53204, 61397, 45022, 45024, 36836, 53226, 45035, 53234, 53235, 53237, 61432, 36856, 53242, 45051, 61434, 53248, 61440, 61445, 36873, 53262, 45075, 53268, 45076, 53271, 45086, 45087, 61471, 53281, 61479, 45099, 53295, 53296, 36913, 53298, 45108, 53302, 45117, 53310, 53313, 36931, 45123, 36936, 36941, 61519, 36948, 53333, 53336, 53337, 36967, 53353, 53357, 61552, 36977, 53363, 61556, 61558, 61560, 36990, 53374, 53386, 37003, 37002, 53389, 37008, 61584, 37012, 53404, 37020, 61596, 37023, 37021, 37032, 61615, 61616, 37044, 37049, 61627, 61634, 37061, 37064, 53451, 61650, 53459, 53461, 53464, 53465, 37084, 61660, 37086, 37087, 53474, 53475, 37092, 53477, 45290, 53484, 45304, 61689, 37115, 61696, 37123, 37124, 45316, 37129, 37134, 37135, 45328, 61718, 37143, 37145, 45341, 61730, 61733, 61734, 61736, 45357, 53552, 61745, 61749, 61750, 61755, 61764, 53578, 61775, 37200, 61780, 61786, 61790, 61795, 53609, 61803, 45424, 45439, 45459, 37267, 53654, 61854, 37280, 61860, 61864, 37290, 61869, 61879, 61880, 61881, 61883, 37312, 37313, 37314, 37315, 61891, 61890, 61894, 61896, 61898, 61900, 61904, 53713, 53715, 61909, 45526, 53719, 45532, 53726, 61919, 61921, 45545, 61934, 37358, 61938, 53751, 53752, 37370, 53761, 61953, 53763, 53767, 45575, 53771, 37387, 53777, 45587, 53783, 53785, 61977, 61978, 53790, 61985, 61989, 45606, 53799, 37414, 61991, 62001, 53811, 45621, 53814, 53815, 53813, 45625, 37433, 62015, 62017, 45636, 37445, 37446, 53832, 45641, 45640, 53833, 37452, 37453, 62024, 37450, 37459, 45657, 62042, 37467, 62046, 62047, 37474, 45667, 62053, 53867, 53868, 45677, 53870, 37487, 53871, 53873, 62059, 45683, 37498, 53883, 45696, 62088, 53899, 53901, 53902, 53903, 53905, 62107, 62115, 62120, 62121, 37548, 45752, 37568, 62146, 62154, 62155, 45772, 62156, 45771, 62158, 62160, 62157, 62162, 45781, 45784, 45790, 62175, 62179, 62180, 37603, 62186, 62189, 62195, 45812, 62198, 62202, 62203, 37631, 45827, 45828, 62213, 54020, 45831, 37639, 54023, 62220, 45845, 37655, 37657, 37658, 62235, 37660, 37661, 54047, 62241, 45861, 45864, 62251, 62258, 37684, 62261, 62264, 62266, 45886, 45890, 37699, 45894, 62281, 45902, 62291, 45909, 62294, 45911, 37719, 37721, 37723, 54107, 45917, 62304, 62309, 37733, 62311, 62312, 62314, 62316, 62318, 62320, 37745, 37749, 62328, 62329, 62335, 45952, 62336, 62341, 37766, 62343, 45960, 54158, 62351, 37775, 45969, 62355, 62357, 62360, 45978, 62363, 62364, 45980, 37791, 45986, 62375, 62377, 37801, 62379, 45996, 62381, 37809, 46004, 37814, 37815, 37821, 62400, 37828, 37829, 62407, 37832, 62409, 46026, 62411, 62416, 37840, 62418, 62420, 62422, 62424, 37850, 37851, 37853, 37854, 37856, 62435, 46052, 37862, 37863, 62440, 62441, 37864, 62444, 62447, 37875, 37876, 46069, 62453, 62456, 62457, 62461, 37885, 62464, 62465, 37892, 37895, 37900, 62483, 37908, 37909, 37907, 62490, 62492, 62494, 37927, 37929, 62506, 62507, 37931, 37934, 62514, 37940, 37942, 37944, 62522, 62526, 62527, 37955, 37957, 37958, 62535, 37959, 37964, 46158, 46160, 37971, 54366, 54368, 54370, 37988, 62565, 54381, 38001, 38002, 38007, 38008, 54395, 54401, 38028, 46224, 54425, 38042, 38048, 62624, 62630, 54441, 38057, 54448, 38067, 46279, 54476, 46287, 62674, 54485, 38103, 38109, 46302, 54494, 38116, 38127, 62703, 38129, 46331, 54526, 46340, 38150, 62726, 54535, 54537, 54538, 38151, 46348, 38162, 54546, 38167, 46360, 54553, 46366, 46370, 46371, 46377, 38194, 54583, 46393, 62777, 38203, 38205, 62791, 38220, 62800, 38233, 62812, 62823, 38250, 46444, 38252, 38255, 54640, 38257, 38256, 54654, 62848, 38274, 62855, 38279, 54665, 62860, 38294, 46500, 46505, 38314, 46507, 46517, 38331, 62909, 46526, 54728, 38350, 54734, 46544, 38354, 46546, 62932, 46550, 38361, 38370, 46566, 62952, 38384, 38385, 46584, 46585, 46592, 62984, 38411, 46603, 46608, 54804, 46613, 38426, 46619, 38430, 46624, 46626, 38435, 63010, 54825, 63020, 46639, 46640, 38457, 46649, 38466, 38468, 54854, 54856, 46666, 54859, 46670, 46671, 54866, 46677, 54874, 54886, 54890, 46710, 63096, 38521, 46714, 46712, 38538, 38541, 38542, 46754, 38563, 38568, 38569, 63149, 63151, 38577, 54969, 38589, 63168, 54977, 63175, 63187, 38616, 38619, 38620, 46824, 63208, 63230, 38659, 38665, 38666, 38670, 46864, 38673, 63256, 38684, 38688, 22305, 22304, 38693, 38696, 46890, 22314, 22317, 22327, 22329, 63292, 38724, 38731, 22348, 22350, 22351, 22354, 38740, 38742, 38743, 55130, 46939, 38748, 22366, 38757, 63333, 38761, 38763, 38764, 22382, 38767, 22384, 22385, 38770, 38769, 38768, 55159, 22392, 22393, 63363, 38792, 38793, 22410, 38794, 38797, 38798, 38799, 38802, 22420, 22421, 38806, 63383, 22424, 63385, 63381, 38811, 38813, 47008, 55204, 22437, 22442, 22445, 38829, 22447, 22448, 63410, 22457, 22458, 55227, 38849, 38850, 38851, 22471, 38856, 22473, 22474, 55243, 22476, 22475, 55246, 47053, 38860, 38865, 38871, 43547, 38873, 22493, 55262, 38878, 38880, 38886, 22504, 47083, 22507, 63467, 38894, 55285, 63477, 22520, 63481, 55290, 47099, 55297, 55299, 22532, 38916, 22534, 47110, 55303, 22537, 38923, 38925, 22544, 38930, 38931, 22546, 47123, 22553, 22554, 22555, 22556, 38942, 47139, 63526, 22567, 22568, 47142, 63532, 22576, 22578, 22579, 47156, 55352, 22586, 38977, 22596, 55367, 63560, 38986, 22602, 22610, 22614, 22620, 22627, 22637, 39027, 22647, 47223, 63609, 47228, 47234, 22659, 47236, 47237, 22662, 22658, 55433, 39051, 47244, 22668, 63631, 63634, 63635, 63638, 63644, 63645, 22691, 47271, 47272, 39081, 63658, 22699, 55466, 22701, 22704, 22706, 63672, 63677, 39102, 22720, 47296, 63686, 63688, 47306, 63691, 22732, 22733, 47310, 39119, 55498, 63697, 47309, 55507, 63702, 22744, 22745, 47323, 63707, 22749, 47326, 63708, 55517, 63713, 47329, 55516, 47327, 22751, 22758, 47334, 47336, 63720, 47338, 22763, 22764, 22759, 63727, 47344, 22769, 22770, 47348, 22773, 63734, 63732, 63736, 55543, 39157, 63739, 47358, 55550, 47360, 63746, 63747, 63748, 63752, 63753, 63754, 39181, 55567, 47376, 47375, 22803, 63764, 22804, 63765, 63767, 47384, 55577, 55575, 63775, 63779, 55590, 63783, 63785, 22827, 39212, 39213, 47405, 22831, 22830, 55600, 55602, 39214, 22836, 55604, 63799, 39227, 39228, 63803, 55615, 55619, 55620, 63813, 55622, 22855, 39240, 22860, 39245, 63822, 39248, 63826, 39254, 63830, 63831, 63833, 63834, 63837, 47453, 22877, 22880, 47457, 63842, 22883, 55653, 63848, 22891, 55659, 47472, 55665, 22898, 63860, 63862, 39287, 47479, 47478, 55680, 39298, 47491, 39300, 22918, 63880, 63881, 47500, 63885, 39310, 63886, 63889, 55697, 63891, 63892, 47507, 47512, 63897, 63896, 39322, 63901, 55710, 63907, 55718, 55721, 63918, 39344, 47538, 63924, 39354, 55739, 47548, 47549, 39357, 39359, 39360, 55743, 63939, 47559, 39368, 39369, 39370, 47563, 39372, 55756, 22987, 55759, 22988, 63953, 39373, 22995, 63956, 39381, 22997, 55767, 47577, 39386, 55772, 47581, 63966, 39391, 39389, 63969, 23007, 63971, 47594, 63979, 47595, 23021, 23019, 23023, 47600, 23020, 63986, 23027, 47604, 23022, 39410, 63991, 39411, 47609, 55797, 23033, 39420, 39422, 47615, 64000, 64001, 64002, 55810, 64004, 64005, 64006, 39431, 39433, 64010, 47626, 64013, 23053, 23054, 64016, 64018, 64019, 47636, 64021, 64023, 23064, 55833, 64026, 23066, 39450, 23069, 23070, 23084, 55859, 64053, 23095, 47675, 55871, 39488, 23107, 55876, 55878, 23112, 55883, 55886, 64079, 64080, 39505, 55890, 55891, 55892, 23124, 39509, 55895, 23119, 64089, 64091, 55900, 64094, 55905, 55907, 39524, 39527, 55911, 39530, 55915, 39531, 64110, 64113, 55921, 55925, 55927, 55928, 23162, 23166, 55937, 55938, 47748, 23172, 55942, 64135, 55940, 23179, 55949, 55951, 23185, 64151, 23194, 64155, 39579, 23196, 23200, 55970, 64170, 23211, 23212, 23215, 55984, 39601, 55988, 23220, 39606, 55992, 23225, 56000, 56003, 23245, 47823, 56023, 39641, 56027, 39644, 23259, 56029, 23266, 23267, 56042, 47851, 56047, 56049, 56050, 47858, 39670, 23287, 23288, 56060, 56062, 23295, 56065, 39685, 56079, 56088, 39707, 47903, 56096, 39715, 39716, 56106, 47926, 47929, 39744, 39756, 39757, 39758, 39763, 47956, 39764, 39769, 39770, 39772, 39773, 39774, 56194, 48006, 56207, 56208, 39828, 48029, 39841, 48040, 64424, 64429, 39859, 39866, 56259, 64454, 56265, 56268, 56272, 64469, 56282, 39899, 39920, 39943, 39948, 39954, 39966, 39968, 48163, 48167, 48176, 56371, 39989, 48195, 56391, 56392, 40043, 40046, 48238, 40055, 40059, 64640, 64688, 48307, 40122, 48325, 56524, 40142, 40144, 40146, 48353, 40162, 40163, 40165, 64747, 64748, 40173, 40174, 64754, 64755, 40181, 64758, 40183, 64761, 64763, 40197, 40198, 64776, 64778, 40204, 40205, 64780, 40207, 64785, 40209, 64787, 64789, 40213, 64791, 56601, 64795, 56604, 64799, 64800, 64802, 40227, 40228, 40229, 64810, 48427, 48428, 64812, 64813, 56625, 40243, 64819, 48437, 56628, 56630, 40248, 64825, 64826, 40251, 40254, 64835, 40261, 40264, 56649, 64843, 40268, 56655, 48464, 40273, 40274, 64851, 64857, 40282, 40283, 40281, 48479, 40288, 48480, 64869, 64870, 40296, 40300, 64880, 40305, 40304, 40308, 56694, 64887, 40315, 40316, 40317, 64891, 64895, 48511, 64897, 40322, 48517, 64904, 64905, 40330, 40334, 56719, 48530, 56727, 40345, 40346, 64923, 64924, 64927, 64930, 64931, 56740, 48549, 48556, 64941, 40367, 64943, 56753, 64946, 40370, 48562, 64949, 48571, 40380, 64958, 56767, 64962, 40387, 64964, 64965, 64967, 64974, 64975, 64976, 64978, 64979, 40405, 64983, 64990, 64991, 64992, 48609, 40416, 64995, 65004, 48622, 48626, 40435, 56821, 40439, 48633, 48634, 48635, 48636, 48638, 40446, 48643, 48644, 48647, 65034, 48665, 48666, 48667, 48668, 48669, 48672, 48687, 48690, 65077, 40522, 48718, 48719, 32339, 40532, 32348, 32351, 32354, 48739, 48741, 32359, 40554, 48748, 40561, 56946, 40568, 48761, 48763, 48770, 32387, 48773, 48774, 32394, 32395, 32396, 32406, 56983, 40603, 32413, 32416, 40614, 48809, 48810, 48815, 48816, 32433, 57015, 57024, 32455, 32465, 48857, 48863, 48866, 40675, 48872, 48875, 40688, 48880, 65265, 48885, 32502, 40697, 48892, 32510, 57087, 32515, 32516, 57105, 57109, 32533, 57111, 32536, 40730, 40731, 57120, 48929, 32546, 57123, 48933, 48935, 32552, 22752, 40750, 40751, 48947, 40763, 57153, 40772, 57157, 40774, 65351, 48970, 65355, 40780, 57164, 32590, 40782, 57169, 40787, 48989, 40801, 32611, 57188, 57189, 65389, 65390, 57199, 32623, 32624, 57203, 49013, 32632, 57208, 57212, 57215, 57217, 32651, 40847, 32660, 57237, 40859, 32668, 40861, 40863, 32671, 57251, 32676, 32684, 32697, 32699, 57276, 32700, 32701, 32709, 32710, 40905, 32713, 57292, 57293, 32718, 32723, 32724, 40917, 57307, 32733, 40933, 40936, 40941, 32749, 32750, 57330, 57331, 32761, 57340, 57343);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:31,577 - 23178 - src.utils.log - INFO - βœ… Fetched 13 rows - __SPLIT__ 2026-02-27 16:03:31,611 - 23178 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-27 16:03:31,611 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 13 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:31,660 - 23178 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 13) into CRM.LeadNote - __SPLIT__ 2026-02-27 16:03:31,774 - 23178 - src.utils.log - INFO - βœ… All 13 rows inserted successfully into CRM.LeadNote in 1 batches - __SPLIT__ 2026-02-27 16:03:31,775 - 23178 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-27 16:03:31,775 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:31,814 - 23178 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-27 16:03:31,814 - 23178 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-27 16:03:31,814 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 785 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:31,856 - 23178 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 785) into ServiceCore.SetupAutoGenerationSourceMapping - __SPLIT__ 2026-02-27 16:03:32,088 - 23178 - src.utils.log - INFO - βœ… All 785 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 1 batches - __SPLIT__ 2026-02-27 16:03:32,088 - 23178 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-27 16:03:32,088 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 623 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:32,135 - 23178 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 623) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-02-27 16:03:32,948 - 23178 - src.utils.log - INFO - βœ… All 623 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-02-27 16:03:32,948 - 23178 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-27 16:03:32,948 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:32,996 - 23178 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-27 16:03:32,996 - 23178 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 16:03:32,996 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:33,038 - 23178 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-27 16:03:33,039 - 23178 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-27 16:03:33,039 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:33,090 - 23178 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-27 16:03:33,091 - 23178 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-27 16:03:33,091 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 2449 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:33,138 - 23178 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2449) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-27 16:03:35,357 - 23178 - src.utils.log - INFO - βœ… All 2449 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-27 16:03:35,357 - 23178 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-27 16:03:35,357 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:35,404 - 23178 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-02-27 16:03:35,404 - 23178 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 16:03:35,404 - 23178 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 4686 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:35,438 - 23178 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4686) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-27 16:03:43,595 - 23178 - src.utils.log - INFO - βœ… All 4686 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-27 16:03:43,595 - 23178 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-27 16:03:43,595 - 23178 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 23178;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:43,622 - 23178 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 16:03:43,622 - 23178 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-02-27 16:03:43,623 - 23178 - src.utils.log - INFO - Time took to perform operation: 105.95 - __SPLIT__ 2026-02-27 16:03:43,623 - 23178 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 23178;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:43,647 - 23178 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-27 16:03:43,647 - 23178 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-27 11:03:43.647' WHERE GenerateWorkOrderHistoryId = 23178;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-27 16:03:43,674 - 23178 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-02 15:39:44,866 - [23205] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=43606 company_id=133 project_id=[23205] publish_all=True - __SPLIT__ 2026-03-02 15:39:46,681 - [23205] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=43606 company_id=133 project_id=[23205] publish_all=True - __SPLIT__ 2026-03-02 15:39:47,314 - [23205] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [23205] - __SPLIT__ 2026-03-02 15:39:47,947 - [23205] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-03-02 15:39:48,577 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:39:49,421 - [23205] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-03-02 15:39:50,061 - [23205] - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-03-02 15:39:50,694 - [23205] - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-03-02 15:39:51,334 - [23205] - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-03-02 15:39:51,973 - [23205] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 23205;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:39:52,845 - [23205] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-02 15:39:53,480 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.GenerateWorkOrderHistoryId = 23205... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:39:54,376 - [23205] - src.utils.log - INFO - βœ… Fetched 3789 rows - __SPLIT__ 2026-03-02 15:39:55,017 - [23205] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-03-02 15:39:55,653 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 133 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (46505, 34265, 42033, 48669, 30602, 30799, 48718, 30821, 30901, 23287, 62440, 41981, 38028, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 51956, 41232, 40774, 53763, 23503, 31773, 26919, 34662, 31423, 24186, 41190, 40387, 56023, 53899, 26213, 40043, 33347, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 44787, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 35868, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52106, 52107, 52130, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 37086, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 22701, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 29612, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 44031, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 53459, 38008, 22659, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 33669, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 35221, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 44831, 22699, 29947, 47538, 47559, 30125, 43633, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 23064, 29640, 57459, 27786, 48690, 23212, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 38589, 32083, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 32889, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 52701, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 50005, 57188, 31558, 43597, 51447, 57541, 32061, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 43467, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 23329, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 37084, 24856, 31396, 52325, 32623, 28119, 34585, 28619, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 51720, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 48556, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 22732, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 24554, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 28365, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 22602, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 54859, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52468, 52442, 55871, 25662, 52432, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 38568, 37832, 37876, 25709, 25817, 35111, 25516, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 23415, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 30905, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29470, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 24025, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 26559, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 24221, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 29589, 34059, 31412, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 45357, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 38426, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 24891, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 51684, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 50762, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 28813, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 24964, 47581, 64931, 38252, 23914, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42332, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31719, 31750, 26884, 43540, 31786, 31802, 23019, 32009, 32019, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 29645, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 39828, 34519, 23295, 41927, 35855, 23354, 23355, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 22354, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 23499, 48479, 53813, 53905, 34355, 45022, 22556, 41007, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 22420, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 43544, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 52582, 40173, 45087, 48428, 41758, 47563, 42009, 44964, 23220, 23020, 47272, 23211, 47296, 47675, 47636, 42809, 63292, 25266, 53126, 52699, 53084, 27420, 53000, 57627, 52994, 35950, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 35690, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29988, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 32230, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34224, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 24731, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 51737, 28020, 52069, 24834, 24583, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 23007, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 25116, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 51589, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48167, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 43380, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 53235, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 24219, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35802, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 25474, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 26952, 37387, 25013, 37145, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 32416, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 52213, 52330, 30413, 37828, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 37934, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52673, 52655, 36432, 52534, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35710, 35754, 53180, 32671, 32611, 35828, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 23194, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 42374, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 23885, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 22474, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 30023, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 32036, 46890, 30114, 30115, 45781, 28564, 23400, 22329, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 29865, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 22350, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 23417, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26072, 26269, 52089, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 24975, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 29646, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59498, 59502, 62312, 63691, 59814, 62235, 29649, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 22392, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 30402, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 30193, 22475, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 59993, 25538, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 27359, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 24172, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 28366, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 28620, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 29059, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 40165, 54538, 54537, 54023, 54535, 54526, 54485, 40370, 38569, 49871, 55739, 55756, 54425, 54401, 54381, 40933, 49471, 41006, 54370, 54368, 55905, 37829, 33253, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33282, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 39606, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 36374, 57015, 52672, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 36191, 34902, 45076, 31705, 56604, 43637, 56630, 43803, 44030, 44039, 52472, 52556, 56727, 53475, 53474, 31796, 54020, 36121, 53403, 45290, 57123, 52786, 35951, 53295, 31572, 31522, 52965, 52972, 53234, 53015, 46279, 57215, 37801, 55940, 33626, 33951, 34022, 52428, 37548, 34424, 42690, 56029, 37280, 56065, 56524, 34274, 37087, 56601, 43466, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 52153, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 43213, 23560, 36648, 52447, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 38851, 25517, 25388, 27320, 51232, 38255, 25126, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 31987, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 28655, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 38385, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 52702, 29808, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 35917, 53020, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 31360, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 52822, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 52260, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 31315, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 30403, 30372, 43549, 23432, 43547, 30133, 28229, 52035, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 34570, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 52020, 26652, 52579, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 35711, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 34904, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 39354, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 25515, 43525, 25514, 38563, 48892, 24454, 51640, 31402, 31169, 27070, 41572, 51639, 30916, 41762, 23325) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:39:56,698 - [23205] - src.utils.log - INFO - βœ… Fetched 3786 rows - __SPLIT__ 2026-03-02 15:39:57,340 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 133 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (46505, 34265, 42033, 48669, 30602, 30799, 48718, 30821, 30901, 23287, 62440, 41981, 38028, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 51956, 41232, 40774, 53763, 23503, 31773, 26919, 34662, 31423, 24186, 41190, 40387, 56023, 53899, 26213, 40043, 33347, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 44787, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 35868, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52106, 52107, 52130, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 37086, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 22701, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 29612, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 44031, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 53459, 38008, 22659, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 33669, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 35221, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 44831, 22699, 29947, 47538, 47559, 30125, 43633, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 23064, 29640, 57459, 27786, 48690, 23212, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 38589, 32083, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 32889, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 52701, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 50005, 57188, 31558, 43597, 51447, 57541, 32061, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 43467, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 23329, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 37084, 24856, 31396, 52325, 32623, 28119, 34585, 28619, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 51720, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 48556, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 22732, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 24554, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 28365, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 22602, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 54859, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52468, 52442, 55871, 25662, 52432, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 38568, 37832, 37876, 25709, 25817, 35111, 25516, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 23415, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 30905, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29470, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 24025, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 26559, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 24221, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 29589, 34059, 31412, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 45357, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 38426, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 24891, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 51684, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 50762, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 28813, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 24964, 47581, 64931, 38252, 23914, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42332, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31719, 31750, 26884, 43540, 31786, 31802, 23019, 32009, 32019, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 29645, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 39828, 34519, 23295, 41927, 35855, 23354, 23355, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 22354, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 23499, 48479, 53813, 53905, 34355, 45022, 22556, 41007, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 22420, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 43544, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 52582, 40173, 45087, 48428, 41758, 47563, 42009, 44964, 23220, 23020, 47272, 23211, 47296, 47675, 47636, 42809, 63292, 25266, 53126, 52699, 53084, 27420, 53000, 57627, 52994, 35950, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 35690, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29988, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 32230, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34224, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 24731, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 51737, 28020, 52069, 24834, 24583, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 23007, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 25116, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 51589, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48167, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 43380, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 53235, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 24219, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35802, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 25474, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 26952, 37387, 25013, 37145, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 32416, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 52213, 52330, 30413, 37828, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 37934, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52673, 52655, 36432, 52534, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35710, 35754, 53180, 32671, 32611, 35828, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 23194, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 42374, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 23885, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 22474, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 30023, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 32036, 46890, 30114, 30115, 45781, 28564, 23400, 22329, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 29865, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 22350, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 23417, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26072, 26269, 52089, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 24975, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 29646, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59498, 59502, 62312, 63691, 59814, 62235, 29649, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 22392, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 30402, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 30193, 22475, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 59993, 25538, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 27359, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 24172, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 28366, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 28620, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 29059, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 40165, 54538, 54537, 54023, 54535, 54526, 54485, 40370, 38569, 49871, 55739, 55756, 54425, 54401, 54381, 40933, 49471, 41006, 54370, 54368, 55905, 37829, 33253, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33282, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 39606, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 36374, 57015, 52672, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 36191, 34902, 45076, 31705, 56604, 43637, 56630, 43803, 44030, 44039, 52472, 52556, 56727, 53475, 53474, 31796, 54020, 36121, 53403, 45290, 57123, 52786, 35951, 53295, 31572, 31522, 52965, 52972, 53234, 53015, 46279, 57215, 37801, 55940, 33626, 33951, 34022, 52428, 37548, 34424, 42690, 56029, 37280, 56065, 56524, 34274, 37087, 56601, 43466, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 52153, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 43213, 23560, 36648, 52447, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 38851, 25517, 25388, 27320, 51232, 38255, 25126, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 31987, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 28655, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 38385, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 52702, 29808, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 35917, 53020, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 31360, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 52822, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 52260, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 31315, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 30403, 30372, 43549, 23432, 43547, 30133, 28229, 52035, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 34570, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 52020, 26652, 52579, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 35711, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 34904, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 39354, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 25515, 43525, 25514, 38563, 48892, 24454, 51640, 31402, 31169, 27070, 41572, 51639, 30916, 41762, 23325) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:39:58,335 - [23205] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-03-02 15:39:58,972 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 133 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (46505, 34265, 42033, 48669, 30602, 30799, 48718, 30821, 30901, 23287, 62440, 41981, 38028, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 51956, 41232, 40774, 53763, 23503, 31773, 26919, 34662, 31423, 24186, 41190, 40387, 56023, 53899, 26213, 40043, 33347, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 44787, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 35868, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52106, 52107, 52130, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 37086, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 22701, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 29612, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 44031, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 53459, 38008, 22659, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 33669, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 35221, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 44831, 22699, 29947, 47538, 47559, 30125, 43633, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 23064, 29640, 57459, 27786, 48690, 23212, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 38589, 32083, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 32889, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 52701, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 50005, 57188, 31558, 43597, 51447, 57541, 32061, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 43467, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 23329, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 37084, 24856, 31396, 52325, 32623, 28119, 34585, 28619, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 51720, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 48556, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 22732, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 24554, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 28365, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 22602, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 54859, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52468, 52442, 55871, 25662, 52432, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 38568, 37832, 37876, 25709, 25817, 35111, 25516, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 23415, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 30905, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29470, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 24025, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 26559, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 24221, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 29589, 34059, 31412, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 45357, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 38426, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 24891, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 51684, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 50762, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 28813, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 24964, 47581, 64931, 38252, 23914, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42332, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31719, 31750, 26884, 43540, 31786, 31802, 23019, 32009, 32019, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 29645, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 39828, 34519, 23295, 41927, 35855, 23354, 23355, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 22354, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 23499, 48479, 53813, 53905, 34355, 45022, 22556, 41007, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 22420, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 43544, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 52582, 40173, 45087, 48428, 41758, 47563, 42009, 44964, 23220, 23020, 47272, 23211, 47296, 47675, 47636, 42809, 63292, 25266, 53126, 52699, 53084, 27420, 53000, 57627, 52994, 35950, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 35690, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29988, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 32230, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34224, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 24731, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 51737, 28020, 52069, 24834, 24583, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 23007, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 25116, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 51589, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48167, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 43380, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 53235, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 24219, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35802, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 25474, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 26952, 37387, 25013, 37145, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 32416, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 52213, 52330, 30413, 37828, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 37934, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52673, 52655, 36432, 52534, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35710, 35754, 53180, 32671, 32611, 35828, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 23194, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 42374, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 23885, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 22474, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 30023, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 32036, 46890, 30114, 30115, 45781, 28564, 23400, 22329, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 29865, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 22350, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 23417, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26072, 26269, 52089, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 24975, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 29646, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59498, 59502, 62312, 63691, 59814, 62235, 29649, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 22392, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 30402, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 30193, 22475, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 59993, 25538, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 27359, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 24172, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 28366, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 28620, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 29059, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 40165, 54538, 54537, 54023, 54535, 54526, 54485, 40370, 38569, 49871, 55739, 55756, 54425, 54401, 54381, 40933, 49471, 41006, 54370, 54368, 55905, 37829, 33253, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33282, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 39606, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 36374, 57015, 52672, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 36191, 34902, 45076, 31705, 56604, 43637, 56630, 43803, 44030, 44039, 52472, 52556, 56727, 53475, 53474, 31796, 54020, 36121, 53403, 45290, 57123, 52786, 35951, 53295, 31572, 31522, 52965, 52972, 53234, 53015, 46279, 57215, 37801, 55940, 33626, 33951, 34022, 52428, 37548, 34424, 42690, 56029, 37280, 56065, 56524, 34274, 37087, 56601, 43466, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 52153, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 43213, 23560, 36648, 52447, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 38851, 25517, 25388, 27320, 51232, 38255, 25126, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 31987, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 28655, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 38385, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 52702, 29808, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 35917, 53020, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 31360, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 52822, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 52260, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 31315, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 30403, 30372, 43549, 23432, 43547, 30133, 28229, 52035, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 34570, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 52020, 26652, 52579, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 35711, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 34904, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 39354, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 25515, 43525, 25514, 38563, 48892, 24454, 51640, 31402, 31169, 27070, 41572, 51639, 30916, 41762, 23325) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:00,059 - [23205] - src.utils.log - INFO - βœ… Fetched 810 rows - __SPLIT__ 2026-03-02 15:40:00,988 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:01,640 - [23205] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-03-02 15:40:02,264 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:02,920 - [23205] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-03-02 15:40:03,550 - [23205] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '449398' WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:04,206 - [23205] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-02 15:40:04,834 - [23205] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '447553' WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:05,491 - [23205] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-02 15:40:06,130 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT ss.ServiceSetupId as SetupId, ss.FrequencyScheduleId as setup_frequency_schedule_id, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, ss.TaxPercent, ss.PoNumber, ss.IsTaxExempt, ss.DisplayServiceAsSeparateLineItem, ss.GenerateInvoice, ss.IsGenerateInvoiceforInitalSetup, ss.IsGenerateInvoiceforInitalSetupBilling, ss.IsBilling, t.NetDueIn, ptm.PaymentType, ssb.* FROM ServiceCore.ServiceSetup ss LEFT JOIN ServiceCore.ServiceSetupBilling ssb ON ss.ServiceSetupId = ssb.ServiceSetupId LEFT JOIN Billing.PaymentTypeMaster ptm ON ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId left join Billing.Term t on ss.TermId = t.TermId WHERE ss.ServiceSetupId in (46505, 34265, 42033, 48669, 30602, 30799, 48718, 30821, 30901, 23287, 62440, 41981, 38028, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 51956, 41232, 40774, 53763, 23503, 31773, 26919, 34662, 31423, 24186, 41190, 40387, 56023, 53899, 26213, 40043, 33347, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 44787, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 35868, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52106, 52107, 52130, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 37086, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 22701, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 29612, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 44031, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 53459, 38008, 22659, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 33669, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 35221, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 44831, 22699, 29947, 47538, 47559, 30125, 43633, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 23064, 29640, 57459, 27786, 48690, 23212, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 38589, 32083, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 32889, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 52701, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 50005, 57188, 31558, 43597, 51447, 57541, 32061, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 43467, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 23329, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 37084, 24856, 31396, 52325, 32623, 28119, 34585, 28619, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 51720, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 48556, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 22732, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 24554, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 28365, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 22602, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 54859, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52468, 52442, 55871, 25662, 52432, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 38568, 37832, 37876, 25709, 25817, 35111, 25516, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 23415, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 30905, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29470, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 24025, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 26559, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 24221, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 29589, 34059, 31412, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 45357, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 38426, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 24891, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 51684, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 50762, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 28813, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 24964, 47581, 64931, 38252, 23914, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42332, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31719, 31750, 26884, 43540, 31786, 31802, 23019, 32009, 32019, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 29645, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 39828, 34519, 23295, 41927, 35855, 23354, 23355, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 22354, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 23499, 48479, 53813, 53905, 34355, 45022, 22556, 41007, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 22420, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 43544, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 52582, 40173, 45087, 48428, 41758, 47563, 42009, 44964, 23220, 23020, 47272, 23211, 47296, 47675, 47636, 42809, 63292, 25266, 53126, 52699, 53084, 27420, 53000, 57627, 52994, 35950, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 35690, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29988, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 32230, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34224, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 24731, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 51737, 28020, 52069, 24834, 24583, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 23007, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 25116, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 51589, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48167, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 43380, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 53235, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 24219, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35802, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 25474, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 26952, 37387, 25013, 37145, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 32416, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 52213, 52330, 30413, 37828, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 37934, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52673, 52655, 36432, 52534, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35710, 35754, 53180, 32671, 32611, 35828, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 23194, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 42374, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 23885, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 22474, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 30023, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 32036, 46890, 30114, 30115, 45781, 28564, 23400, 22329, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 29865, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 22350, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 23417, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26072, 26269, 52089, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 24975, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 29646, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59498, 59502, 62312, 63691, 59814, 62235, 29649, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 22392, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 30402, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 30193, 22475, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 59993, 25538, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 27359, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 24172, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 28366, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 28620, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 29059, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 40165, 54538, 54537, 54023, 54535, 54526, 54485, 40370, 38569, 49871, 55739, 55756, 54425, 54401, 54381, 40933, 49471, 41006, 54370, 54368, 55905, 37829, 33253, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33282, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 39606, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 36374, 57015, 52672, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 36191, 34902, 45076, 31705, 56604, 43637, 56630, 43803, 44030, 44039, 52472, 52556, 56727, 53475, 53474, 31796, 54020, 36121, 53403, 45290, 57123, 52786, 35951, 53295, 31572, 31522, 52965, 52972, 53234, 53015, 46279, 57215, 37801, 55940, 33626, 33951, 34022, 52428, 37548, 34424, 42690, 56029, 37280, 56065, 56524, 34274, 37087, 56601, 43466, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 52153, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 43213, 23560, 36648, 52447, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 38851, 25517, 25388, 27320, 51232, 38255, 25126, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 31987, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 28655, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 38385, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 52702, 29808, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 35917, 53020, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 31360, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 52822, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 52260, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 31315, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 30403, 30372, 43549, 23432, 43547, 30133, 28229, 52035, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 34570, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 52020, 26652, 52579, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 35711, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 34904, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 39354, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 25515, 43525, 25514, 38563, 48892, 24454, 51640, 31402, 31169, 27070, 41572, 51639, 30916, 41762, 23325)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:07,215 - [23205] - src.utils.log - INFO - βœ… Fetched 3786 rows - __SPLIT__ 2026-03-02 15:40:09,812 - [23205] - src.utils.log - INFO - Size of Transaction: 3589 - __SPLIT__ 2026-03-02 15:40:10,446 - [23205] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 3589 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:11,136 - [23205] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3589) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-03-02 15:40:18,193 - [23205] - src.utils.log - INFO - βœ… All 3589 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-03-02 15:40:19,105 - [23205] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-03-02 15:40:19,735 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913, 12345678914, 12345678915, 12345678916, 12345678917, 12345678918, 12345678919, 12345678920, 12345678921, 12345678922, 12345678923, 12345678924, 12345678925, 12345678926, 12345678927, 12345678928, 12345678929, 12345678930, 12345678931, 12345678932, 12345678933, 12345678934, 12345678935, 12345678936, 12345678937, 12345678938, 12345678939, 12345678940, 12345678941, 12345678942, 12345678943, 12345678944, 12345678945, 12345678946, 12345678947, 12345678948, 12345678949, 12345678950, 12345678951, 12345678952, 12345678953, 12345678954, 12345678955, 12345678956, 12345678957, 12345678958, 12345678959, 12345678960, 12345678961, 12345678962, 12345678963, 12345678964, 12345678965, 12345678966, 12345678967, 12345678968, 12345678969, 12345678970, 12345678971, 12345678972, 12345678973, 12345678974, 12345678975, 12345678976, 12345678977, 12345678978, 12345678979, 12345678980, 12345678981, 12345678982, 12345678983, 12345678984, 12345678985, 12345678986, 12345678987, 12345678988, 12345678989, 12345678990, 12345678991, 12345678992, 12345678993, 12345678994, 12345678995, 12345678996, 12345678997, 12345678998, 12345678999, 12345679000, 12345679001, 12345679002, 12345679003, 12345679004, 12345679005, 12345679006, 12345679007, 12345679008, 12345679009, 12345679010, 12345679011, 12345679012, 12345679013, 12345679014, 12345679015, 12345679016, 12345679017, 12345679018, 12345679019, 12345679020, 12345679021, 12345679022, 12345679023, 12345679024, 12345679025, 12345679026, 12345679027, 12345679028, 12345679029, 12345679030, 12345679031, 12345679032, 12345679033, 12345679034, 12345679035, 12345679036, 12345679037, 12345679038, 12345679039, 12345679040, 12345679041, 12345679042, 12345679043, 12345679044, 12345679045, 12345679046, 12345679047, 12345679048, 12345679049, 12345679050, 12345679051, 12345679052, 12345679053, 12345679054, 12345679055, 12345679056, 12345679057, 12345679058, 12345679059, 12345679060, 12345679061, 12345679062, 12345679063, 12345679064, 12345679065, 12345679066, 12345679067, 12345679068, 12345679069, 12345679070, 12345679071, 12345679072, 12345679073, 12345679074, 12345679075, 12345679076, 12345679077, 12345679078, 12345679079, 12345679080, 12345679081, 12345679082, 12345679083, 12345679084, 12345679085, 12345679086, 12345679087, 12345679088, 12345679089, 12345679090, 12345679091, 12345679092, 12345679093, 12345679094, 12345679095, 12345679096, 12345679097, 12345679098, 12345679099, 12345679100, 12345679101, 12345679102, 12345679103, 12345679104, 12345679105, 12345679106, 12345679107, 12345679108, 12345679109, 12345679110, 12345679111, 12345679112, 12345679113, 12345679114, 12345679115, 12345679116, 12345679117, 12345679118, 12345679119, 12345679120, 12345679121, 12345679122, 12345679123, 12345679124, 12345679125, 12345679126, 12345679127, 12345679128, 12345679129, 12345679130, 12345679131, 12345679132, 12345679133, 12345679134, 12345679135, 12345679136, 12345679137, 12345679138, 12345679139, 12345679140, 12345679141, 12345679142, 12345679143, 12345679144, 12345679145, 12345679146, 12345679147, 12345679148, 12345679149, 12345679150, 12345679151, 12345679152, 12345679153, 12345679154, 12345679155, 12345679156, 12345679157, 12345679158, 12345679159, 12345679160, 12345679161, 12345679162, 12345679163, 12345679164, 12345679165, 12345679166, 12345679167, 12345679168, 12345679169, 12345679170, 12345679171, 12345679172, 12345679173, 12345679174, 12345679175, 12345679176, 12345679177, 12345679178, 12345679179, 12345679180, 12345679181, 12345679182, 12345679183, 12345679184, 12345679185, 12345679186, 12345679187, 12345679188, 12345679189, 12345679190, 12345679191, 12345679192, 12345679193, 12345679194, 12345679195, 12345679196, 12345679197, 12345679198, 12345679199, 12345679200, 12345679201, 12345679202, 12345679203, 12345679204, 12345679205, 12345679206, 12345679207, 12345679208, 12345679209, 12345679210, 12345679211, 12345679212, 12345679213, 12345679214, 12345679215, 12345679216, 12345679217, 12345679218, 12345679219, 12345679220, 12345679221, 12345679222, 12345679223, 12345679224, 12345679225, 12345679226, 12345679227, 12345679228, 12345679229, 12345679230, 12345679231, 12345679232, 12345679233, 12345679234, 12345679235, 12345679236, 12345679237, 12345679238, 12345679239, 12345679240, 12345679241, 12345679242, 12345679243, 12345679244, 12345679245, 12345679246, 12345679247, 12345679248, 12345679249, 12345679250, 12345679251, 12345679252, 12345679253, 12345679254, 12345679255, 12345679256, 12345679257, 12345679258, 12345679259, 12345679260, 12345679261, 12345679262, 12345679263, 12345679264, 12345679265, 12345679266, 12345679267, 12345679268, 12345679269, 12345679270, 12345679271, 12345679272, 12345679273, 12345679274, 12345679275, 12345679276, 12345679277, 12345679278, 12345679279, 12345679280, 12345679281, 12345679282, 12345679283, 12345679284, 12345679285, 12345679286, 12345679287, 12345679288, 12345679289, 12345679290, 12345679291, 12345679292, 12345679293, 12345679294, 12345679295, 12345679296, 12345679297, 12345679298, 12345679299, 12345679300, 12345679301, 12345679302, 12345679303, 12345679304, 12345679305, 12345679306, 12345679307, 12345679308, 12345679309, 12345679310, 12345679311, 12345679312, 12345679313, 12345679314, 12345679315, 12345679316, 12345679317, 12345679318, 12345679319, 12345679320, 12345679321, 12345679322, 12345679323, 12345679324, 12345679325, 12345679326, 12345679327, 12345679328, 12345679329, 12345679330, 12345679331, 12345679332, 12345679333, 12345679334, 12345679335, 12345679336, 12345679337, 12345679338, 12345679339, 12345679340, 12345679341, 12345679342, 12345679343, 12345679344, 12345679345, 12345679346, 12345679347, 12345679348, 12345679349, 12345679350, 12345679351, 12345679352, 12345679353, 12345679354, 12345679355, 12345679356, 12345679357, 12345679358, 12345679359, 12345679360, 12345679361, 12345679362, 12345679363, 12345679364, 12345679365, 12345679366, 12345679367, 12345679368, 12345679369, 12345679370, 12345679371, 12345679372, 12345679373, 12345679374, 12345679375, 12345679376, 12345679377, 12345679378, 12345679379, 12345679380, 12345679381, 12345679382, 12345679383, 12345679384, 12345679385, 12345679386, 12345679387, 12345679388, 12345679389, 12345679390, 12345679391, 12345679392, 12345679393, 12345679394, 12345679395, 12345679396, 12345679397, 12345679398, 12345679399, 12345679400, 12345679401, 12345679402, 12345679403, 12345679404, 12345679405, 12345679406, 12345679407, 12345679408, 12345679409, 12345679410, 12345679411, 12345679412, 12345679413, 12345679414, 12345679415, 12345679416, 12345679417, 12345679418, 12345679419, 12345679420, 12345679421, 12345679422, 12345679423, 12345679424, 12345679425, 12345679426, 12345679427, 12345679428, 12345679429, 12345679430, 12345679431, 12345679432, 12345679433, 12345679434, 12345679435, 12345679436, 12345679437, 12345679438, 12345679439, 12345679440, 12345679441, 12345679442, 12345679443, 12345679444, 12345679445, 12345679446, 12345679447, 12345679448, 12345679449, 12345679450, 12345679451, 12345679452, 12345679453, 12345679454, 12345679455, 12345679456, 12345679457, 12345679458, 12345679459, 12345679460, 12345679461, 12345679462, 12345679463, 12345679464, 12345679465, 12345679466, 12345679467, 12345679468, 12345679469, 12345679470, 12345679471, 12345679472, 12345679473, 12345679474, 12345679475, 12345679476, 12345679477, 12345679478, 12345679479, 12345679480, 12345679481, 12345679482, 12345679483, 12345679484, 12345679485, 12345679486, 12345679487, 12345679488, 12345679489, 12345679490, 12345679491, 12345679492, 12345679493, 12345679494, 12345679495, 12345679496, 12345679497, 12345679498, 12345679499, 12345679500, 12345679501, 12345679502, 12345679503, 12345679504, 12345679505, 12345679506, 12345679507, 12345679508, 12345679509, 12345679510, 12345679511, 12345679512, 12345679513, 12345679514, 12345679515, 12345679516, 12345679517, 12345679518, 12345679519, 12345679520, 12345679521, 12345679522, 12345679523, 12345679524, 12345679525, 12345679526, 12345679527, 12345679528, 12345679529, 12345679530, 12345679531, 12345679532, 12345679533, 12345679534, 12345679535, 12345679536, 12345679537, 12345679538, 12345679539, 12345679540, 12345679541, 12345679542, 12345679543, 12345679544, 12345679545, 12345679546, 12345679547, 12345679548, 12345679549, 12345679550, 12345679551, 12345679552, 12345679553, 12345679554, 12345679555, 12345679556, 12345679557, 12345679558, 12345679559, 12345679560, 12345679561, 12345679562, 12345679563, 12345679564, 12345679565, 12345679566, 12345679567, 12345679568, 12345679569, 12345679570, 12345679571, 12345679572, 12345679573, 12345679574, 12345679575, 12345679576, 12345679577, 12345679578, 12345679579, 12345679580, 12345679581, 12345679582, 12345679583, 12345679584, 12345679585, 12345679586, 12345679587, 12345679588, 12345679589, 12345679590, 12345679591, 12345679592, 12345679593, 12345679594, 12345679595, 12345679596, 12345679597, 12345679598, 12345679599, 12345679600, 12345679601, 12345679602, 12345679603, 12345679604, 12345679605, 12345679606, 12345679607, 12345679608, 12345679609, 12345679610, 12345679611, 12345679612, 12345679613, 12345679614, 12345679615, 12345679616, 12345679617, 12345679618, 12345679619, 12345679620, 12345679621, 12345679622, 12345679623, 12345679624, 12345679625, 12345679626, 12345679627, 12345679628, 12345679629, 12345679630, 12345679631, 12345679632, 12345679633, 12345679634, 12345679635, 12345679636, 12345679637, 12345679638, 12345679639, 12345679640, 12345679641, 12345679642, 12345679643, 12345679644, 12345679645, 12345679646, 12345679647, 12345679648, 12345679649, 12345679650, 12345679651, 12345679652, 12345679653, 12345679654, 12345679655, 12345679656, 12345679657, 12345679658, 12345679659, 12345679660, 12345679661, 12345679662, 12345679663, 12345679664, 12345679665, 12345679666, 12345679667, 12345679668, 12345679669, 12345679670, 12345679671, 12345679672, 12345679673, 12345679674, 12345679675, 12345679676, 12345679677, 12345679678, 12345679679, 12345679680, 12345679681, 12345679682, 12345679683, 12345679684, 12345679685, 12345679686, 12345679687, 12345679688, 12345679689, 12345679690, 12345679691, 12345679692, 12345679693, 12345679694, 12345679695, 12345679696, 12345679697, 12345679698, 12345679699, 12345679700, 12345679701, 12345679702, 12345679703, 12345679704, 12345679705, 12345679706, 12345679707, 12345679708, 12345679709, 12345679710, 12345679711, 12345679712, 12345679713, 12345679714, 12345679715, 12345679716, 12345679717, 12345679718, 12345679719, 12345679720, 12345679721, 12345679722, 12345679723, 12345679724, 12345679725, 12345679726, 12345679727, 12345679728, 12345679729, 12345679730, 12345679731, 12345679732, 12345679733, 12345679734, 12345679735, 12345679736, 12345679737, 12345679738, 12345679739, 12345679740, 12345679741, 12345679742, 12345679743, 12345679744, 12345679745, 12345679746, 12345679747, 12345679748, 12345679749, 12345679750, 12345679751, 12345679752, 12345679753, 12345679754, 12345679755, 12345679756, 12345679757, 12345679758, 12345679759, 12345679760, 12345679761, 12345679762, 12345679763, 12345679764, 12345679765, 12345679766, 12345679767, 12345679768, 12345679769, 12345679770, 12345679771, 12345679772, 12345679773, 12345679774, 12345679775, 12345679776, 12345679777, 12345679778, 12345679779, 12345679780, 12345679781, 12345679782, 12345679783, 12345679784, 12345679785, 12345679786, 12345679787, 12345679788, 12345679789, 12345679790, 12345679791, 12345679792, 12345679793, 12345679794, 12345679795, 12345679796, 12345679797, 12345679798, 12345679799, 12345679800, 12345679801, 12345679802, 12345679803, 12345679804, 12345679805, 12345679806, 12345679807, 12345679808, 12345679809, 12345679810, 12345679811, 12345679812, 12345679813, 12345679814, 12345679815, 12345679816, 12345679817, 12345679818, 12345679819, 12345679820, 12345679821, 12345679822, 12345679823, 12345679824, 12345679825, 12345679826, 12345679827, 12345679828, 12345679829, 12345679830, 12345679831, 12345679832, 12345679833, 12345679834, 12345679835, 12345679836, 12345679837, 12345679838, 12345679839, 12345679840, 12345679841, 12345679842, 12345679843, 12345679844, 12345679845, 12345679846, 12345679847, 12345679848, 12345679849, 12345679850, 12345679851, 12345679852, 12345679853, 12345679854, 12345679855, 12345679856, 12345679857, 12345679858, 12345679859, 12345679860, 12345679861, 12345679862, 12345679863, 12345679864, 12345679865, 12345679866, 12345679867, 12345679868, 12345679869, 12345679870, 12345679871, 12345679872, 12345679873, 12345679874, 12345679875, 12345679876, 12345679877, 12345679878, 12345679879, 12345679880, 12345679881, 12345679882, 12345679883, 12345679884, 12345679885, 12345679886, 12345679887, 12345679888, 12345679889, 12345679890, 12345679891, 12345679892, 12345679893, 12345679894, 12345679895, 12345679896, 12345679897, 12345679898, 12345679899, 12345679900, 12345679901, 12345679902, 12345679903, 12345679904, 12345679905, 12345679906, 12345679907, 12345679908, 12345679909, 12345679910, 12345679911, 12345679912, 12345679913, 12345679914, 12345679915, 12345679916, 12345679917, 12345679918, 12345679919, 12345679920, 12345679921, 12345679922, 12345679923, 12345679924, 12345679925, 12345679926, 12345679927, 12345679928, 12345679929, 12345679930, 12345679931, 12345679932, 12345679933, 12345679934, 12345679935, 12345679936, 12345679937, 12345679938, 12345679939, 12345679940, 12345679941, 12345679942, 12345679943, 12345679944, 12345679945, 12345679946, 12345679947, 12345679948, 12345679949, 12345679950, 12345679951, 12345679952, 12345679953, 12345679954, 12345679955, 12345679956, 12345679957, 12345679958, 12345679959, 12345679960, 12345679961, 12345679962, 12345679963, 12345679964, 12345679965, 12345679966, 12345679967, 12345679968, 12345679969, 12345679970, 12345679971, 12345679972, 12345679973, 12345679974, 12345679975, 12345679976, 12345679977, 12345679978, 12345679979, 12345679980, 12345679981, 12345679982, 12345679983, 12345679984, 12345679985, 12345679986, 12345679987, 12345679988, 12345679989, 12345679990, 12345679991, 12345679992, 12345679993, 12345679994, 12345679995, 12345679996, 12345679997, 12345679998, 12345679999, 12345680000, 12345680001, 12345680002, 12345680003, 12345680004, 12345680005, 12345680006, 12345680007, 12345680008, 12345680009, 12345680010, 12345680011, 12345680012, 12345680013, 12345680014, 12345680015, 12345680016, 12345680017, 12345680018, 12345680019, 12345680020, 12345680021, 12345680022, 12345680023, 12345680024, 12345680025, 12345680026, 12345680027, 12345680028, 12345680029, 12345680030, 12345680031, 12345680032, 12345680033, 12345680034, 12345680035, 12345680036, 12345680037, 12345680038, 12345680039, 12345680040, 12345680041, 12345680042, 12345680043, 12345680044, 12345680045, 12345680046, 12345680047, 12345680048, 12345680049, 12345680050, 12345680051, 12345680052, 12345680053, 12345680054, 12345680055, 12345680056, 12345680057, 12345680058, 12345680059, 12345680060, 12345680061, 12345680062, 12345680063, 12345680064, 12345680065, 12345680066, 12345680067, 12345680068, 12345680069, 12345680070, 12345680071, 12345680072, 12345680073, 12345680074, 12345680075, 12345680076, 12345680077, 12345680078, 12345680079, 12345680080, 12345680081, 12345680082, 12345680083, 12345680084, 12345680085, 12345680086, 12345680087, 12345680088, 12345680089, 12345680090, 12345680091, 12345680092, 12345680093, 12345680094, 12345680095, 12345680096, 12345680097, 12345680098, 12345680099, 12345680100, 12345680101, 12345680102, 12345680103, 12345680104, 12345680105, 12345680106, 12345680107, 12345680108, 12345680109, 12345680110, 12345680111, 12345680112, 12345680113, 12345680114, 12345680115, 12345680116, 12345680117, 12345680118, 12345680119, 12345680120, 12345680121, 12345680122, 12345680123, 12345680124, 12345680125, 12345680126, 12345680127, 12345680128, 12345680129, 12345680130, 12345680131, 12345680132, 12345680133, 12345680134, 12345680135, 12345680136, 12345680137, 12345680138, 12345680139, 12345680140, 12345680141, 12345680142, 12345680143, 12345680144, 12345680145, 12345680146, 12345680147, 12345680148, 12345680149, 12345680150, 12345680151, 12345680152, 12345680153, 12345680154, 12345680155, 12345680156, 12345680157, 12345680158, 12345680159, 12345680160, 12345680161, 12345680162, 12345680163, 12345680164, 12345680165, 12345680166, 12345680167, 12345680168, 12345680169, 12345680170, 12345680171, 12345680172, 12345680173, 12345680174, 12345680175, 12345680176, 12345680177, 12345680178, 12345680179, 12345680180, 12345680181, 12345680182, 12345680183, 12345680184, 12345680185, 12345680186, 12345680187, 12345680188, 12345680189, 12345680190, 12345680191, 12345680192, 12345680193, 12345680194, 12345680195, 12345680196, 12345680197, 12345680198, 12345680199, 12345680200, 12345680201, 12345680202, 12345680203, 12345680204, 12345680205, 12345680206, 12345680207, 12345680208, 12345680209, 12345680210, 12345680211, 12345680212, 12345680213, 12345680214, 12345680215, 12345680216, 12345680217, 12345680218, 12345680219, 12345680220, 12345680221, 12345680222, 12345680223, 12345680224, 12345680225, 12345680226, 12345680227, 12345680228, 12345680229, 12345680230, 12345680231, 12345680232, 12345680233, 12345680234, 12345680235, 12345680236, 12345680237, 12345680238, 12345680239, 12345680240, 12345680241, 12345680242, 12345680243, 12345680244, 12345680245, 12345680246, 12345680247, 12345680248, 12345680249, 12345680250, 12345680251, 12345680252, 12345680253, 12345680254, 12345680255, 12345680256, 12345680257, 12345680258, 12345680259, 12345680260, 12345680261, 12345680262, 12345680263, 12345680264, 12345680265, 12345680266, 12345680267, 12345680268, 12345680269, 12345680270, 12345680271, 12345680272, 12345680273, 12345680274, 12345680275, 12345680276, 12345680277, 12345680278, 12345680279, 12345680280, 12345680281, 12345680282, 12345680283, 12345680284, 12345680285, 12345680286, 12345680287, 12345680288, 12345680289, 12345680290, 12345680291, 12345680292, 12345680293, 12345680294, 12345680295, 12345680296, 12345680297, 12345680298, 12345680299, 12345680300, 12345680301, 12345680302, 12345680303, 12345680304, 12345680305, 12345680306, 12345680307, 12345680308, 12345680309, 12345680310, 12345680311, 12345680312, 12345680313, 12345680314, 12345680315, 12345680316, 12345680317, 12345680318, 12345680319, 12345680320, 12345680321, 12345680322, 12345680323, 12345680324, 12345680325, 12345680326, 12345680327, 12345680328, 12345680329, 12345680330, 12345680331, 12345680332, 12345680333, 12345680334, 12345680335, 12345680336, 12345680337, 12345680338, 12345680339, 12345680340, 12345680341, 12345680342, 12345680343, 12345680344, 12345680345, 12345680346, 12345680347, 12345680348, 12345680349, 12345680350, 12345680351, 12345680352, 12345680353, 12345680354, 12345680355, 12345680356, 12345680357, 12345680358, 12345680359, 12345680360, 12345680361, 12345680362, 12345680363, 12345680364, 12345680365, 12345680366, 12345680367, 12345680368, 12345680369, 12345680370, 12345680371, 12345680372, 12345680373, 12345680374, 12345680375, 12345680376, 12345680377, 12345680378, 12345680379, 12345680380, 12345680381, 12345680382, 12345680383, 12345680384, 12345680385, 12345680386, 12345680387, 12345680388, 12345680389, 12345680390, 12345680391, 12345680392, 12345680393, 12345680394, 12345680395, 12345680396, 12345680397, 12345680398, 12345680399, 12345680400, 12345680401, 12345680402, 12345680403, 12345680404, 12345680405, 12345680406, 12345680407, 12345680408, 12345680409, 12345680410, 12345680411, 12345680412, 12345680413, 12345680414, 12345680415, 12345680416, 12345680417, 12345680418, 12345680419, 12345680420, 12345680421, 12345680422, 12345680423, 12345680424, 12345680425, 12345680426, 12345680427, 12345680428, 12345680429, 12345680430, 12345680431, 12345680432, 12345680433, 12345680434, 12345680435, 12345680436, 12345680437, 12345680438, 12345680439, 12345680440, 12345680441, 12345680442, 12345680443, 12345680444, 12345680445, 12345680446, 12345680447, 12345680448, 12345680449, 12345680450, 12345680451, 12345680452, 12345680453, 12345680454, 12345680455, 12345680456, 12345680457, 12345680458, 12345680459, 12345680460, 12345680461, 12345680462, 12345680463, 12345680464, 12345680465, 12345680466, 12345680467, 12345680468, 12345680469, 12345680470, 12345680471, 12345680472, 12345680473, 12345680474, 12345680475, 12345680476, 12345680477, 12345680478, 12345680479, 12345680480, 12345680481, 12345680482, 12345680483, 12345680484, 12345680485, 12345680486, 12345680487, 12345680488, 12345680489, 12345680490, 12345680491, 12345680492, 12345680493, 12345680494, 12345680495, 12345680496, 12345680497, 12345680498, 12345680499, 12345680500, 12345680501, 12345680502, 12345680503, 12345680504, 12345680505, 12345680506, 12345680507, 12345680508, 12345680509, 12345680510, 12345680511, 12345680512, 12345680513, 12345680514, 12345680515, 12345680516, 12345680517, 12345680518, 12345680519, 12345680520, 12345680521, 12345680522, 12345680523, 12345680524, 12345680525, 12345680526, 12345680527, 12345680528, 12345680529, 12345680530, 12345680531, 12345680532, 12345680533, 12345680534, 12345680535, 12345680536, 12345680537, 12345680538, 12345680539, 12345680540, 12345680541, 12345680542, 12345680543, 12345680544, 12345680545, 12345680546, 12345680547, 12345680548, 12345680549, 12345680550, 12345680551, 12345680552, 12345680553, 12345680554, 12345680555, 12345680556, 12345680557, 12345680558, 12345680559, 12345680560, 12345680561, 12345680562, 12345680563, 12345680564, 12345680565, 12345680566, 12345680567, 12345680568, 12345680569, 12345680570, 12345680571, 12345680572, 12345680573, 12345680574, 12345680575, 12345680576, 12345680577, 12345680578, 12345680579, 12345680580, 12345680581, 12345680582, 12345680583, 12345680584, 12345680585, 12345680586, 12345680587, 12345680588, 12345680589, 12345680590, 12345680591, 12345680592, 12345680593, 12345680594, 12345680595, 12345680596, 12345680597, 12345680598, 12345680599, 12345680600, 12345680601, 12345680602, 12345680603, 12345680604, 12345680605, 12345680606, 12345680607, 12345680608, 12345680609, 12345680610, 12345680611, 12345680612, 12345680613, 12345680614, 12345680615, 12345680616, 12345680617, 12345680618, 12345680619, 12345680620, 12345680621, 12345680622, 12345680623, 12345680624, 12345680625, 12345680626, 12345680627, 12345680628, 12345680629, 12345680630, 12345680631, 12345680632, 12345680633, 12345680634, 12345680635, 12345680636, 12345680637, 12345680638, 12345680639, 12345680640, 12345680641, 12345680642, 12345680643, 12345680644, 12345680645, 12345680646, 12345680647, 12345680648, 12345680649, 12345680650, 12345680651, 12345680652, 12345680653, 12345680654, 12345680655, 12345680656, 12345680657, 12345680658, 12345680659, 12345680660, 12345680661, 12345680662, 12345680663, 12345680664, 12345680665, 12345680666, 12345680667, 12345680668, 12345680669, 12345680670, 12345680671, 12345680672, 12345680673, 12345680674, 12345680675, 12345680676, 12345680677, 12345680678, 12345680679, 12345680680, 12345680681, 12345680682, 12345680683, 12345680684, 12345680685, 12345680686, 12345680687, 12345680688, 12345680689, 12345680690, 12345680691, 12345680692, 12345680693, 12345680694, 12345680695, 12345680696, 12345680697, 12345680698, 12345680699, 12345680700, 12345680701, 12345680702, 12345680703, 12345680704, 12345680705, 12345680706, 12345680707, 12345680708, 12345680709, 12345680710, 12345680711, 12345680712, 12345680713, 12345680714, 12345680715, 12345680716, 12345680717, 12345680718, 12345680719, 12345680720, 12345680721, 12345680722, 12345680723, 12345680724, 12345680725, 12345680726, 12345680727, 12345680728, 12345680729, 12345680730, 12345680731, 12345680732, 12345680733, 12345680734, 12345680735, 12345680736, 12345680737, 12345680738, 12345680739, 12345680740, 12345680741, 12345680742, 12345680743, 12345680744, 12345680745, 12345680746, 12345680747, 12345680748, 12345680749, 12345680750, 12345680751, 12345680752, 12345680753, 12345680754, 12345680755, 12345680756, 12345680757, 12345680758, 12345680759, 12345680760, 12345680761, 12345680762, 12345680763, 12345680764, 12345680765, 12345680766, 12345680767, 12345680768, 12345680769, 12345680770, 12345680771, 12345680772, 12345680773, 12345680774, 12345680775, 12345680776, 12345680777, 12345680778, 12345680779, 12345680780, 12345680781, 12345680782, 12345680783, 12345680784, 12345680785, 12345680786, 12345680787, 12345680788, 12345680789, 12345680790, 12345680791, 12345680792, 12345680793, 12345680794, 12345680795, 12345680796, 12345680797, 12345680798, 12345680799, 12345680800, 12345680801, 12345680802, 12345680803, 12345680804, 12345680805, 12345680806, 12345680807, 12345680808, 12345680809, 12345680810, 12345680811, 12345680812, 12345680813, 12345680814, 12345680815, 12345680816, 12345680817, 12345680818, 12345680819, 12345680820, 12345680821, 12345680822, 12345680823, 12345680824, 12345680825, 12345680826, 12345680827, 12345680828, 12345680829, 12345680830, 12345680831, 12345680832, 12345680833, 12345680834, 12345680835, 12345680836, 12345680837, 12345680838, 12345680839, 12345680840, 12345680841, 12345680842, 12345680843, 12345680844, 12345680845, 12345680846, 12345680847, 12345680848, 12345680849, 12345680850, 12345680851, 12345680852, 12345680853, 12345680854, 12345680855, 12345680856, 12345680857, 12345680858, 12345680859, 12345680860, 12345680861, 12345680862, 12345680863, 12345680864, 12345680865, 12345680866, 12345680867, 12345680868, 12345680869, 12345680870, 12345680871, 12345680872, 12345680873, 12345680874, 12345680875, 12345680876, 12345680877, 12345680878, 12345680879, 12345680880, 12345680881, 12345680882, 12345680883, 12345680884, 12345680885, 12345680886, 12345680887, 12345680888, 12345680889, 12345680890, 12345680891, 12345680892, 12345680893, 12345680894, 12345680895, 12345680896, 12345680897, 12345680898, 12345680899, 12345680900, 12345680901, 12345680902, 12345680903, 12345680904, 12345680905, 12345680906, 12345680907, 12345680908, 12345680909, 12345680910, 12345680911, 12345680912, 12345680913, 12345680914, 12345680915, 12345680916, 12345680917, 12345680918, 12345680919, 12345680920, 12345680921, 12345680922, 12345680923, 12345680924, 12345680925, 12345680926, 12345680927, 12345680928, 12345680929, 12345680930, 12345680931, 12345680932, 12345680933, 12345680934, 12345680935, 12345680936, 12345680937, 12345680938, 12345680939, 12345680940, 12345680941, 12345680942, 12345680943, 12345680944, 12345680945, 12345680946, 12345680947, 12345680948, 12345680949, 12345680950, 12345680951, 12345680952, 12345680953, 12345680954, 12345680955, 12345680956, 12345680957, 12345680958, 12345680959, 12345680960, 12345680961, 12345680962, 12345680963, 12345680964, 12345680965, 12345680966, 12345680967, 12345680968, 12345680969, 12345680970, 12345680971, 12345680972, 12345680973, 12345680974, 12345680975, 12345680976, 12345680977, 12345680978, 12345680979, 12345680980, 12345680981, 12345680982, 12345680983, 12345680984, 12345680985, 12345680986, 12345680987, 12345680988, 12345680989, 12345680990, 12345680991, 12345680992, 12345680993, 12345680994, 12345680995, 12345680996, 12345680997, 12345680998, 12345680999, 12345681000, 12345681001, 12345681002, 12345681003, 12345681004, 12345681005, 12345681006, 12345681007, 12345681008, 12345681009, 12345681010, 12345681011, 12345681012, 12345681013, 12345681014, 12345681015, 12345681016, 12345681017, 12345681018, 12345681019, 12345681020, 12345681021, 12345681022, 12345681023, 12345681024, 12345681025, 12345681026, 12345681027, 12345681028, 12345681029, 12345681030, 12345681031, 12345681032, 12345681033, 12345681034, 12345681035, 12345681036, 12345681037, 12345681038, 12345681039, 12345681040, 12345681041, 12345681042, 12345681043, 12345681044, 12345681045, 12345681046, 12345681047, 12345681048, 12345681049, 12345681050, 12345681051, 12345681052, 12345681053, 12345681054, 12345681055, 12345681056, 12345681057, 12345681058, 12345681059, 12345681060, 12345681061, 12345681062, 12345681063, 12345681064, 12345681065, 12345681066, 12345681067, 12345681068, 12345681069, 12345681070, 12345681071, 12345681072, 12345681073, 12345681074, 12345681075, 12345681076, 12345681077, 12345681078, 12345681079, 12345681080, 12345681081, 12345681082, 12345681083, 12345681084, 12345681085, 12345681086, 12345681087, 12345681088, 12345681089, 12345681090, 12345681091, 12345681092, 12345681093, 12345681094, 12345681095, 12345681096, 12345681097, 12345681098, 12345681099, 12345681100, 12345681101, 12345681102, 12345681103, 12345681104, 12345681105, 12345681106, 12345681107, 12345681108, 12345681109, 12345681110, 12345681111, 12345681112, 12345681113, 12345681114, 12345681115, 12345681116, 12345681117, 12345681118, 12345681119, 12345681120, 12345681121, 12345681122, 12345681123, 12345681124, 12345681125, 12345681126, 12345681127, 12345681128, 12345681129, 12345681130, 12345681131, 12345681132, 12345681133, 12345681134, 12345681135, 12345681136, 12345681137, 12345681138, 12345681139, 12345681140, 12345681141, 12345681142, 12345681143, 12345681144, 12345681145, 12345681146, 12345681147, 12345681148, 12345681149, 12345681150, 12345681151, 12345681152, 12345681153, 12345681154, 12345681155, 12345681156, 12345681157, 12345681158, 12345681159, 12345681160, 12345681161, 12345681162, 12345681163, 12345681164, 12345681165, 12345681166, 12345681167, 12345681168, 12345681169, 12345681170, 12345681171, 12345681172, 12345681173, 12345681174, 12345681175, 12345681176, 12345681177, 12345681178, 12345681179, 12345681180, 12345681181, 12345681182, 12345681183, 12345681184, 12345681185, 12345681186, 12345681187, 12345681188, 12345681189, 12345681190, 12345681191, 12345681192, 12345681193, 12345681194, 12345681195, 12345681196, 12345681197, 12345681198, 12345681199, 12345681200, 12345681201, 12345681202, 12345681203, 12345681204, 12345681205, 12345681206, 12345681207, 12345681208, 12345681209, 12345681210, 12345681211, 12345681212, 12345681213, 12345681214, 12345681215, 12345681216, 12345681217, 12345681218, 12345681219, 12345681220, 12345681221, 12345681222, 12345681223, 12345681224, 12345681225, 12345681226, 12345681227, 12345681228, 12345681229, 12345681230, 12345681231, 12345681232, 12345681233, 12345681234, 12345681235, 12345681236, 12345681237, 12345681238, 12345681239, 12345681240, 12345681241, 12345681242, 12345681243, 12345681244, 12345681245, 12345681246, 12345681247, 12345681248, 12345681249, 12345681250, 12345681251, 12345681252, 12345681253, 12345681254, 12345681255, 12345681256, 12345681257, 12345681258, 12345681259, 12345681260, 12345681261, 12345681262, 12345681263, 12345681264, 12345681265, 12345681266, 12345681267, 12345681268, 12345681269, 12345681270, 12345681271, 12345681272, 12345681273, 12345681274, 12345681275, 12345681276, 12345681277, 12345681278, 12345681279, 12345681280, 12345681281, 12345681282, 12345681283, 12345681284, 12345681285, 12345681286, 12345681287, 12345681288, 12345681289, 12345681290, 12345681291, 12345681292, 12345681293, 12345681294, 12345681295, 12345681296, 12345681297, 12345681298, 12345681299, 12345681300, 12345681301, 12345681302, 12345681303, 12345681304, 12345681305, 12345681306, 12345681307, 12345681308, 12345681309, 12345681310, 12345681311, 12345681312, 12345681313, 12345681314, 12345681315, 12345681316, 12345681317, 12345681318, 12345681319, 12345681320, 12345681321, 12345681322, 12345681323, 12345681324, 12345681325, 12345681326, 12345681327, 12345681328, 12345681329, 12345681330, 12345681331, 12345681332, 12345681333, 12345681334, 12345681335, 12345681336, 12345681337, 12345681338, 12345681339, 12345681340, 12345681341, 12345681342, 12345681343, 12345681344, 12345681345, 12345681346, 12345681347, 12345681348, 12345681349, 12345681350, 12345681351, 12345681352, 12345681353, 12345681354, 12345681355, 12345681356, 12345681357, 12345681358, 12345681359, 12345681360, 12345681361, 12345681362, 12345681363, 12345681364, 12345681365, 12345681366, 12345681367, 12345681368, 12345681369, 12345681370, 12345681371, 12345681372, 12345681373, 12345681374, 12345681375, 12345681376, 12345681377, 12345681378, 12345681379, 12345681380, 12345681381, 12345681382, 12345681383, 12345681384, 12345681385, 12345681386, 12345681387, 12345681388, 12345681389, 12345681390, 12345681391, 12345681392, 12345681393, 12345681394, 12345681395, 12345681396, 12345681397, 12345681398, 12345681399, 12345681400, 12345681401, 12345681402, 12345681403, 12345681404, 12345681405, 12345681406, 12345681407, 12345681408, 12345681409, 12345681410, 12345681411, 12345681412, 12345681413, 12345681414, 12345681415, 12345681416, 12345681417, 12345681418, 12345681419, 12345681420, 12345681421, 12345681422, 12345681423, 12345681424, 12345681425, 12345681426, 12345681427, 12345681428, 12345681429, 12345681430, 12345681431, 12345681432, 12345681433, 12345681434, 12345681435, 12345681436, 12345681437, 12345681438, 12345681439, 12345681440, 12345681441, 12345681442, 12345681443, 12345681444, 12345681445, 12345681446, 12345681447, 12345681448, 12345681449, 12345681450, 12345681451, 12345681452, 12345681453, 12345681454, 12345681455, 12345681456, 12345681457, 12345681458, 12345681459, 12345681460, 12345681461, 12345681462, 12345681463, 12345681464, 12345681465, 12345681466, 12345681467, 12345681468, 12345681469, 12345681470, 12345681471, 12345681472, 12345681473, 12345681474, 12345681475, 12345681476, 12345681477, 12345681478, 12345681479, 12345681480, 12345681481, 12345681482, 12345681483, 12345681484, 12345681485, 12345681486, 12345681487, 12345681488, 12345681489, 12345681490, 12345681491, 12345681492, 12345681493, 12345681494, 12345681495, 12345681496, 12345681497, 12345681498, 12345681499, 12345681500, 12345681501, 12345681502, 12345681503, 12345681504, 12345681505, 12345681506, 12345681507, 12345681508, 12345681509, 12345681510, 12345681511, 12345681512, 12345681513, 12345681514, 12345681515, 12345681516, 12345681517, 12345681518, 12345681519, 12345681520, 12345681521, 12345681522, 12345681523, 12345681524, 12345681525, 12345681526, 12345681527, 12345681528, 12345681529, 12345681530, 12345681531, 12345681532, 12345681533, 12345681534, 12345681535, 12345681536, 12345681537, 12345681538, 12345681539, 12345681540, 12345681541, 12345681542, 12345681543, 12345681544, 12345681545, 12345681546, 12345681547, 12345681548, 12345681549, 12345681550, 12345681551, 12345681552, 12345681553, 12345681554, 12345681555, 12345681556, 12345681557, 12345681558, 12345681559, 12345681560, 12345681561, 12345681562, 12345681563, 12345681564, 12345681565, 12345681566, 12345681567, 12345681568, 12345681569, 12345681570, 12345681571, 12345681572, 12345681573, 12345681574, 12345681575, 12345681576, 12345681577, 12345681578, 12345681579, 12345681580, 12345681581, 12345681582, 12345681583, 12345681584, 12345681585, 12345681586, 12345681587, 12345681588, 12345681589, 12345681590, 12345681591, 12345681592, 12345681593, 12345681594, 12345681595, 12345681596, 12345681597, 12345681598, 12345681599, 12345681600, 12345681601, 12345681602, 12345681603, 12345681604, 12345681605, 12345681606, 12345681607, 12345681608, 12345681609, 12345681610, 12345681611, 12345681612, 12345681613, 12345681614, 12345681615, 12345681616, 12345681617, 12345681618, 12345681619, 12345681620, 12345681621, 12345681622, 12345681623, 12345681624, 12345681625, 12345681626, 12345681627, 12345681628, 12345681629, 12345681630, 12345681631, 12345681632, 12345681633, 12345681634, 12345681635, 12345681636, 12345681637, 12345681638, 12345681639, 12345681640, 12345681641, 12345681642, 12345681643, 12345681644, 12345681645, 12345681646, 12345681647, 12345681648, 12345681649, 12345681650, 12345681651, 12345681652, 12345681653, 12345681654, 12345681655, 12345681656, 12345681657, 12345681658, 12345681659, 12345681660, 12345681661, 12345681662, 12345681663, 12345681664, 12345681665, 12345681666, 12345681667, 12345681668, 12345681669, 12345681670, 12345681671, 12345681672, 12345681673, 12345681674, 12345681675, 12345681676, 12345681677, 12345681678, 12345681679, 12345681680, 12345681681, 12345681682, 12345681683, 12345681684, 12345681685, 12345681686, 12345681687, 12345681688, 12345681689, 12345681690, 12345681691, 12345681692, 12345681693, 12345681694, 12345681695, 12345681696, 12345681697, 12345681698, 12345681699, 12345681700, 12345681701, 12345681702, 12345681703, 12345681704, 12345681705, 12345681706, 12345681707, 12345681708, 12345681709, 12345681710, 12345681711, 12345681712, 12345681713, 12345681714, 12345681715, 12345681716, 12345681717, 12345681718, 12345681719, 12345681720, 12345681721, 12345681722, 12345681723, 12345681724, 12345681725, 12345681726, 12345681727, 12345681728, 12345681729, 12345681730, 12345681731, 12345681732, 12345681733, 12345681734, 12345681735, 12345681736, 12345681737, 12345681738, 12345681739, 12345681740, 12345681741, 12345681742, 12345681743, 12345681744, 12345681745, 12345681746, 12345681747, 12345681748, 12345681749, 12345681750, 12345681751, 12345681752, 12345681753, 12345681754, 12345681755, 12345681756, 12345681757, 12345681758, 12345681759, 12345681760, 12345681761, 12345681762, 12345681763, 12345681764, 12345681765, 12345681766, 12345681767, 12345681768, 12345681769, 12345681770, 12345681771, 12345681772, 12345681773, 12345681774, 12345681775, 12345681776, 12345681777, 12345681778, 12345681779, 12345681780, 12345681781, 12345681782, 12345681783, 12345681784, 12345681785, 12345681786, 12345681787, 12345681788, 12345681789, 12345681790, 12345681791, 12345681792, 12345681793, 12345681794, 12345681795, 12345681796, 12345681797, 12345681798, 12345681799, 12345681800, 12345681801, 12345681802, 12345681803, 12345681804, 12345681805, 12345681806, 12345681807, 12345681808, 12345681809, 12345681810, 12345681811, 12345681812, 12345681813, 12345681814, 12345681815, 12345681816, 12345681817, 12345681818, 12345681819, 12345681820, 12345681821, 12345681822, 12345681823, 12345681824, 12345681825, 12345681826, 12345681827, 12345681828, 12345681829, 12345681830, 12345681831, 12345681832, 12345681833, 12345681834, 12345681835, 12345681836, 12345681837, 12345681838, 12345681839, 12345681840, 12345681841, 12345681842, 12345681843, 12345681844, 12345681845, 12345681846, 12345681847, 12345681848, 12345681849, 12345681850, 12345681851, 12345681852, 12345681853, 12345681854, 12345681855, 12345681856, 12345681857, 12345681858, 12345681859, 12345681860, 12345681861, 12345681862, 12345681863, 12345681864, 12345681865, 12345681866, 12345681867, 12345681868, 12345681869, 12345681870, 12345681871, 12345681872, 12345681873, 12345681874, 12345681875, 12345681876, 12345681877, 12345681878, 12345681879, 12345681880, 12345681881, 12345681882, 12345681883, 12345681884, 12345681885, 12345681886, 12345681887, 12345681888, 12345681889, 12345681890, 12345681891, 12345681892, 12345681893, 12345681894, 12345681895, 12345681896, 12345681897, 12345681898, 12345681899, 12345681900, 12345681901, 12345681902, 12345681903, 12345681904, 12345681905, 12345681906, 12345681907, 12345681908, 12345681909, 12345681910, 12345681911, 12345681912, 12345681913, 12345681914, 12345681915, 12345681916, 12345681917, 12345681918, 12345681919, 12345681920, 12345681921, 12345681922, 12345681923, 12345681924, 12345681925, 12345681926, 12345681927, 12345681928, 12345681929, 12345681930, 12345681931, 12345681932, 12345681933, 12345681934, 12345681935, 12345681936, 12345681937, 12345681938, 12345681939, 12345681940, 12345681941, 12345681942, 12345681943, 12345681944, 12345681945, 12345681946, 12345681947, 12345681948, 12345681949, 12345681950, 12345681951, 12345681952, 12345681953, 12345681954, 12345681955, 12345681956, 12345681957, 12345681958, 12345681959, 12345681960, 12345681961, 12345681962, 12345681963, 12345681964, 12345681965, 12345681966, 12345681967, 12345681968, 12345681969, 12345681970, 12345681971, 12345681972, 12345681973, 12345681974, 12345681975, 12345681976, 12345681977, 12345681978, 12345681979, 12345681980, 12345681981, 12345681982, 12345681983, 12345681984, 12345681985, 12345681986, 12345681987, 12345681988, 12345681989, 12345681990, 12345681991, 12345681992, 12345681993, 12345681994, 12345681995, 12345681996, 12345681997, 12345681998, 12345681999, 12345682000, 12345682001, 12345682002, 12345682003, 12345682004, 12345682005, 12345682006, 12345682007, 12345682008, 12345682009, 12345682010, 12345682011, 12345682012, 12345682013, 12345682014, 12345682015, 12345682016, 12345682017, 12345682018, 12345682019, 12345682020, 12345682021, 12345682022, 12345682023, 12345682024, 12345682025, 12345682026, 12345682027, 12345682028, 12345682029, 12345682030, 12345682031, 12345682032, 12345682033, 12345682034, 12345682035, 12345682036, 12345682037, 12345682038, 12345682039, 12345682040, 12345682041, 12345682042, 12345682043, 12345682044, 12345682045, 12345682046, 12345682047, 12345682048, 12345682049, 12345682050, 12345682051, 12345682052, 12345682053, 12345682054, 12345682055, 12345682056, 12345682057, 12345682058, 12345682059, 12345682060, 12345682061, 12345682062, 12345682063, 12345682064, 12345682065, 12345682066, 12345682067, 12345682068, 12345682069, 12345682070, 12345682071, 12345682072, 12345682073, 12345682074, 12345682075, 12345682076, 12345682077, 12345682078, 12345682079, 12345682080, 12345682081, 12345682082, 12345682083, 12345682084, 12345682085, 12345682086, 12345682087, 12345682088, 12345682089, 12345682090, 12345682091, 12345682092, 12345682093, 12345682094, 12345682095, 12345682096, 12345682097, 12345682098, 12345682099, 12345682100, 12345682101, 12345682102, 12345682103, 12345682104, 12345682105, 12345682106, 12345682107, 12345682108, 12345682109, 12345682110, 12345682111, 12345682112, 12345682113, 12345682114, 12345682115, 12345682116, 12345682117, 12345682118, 12345682119, 12345682120, 12345682121, 12345682122, 12345682123, 12345682124, 12345682125, 12345682126, 12345682127, 12345682128, 12345682129, 12345682130, 12345682131, 12345682132, 12345682133, 12345682134, 12345682135, 12345682136, 12345682137, 12345682138, 12345682139, 12345682140, 12345682141, 12345682142, 12345682143, 12345682144, 12345682145, 12345682146, 12345682147, 12345682148, 12345682149, 12345682150, 12345682151, 12345682152, 12345682153, 12345682154, 12345682155, 12345682156, 12345682157, 12345682158, 12345682159, 12345682160, 12345682161, 12345682162, 12345682163, 12345682164, 12345682165, 12345682166, 12345682167, 12345682168, 12345682169, 12345682170, 12345682171, 12345682172, 12345682173, 12345682174, 12345682175, 12345682176, 12345682177, 12345682178, 12345682179, 12345682180, 12345682181, 12345682182, 12345682183, 12345682184, 12345682185, 12345682186, 12345682187, 12345682188, 12345682189, 12345682190, 12345682191, 12345682192, 12345682193, 12345682194, 12345682195, 12345682196, 12345682197, 12345682198, 12345682199, 12345682200, 12345682201, 12345682202, 12345682203, 12345682204, 12345682205, 12345682206, 12345682207, 12345682208, 12345682209, 12345682210, 12345682211, 12345682212, 12345682213, 12345682214, 12345682215, 12345682216, 12345682217, 12345682218, 12345682219, 12345682220, 12345682221, 12345682222, 12345682223, 12345682224, 12345682225, 12345682226, 12345682227, 12345682228, 12345682229, 12345682230, 12345682231, 12345682232, 12345682233, 12345682234, 12345682235, 12345682236, 12345682237, 12345682238, 12345682239, 12345682240, 12345682241, 12345682242, 12345682243, 12345682244, 12345682245, 12345682246, 12345682247, 12345682248, 12345682249, 12345682250, 12345682251, 12345682252, 12345682253, 12345682254, 12345682255, 12345682256, 12345682257, 12345682258, 12345682259, 12345682260, 12345682261, 12345682262, 12345682263, 12345682264, 12345682265, 12345682266, 12345682267, 12345682268, 12345682269, 12345682270, 12345682271, 12345682272, 12345682273, 12345682274, 12345682275, 12345682276, 12345682277, 12345682278, 12345682279, 12345682280, 12345682281, 12345682282, 12345682283, 12345682284, 12345682285, 12345682286, 12345682287, 12345682288, 12345682289, 12345682290, 12345682291, 12345682292, 12345682293, 12345682294, 12345682295, 12345682296, 12345682297, 12345682298, 12345682299, 12345682300, 12345682301, 12345682302, 12345682303, 12345682304, 12345682305, 12345682306, 12345682307, 12345682308, 12345682309, 12345682310, 12345682311, 12345682312, 12345682313, 12345682314, 12345682315, 12345682316, 12345682317, 12345682318, 12345682319, 12345682320, 12345682321, 12345682322, 12345682323, 12345682324, 12345682325, 12345682326, 12345682327, 12345682328, 12345682329, 12345682330, 12345682331, 12345682332, 12345682333, 12345682334, 12345682335, 12345682336, 12345682337, 12345682338, 12345682339, 12345682340, 12345682341, 12345682342, 12345682343, 12345682344, 12345682345, 12345682346, 12345682347, 12345682348, 12345682349, 12345682350, 12345682351, 12345682352, 12345682353, 12345682354, 12345682355, 12345682356, 12345682357, 12345682358, 12345682359, 12345682360, 12345682361, 12345682362, 12345682363, 12345682364, 12345682365, 12345682366, 12345682367, 12345682368, 12345682369, 12345682370, 12345682371, 12345682372, 12345682373, 12345682374, 12345682375, 12345682376, 12345682377, 12345682378, 12345682379, 12345682380, 12345682381, 12345682382, 12345682383, 12345682384, 12345682385, 12345682386, 12345682387, 12345682388, 12345682389, 12345682390, 12345682391, 12345682392, 12345682393, 12345682394, 12345682395, 12345682396, 12345682397, 12345682398, 12345682399, 12345682400, 12345682401, 12345682402, 12345682403, 12345682404, 12345682405, 12345682406, 12345682407, 12345682408, 12345682409, 12345682410, 12345682411, 12345682412, 12345682413, 12345682414, 12345682415, 12345682416, 12345682417, 12345682418, 12345682419, 12345682420, 12345682421, 12345682422, 12345682423, 12345682424, 12345682425, 12345682426, 12345682427, 12345682428, 12345682429, 12345682430, 12345682431, 12345682432, 12345682433, 12345682434, 12345682435, 12345682436, 12345682437, 12345682438, 12345682439, 12345682440, 12345682441, 12345682442, 12345682443, 12345682444, 12345682445, 12345682446, 12345682447, 12345682448, 12345682449, 12345682450, 12345682451, 12345682452, 12345682453, 12345682454, 12345682455, 12345682456, 12345682457, 12345682458, 12345682459, 12345682460, 12345682461, 12345682462, 12345682463, 12345682464, 12345682465, 12345682466, 12345682467, 12345682468, 12345682469, 12345682470, 12345682471, 12345682472, 12345682473, 12345682474, 12345682475, 12345682476, 12345682477, 12345682478, 12345682479, 12345682480, 12345682481, 12345682482, 12345682483, 12345682484, 12345682485, 12345682486, 12345682487, 12345682488, 12345682489, 12345682490, 12345682491, 12345682492, 12345682493, 12345682494, 12345682495, 12345682496, 12345682497, 12345682498) and t.CompanyId = 133 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-03-02 10:40:09.804';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:22,637 - [23205] - src.utils.log - INFO - βœ… Fetched 3589 rows - __SPLIT__ 2026-03-02 15:40:23,274 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (56060, 54821, 54020, 55890, 54381, 53459, 57550, 57153, 55871, 56740, 52260, 42416, 53235, 25516, 25515, 25514, 27359, 48556, 22420, 38426, 24891, 53234, 44031, 29612, 32061, 34570, 35950, 22475, 35917, 39828, 52447, 29865, 26559, 23415, 44831, 38568, 59993, 54822, 40370, 45357, 35951, 38569, 44030, 53020, 52153, 32083, 52020, 45076, 43633, 34224, 52702, 29645, 52822, 43213, 31169, 53084, 23194, 28813, 30193, 26884, 37145, 24219, 30403, 31315, 34904, 34902, 38028, 24554, 24583, 32036, 33347, 42332, 31719, 32889, 28655, 38385, 37084, 44039, 29059, 23329, 48167, 29646, 35828, 30402, 36121, 43637, 38851, 54859, 24731, 22659, 23064, 28619, 31705, 33253, 34424, 36374, 37801, 40165, 46279, 43544, 52432, 25116, 35221, 42374, 23325, 24964, 31987, 22354, 37828, 32416, 44787, 53180, 25474, 32623, 50005, 51956, 52701, 31360, 35690, 23885, 29988, 43380, 41758, 22329, 22602, 59498, 52965, 22701, 22732, 35802, 23287, 23355, 23503, 23499, 24975, 26072, 29589, 32019, 51589, 51684, 52035, 30372, 52106, 52213, 52330, 52534, 52579, 52582, 38589, 23417, 25266, 37086, 37934, 53000, 24025, 32230, 23914, 43467, 30602, 23007, 39354, 35710, 35711, 22474, 33669, 52089, 36191, 30905, 37548, 23211, 30023, 29470, 52130, 23212, 51720, 29808, 52468, 25126, 28620, 31522, 37829, 25538, 24172, 29649, 22392, 31796, 33282, 39606, 41006, 53015, 45290, 37087, 52556, 34274, 34022, 43466, 33951, 40933, 51737, 52672, 50762, 26952, 31412, 22350, 41007, 54804, 28366, 28365, 24221, 35868, 52673, 55130, 28387, 30972, 32632, 35217, 36545, 38798, 43707, 45035, 60355, 25493, 26040, 48307, 49967, 50846, 52506, 28765, 37092, 44417, 61397, 64978, 28410, 32701, 50013, 50345, 51673, 26226, 27560, 31805, 58271, 60192, 64763, 24952, 37733, 38274, 40936, 52715, 24852, 36336, 50992, 52074, 63727, 24334, 24875, 25662, 29080, 30162, 35031, 37023, 40859, 43515, 28393, 33219, 38792, 49950, 51278, 58357, 61689, 61938, 24374, 26827, 27706, 30030, 33657, 36528, 37856, 38151, 63953, 22691, 24182, 25854, 43498, 56983, 61560, 27955, 28951, 43939, 56628, 57169, 27228, 33465, 38042, 38048, 52360, 60518, 63767, 22751, 37942, 56047, 35094, 36422, 39422, 40750, 46160, 52406, 61898, 63813, 26289, 35486, 36027, 47142, 47929, 51470, 64454, 64995, 27474, 40043, 40209, 41039, 52280, 57521, 61434, 64019, 31032, 35821, 38194, 47348, 62453, 64992, 30342, 30511, 32761, 38002, 45831, 47491, 47823, 53654, 25459, 32406, 35111, 42107, 50763, 28805, 29303, 31218, 32718, 37959, 51951, 56694, 62522, 63020, 24411, 28782, 30411, 41231, 52592, 23352, 24603, 27849, 28513, 29844, 41082, 41254, 49910, 61148, 27949, 36654, 39359, 57212, 58417, 60458, 60581, 22476, 24148, 28974, 33053, 41958, 58274, 58772, 61440, 22831, 25665, 33196, 37487, 43475, 57504, 60836, 23023, 26269, 34178, 38257, 52237, 52323, 60893, 63896, 22668, 27992, 32861, 36648, 39943, 45894, 48636, 52927, 57292, 63292, 31971, 51447, 51696, 26120, 27743, 27786, 32071, 36442, 38563, 40229, 48885, 53262, 62416, 26263, 27102, 33345, 51988, 53070, 53903, 23166, 26953, 27494, 34527, 38314, 42642, 61085, 31802, 36379, 36711, 40315, 42190, 43850, 57627, 59502, 60498, 64789, 24686, 26014, 27179, 29764, 30096, 42831, 54401, 58314, 60143, 24377, 25164, 30119, 30451, 31779, 32111, 64079, 42808, 47099, 48427, 52054, 58460, 63747, 26060, 57109, 60358, 24454, 28413, 29618, 39774, 42731, 47053, 47594, 47600, 27434, 28762, 39505, 57481, 64812, 27039, 28121, 40146, 55466, 22393, 28808, 28891, 33468, 37049, 38294, 44875, 52950, 63764, 22997, 30823, 37358, 41981, 47139, 55297, 61168, 62791, 25937, 30182, 30514, 37003, 39920, 47577, 50826, 52154, 52655, 29578, 46890, 52300, 53296, 58251, 63956, 26143, 32884, 38878, 42376, 51613, 53777, 64016, 28745, 48719, 53883, 27517, 28845, 29927, 32930, 34504, 36419, 45911, 64895, 65390, 39027, 61749, 28636, 28802, 39213, 52446, 56027, 57189, 61268, 37315, 37862, 53465, 62121, 63830, 64826, 32097, 41085, 61978, 35443, 40730, 56050, 60747, 62001, 62456, 23398, 32552, 40046, 60435, 31241, 40561, 57215, 60086, 63707, 26103, 27185, 28516, 30016, 45828, 55984, 64640, 26080, 29867, 33113, 35818, 41228, 53302, 26223, 26472, 30800, 33634, 26993, 31321, 38354, 42147, 34928, 59814, 63979, 64975, 22877, 23959, 27205, 27242, 29947, 35947, 51550, 55878, 26309, 26558, 33050, 35712, 37129, 37876, 41712, 43621, 54441, 58277, 35114, 61039, 64869, 23020, 26266, 44660, 46824, 48739, 52824, 60149, 63644, 24543, 27789, 32117, 55921, 60249, 24735, 38466, 40055, 40387, 41051, 44964, 45960, 46624, 49873, 58363, 60948, 29335, 31874, 32870, 39368, 47858, 49850, 53477, 57344, 30022, 32515, 36428, 41761, 46670, 47334, 49163, 60069, 60401, 64151, 26086, 36451, 37115, 48353, 53763, 59714, 62800, 64005, 31396, 32724, 36305, 37639, 45459, 55615, 60115, 62107, 24257, 26919, 28462, 35741, 40905, 44772, 60215, 62422, 22860, 23524, 24357, 42926, 45087, 63481, 22883, 28416, 28834, 38203, 39531, 43613, 50769, 23733, 47626, 48622, 60029, 60278, 23839, 29544, 33872, 35827, 58014, 58346, 23530, 24031, 44924, 52999, 61904, 23676, 37988, 46939, 47234, 48562, 52853, 31058, 41137, 41884, 43550, 62777, 23925, 25794, 30417, 60424, 63713, 26192, 28356, 29684, 32684, 34845, 38930, 39763, 48668, 55993, 60324, 23338, 27420, 29830, 32043, 33666, 37453, 39322, 59929, 36391, 37387, 37885, 40304, 45545, 64778, 25671, 35538, 35870, 36534, 37032, 44526, 45024, 51639, 52684, 59133, 59299, 62336, 22445, 30105, 34519, 35346, 38761, 39757, 48748, 22803, 25508, 27500, 32455, 50812, 52349, 52472, 55718, 55767, 57427, 60009, 61718, 22568, 25485, 30062, 31977, 33139, 35060, 41303, 51708, 53374, 58615, 28419, 30085, 32624, 40782, 61881, 62379, 24111, 24775, 30603, 33431, 38008, 55246, 56079, 25342, 33998, 34662, 37908, 41154, 51851, 57384, 58466, 63753, 26567, 26816, 38057, 43381, 22382, 22880, 30540, 52143, 23862, 25273, 26604, 27194, 27941, 46584, 53162, 54158, 62565, 26959, 34619, 42193, 45980, 51931, 56259, 60550, 61177, 64964, 23066, 27145, 30981, 37971, 38220, 59611, 61775, 62024, 63939, 29458, 31622, 53268, 57596, 52578, 55575, 62316, 63149, 23215, 23756, 27002, 45986, 47609, 56265, 32395, 52624, 60782, 23882, 28837, 29169, 31044, 32040, 39866, 40198, 55303, 62465, 65004, 23527, 23859, 43424, 55163, 22385, 23172, 28127, 32750, 35074, 39488, 44775, 45439, 45771, 54476, 61755, 33560, 37467, 44961, 45625, 53451, 58366, 61615, 29624, 51559, 59717, 60258, 60381, 26275, 29524, 35767, 36431, 47500, 51582, 53079, 54825, 62156, 25047, 25465, 29670, 30875, 40367, 41572, 42113, 42777, 53474, 57015, 64835, 64958, 25903, 31393, 39966, 42219, 43464, 43547, 50626, 56282, 27171, 30706, 31499, 34702, 42823, 48479, 61795, 62674, 63467, 64002, 64795, 27609, 40261, 43593, 44838, 45917, 53248, 23295, 26590, 33869, 33955, 45316, 48857, 26736, 28645, 28651, 42963, 52206, 53783, 54370, 63862, 64941, 37450, 37745, 42614, 56096, 56391, 62047, 28353, 29192, 37012, 41927, 48665, 53242, 25502, 26043, 30125, 31453, 37699, 61552, 63175, 27901, 28067, 36557, 37719, 42296, 24841, 41157, 42651, 44360, 57307, 60178, 22448, 23112, 35014, 37433, 38764, 52326, 63736, 24463, 25127, 26836, 32123, 33119, 36365, 50689, 51685, 53726, 59345, 64091, 64755, 27234, 29398, 31811, 33305, 46544, 46710, 50789, 61864, 63779, 24798, 31247, 42608, 46069, 46444, 48774, 54553, 57430, 63381, 22442, 22614, 28024, 36680, 37931, 49415, 55243, 55907, 57407, 27875, 44523, 47228, 23069, 23816, 27397, 31227, 31476, 56946, 60112, 24835, 27042, 34536, 34665, 37370, 39989, 42196, 46026, 63799, 23945, 29604, 30600, 34679, 42339, 51834, 34914, 47271, 55927, 25817, 37135, 41214, 47457, 51542, 60198, 60447, 62860, 44901, 47563, 55721, 62213, 24692, 33099, 52332, 60988, 23510, 28379, 40281, 42986, 52183, 55970, 61921, 27320, 30901, 35478, 39391, 47549, 50134, 54047, 56371, 58292, 22720, 28007, 30878, 37044, 44870, 52813, 55352, 62514, 63842, 22457, 32112, 33108, 39769, 46507, 48428, 60499, 62823, 23762, 28176, 28717, 54734, 56062, 60144, 23576, 30068, 41475, 46052, 52295, 54874, 56208, 57459, 63702, 65030, 24140, 24804, 33626, 35624, 62059, 64930, 24455, 26201, 30114, 31024, 35524, 37021, 63410, 42849, 47008, 47595, 52341, 58415, 62328, 24309, 31047, 31588, 40416, 62351, 64761, 23330, 28654, 35484, 37061, 43559, 24017, 25013, 36706, 45657, 30609, 33858, 35186, 37854, 37940, 40264, 55498, 60576, 22348, 27967, 32590, 33672, 38541, 38873, 44578, 49988, 51857, 61558, 61890, 28153, 28159, 31402, 35979, 39228, 41143, 42809, 60121, 60370, 29095, 51276, 62932, 24864, 25946, 28700, 30028, 38435, 53337, 53832, 54665, 22305, 25305, 31256, 40207, 41289, 41830, 43699, 46158, 57814, 58355, 59142, 63765, 37814, 55624, 22351, 30011, 30509, 32882, 47323, 32859, 44100, 48511, 53752, 60081, 64990, 25385, 32049, 35086, 37459, 37791, 54107, 57353, 25906, 29819, 29985, 30483, 33898, 36560, 41060, 46639, 51216, 51880, 60536, 61953, 27257, 35919, 35962, 36626, 37124, 59889, 61389, 62053, 64094, 64758, 22537, 26032, 27114, 28611, 30775, 37267, 38767, 39431, 22637, 26055, 29842, 35129, 36752, 37957, 46613, 54728, 55810, 60015, 23911, 32069, 36646, 40227, 48634, 26175, 28382, 31714, 32710, 36042, 48989, 52192, 53815, 54977, 56649, 24538, 25534, 26616, 29613, 29948, 30944, 57502, 60244, 31963, 34668, 47615, 50861, 64927, 35066, 43473, 45886, 25136, 39245, 53901, 56065, 61432, 27200, 36689, 39102, 60493, 63739, 51445, 53609, 64429, 25494, 33652, 33984, 34648, 49968, 52292, 62703, 22554, 35667, 38538, 47360, 54854, 23456, 24784, 31445, 36523, 37851, 57416, 58412, 31422, 35504, 36709, 41123, 53025, 53357, 23742, 24329, 26991, 29570, 30904, 38724, 44890, 48880, 52461, 55710, 58289, 62202, 22763, 23642, 39411, 41077, 64887, 65428, 24947, 34270, 38770, 45677, 57579, 23473, 28219, 29547, 33088, 38252, 38793, 38916, 62179, 32733, 36314, 41887, 60124, 23888, 40204, 52653, 24953, 27363, 43347, 47675, 51920, 62494, 63822, 64904, 29885, 31213, 42574, 42869, 43656, 45328, 57562, 58312, 22995, 37064, 46550, 50878, 51714, 53042, 56042, 23095, 41286, 45909, 47237, 48571, 55604, 59391, 27864, 38684, 48176, 60911, 23928, 28551, 28797, 34502, 48863, 52355, 25411, 33901, 35063, 45640, 51877, 62952, 23845, 25388, 29845, 31339, 41040, 42866, 49198, 57522, 63971, 64469, 64967, 22706, 24698, 31362, 36437, 49507, 52424, 57330, 57499, 22471, 25053, 32713, 36082, 39119, 41492, 42033, 49484, 52730, 30821, 37313, 38813, 42388, 45969, 34585, 36749, 37290, 43241, 45952, 51903, 52069, 61764, 28783, 30529, 31196, 35939, 38103, 55833, 57164, 38521, 41349, 42016, 43931, 51754, 28465, 29424, 36580, 49982, 52736, 61392, 24243, 28820, 40144, 41306, 31382, 32009, 36337, 44864, 63848, 22534, 22620, 36351, 36941, 38850, 42929, 53506, 62162, 62909, 63991, 26221, 27303, 29553, 30008, 42992, 43619, 52189, 53271, 31817, 36400, 42886, 55876, 57293, 63785, 22769, 23267, 25431, 43284, 49278, 56268, 63885, 63891, 64924, 26115, 38856, 40181, 42345, 44266, 45099, 47512, 58332, 60247, 62411, 24641, 25723, 27887, 28969, 39248, 40330, 52232, 52773, 60347, 30830, 31826, 32158, 32822, 40316, 40980, 47478, 52719, 53715, 60545, 23691, 25683, 31849, 41003, 52696, 56655, 60522, 64813, 37445, 38109, 42855, 45772, 53761, 54425, 60167, 62088, 62420, 63748, 64080, 24856, 25188, 47123, 59480, 24501, 28414, 29665, 30993, 31657, 37568, 42732, 51554, 53552, 61046, 38255, 55567, 61733, 27040, 34196, 38942, 40439, 55590, 55759, 57087, 62251, 22317, 24186, 28145, 29055, 33014, 44375, 44793, 49539, 60236, 22749, 29579, 29828, 45812, 53389, 59875, 25357, 25892, 30220, 31843, 38673, 41544, 44876, 55653, 59188, 60860, 62483, 33031, 36526, 58252, 59921, 25938, 32676, 32885, 36217, 36967, 52988, 63230, 23582, 30074, 31995, 37900, 52550, 55550, 57465, 62042, 62291, 27767, 31302, 34259, 38925, 51614, 53237, 27959, 32536, 33615, 34946, 61750, 24518, 34551, 35092, 39420, 39715, 43502, 61650, 61896, 23917, 40731, 57545, 59964, 29015, 39214, 44833, 47538, 52825, 54485, 56194, 57024, 63688, 29370, 34780, 37863, 41109, 45022, 63831, 28139, 32098, 37840, 41086, 51451, 60107, 62357, 62812, 22586, 23084, 23748, 35321, 40568, 57382, 63708, 23107, 35968, 59274, 59772, 23376, 25122, 28119, 32032, 36532, 38696, 39357, 40688, 63333, 64000, 32055, 33137, 35842, 41129, 41252, 42752, 58441, 58613, 59154, 64023, 43416, 43957, 51408, 53154, 54654, 55859, 34239, 45978, 47223, 47472, 61879, 23021, 26224, 33884, 36005, 46370, 58321, 63645, 30538, 53174, 55928, 58335, 60585, 26602, 27684, 36340, 44959, 46619, 60193, 64976, 30744, 47309, 52384, 62457, 64870, 28972, 34425, 34431, 39300, 40917, 47956, 54448, 32951, 38361, 40774, 27100, 29264, 29805, 32510, 39051, 41166, 49871, 60150, 62314, 62855, 28411, 52221, 57462, 25517, 27060, 31351, 33011, 33675, 39841, 40173, 43044, 56821, 60688, 64979, 23124, 39772, 44441, 50014, 55756, 56088, 28766, 32516, 38799, 50824, 61730, 62726, 23665, 31491, 46224, 54969, 64787, 22314, 22437, 40296, 53403, 24212, 25709, 32865, 35032, 45606, 51680, 24358, 36801, 38129, 42211, 45752, 52785, 58318, 60187, 62400, 64810, 25749, 26081, 26828, 29081, 46393, 49559, 58464, 62294, 62377, 22855, 30017, 31345, 47329, 48325, 48872, 49204, 22546, 23379, 27870, 28703, 29284, 31952, 40213, 49951, 55988, 22752, 24916, 42317, 48809, 51471, 53386, 60957, 25603, 32433, 35095, 36423, 40751, 47581, 52948, 55942, 57276, 62440, 65434, 25208, 26041, 26287, 28451, 30123, 32533, 48517, 48763, 58504, 64747, 25649, 27223, 32387, 44289, 52699, 52994, 28826, 44976, 51640, 57379, 61790, 22898, 38384, 48866, 54866, 62311, 25460, 29539, 55507, 22520, 24770, 35467, 39758, 27501, 28663, 34491, 41232, 25437, 30435, 47083, 51952, 55739, 55905, 63897, 31786, 35447, 38693, 39360, 41275, 52095, 55762, 25809, 31809, 36506, 38670, 42629, 47326, 47375, 53867, 60482, 63187, 65351, 34073, 35069, 36990, 47306, 49227, 24896, 26021, 26058, 30349, 42208, 42337, 50864, 27289, 32699, 34285, 40273, 40522, 51683, 55925, 60253, 61584, 63834, 41355, 44601, 45683, 47604, 48929, 50850, 23565, 36549, 36635, 37631, 39254, 43582, 46287, 52324, 22918, 48643, 48892, 54886, 61627, 24982, 26605, 29310, 31972, 33595, 42251, 42294, 44458, 59606, 60104, 26954, 41853, 43525, 48935, 52430, 60004, 61919, 25231, 50117, 52281, 53363, 65265, 25257, 28506, 34079, 37660, 54640, 23027, 24570, 29193, 30521, 31185, 32396, 40554, 46505, 55659, 62157, 22555, 28792, 34457, 35121, 38370, 38871, 40863, 44776, 45108, 52101, 22532, 23196, 27819, 28151, 39389, 43803, 55164, 57365, 60783, 22764, 31586, 39157, 43070, 44985, 53475, 53813, 60305, 63631, 26322, 34265, 34935, 40763, 44968, 53126, 53790, 57411, 59741, 61616, 64905, 26794, 26963, 36455, 36873, 38865, 53767, 57434, 58344, 63677, 24407, 25735, 26940, 32227, 36432, 48875, 58244, 58367, 27172, 32081, 48480, 55891, 23033, 27859, 34062, 37892, 40345, 51669, 55204, 57325, 64155, 29542, 33956, 43949, 45526, 62343, 22987, 24610, 27278, 46004, 48672, 50873, 51955, 55951, 61201, 62984, 30916, 31254, 56392, 57471, 23777, 31646, 41095, 42423, 51122, 51128, 51915, 28798, 30713, 35536, 52107, 52356, 35436, 47338, 48666, 50879, 24842, 30415, 32502, 36581, 32857, 35015, 36226, 53870, 54368, 62526, 26551, 26714, 31457, 32124, 32788, 40780, 51686, 61175, 38430, 41135, 43385, 46754, 58496, 22758, 26837, 31414, 35493, 37414, 63880, 22658, 24822, 25320, 31314, 48626, 50126, 54583, 23966, 25881, 27384, 34537, 37955, 42111, 49857, 56767, 26571, 31440, 33186, 35227, 55367, 26010, 26757, 27006, 35911, 52476, 64962, 23070, 26863, 35556, 39386, 47507, 52370, 55665, 58370, 60491, 64819, 23554, 29960, 32210, 38616, 41699, 47272, 62506, 26565, 29319, 33647, 35270, 45008, 57537, 60242, 62320, 23511, 38659, 60050, 62220, 64135, 23654, 25277, 27939, 29605, 38802, 40966, 55622, 64776, 25134, 40282, 42197, 63837, 33100, 36936, 39641, 45051, 51543, 52084, 52625, 60199, 61281, 62363, 63986, 33581, 56727, 23740, 25400, 39509, 46671, 49874, 53833, 61991, 30046, 31706, 36452, 47358, 51108, 63010, 64006, 31852, 35479, 41762, 42758, 60070, 63697, 26843, 30501, 34414, 37657, 42904, 43568, 60139, 24945, 35101, 42927, 43591, 60116, 60780, 23053, 24381, 31712, 33040, 34291, 44447, 55516, 60262, 22366, 29104, 32940, 38350, 60285, 60949, 61736, 62154, 26425, 40405, 59721, 63966, 28357, 42718, 43345, 44046, 48669, 51872, 60030, 61985, 63860, 36707, 46608, 48609, 58510, 61596, 27315, 31606, 53578, 53873, 25260, 27169, 30418, 33080, 48815, 64799, 29777, 38931, 43259, 52751, 59784, 34205, 39369, 40697, 45861, 55602, 24567, 34059, 34354, 35682, 39764, 40305, 50830, 60076, 60863, 25672, 32668, 36913, 37909, 42320, 28732, 35894, 43554, 50003, 52210, 57497, 61696, 62360, 22804, 24796, 27215, 30129, 48437, 50358, 52018, 55433, 59847, 64089, 64424, 24155, 29110, 37766, 59492, 60033, 63734, 23179, 25343, 25509, 29422, 30086, 36578, 38742, 39240, 41155, 53226, 63969, 25486, 29937, 34806, 37929, 41304, 46585, 52585, 55290, 55911, 24553, 26548, 32127, 38619, 40614, 51852, 60508, 63754, 24112, 24653, 25194, 31145, 37809, 42014, 42678, 51875, 23259, 24255, 27587, 28085, 32413, 40322, 43239, 53057, 55227, 63385, 63634, 35353, 46714, 60196, 64026, 24633, 30292, 56601, 63256, 24241, 29565, 29651, 35602, 42008, 50209, 54537, 55619, 59947, 39744, 43574, 52728, 61384, 64965, 26611, 26654, 29316, 37474, 26213, 32954, 34626, 37723, 50166, 52871, 54494, 57199, 63691, 25518, 31423, 36000, 51320, 59810, 22578, 27201, 35359, 38894, 44181, 47384, 51011, 54546, 60165, 25804, 32465, 35714, 37875, 47453, 25163, 31446, 36524, 36856, 52176, 52840, 53713, 63746, 64078, 24353, 30928, 36756, 38748, 44914, 53404, 63560, 24994, 29617, 31609, 34148, 34486, 39773, 40978, 42306, 28389, 32966, 38794, 40122, 43540, 45532, 51529, 56106, 62180, 23497, 34440, 40268, 52170, 57457, 62203, 24516, 25595, 33421, 37002, 40251, 65389, 27410, 33029, 36564, 41187, 48718, 49013, 65034, 26723, 27218, 28890, 41293, 55937, 61854, 62186, 24622, 27032, 29577, 46348, 47344, 51967, 53295, 59873, 28260, 30513, 31260, 47244, 56730, 59979, 61556, 61894, 24121, 27662, 34941, 36816, 40308, 42767, 43308, 46302, 51761, 56630, 22647, 23975, 28306, 29634, 32880, 33467, 35044, 39372, 40205, 45864, 62435, 23288, 26829, 38731, 40059, 50092, 55797, 62535, 27427, 30842, 31340, 40162, 45996, 52233, 62312, 25910, 32359, 42724, 50882, 57331, 64825, 23895, 24722, 35133, 44788, 45784, 60105, 63096, 22827, 44430, 50049, 53799, 59750, 60746, 28094, 32173, 32671, 38665, 45827, 47327, 60726, 61977, 27453, 28615, 30158, 30822, 34443, 37314, 43265, 62624, 23225, 25220, 25810, 30799, 39212, 56524, 57188, 61934, 23915, 27284, 30530, 52711, 23354, 28927, 31761, 36836, 37832, 50069, 53899, 64974, 28572, 34025, 35070, 43228, 43726, 44224, 57208, 25226, 26308, 31383, 33633, 34629, 40288, 51941, 52027, 56604, 25618, 30991, 32651, 41307, 57586, 22770, 23019, 29262, 29511, 29760, 35505, 63886, 63892, 35754, 36003, 38167, 44659, 50902, 61479, 23119, 23162, 23660, 27496, 27988, 29654, 56753, 57251, 62120, 29660, 33982, 37775, 48638, 53464, 23560, 33049, 35213, 35462, 61181, 26116, 32067, 35362, 38067, 40772, 45641, 60248, 30593, 30925, 35502, 35834, 42664, 58648, 60308, 63889, 27035, 30570, 45890, 51509, 24805, 29382, 29551, 44871, 57105, 61519, 22458, 27536, 29737, 39770, 49471, 60500, 62160, 62492, 23600, 27845, 28764, 29428, 33009, 38250, 40248, 50985, 52319, 25492, 30115, 39601, 48970, 58247, 65077, 24310, 25143, 30138, 30971, 48947, 64931, 26202, 41104, 41522, 42850, 58416, 64785, 65031, 31844, 35840, 36172, 37749, 39670, 45575, 53484, 58393, 61891, 64891, 36527, 42017, 51718, 62329, 32969, 33218, 38542, 39707, 45621, 49949, 54526, 55940, 61264, 22704, 23245, 38233, 38688, 51217, 56000, 61250, 23185, 24519, 32339, 34752, 43497, 52651, 55900, 63720, 23826, 28160, 29783, 31449, 37603, 40603, 43597, 47636, 48761, 60122, 61745, 23978, 51864, 29534, 30075, 35485, 37895, 38977, 26431, 49909, 64802, 30533, 32193, 34732, 56003, 64991, 28469, 33046, 45117, 45781, 52777, 53112, 57354, 60437, 60772, 64018, 64851, 23749, 37815, 38811, 39524, 43766, 63783, 38001, 44576, 52734, 57477, 59724, 63477, 63803, 22830, 35820, 38150, 40142, 46640, 49929, 53298, 27138, 37958, 38127, 42037, 43368, 52442, 59939, 38768, 39899, 50719, 60457, 63826, 29757, 33089, 33587, 40334, 48741, 60729, 25037, 31572, 32070, 32697, 35402, 40228, 46677, 51552, 57540, 59163, 23308, 27387, 27636, 28973, 42206, 46371, 50699, 56023, 56272, 58273, 31323, 48549, 48635, 52963, 28426, 53902, 62309, 26162, 30988, 32611, 39644, 60786, 62409, 25970, 35216, 35459, 62017, 62266, 30198, 30739, 33444, 53461, 32348, 36261, 40174, 47336, 49328, 53905, 27416, 31707, 34578, 40197, 40861, 48687, 50894, 29145, 30805, 32394, 33058, 38468, 61445, 62441, 22507, 28790, 29454, 44442, 44774, 50061, 62418, 26274, 42258, 48163, 29500, 29623, 37658, 38986, 44943, 52099, 60257, 30310, 43045, 43709, 52122, 52786, 63775, 64857, 25587, 25710, 31784, 36948, 53719, 58342, 62424, 63752, 64170, 29686, 31346, 33267, 38923, 43500, 49998, 51658, 51907, 26082, 39527, 39859, 44187, 62046, 64001, 24230, 25395, 28312, 29640, 32972, 38886, 43546, 44874, 53281, 55949, 57526, 44983, 55262, 57217, 58213, 59344, 24276, 30270, 35096, 41588, 49497, 61900, 29832, 31498, 32826, 46603, 48810, 59925, 60466, 23486, 25650, 26483, 45123, 55697, 27665, 31993, 37944, 46649, 51518, 59092, 64748, 24107, 32929, 44004, 53158, 55577, 57237, 64897, 29703, 36201, 46517, 46566, 61173, 25481, 35468, 40801, 54366, 63686, 22421, 29872, 30413, 33118, 42487, 64754, 43483, 50430, 56049, 59135, 59799, 62381, 23944, 27353, 29938, 47748, 23297, 31953, 33994, 51306, 51804, 22733, 27233, 27310, 28564, 31389, 34635, 64688, 43463, 47376, 48040, 52537, 53868, 64021, 50055, 52637, 55883, 29105, 38757, 46666, 62318, 24256, 28584, 42195, 60005, 63208, 32222, 35305, 36387, 55285, 62355, 22384, 24585, 31040, 32700, 40274, 41946, 24193, 26606, 28770, 33098, 44416, 46331, 52325, 63151, 22627, 24834, 48644, 52972, 23901, 25232, 27396, 28229, 29560, 37134, 39298, 40380, 45790, 53115, 60197, 27788, 30001, 34329, 38116, 51641, 52723, 61379, 62461, 39344, 41004, 52079, 55992, 61233, 24379, 26918, 31873, 35076, 51724, 57343, 25235, 26563, 27559, 29480, 30144, 38797, 41050, 53785, 62444, 26540, 37446, 41196, 47479, 58053, 60045, 64791, 29766, 32351, 34930, 38256, 45086, 52242, 57157, 61734, 64983, 22836, 24502, 28461, 29125, 33656, 36281, 38279, 55806, 60091, 23815, 51701, 57111, 28956, 33038, 39530, 40317, 54432, 62375, 28856, 34844, 35425, 41923, 46500, 62235, 29875, 42232, 61216, 25312, 31558, 32723, 39968, 40300, 63526, 63609, 37655, 55299, 63672, 63918, 64004, 26185, 26191, 29434, 40254, 43503, 45667, 48667, 55159, 59736, 22504, 23629, 25504, 27127, 31996, 40941, 57466, 59089, 62630, 23732, 29142, 32142, 32975, 35139, 35634, 38880, 39716, 44044, 51123, 62189, 23878, 29288, 41190, 28020, 30937, 37008, 55743, 62146, 63901, 22424, 30035, 35869, 38740, 54890, 55886, 62335, 22567, 26148, 32809, 43460, 54535, 60108, 62195, 62527, 22544, 29085, 36155, 37200, 37864, 38860, 63168, 65418, 40446, 42106, 48770, 50811, 57426, 61127, 22610, 24110, 25272, 35843, 38007, 39756, 59155, 63732, 27164, 29328, 52142, 23400, 31392, 39381, 46712, 53204, 56029, 60529, 61860, 22759, 23300, 27456, 29251, 31956, 36702, 37907, 39948, 42653, 56719, 57924, 22773, 23022, 29271, 36931, 37927, 43417, 45587, 24090, 25713, 27207, 34240, 41900, 47851, 58714, 61880, 62507, 24980, 26566, 27648, 27977, 37964, 44960, 52371, 65355, 23712, 29663, 31286, 41024, 48647, 55680, 57340, 60549, 40675, 51246, 51744, 57489, 59902, 28332, 29955, 31621, 32660, 47310, 48933, 51638, 62464, 25478, 31478, 35806, 37721, 44462, 46377, 46626, 57446, 26460, 28083, 37280, 37821, 41067, 42690, 47559, 52428, 37850, 40435, 46340, 61660, 22553, 23432, 29051, 38205, 48238, 55517, 62015, 33227, 35480, 29884, 31421, 31876, 32749, 46864, 47405, 53811, 62848, 64053, 26944, 27531, 34438, 45845, 53001, 62155, 32131, 43492, 23741, 28318, 29569, 43638, 50130, 62447, 65032, 23054, 23595, 28218, 33087, 39579, 40243, 59768, 23200, 28109, 34939, 35188, 38769, 44093, 52500, 63658, 63907, 22891, 27717, 31049, 39410, 43701, 47236, 48029, 51232, 62341, 64013, 25407, 25902, 47296, 64949, 23724, 26048, 26589, 36622, 38577, 57561, 58311, 58348, 22699, 34355, 44926, 53333, 23678, 27176, 36668, 42619, 44488, 48816, 64800, 22745, 27322, 28155, 34060, 42224, 43552, 49798, 51713, 53041, 57123, 57369, 22304, 38829, 39370, 45075, 55600, 55895, 22447, 28447, 33024, 36771, 38763, 41348, 41846, 49838, 62241, 28092, 34541, 36250, 43910, 45902, 28066, 31816, 35062, 48464, 52374, 57120, 60203, 64113, 64780, 26220, 31126, 43077, 52188, 60389, 29280, 31361, 42009, 42015, 42181, 46592, 23844, 47156, 48773, 59470, 61099, 22662, 23495, 23987, 25487, 27900, 39310, 49881, 57455, 23472, 38620, 38743, 41325, 48530, 61883, 26449, 27196, 31773, 32022, 35852, 36350, 39433, 43761, 44757, 59911, 28713, 33588, 34584, 35746, 48195, 62175, 64880, 25075, 26320, 28321, 28570, 34727, 36977, 44222, 45304, 54538, 55620, 30007, 45696, 63635, 26612, 38849, 43426, 45341, 50167, 58331, 60489, 60495, 28135, 31965, 38457, 50316, 61136, 62261, 64923, 22327, 22576, 23409, 28819, 38806, 51541, 52623, 57541, 61869, 24591, 28378, 47903, 51690, 53313, 54395, 25613, 33439, 37020, 37684, 53336, 62158, 62490, 23266, 31424, 54023, 22410, 22579, 23575, 39227, 41219, 55543, 55706, 56207, 57203, 59788, 60452, 61780, 22556, 23220, 24216, 28839, 34458, 35454, 39081, 40532, 54856, 60807, 61471, 61803, 31687, 33602, 34272, 37853, 39181, 52171, 60329, 60406, 40787, 43658, 44992, 49609, 52812, 53814, 61634, 62304, 25490, 25736, 26987, 35815, 37143, 47548, 63532, 35128, 37661, 41079, 46366, 24279, 26283, 40346, 51753, 22596, 30754, 31750, 39373, 55892, 64843, 22988, 31063, 33316, 34395, 37312, 44637, 44886, 46546, 56625, 62198, 62281, 63363, 29380, 32048, 38331, 39954, 46360, 50688, 55938, 61348, 24863, 25112, 25699, 28112, 35185, 40847, 45424, 47926, 54169, 60080, 61989, 37498, 40996, 42324, 52941, 30319, 31401, 31896, 42221, 43549, 53044, 60369, 64110, 64943, 64946, 24222, 26091, 29632, 36124, 37452, 41288, 57518, 59141, 59928, 64010, 24202, 33854, 36439, 53751, 61909, 62407, 26881, 36582, 44740, 22493, 27070, 36390, 53871, 60698, 27093, 30794, 31458, 34753, 39450, 40163, 44860, 47110, 50860, 52520, 27946, 28444, 28610, 30110, 34687, 41345, 51922, 52165, 30133, 37123, 38666, 39287, 53771, 25905, 27405, 33479, 34561, 35892, 61786, 24800, 28587, 29300, 31464, 32546, 52563, 57432, 60014, 63383, 63924, 32354, 48006, 52085, 55915, 60243, 60492, 30090, 32709, 51730, 53353, 23661, 26652, 33648, 45636, 48633, 58371, 24388, 25384, 28630, 31962, 33585, 36290, 43286, 62258, 63881, 25527, 27442, 29114, 35855, 39685, 40183, 22473, 23512, 25676, 38162, 40283, 53310, 59802, 63638, 24737, 26658, 29904, 32901, 51544, 62115, 62364, 31378, 38411, 46526, 48690, 49231, 52477, 55772, 62264);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:24,209 - [23205] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-03-02 15:40:24,923 - [23205] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914,12345678915,12345678916,12345678917,12345678918,12345678919,12345678920,12345678921,12345678922,12345678923,12345678924,12345678925,12345678926,12345678927,12345678928,12345678929,12345678930,12345678931,12345678932,12345678933,12345678934,12345678935,12345678936,12345678937,12345678938,12345678939,12345678940,12345678941,12345678942,12345678943,12345678944,12345678945,12345678946,12345678947,12345678948,12345678949,12345678950,12345678951,12345678952,12345678953,12345678954,12345678955,12345678956,12345678957,12345678958,12345678959,12345678960,12345678961,12345678962,12345678963,12345678964,12345678965,12345678966,12345678967,12345678968,12345678969,12345678970,12345678971,12345678972,12345678973,12345678974,12345678975,12345678976,12345678977,12345678978,12345678979,12345678980,12345678981,12345678982,12345678983,12345678984,12345678985,12345678986,12345678987,12345678988,12345678989,12345678990,12345678991,12345678992,12345678993,12345678994,12345678995,12345678996,12345678997,12345678998,12345678999,12345679000,12345679001,12345679002,12345679003,12345679004,12345679005,12345679006,12345679007,12345679008,12345679009,12345679010,12345679011,12345679012,12345679013,12345679014,12345679015,12345679016,12345679017,12345679018,12345679019,12345679020,12345679021,12345679022,12345679023,12345679024,12345679025,12345679026,12345679027,12345679028,12345679029,12345679030,12345679031,12345679032,12345679033,12345679034,12345679035,12345679036,12345679037,12345679038,12345679039,12345679040,12345679041,12345679042,12345679043,12345679044,12345679045,12345679046,12345679047,12345679048,12345679049,12345679050,12345679051,12345679052,12345679053,12345679054,12345679055,12345679056,12345679057,12345679058,12345679059,12345679060,12345679061,12345679062,12345679063,12345679064,12345679065,12345679066,12345679067,12345679068,12345679069,12345679070,12345679071,12345679072,12345679073,12345679074,12345679075,12345679076,12345679077,12345679078,12345679079,12345679080,12345679081,12345679082,12345679083,12345679084,12345679085,12345679086,12345679087,12345679088,12345679089,12345679090,12345679091,12345679092,12345679093,12345679094,12345679095,12345679096,12345679097,12345679098,12345679099,12345679100,12345679101,12345679102,12345679103,12345679104,12345679105,12345679106,12345679107,12345679108,12345679109,12345679110,12345679111,12345679112,12345679113,12345679114,12345679115,12345679116,12345679117,12345679118,12345679119,12345679120,12345679121,12345679122,12345679123,12345679124,12345679125,12345679126,12345679127,12345679128,12345679129,12345679130,12345679131,12345679132,12345679133,12345679134,12345679135,12345679136,12345679137,12345679138,12345679139,12345679140,12345679141,12345679142,12345679143,12345679144,12345679145,12345679146,12345679147,12345679148,12345679149,12345679150,12345679151,12345679152,12345679153,12345679154,12345679155,12345679156,12345679157,12345679158,12345679159,12345679160,12345679161,12345679162,12345679163,12345679164,12345679165,12345679166,12345679167,12345679168,12345679169,12345679170,12345679171,12345679172,12345679173,12345679174,12345679175,12345679176,12345679177,12345679178,12345679179,12345679180,12345679181,12345679182,12345679183,12345679184,12345679185,12345679186,12345679187,12345679188,12345679189,12345679190,12345679191,12345679192,12345679193,12345679194,12345679195,12345679196,12345679197,12345679198,12345679199,12345679200,12345679201,12345679202,12345679203,12345679204,12345679205,12345679206,12345679207,12345679208,12345679209,12345679210,12345679211,12345679212,12345679213,12345679214,12345679215,12345679216,12345679217,12345679218,12345679219,12345679220,12345679221,12345679222,12345679223,12345679224,12345679225,12345679226,12345679227,12345679228,12345679229,12345679230,12345679231,12345679232,12345679233,12345679234,12345679235,12345679236,12345679237,12345679238,12345679239,12345679240,12345679241,12345679242,12345679243,12345679244,12345679245,12345679246,12345679247,12345679248,12345679249,12345679250,12345679251,12345679252,12345679253,12345679254,12345679255,12345679256,12345679257,12345679258,12345679259,12345679260,12345679261,12345679262,12345679263,12345679264,12345679265,12345679266,12345679267,12345679268,12345679269,12345679270,12345679271,12345679272,12345679273,12345679274,12345679275,12345679276,12345679277,12345679278,12345679279,12345679280,12345679281,12345679282,12345679283,12345679284,12345679285,12345679286,12345679287,12345679288,12345679289,12345679290,12345679291,12345679292,12345679293,12345679294,12345679295,12345679296,12345679297,12345679298,12345679299,12345679300,12345679301,12345679302,12345679303,12345679304,12345679305,12345679306,12345679307,12345679308,12345679309,12345679310,12345679311,12345679312,12345679313,12345679314,12345679315,12345679316,12345679317,12345679318,12345679319,12345679320,12345679321,12345679322,12345679323,12345679324,12345679325,12345679326,12345679327,12345679328,12345679329,12345679330,12345679331,12345679332,12345679333,12345679334,12345679335,12345679336,12345679337,12345679338,12345679339,12345679340,12345679341,12345679342,12345679343,12345679344,12345679345,12345679346,12345679347,12345679348,12345679349,12345679350,12345679351,12345679352,12345679353,12345679354,12345679355,12345679356,12345679357,12345679358,12345679359,12345679360,12345679361,12345679362,12345679363,12345679364,12345679365,12345679366,12345679367,12345679368,12345679369,12345679370,12345679371,12345679372,12345679373,12345679374,12345679375,12345679376,12345679377,12345679378,12345679379,12345679380,12345679381,12345679382,12345679383,12345679384,12345679385,12345679386,12345679387,12345679388,12345679389,12345679390,12345679391,12345679392,12345679393,12345679394,12345679395,12345679396,12345679397,12345679398,12345679399,12345679400,12345679401,12345679402,12345679403,12345679404,12345679405,12345679406,12345679407,12345679408,12345679409,12345679410,12345679411,12345679412,12345679413,12345679414,12345679415,12345679416,12345679417,12345679418,12345679419,12345679420,12345679421,12345679422,12345679423,12345679424,12345679425,12345679426,12345679427,12345679428,12345679429,12345679430,12345679431,12345679432,12345679433,12345679434,12345679435,12345679436,12345679437,12345679438,12345679439,12345679440,12345679441,12345679442,12345679443,12345679444,12345679445,12345679446,12345679447,12345679448,12345679449,12345679450,12345679451,12345679452,12345679453,12345679454,12345679455,12345679456,12345679457,12345679458,12345679459,12345679460,12345679461,12345679462,12345679463,12345679464,12345679465,12345679466,12345679467,12345679468,12345679469,12345679470,12345679471,12345679472,12345679473,12345679474,12345679475,12345679476,12345679477,12345679478,12345679479,12345679480,12345679481,12345679482,12345679483,12345679484,12345679485,12345679486,12345679487,12345679488,12345679489,12345679490,12345679491,12345679492,12345679493,12345679494,12345679495,12345679496,12345679497,12345679498,12345679499,12345679500,12345679501,12345679502,12345679503,12345679504,12345679505,12345679506,12345679507,12345679508,12345679509,12345679510,12345679511,12345679512,12345679513,12345679514,12345679515,12345679516,12345679517,12345679518,12345679519,12345679520,12345679521,12345679522,12345679523,12345679524,12345679525,12345679526,12345679527,12345679528,12345679529,12345679530,12345679531,12345679532,12345679533,12345679534,12345679535,12345679536,12345679537,12345679538,12345679539,12345679540,12345679541,12345679542,12345679543,12345679544,12345679545,12345679546,12345679547,12345679548,12345679549,12345679550,12345679551,12345679552,12345679553,12345679554,12345679555,12345679556,12345679557,12345679558,12345679559,12345679560,12345679561,12345679562,12345679563,12345679564,12345679565,12345679566,12345679567,12345679568,12345679569,12345679570,12345679571,12345679572,12345679573,12345679574,12345679575,12345679576,12345679577,12345679578,12345679579,12345679580,12345679581,12345679582,12345679583,12345679584,12345679585,12345679586,12345679587,12345679588,12345679589,12345679590,12345679591,12345679592,12345679593,12345679594,12345679595,12345679596,12345679597,12345679598,12345679599,12345679600,12345679601,12345679602,12345679603,12345679604,12345679605,12345679606,12345679607,12345679608,12345679609,12345679610,12345679611,12345679612,12345679613,12345679614,12345679615,12345679616,12345679617,12345679618,12345679619,12345679620,12345679621,12345679622,12345679623,12345679624,12345679625,12345679626,12345679627,12345679628,12345679629,12345679630,12345679631,12345679632,12345679633,12345679634,12345679635,12345679636,12345679637,12345679638,12345679639,12345679640,12345679641,12345679642,12345679643,12345679644,12345679645,12345679646,12345679647,12345679648,12345679649,12345679650,12345679651,12345679652,12345679653,12345679654,12345679655,12345679656,12345679657,12345679658,12345679659,12345679660,12345679661,12345679662,12345679663,12345679664,12345679665,12345679666,12345679667,12345679668,12345679669,12345679670,12345679671,12345679672,12345679673,12345679674,12345679675,12345679676,12345679677,12345679678,12345679679,12345679680,12345679681,12345679682,12345679683,12345679684,12345679685,12345679686,12345679687,12345679688,12345679689,12345679690,12345679691,12345679692,12345679693,12345679694,12345679695,12345679696,12345679697,12345679698,12345679699,12345679700,12345679701,12345679702,12345679703,12345679704,12345679705,12345679706,12345679707,12345679708,12345679709,12345679710,12345679711,12345679712,12345679713,12345679714,12345679715,12345679716,12345679717,12345679718,12345679719,12345679720,12345679721,12345679722,12345679723,12345679724,12345679725,12345679726,12345679727,12345679728,12345679729,12345679730,12345679731,12345679732,12345679733,12345679734,12345679735,12345679736,12345679737,12345679738,12345679739,12345679740,12345679741,12345679742,12345679743,12345679744,12345679745,12345679746,12345679747,12345679748,12345679749,12345679750,12345679751,12345679752,12345679753,12345679754,12345679755,12345679756,12345679757,12345679758,12345679759,12345679760,12345679761,12345679762,12345679763,12345679764,12345679765,12345679766,12345679767,12345679768,12345679769,12345679770,12345679771,12345679772,12345679773,12345679774,12345679775,12345679776,12345679777,12345679778,12345679779,12345679780,12345679781,12345679782,12345679783,12345679784,12345679785,12345679786,12345679787,12345679788,12345679789,12345679790,12345679791,12345679792,12345679793,12345679794,12345679795,12345679796,12345679797,12345679798,12345679799,12345679800,12345679801,12345679802,12345679803,12345679804,12345679805,12345679806,12345679807,12345679808,12345679809,12345679810,12345679811,12345679812,12345679813,12345679814,12345679815,12345679816,12345679817,12345679818,12345679819,12345679820,12345679821,12345679822,12345679823,12345679824,12345679825,12345679826,12345679827,12345679828,12345679829,12345679830,12345679831,12345679832,12345679833,12345679834,12345679835,12345679836,12345679837,12345679838,12345679839,12345679840,12345679841,12345679842,12345679843,12345679844,12345679845,12345679846,12345679847,12345679848,12345679849,12345679850,12345679851,12345679852,12345679853,12345679854,12345679855,12345679856,12345679857,12345679858,12345679859,12345679860,12345679861,12345679862,12345679863,12345679864,12345679865,12345679866,12345679867,12345679868,12345679869,12345679870,12345679871,12345679872,12345679873,12345679874,12345679875,12345679876,12345679877,12345679878,12345679879,12345679880,12345679881,12345679882,12345679883,12345679884,12345679885,12345679886,12345679887,12345679888,12345679889,12345679890,12345679891,12345679892,12345679893,12345679894,12345679895,12345679896,12345679897,12345679898,12345679899,12345679900,12345679901,12345679902,12345679903,12345679904,12345679905,12345679906,12345679907,12345679908,12345679909,12345679910,12345679911,12345679912,12345679913,12345679914,12345679915,12345679916,12345679917,12345679918,12345679919,12345679920,12345679921,12345679922,12345679923,12345679924,12345679925,12345679926,12345679927,12345679928,12345679929,12345679930,12345679931,12345679932,12345679933,12345679934,12345679935,12345679936,12345679937,12345679938,12345679939,12345679940,12345679941,12345679942,12345679943,12345679944,12345679945,12345679946,12345679947,12345679948,12345679949,12345679950,12345679951,12345679952,12345679953,12345679954,12345679955,12345679956,12345679957,12345679958,12345679959,12345679960,12345679961,12345679962,12345679963,12345679964,12345679965,12345679966,12345679967,12345679968,12345679969,12345679970,12345679971,12345679972,12345679973,12345679974,12345679975,12345679976,12345679977,12345679978,12345679979,12345679980,12345679981,12345679982,12345679983,12345679984,12345679985,12345679986,12345679987,12345679988,12345679989,12345679990,12345679991,12345679992,12345679993,12345679994,12345679995,12345679996,12345679997,12345679998,12345679999,12345680000,12345680001,12345680002,12345680003,12345680004,12345680005,12345680006,12345680007,12345680008,12345680009,12345680010,12345680011,12345680012,12345680013,12345680014,12345680015,12345680016,12345680017,12345680018,12345680019,12345680020,12345680021,12345680022,12345680023,12345680024,12345680025,12345680026,12345680027,12345680028,12345680029,12345680030,12345680031,12345680032,12345680033,12345680034,12345680035,12345680036,12345680037,12345680038,12345680039,12345680040,12345680041,12345680042,12345680043,12345680044,12345680045,12345680046,12345680047,12345680048,12345680049,12345680050,12345680051,12345680052,12345680053,12345680054,12345680055,12345680056,12345680057,12345680058,12345680059,12345680060,12345680061,12345680062,12345680063,12345680064,12345680065,12345680066,12345680067,12345680068,12345680069,12345680070,12345680071,12345680072,12345680073,12345680074,12345680075,12345680076,12345680077,12345680078,12345680079,12345680080,12345680081,12345680082,12345680083,12345680084,12345680085,12345680086,12345680087,12345680088,12345680089,12345680090,12345680091,12345680092,12345680093,12345680094,12345680095,12345680096,12345680097,12345680098,12345680099,12345680100,12345680101,12345680102,12345680103,12345680104,12345680105,12345680106,12345680107,12345680108,12345680109,12345680110,12345680111,12345680112,12345680113,12345680114,12345680115,12345680116,12345680117,12345680118,12345680119,12345680120,12345680121,12345680122,12345680123,12345680124,12345680125,12345680126,12345680127,12345680128,12345680129,12345680130,12345680131,12345680132,12345680133,12345680134,12345680135,12345680136,12345680137,12345680138,12345680139,12345680140,12345680141,12345680142,12345680143,12345680144,12345680145,12345680146,12345680147,12345680148,12345680149,12345680150,12345680151,12345680152,12345680153,12345680154,12345680155,12345680156,12345680157,12345680158,12345680159,12345680160,12345680161,12345680162,12345680163,12345680164,12345680165,12345680166,12345680167,12345680168,12345680169,12345680170,12345680171,12345680172,12345680173,12345680174,12345680175,12345680176,12345680177,12345680178,12345680179,12345680180,12345680181,12345680182,12345680183,12345680184,12345680185,12345680186,12345680187,12345680188,12345680189,12345680190,12345680191,12345680192,12345680193,12345680194,12345680195,12345680196,12345680197,12345680198,12345680199,12345680200,12345680201,12345680202,12345680203,12345680204,12345680205,12345680206,12345680207,12345680208,12345680209,12345680210,12345680211,12345680212,12345680213,12345680214,12345680215,12345680216,12345680217,12345680218,12345680219,12345680220,12345680221,12345680222,12345680223,12345680224,12345680225,12345680226,12345680227,12345680228,12345680229,12345680230,12345680231,12345680232,12345680233,12345680234,12345680235,12345680236,12345680237,12345680238,12345680239,12345680240,12345680241,12345680242,12345680243,12345680244,12345680245,12345680246,12345680247,12345680248,12345680249,12345680250,12345680251,12345680252,12345680253,12345680254,12345680255,12345680256,12345680257,12345680258,12345680259,12345680260,12345680261,12345680262,12345680263,12345680264,12345680265,12345680266,12345680267,12345680268,12345680269,12345680270,12345680271,12345680272,12345680273,12345680274,12345680275,12345680276,12345680277,12345680278,12345680279,12345680280,12345680281,12345680282,12345680283,12345680284,12345680285,12345680286,12345680287,12345680288,12345680289,12345680290,12345680291,12345680292,12345680293,12345680294,12345680295,12345680296,12345680297,12345680298,12345680299,12345680300,12345680301,12345680302,12345680303,12345680304,12345680305,12345680306,12345680307,12345680308,12345680309,12345680310,12345680311,12345680312,12345680313,12345680314,12345680315,12345680316,12345680317,12345680318,12345680319,12345680320,12345680321,12345680322,12345680323,12345680324,12345680325,12345680326,12345680327,12345680328,12345680329,12345680330,12345680331,12345680332,12345680333,12345680334,12345680335,12345680336,12345680337,12345680338,12345680339,12345680340,12345680341,12345680342,12345680343,12345680344,12345680345,12345680346,12345680347,12345680348,12345680349,12345680350,12345680351,12345680352,12345680353,12345680354,12345680355,12345680356,12345680357,12345680358,12345680359,12345680360,12345680361,12345680362,12345680363,12345680364,12345680365,12345680366,12345680367,12345680368,12345680369,12345680370,12345680371,12345680372,12345680373,12345680374,12345680375,12345680376,12345680377,12345680378,12345680379,12345680380,12345680381,12345680382,12345680383,12345680384,12345680385,12345680386,12345680387,12345680388,12345680389,12345680390,12345680391,12345680392,12345680393,12345680394,12345680395,12345680396,12345680397,12345680398,12345680399,12345680400,12345680401,12345680402,12345680403,12345680404,12345680405,12345680406,12345680407,12345680408,12345680409,12345680410,12345680411,12345680412,12345680413,12345680414,12345680415,12345680416,12345680417,12345680418,12345680419,12345680420,12345680421,12345680422,12345680423,12345680424,12345680425,12345680426,12345680427,12345680428,12345680429,12345680430,12345680431,12345680432,12345680433,12345680434,12345680435,12345680436,12345680437,12345680438,12345680439,12345680440,12345680441,12345680442,12345680443,12345680444,12345680445,12345680446,12345680447,12345680448,12345680449,12345680450,12345680451,12345680452,12345680453,12345680454,12345680455,12345680456,12345680457,12345680458,12345680459,12345680460,12345680461,12345680462,12345680463,12345680464,12345680465,12345680466,12345680467,12345680468,12345680469,12345680470,12345680471,12345680472,12345680473,12345680474,12345680475,12345680476,12345680477,12345680478,12345680479,12345680480,12345680481,12345680482,12345680483,12345680484,12345680485,12345680486,12345680487,12345680488,12345680489,12345680490,12345680491,12345680492,12345680493,12345680494,12345680495,12345680496,12345680497,12345680498,12345680499,12345680500,12345680501,12345680502,12345680503,12345680504,12345680505,12345680506,12345680507,12345680508,12345680509,12345680510,12345680511,12345680512,12345680513,12345680514,12345680515,12345680516,12345680517,12345680518,12345680519,12345680520,12345680521,12345680522,12345680523,12345680524,12345680525,12345680526,12345680527,12345680528,12345680529,12345680530,12345680531,12345680532,12345680533,12345680534,12345680535,12345680536,12345680537,12345680538,12345680539,12345680540,12345680541,12345680542,12345680543,12345680544,12345680545,12345680546,12345680547,12345680548,12345680549,12345680550,12345680551,12345680552,12345680553,12345680554,12345680555,12345680556,12345680557,12345680558,12345680559,12345680560,12345680561,12345680562,12345680563,12345680564,12345680565,12345680566,12345680567,12345680568,12345680569,12345680570,12345680571,12345680572,12345680573,12345680574,12345680575,12345680576,12345680577,12345680578,12345680579,12345680580,12345680581,12345680582,12345680583,12345680584,12345680585,12345680586,12345680587,12345680588,12345680589,12345680590,12345680591,12345680592,12345680593,12345680594,12345680595,12345680596,12345680597,12345680598,12345680599,12345680600,12345680601,12345680602,12345680603,12345680604,12345680605,12345680606,12345680607,12345680608,12345680609,12345680610,12345680611,12345680612,12345680613,12345680614,12345680615,12345680616,12345680617,12345680618,12345680619,12345680620,12345680621,12345680622,12345680623,12345680624,12345680625,12345680626,12345680627,12345680628,12345680629,12345680630,12345680631,12345680632,12345680633,12345680634,12345680635,12345680636,12345680637,12345680638,12345680639,12345680640,12345680641,12345680642,12345680643,12345680644,12345680645,12345680646,12345680647,12345680648,12345680649,12345680650,12345680651,12345680652,12345680653,12345680654,12345680655,12345680656,12345680657,12345680658,12345680659,12345680660,12345680661,12345680662,12345680663,12345680664,12345680665,12345680666,12345680667,12345680668,12345680669,12345680670,12345680671,12345680672,12345680673,12345680674,12345680675,12345680676,12345680677,12345680678,12345680679,12345680680,12345680681,12345680682,12345680683,12345680684,12345680685,12345680686,12345680687,12345680688,12345680689,12345680690,12345680691,12345680692,12345680693,12345680694,12345680695,12345680696,12345680697,12345680698,12345680699,12345680700,12345680701,12345680702,12345680703,12345680704,12345680705,12345680706,12345680707,12345680708,12345680709,12345680710,12345680711,12345680712,12345680713,12345680714,12345680715,12345680716,12345680717,12345680718,12345680719,12345680720,12345680721,12345680722,12345680723,12345680724,12345680725,12345680726,12345680727,12345680728,12345680729,12345680730,12345680731,12345680732,12345680733,12345680734,12345680735,12345680736,12345680737,12345680738,12345680739,12345680740,12345680741,12345680742,12345680743,12345680744,12345680745,12345680746,12345680747,12345680748,12345680749,12345680750,12345680751,12345680752,12345680753,12345680754,12345680755,12345680756,12345680757,12345680758,12345680759,12345680760,12345680761,12345680762,12345680763,12345680764,12345680765,12345680766,12345680767,12345680768,12345680769,12345680770,12345680771,12345680772,12345680773,12345680774,12345680775,12345680776,12345680777,12345680778,12345680779,12345680780,12345680781,12345680782,12345680783,12345680784,12345680785,12345680786,12345680787,12345680788,12345680789,12345680790,12345680791,12345680792,12345680793,12345680794,12345680795,12345680796,12345680797,12345680798,12345680799,12345680800,12345680801,12345680802,12345680803,12345680804,12345680805,12345680806,12345680807,12345680808,12345680809,12345680810,12345680811,12345680812,12345680813,12345680814,12345680815,12345680816,12345680817,12345680818,12345680819,12345680820,12345680821,12345680822,12345680823,12345680824,12345680825,12345680826,12345680827,12345680828,12345680829,12345680830,12345680831,12345680832,12345680833,12345680834,12345680835,12345680836,12345680837,12345680838,12345680839,12345680840,12345680841,12345680842,12345680843,12345680844,12345680845,12345680846,12345680847,12345680848,12345680849,12345680850,12345680851,12345680852,12345680853,12345680854,12345680855,12345680856,12345680857,12345680858,12345680859,12345680860,12345680861,12345680862,12345680863,12345680864,12345680865,12345680866,12345680867,12345680868,12345680869,12345680870,12345680871,12345680872,12345680873,12345680874,12345680875,12345680876,12345680877,12345680878,12345680879,12345680880,12345680881,12345680882,12345680883,12345680884,12345680885,12345680886,12345680887,12345680888,12345680889,12345680890,12345680891,12345680892,12345680893,12345680894,12345680895,12345680896,12345680897,12345680898,12345680899,12345680900,12345680901,12345680902,12345680903,12345680904,12345680905,12345680906,12345680907,12345680908,12345680909,12345680910,12345680911,12345680912,12345680913,12345680914,12345680915,12345680916,12345680917,12345680918,12345680919,12345680920,12345680921,12345680922,12345680923,12345680924,12345680925,12345680926,12345680927,12345680928,12345680929,12345680930,12345680931,12345680932,12345680933,12345680934,12345680935,12345680936,12345680937,12345680938,12345680939,12345680940,12345680941,12345680942,12345680943,12345680944,12345680945,12345680946,12345680947,12345680948,12345680949,12345680950,12345680951,12345680952,12345680953,12345680954,12345680955,12345680956,12345680957,12345680958,12345680959,12345680960,12345680961,12345680962,12345680963,12345680964,12345680965,12345680966,12345680967,12345680968,12345680969,12345680970,12345680971,12345680972,12345680973,12345680974,12345680975,12345680976,12345680977,12345680978,12345680979,12345680980,12345680981,12345680982,12345680983,12345680984,12345680985,12345680986,12345680987,12345680988,12345680989,12345680990,12345680991,12345680992,12345680993,12345680994,12345680995,12345680996,12345680997,12345680998,12345680999,12345681000,12345681001,12345681002,12345681003,12345681004,12345681005,12345681006,12345681007,12345681008,12345681009,12345681010,12345681011,12345681012,12345681013,12345681014,12345681015,12345681016,12345681017,12345681018,12345681019,12345681020,12345681021,12345681022,12345681023,12345681024,12345681025,12345681026,12345681027,12345681028,12345681029,12345681030,12345681031,12345681032,12345681033,12345681034,12345681035,12345681036,12345681037,12345681038,12345681039,12345681040,12345681041,12345681042,12345681043,12345681044,12345681045,12345681046,12345681047,12345681048,12345681049,12345681050,12345681051,12345681052,12345681053,12345681054,12345681055,12345681056,12345681057,12345681058,12345681059,12345681060,12345681061,12345681062,12345681063,12345681064,12345681065,12345681066,12345681067,12345681068,12345681069,12345681070,12345681071,12345681072,12345681073,12345681074,12345681075,12345681076,12345681077,12345681078,12345681079,12345681080,12345681081,12345681082,12345681083,12345681084,12345681085,12345681086,12345681087,12345681088,12345681089,12345681090,12345681091,12345681092,12345681093,12345681094,12345681095,12345681096,12345681097,12345681098,12345681099,12345681100,12345681101,12345681102,12345681103,12345681104,12345681105,12345681106,12345681107,12345681108,12345681109,12345681110,12345681111,12345681112,12345681113,12345681114,12345681115,12345681116,12345681117,12345681118,12345681119,12345681120,12345681121,12345681122,12345681123,12345681124,12345681125,12345681126,12345681127,12345681128,12345681129,12345681130,12345681131,12345681132,12345681133,12345681134,12345681135,12345681136,12345681137,12345681138,12345681139,12345681140,12345681141,12345681142,12345681143,12345681144,12345681145,12345681146,12345681147,12345681148,12345681149,12345681150,12345681151,12345681152,12345681153,12345681154,12345681155,12345681156,12345681157,12345681158,12345681159,12345681160,12345681161,12345681162,12345681163,12345681164,12345681165,12345681166,12345681167,12345681168,12345681169,12345681170,12345681171,12345681172,12345681173,12345681174,12345681175,12345681176,12345681177,12345681178,12345681179,12345681180,12345681181,12345681182,12345681183,12345681184,12345681185,12345681186,12345681187,12345681188,12345681189,12345681190,12345681191,12345681192,12345681193,12345681194,12345681195,12345681196,12345681197,12345681198,12345681199,12345681200,12345681201,12345681202,12345681203,12345681204,12345681205,12345681206,12345681207,12345681208,12345681209,12345681210,12345681211,12345681212,12345681213,12345681214,12345681215,12345681216,12345681217,12345681218,12345681219,12345681220,12345681221,12345681222,12345681223,12345681224,12345681225,12345681226,12345681227,12345681228,12345681229,12345681230,12345681231,12345681232,12345681233,12345681234,12345681235,12345681236,12345681237,12345681238,12345681239,12345681240,12345681241,12345681242,12345681243,12345681244,12345681245,12345681246,12345681247,12345681248,12345681249,12345681250,12345681251,12345681252,12345681253,12345681254,12345681255,12345681256,12345681257,12345681258,12345681259,12345681260,12345681261,12345681262,12345681263,12345681264,12345681265,12345681266,12345681267,12345681268,12345681269,12345681270,12345681271,12345681272,12345681273,12345681274,12345681275,12345681276,12345681277,12345681278,12345681279,12345681280,12345681281,12345681282,12345681283,12345681284,12345681285,12345681286,12345681287,12345681288,12345681289,12345681290,12345681291,12345681292,12345681293,12345681294,12345681295,12345681296,12345681297,12345681298,12345681299,12345681300,12345681301,12345681302,12345681303,12345681304,12345681305,12345681306,12345681307,12345681308,12345681309,12345681310,12345681311,12345681312,12345681313,12345681314,12345681315,12345681316,12345681317,12345681318,12345681319,12345681320,12345681321,12345681322,12345681323,12345681324,12345681325,12345681326,12345681327,12345681328,12345681329,12345681330,12345681331,12345681332,12345681333,12345681334,12345681335,12345681336,12345681337,12345681338,12345681339,12345681340,12345681341,12345681342,12345681343,12345681344,12345681345,12345681346,12345681347,12345681348,12345681349,12345681350,12345681351,12345681352,12345681353,12345681354,12345681355,12345681356,12345681357,12345681358,12345681359,12345681360,12345681361,12345681362,12345681363,12345681364,12345681365,12345681366,12345681367,12345681368,12345681369,12345681370,12345681371,12345681372,12345681373,12345681374,12345681375,12345681376,12345681377,12345681378,12345681379,12345681380,12345681381,12345681382,12345681383,12345681384,12345681385,12345681386,12345681387,12345681388,12345681389,12345681390,12345681391,12345681392,12345681393,12345681394,12345681395,12345681396,12345681397,12345681398,12345681399,12345681400,12345681401,12345681402,12345681403,12345681404,12345681405,12345681406,12345681407,12345681408,12345681409,12345681410,12345681411,12345681412,12345681413,12345681414,12345681415,12345681416,12345681417,12345681418,12345681419,12345681420,12345681421,12345681422,12345681423,12345681424,12345681425,12345681426,12345681427,12345681428,12345681429,12345681430,12345681431,12345681432,12345681433,12345681434,12345681435,12345681436,12345681437,12345681438,12345681439,12345681440,12345681441,12345681442,12345681443,12345681444,12345681445,12345681446,12345681447,12345681448,12345681449,12345681450,12345681451,12345681452,12345681453,12345681454,12345681455,12345681456,12345681457,12345681458,12345681459,12345681460,12345681461,12345681462,12345681463,12345681464,12345681465,12345681466,12345681467,12345681468,12345681469,12345681470,12345681471,12345681472,12345681473,12345681474,12345681475,12345681476,12345681477,12345681478,12345681479,12345681480,12345681481,12345681482,12345681483,12345681484,12345681485,12345681486,12345681487,12345681488,12345681489,12345681490,12345681491,12345681492,12345681493,12345681494,12345681495,12345681496,12345681497,12345681498,12345681499,12345681500,12345681501,12345681502,12345681503,12345681504,12345681505,12345681506,12345681507,12345681508,12345681509,12345681510,12345681511,12345681512,12345681513,12345681514,12345681515,12345681516,12345681517,12345681518,12345681519,12345681520,12345681521,12345681522,12345681523,12345681524,12345681525,12345681526,12345681527,12345681528,12345681529,12345681530,12345681531,12345681532,12345681533,12345681534,12345681535,12345681536,12345681537,12345681538,12345681539,12345681540,12345681541,12345681542,12345681543,12345681544,12345681545,12345681546,12345681547,12345681548,12345681549,12345681550,12345681551,12345681552,12345681553,12345681554,12345681555,12345681556,12345681557,12345681558,12345681559,12345681560,12345681561,12345681562,12345681563,12345681564,12345681565,12345681566,12345681567,12345681568,12345681569,12345681570,12345681571,12345681572,12345681573,12345681574,12345681575,12345681576,12345681577,12345681578,12345681579,12345681580,12345681581,12345681582,12345681583,12345681584,12345681585,12345681586,12345681587,12345681588,12345681589,12345681590,12345681591,12345681592,12345681593,12345681594,12345681595,12345681596,12345681597,12345681598,12345681599,12345681600,12345681601,12345681602,12345681603,12345681604,12345681605,12345681606,12345681607,12345681608,12345681609,12345681610,12345681611,12345681612,12345681613,12345681614,12345681615,12345681616,12345681617,12345681618,12345681619,12345681620,12345681621,12345681622,12345681623,12345681624,12345681625,12345681626,12345681627,12345681628,12345681629,12345681630,12345681631,12345681632,12345681633,12345681634,12345681635,12345681636,12345681637,12345681638,12345681639,12345681640,12345681641,12345681642,12345681643,12345681644,12345681645,12345681646,12345681647,12345681648,12345681649,12345681650,12345681651,12345681652,12345681653,12345681654,12345681655,12345681656,12345681657,12345681658,12345681659,12345681660,12345681661,12345681662,12345681663,12345681664,12345681665,12345681666,12345681667,12345681668,12345681669,12345681670,12345681671,12345681672,12345681673,12345681674,12345681675,12345681676,12345681677,12345681678,12345681679,12345681680,12345681681,12345681682,12345681683,12345681684,12345681685,12345681686,12345681687,12345681688,12345681689,12345681690,12345681691,12345681692,12345681693,12345681694,12345681695,12345681696,12345681697,12345681698,12345681699,12345681700,12345681701,12345681702,12345681703,12345681704,12345681705,12345681706,12345681707,12345681708,12345681709,12345681710,12345681711,12345681712,12345681713,12345681714,12345681715,12345681716,12345681717,12345681718,12345681719,12345681720,12345681721,12345681722,12345681723,12345681724,12345681725,12345681726,12345681727,12345681728,12345681729,12345681730,12345681731,12345681732,12345681733,12345681734,12345681735,12345681736,12345681737,12345681738,12345681739,12345681740,12345681741,12345681742,12345681743,12345681744,12345681745,12345681746,12345681747,12345681748,12345681749,12345681750,12345681751,12345681752,12345681753,12345681754,12345681755,12345681756,12345681757,12345681758,12345681759,12345681760,12345681761,12345681762,12345681763,12345681764,12345681765,12345681766,12345681767,12345681768,12345681769,12345681770,12345681771,12345681772,12345681773,12345681774,12345681775,12345681776,12345681777,12345681778,12345681779,12345681780,12345681781,12345681782,12345681783,12345681784,12345681785,12345681786,12345681787,12345681788,12345681789,12345681790,12345681791,12345681792,12345681793,12345681794,12345681795,12345681796,12345681797,12345681798,12345681799,12345681800,12345681801,12345681802,12345681803,12345681804,12345681805,12345681806,12345681807,12345681808,12345681809,12345681810,12345681811,12345681812,12345681813,12345681814,12345681815,12345681816,12345681817,12345681818,12345681819,12345681820,12345681821,12345681822,12345681823,12345681824,12345681825,12345681826,12345681827,12345681828,12345681829,12345681830,12345681831,12345681832,12345681833,12345681834,12345681835,12345681836,12345681837,12345681838,12345681839,12345681840,12345681841,12345681842,12345681843,12345681844,12345681845,12345681846,12345681847,12345681848,12345681849,12345681850,12345681851,12345681852,12345681853,12345681854,12345681855,12345681856,12345681857,12345681858,12345681859,12345681860,12345681861,12345681862,12345681863,12345681864,12345681865,12345681866,12345681867,12345681868,12345681869,12345681870,12345681871,12345681872,12345681873,12345681874,12345681875,12345681876,12345681877,12345681878,12345681879,12345681880,12345681881,12345681882,12345681883,12345681884,12345681885,12345681886,12345681887,12345681888,12345681889,12345681890,12345681891,12345681892,12345681893,12345681894,12345681895,12345681896,12345681897,12345681898,12345681899,12345681900,12345681901,12345681902,12345681903,12345681904,12345681905,12345681906,12345681907,12345681908,12345681909,12345681910,12345681911,12345681912,12345681913,12345681914,12345681915,12345681916,12345681917,12345681918,12345681919,12345681920,12345681921,12345681922,12345681923,12345681924,12345681925,12345681926,12345681927,12345681928,12345681929,12345681930,12345681931,12345681932,12345681933,12345681934,12345681935,12345681936,12345681937,12345681938,12345681939,12345681940,12345681941,12345681942,12345681943,12345681944,12345681945,12345681946,12345681947,12345681948,12345681949,12345681950,12345681951,12345681952,12345681953,12345681954,12345681955,12345681956,12345681957,12345681958,12345681959,12345681960,12345681961,12345681962,12345681963,12345681964,12345681965,12345681966,12345681967,12345681968,12345681969,12345681970,12345681971,12345681972,12345681973,12345681974,12345681975,12345681976,12345681977,12345681978,12345681979,12345681980,12345681981,12345681982,12345681983,12345681984,12345681985,12345681986,12345681987,12345681988,12345681989,12345681990,12345681991,12345681992,12345681993,12345681994,12345681995,12345681996,12345681997,12345681998,12345681999,12345682000,12345682001,12345682002,12345682003,12345682004,12345682005,12345682006,12345682007,12345682008,12345682009,12345682010,12345682011,12345682012,12345682013,12345682014,12345682015,12345682016,12345682017,12345682018,12345682019,12345682020,12345682021,12345682022,12345682023,12345682024,12345682025,12345682026,12345682027,12345682028,12345682029,12345682030,12345682031,12345682032,12345682033,12345682034,12345682035,12345682036,12345682037,12345682038,12345682039,12345682040,12345682041,12345682042,12345682043,12345682044,12345682045,12345682046,12345682047,12345682048,12345682049,12345682050,12345682051,12345682052,12345682053,12345682054,12345682055,12345682056,12345682057,12345682058,12345682059,12345682060,12345682061,12345682062,12345682063,12345682064,12345682065,12345682066,12345682067,12345682068,12345682069,12345682070,12345682071,12345682072,12345682073,12345682074,12345682075,12345682076,12345682077,12345682078,12345682079,12345682080,12345682081,12345682082,12345682083,12345682084,12345682085,12345682086,12345682087,12345682088,12345682089,12345682090,12345682091,12345682092,12345682093,12345682094,12345682095,12345682096,12345682097,12345682098,12345682099,12345682100,12345682101,12345682102,12345682103,12345682104,12345682105,12345682106,12345682107,12345682108,12345682109,12345682110,12345682111,12345682112,12345682113,12345682114,12345682115,12345682116,12345682117,12345682118,12345682119,12345682120,12345682121,12345682122,12345682123,12345682124,12345682125,12345682126,12345682127,12345682128,12345682129,12345682130,12345682131,12345682132,12345682133,12345682134,12345682135,12345682136,12345682137,12345682138,12345682139,12345682140,12345682141,12345682142,12345682143,12345682144,12345682145,12345682146,12345682147,12345682148,12345682149,12345682150,12345682151,12345682152,12345682153,12345682154,12345682155,12345682156,12345682157,12345682158,12345682159,12345682160,12345682161,12345682162,12345682163,12345682164,12345682165,12345682166,12345682167,12345682168,12345682169,12345682170,12345682171,12345682172,12345682173,12345682174,12345682175,12345682176,12345682177,12345682178,12345682179,12345682180,12345682181,12345682182,12345682183,12345682184,12345682185,12345682186,12345682187,12345682188,12345682189,12345682190,12345682191,12345682192,12345682193,12345682194,12345682195,12345682196,12345682197,12345682198,12345682199,12345682200,12345682201,12345682202,12345682203,12345682204,12345682205,12345682206,12345682207,12345682208,12345682209,12345682210,12345682211,12345682212,12345682213,12345682214,12345682215,12345682216,12345682217,12345682218,12345682219,12345682220,12345682221,12345682222,12345682223,12345682224,12345682225,12345682226,12345682227,12345682228,12345682229,12345682230,12345682231,12345682232,12345682233,12345682234,12345682235,12345682236,12345682237,12345682238,12345682239,12345682240,12345682241,12345682242,12345682243,12345682244,12345682245,12345682246,12345682247,12345682248,12345682249,12345682250,12345682251,12345682252,12345682253,12345682254,12345682255,12345682256,12345682257,12345682258,12345682259,12345682260,12345682261,12345682262,12345682263,12345682264,12345682265,12345682266,12345682267,12345682268,12345682269,12345682270,12345682271,12345682272,12345682273,12345682274,12345682275,12345682276,12345682277,12345682278,12345682279,12345682280,12345682281,12345682282,12345682283,12345682284,12345682285,12345682286,12345682287,12345682288,12345682289,12345682290,12345682291,12345682292,12345682293,12345682294,12345682295,12345682296,12345682297,12345682298,12345682299,12345682300,12345682301,12345682302,12345682303,12345682304,12345682305,12345682306,12345682307,12345682308,12345682309,12345682310,12345682311,12345682312,12345682313,12345682314,12345682315,12345682316,12345682317,12345682318,12345682319,12345682320,12345682321,12345682322,12345682323,12345682324,12345682325,12345682326,12345682327,12345682328,12345682329,12345682330,12345682331,12345682332,12345682333,12345682334,12345682335,12345682336,12345682337,12345682338,12345682339,12345682340,12345682341,12345682342,12345682343,12345682344,12345682345,12345682346,12345682347,12345682348,12345682349,12345682350,12345682351,12345682352,12345682353,12345682354,12345682355,12345682356,12345682357,12345682358,12345682359,12345682360,12345682361,12345682362,12345682363,12345682364,12345682365,12345682366,12345682367,12345682368,12345682369,12345682370,12345682371,12345682372,12345682373,12345682374,12345682375,12345682376,12345682377,12345682378,12345682379,12345682380,12345682381,12345682382,12345682383,12345682384,12345682385,12345682386,12345682387,12345682388,12345682389,12345682390,12345682391,12345682392,12345682393,12345682394,12345682395,12345682396,12345682397,12345682398,12345682399,12345682400,12345682401,12345682402,12345682403,12345682404,12345682405,12345682406,12345682407,12345682408,12345682409,12345682410,12345682411,12345682412,12345682413,12345682414,12345682415,12345682416,12345682417,12345682418,12345682419,12345682420,12345682421,12345682422,12345682423,12345682424,12345682425,12345682426,12345682427,12345682428,12345682429,12345682430,12345682431,12345682432,12345682433,12345682434,12345682435,12345682436,12345682437,12345682438,12345682439,12345682440,12345682441,12345682442,12345682443,12345682444,12345682445,12345682446,12345682447,12345682448,12345682449,12345682450,12345682451,12345682452,12345682453,12345682454,12345682455,12345682456,12345682457,12345682458,12345682459,12345682460,12345682461,12345682462,12345682463,12345682464,12345682465,12345682466,12345682467,12345682468,12345682469,12345682470,12345682471,12345682472,12345682473,12345682474,12345682475,12345682476,12345682477,12345682478,12345682479,12345682480,12345682481,12345682482,12345682483,12345682484,12345682485,12345682486,12345682487,12345682488,12345682489,12345682490,12345682491,12345682492,12345682493,12345682494,12345682495,12345682496,12345682497,12345682498) AND CreatedDate = '2026-03-02 10:40:09.804'; ... (Thread: ThreadPoolExecutor-12_0) - __SPLIT__ 2026-03-02 15:40:26,287 - [23205] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-02 15:40:26,926 - [23205] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 3589 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:27,614 - [23205] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3589) into Billing.Invoice - __SPLIT__ 2026-03-02 15:40:33,650 - [23205] - src.utils.log - INFO - βœ… All 3589 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-03-02 15:40:34,285 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('447950', '446173', '448914', '449224', '445889', '447038', '449137', '446957', '448231', '445897', '447728', '446029', '447037', '448039', '445713', '447006', '447081', '445707', '447288', '446581', '449228', '449229', '448243', '448065', '445758', '446084', '446085', '447290', '446531', '447402', '447298', '446049', '448214', '447848', '448062', '447729', '448908', '447415', '445732', '446301', '448300', '447325', '447327', '447909', '447716', '446956', '447202', '448883', '447717', '448261', '446071', '448260', '447430', '445853', '447444', '446087', '447312', '448217', '446363', '446470', '448884', '446891', '445759', '445760', '445978', '448917', '447441', '447722', '447078', '446498', '446791', '446486', '448051', '447028', '448050', '446418', '445859', '447738', '445848', '448046', '447765', '445847', '449181', '448885', '445876', '448903', '448902', '449173', '445999', '447281', '447455', '447126', '448040', '446299', '446325', '449206', '446098', '448932', '448212', '448854', '445815', '448085', '447401', '448196', '449160', '449158', '447437', '446300', '448930', '448042', '449185', '446382', '449210', '446699', '446348', '447454', '449212', '446106', '448344', '448191', '449252', '448429', '447373', '449046', '446307', '447817', '446761', '445969', '449215', '447376', '446776', '448925', '449036', '448309', '448057', '449267', '447989', '447985', '447959', '446708', '447690', '448888', '447088', '446290', '446443', '447754', '448637', '447752', '447359', '448874', '447224', '447828', '447827', '447424', '446998', '447089', '445882', '445693', '445692', '445990', '447668', '446278', '448199', '446280', '446411', '446585', '448871', '445863', '445862', '446422', '448198', '446721', '449243', '448251', '447408', '447785', '446862', '448225', '449246', '446019', '447865', '446015', '447435', '448901', '448268', '449248', '447105', '449251', '446815', '446423', '448281', '446933', '448263', '446549', '447036', '448192', '447040', '446537', '447581', '448891', '446138', '447215', '448288', '447231', '447586', '447945', '445666', '447062', '447034', '447226', '446001', '447944', '447166', '446283', '445677', '448878', '448879', '447617', '447206', '448182', '447891', '449066', '447123', '448242', '449221', '449192', '448924', '449052', '449189', '447548', '446313', '446152', '446377', '449366', '447573', '447549', '446449', '446390', '447786', '448923', '447801', '447963', '449388', '446788', '448215', '448241', '448239', '448954', '448953', '448952', '445792', '445790', '446495', '446457', '448951', '446703', '446934', '448855', '449318', '445782', '447179', '446712', '446524', '447800', '448004', '446709', '446428', '447192', '446737', '446042', '445742', '446536', '446407', '447049', '445736', '446565', '448414', '447358', '447694', '447696', '447009', '446987', '448416', '446393', '447074', '447779', '446540', '447781', '447882', '446308', '448240', '447480', '446445', '448036', '446444', '446153', '448033', '448971', '447756', '448221', '449358', '447065', '448388', '445773', '447766', '448996', '448205', '446159', '449363', '447118', '446067', '448958', '449364', '447771', '448920', '447998', '447164', '449037', '446594', '445753', '445712', '449031', '446345', '445749', '445636', '446371', '447349', '446023', '449367', '448381', '448963', '447163', '447852', '449378', '446477', '446324', '446373', '449093', '449063', '446780', '447345', '447834', '445623', '447539', '445748', '446141', '446492', '447174', '446046', '447177', '446030', '448881', '446303', '448962', '447843', '448116', '445647', '448097', '446318', '448957', '446491', '447995', '446517', '449100', '446716', '446940', '446952', '447045', '445829', '446323', '447115', '446756', '449101', '448960', '448401', '448940', '448941', '446512', '446285', '447996', '448112', '448945', '446757', '447339', '446130', '446728', '445803', '446403', '447334', '449073', '446295', '447530', '447538', '448868', '448948', '445776', '448001', '447101', '448393', '446974', '448390', '445774', '445634', '448132', '448956', '448017', '448969', '446320', '446472', '447113', '448867', '449287', '448104', '446376', '447011', '447397', '449076', '447393', '446149', '448378', '446769', '445689', '446896', '448978', '445682', '446305', '448442', '446984', '447010', '446288', '446543', '446129', '448376', '449049', '449294', '447132', '446306', '449295', '447814', '446532', '446424', '446725', '447835', '447525', '447138', '449296', '445656', '445888', '449298', '448098', '446557', '446302', '448078', '446281', '446304', '447017', '448981', '446340', '448006', '446885', '447255', '447128', '446605', '447002', '446583', '446968', '449301', '447857', '447157', '447156', '445819', '445701', '448950', '446319', '447155', '448955', '448413', '448410', '446855', '446821', '446578', '447510', '448926', '446812', '445674', '446309', '446516', '446286', '448661', '447102', '446820', '448382', '447249', '449275', '448898', '447846', '447552', '449165', '447723', '448890', '448076', '447906', '449392', '448100', '445831', '448894', '448896', '445871', '447534', '446893', '447536', '448877', '447537', '447239', '449280', '446702', '446279', '449283', '446802', '449202', '447180', '448402', '448419', '446489', '449323', '447203', '448007', '448254', '447274', '449308', '449149', '445830', '446367', '448152', '449127', '446463', '447964', '448964', '449216', '448248', '447167', '448168', '447310', '449305', '445746', '446370', '446913', '447725', '447468', '445852', '446906', '447189', '449303', '445734', '446853', '447687', '447902', '447304', '447333', '448291', '447331', '446069', '447961', '447481', '447324', '449013', '446834', '447905', '446314', '447323', '448289', '448663', '446832', '446331', '447688', '446103', '446107', '446047', '446824', '446580', '449329', '446298', '447654', '449326', '448286', '447299', '447577', '445737', '446296', '446839', '447960', '449176', '447711', '447982', '446440', '449171', '447291', '446083', '447871', '447692', '449278', '447570', '447571', '447737', '449166', '447979', '446080', '447546', '445686', '446397', '447561', '445867', '448999', '447041', '447076', '445739', '446409', '447710', '449000', '448121', '447145', '448118', '445757', '449270', '448146', '446187', '447582', '447315', '447039', '448145', '446705', '445747', '445744', '446406', '446437', '448273', '447082', '449186', '447069', '449095', '449292', '446185', '449048', '447983', '445765', '446429', '447005', '446562', '447984', '446977', '449074', '449057', '447986', '449319', '446416', '446992', '446183', '448308', '447893', '449027', '445637', '446402', '446555', '448860', '447287', '448140', '445635', '446816', '445878', '448659', '447544', '447046', '446212', '446997', '446211', '446550', '448334', '445708', '446209', '445872', '445836', '447021', '446533', '449060', '446082', '449005', '447083', '447033', '448138', '447567', '445844', '445845', '445632', '446797', '445718', '446050', '446803', '446527', '445631', '446804', '446837', '447958', '447566', '446523', '447295', '446191', '447296', '446202', '449080', '447702', '449078', '446844', '446848', '447747', '445745', '446707', '446059', '445762', '446200', '445628', '447705', '449109', '448988', '447483', '448350', '447087', '449102', '446548', '446072', '447708', '448355', '448099', '446955', '446944', '449067', '448326', '446198', '445687', '448056', '447292', '449045', '448144', '449017', '449041', '448364', '448882', '449056', '446902', '447313', '448047', '449081', '448991', '448365', '448067', '446196', '446611', '447482', '445733', '447883', '449062', '449334', '447721', '448985', '448989', '446868', '448366', '448367', '448122', '448124', '449365', '448127', '448128', '448372', '446597', '446831', '449362', '446101', '446575', '449020', '447172', '447168', '448451', '446097', '447743', '448165', '446827', '447329', '446358', '449170', '448164', '448987', '447330', '446569', '449113', '448345', '448049', '446068', '448170', '446568', '448041', '447509', '445857', '449047', '448324', '447302', '447303', '447507', '449197', '446596', '448069', '446088', '446112', '447500', '449150', '448179', '447488', '445723', '445761', '449169', '446350', '446349', '447185', '449003', '447675', '449039', '448083', '448302', '446343', '449241', '448546', '446590', '446589', '447308', '447309', '446253', '448982', '448305', '448306', '446369', '448323', '446091', '446250', '449269', '446226', '448028', '446845', '445719', '446901', '446841', '448058', '447863', '447173', '446096', '448101', '448070', '447273', '446871', '448074', '446271', '447201', '448044', '446388', '446487', '448322', '449263', '446916', '447268', '445640', '445639', '447745', '446806', '447178', '449023', '449029', '448108', '447878', '445840', '449259', '448340', '447498', '449050', '446801', '446256', '447623', '446800', '447763', '447160', '445614', '447240', '448110', '445616', '448111', '447689', '446341', '447718', '449209', '449163', '445617', '448025', '449395', '446796', '448026', '447719', '446483', '448068', '449207', '448113', '446438', '448080', '448081', '447243', '446220', '447116', '447117', '449200', '447531', '446441', '448315', '447526', '447886', '447119', '445870', '446420', '446499', '446218', '446701', '448117', '446792', '447720', '447635', '446774', '448316', '447749', '446013', '446058', '447246', '447247', '446458', '446464', '446459', '449112', '445866', '448092', '446412', '448096', '449230', '447740', '446408', '446394', '449223', '449390', '446501', '448319', '446790', '445676', '447518', '447098', '447099', '448493', '447541', '446009', '446967', '448361', '447251', '449143', '449014', '448064', '446006', '449232', '446245', '448814', '447519', '447890', '446980', '447104', '447222', '447266', '447244', '449234', '445906', '446994', '446993', '447707', '447284', '447276', '446075', '445673', '447012', '448312', '447279', '447280', '446239', '447512', '447511', '446810', '447730', '449140', '448023', '446809', '449004', '447579', '446808', '446807', '448107', '447856', '446990', '446991', '445903', '446236', '446235', '448320', '446576', '446586', '447888', '446233', '449240', '448045', '447282', '449021', '446260', '448161', '446132', '448060', '448066', '446609', '446606', '448084', '447263', '447321', '449072', '448298', '448297', '449033', '447256', '447514', '445664', '445663', '449214', '446518', '447257', '446883', '448153', '447015', '449096', '446894', '449218', '447496', '449012', '447862', '448055', '449089', '446897', '446521', '446864', '445869', '445892', '447259', '447520', '448296', '447861', '446528', '446504', '447136', '448162', '449195', '446542', '447260', '446958', '447137', '448177', '447830', '447521', '446224', '447522', '446405', '448176', '449258', '446539', '447831', '446925', '446920', '448172', '446291', '448336', '449256', '446174', '447523', '447524', '446538', '447832', '447833', '446506', '449148', '446410', '448335', '446432', '448043', '448048', '449354', '449009', '449357', '447140', '449359', '446214', '446215', '448052', '447494', '447495', '446011', '447877', '449360', '446907', '446216', '445977', '445998', '449053', '448342', '445654', '447131', '446522', '446711', '447130', '448370', '448369', '449001', '446217', '447385', '445885', '449030', '448368', '449338', '449342', '449032', '446163', '446165', '448142', '447366', '449370', '449372', '446337', '447528', '447389', '446612', '448746', '448357', '445625', '445626', '448351', '445884', '448030', '447153', '446988', '446121', '446741', '449024', '449082', '449187', '447369', '448992', '446989', '448147', '446570', '447847', '446386', '447392', '445649', '448824', '448148', '448149', '447838', '448247', '447555', '447149', '447148', '446503', '447147', '447368', '445685', '447110', '446484', '446257', '447112', '447007', '446035', '448119', '448120', '447870', '446293', '446507', '447106', '446364', '446950', '446981', '447980', '445778', '445658', '446979', '446268', '449159', '446488', '446461', '447557', '446272', '445610', '447839', '449164', '446456', '447390', '447388', '448998', '447413', '449026', '446513', '447529', '448123', '445771', '448257', '446274', '446738', '446573', '448125', '447022', '447840', '447000', '447372', '448126', '447949', '447975', '446275', '446508', '449279', '445804', '446401', '446398', '448279', '447044', '448280', '447018', '447532', '445675', '449007', '449198', '447533', '446175', '446171', '449145', '448283', '449328', '446485', '448844', '446740', '445822', '445821', '448983', '446478', '446482', '446710', '447842', '449011', '446696', '446890', '447535', '447341', '446888', '447908', '446887', '446509', '449304', '446335', '446052', '445645', '446162', '446170', '446752', '449015', '447844', '445783', '445807', '449016', '446758', '446789', '447962', '447342', '446139', '447845', '448293', '447343', '447344', '449309', '449310', '447947', '447876', '446875', '447187', '445791', '447853', '449154', '445710', '445705', '448266', '448864', '449018', '447880', '447499', '445825', '446480', '446479', '445827', '448169', '449043', '445800', '446213', '446182', '446904', '447946', '447943', '447159', '447849', '447318', '446749', '447850', '447491', '445801', '446587', '448171', '449044', '447363', '446746', '445805', '448277', '445703', '446592', '446351', '448174', '448276', '446959', '449019', '447972', '446744', '447360', '446771', '447815', '449098', '447968', '447967', '447476', '447375', '448916', '445751', '448913', '447974', '448005', '449128', '446929', '448285', '448282', '448269', '448016', '446362', '446346', '447770', '448256', '449146', '449307', '447768', '449136', '446918', '446743', '448250', '447489', '449306', '449125', '445735', '445752', '448274', '448272', '449124', '448863', '447795', '446927', '447550', '446748', '447794', '445688', '446762', '446778', '447761', '448013', '446544', '446579', '447503', '447504', '448157', '446962', '447085', '448012', '449120', '449118', '446155', '448159', '447066', '447080', '446905', '446782', '449117', '449331', '447506', '447758', '446031', '445763', '446039', '447042', '448886', '448009', '448008', '446044', '445756', '447077', '448130', '447486', '448875', '449111', '446184', '446181', '446526', '447478', '449144', '446451', '449325', '445799', '447881', '446953', '447479', '448387', '446954', '445725', '449324', '448872', '446439', '445826', '446467', '447352', '449135', '448993', '447750', '447086', '446126', '449172', '449175', '446723', '449321', '447780', '449286', '445709', '446421', '448392', '445711', '446966', '446695', '446425', '448035', '448166', '449255', '447778', '447092', '447064', '447050', '449254', '447484', '448832', '447551', '449174', '449204', '447013', '447058', '449203', '447787', '448032', '448079', '449142', '445716', '449281', '449277', '447090', '446560', '446727', '449168', '449276', '446731', '447357', '448071', '448383', '446144', '447071', '447799', '449274', '447075', '447254', '446436', '449161', '446735', '448889', '449273', '447798', '447698', '448893', '446189', '446051', '446734', '446733', '447826', '446190', '447032', '446558', '446754', '449299', '448417', '445811', '447572', '447580', '447035', '446720', '448412', '448409', '445812', '446755', '447084', '447193', '447060', '446613', '449054', '447184', '447183', '446137', '447191', '448114', '446577', '449293', '446022', '447823', '446352', '446344', '448102', '448979', '447198', '447217', '446764', '446777', '445786', '446025', '449291', '446493', '449077', '446889', '447146', '448103', '448974', '446726', '446999', '446419', '449320', '448359', '447822', '448374', '449035', '447821', '446475', '447014', '448404', '447096', '448966', '448959', '448421', '448106', '449034', '445633', '447994', '446150', '446195', '446321', '445643', '446750', '446357', '447819', '446383', '446387', '447818', '446768', '446773', '448000', '447999', '446338', '447824', '449386', '446878', '448403', '447802', '447803', '447997', '446227', '447219', '446160', '447218', '446241', '446255', '445627', '449104', '449103', '446502', '446854', '445828', '445798', '447542', '448003', '447543', '446884', '446869', '446254', '448851', '447784', '445638', '447783', '446252', '447864', '447545', '446813', '448769', '447008', '447229', '447107', '448115', '447993', '446172', '448772', '446251', '449381', '447813', '449380', '447812', '447562', '449379', '447016', '449088', '447811', '448389', '448783', '447023', '447019', '447213', '448386', '445806', '448385', '445766', '448088', '447809', '448360', '448785', '447808', '445767', '446368', '448787', '447807', '447228', '446136', '446851', '446935', '447559', '445769', '446965', '447990', '446356', '449069', '448762', '447558', '447144', '447186', '447195', '448763', '448091', '448021', '445696', '445694', '447190', '447221', '446923', '448093', '448094', '446336', '447887', '446273', '447588', '448935', '447587', '448019', '448936', '447804', '446448', '445974', '447585', '448029', '448753', '447584', '446835', '447977', '446836', '449348', '446799', '446530', '447059', '447209', '447207', '447237', '446995', '447583', '448020', '448415', '446143', '448937', '446263', '448238', '447150', '447220', '449346', '446262', '446258', '447399', '447233', '446849', '446706', '445780', '445683', '446330', '446826', '446259', '446365', '446566', '448938', '449345', '446938', '448939', '447447', '446379', '447210', '446908', '446914', '447024', '446793', '447892', '447124', '449058', '447991', '448943', '448397', '448398', '446008', '449340', '445655', '449339', '447433', '447431', '447477', '447227', '447236', '448947', '446856', '449337', '446242', '447129', '446238', '447868', '446535', '449335', '446004', '446003', '447025', '446154', '448002', '448018', '448395', '448918', '446473', '449092', '445679', '448411', '446452', '446161', '447874', '448921', '447204', '446381', '447400', '448200', '445891', '445907', '448406', '446739', '446898', '446931', '445698', '445700', '447829', '449055', '446261', '448995', '445670', '446732', '447427', '448997', '446983', '447422', '447760', '447421', '446730', '446556', '447420', '447884', '447354', '447903', '446718', '446694', '447068', '449180', '446719', '446529', '448972', '448209', '447048', '447053', '445901', '449094', '448394', '448037', '448015', '446237', '446909', '447406', '446442', '447901', '446240', '445904', '447351', '446450', '448420', '447759', '447776', '448418', '445908', '446017', '446781', '446937', '449121', '448010', '446545', '445669', '448011', '446946', '447793', '448973', '448976', '448329', '446747', '446924', '446921', '448275', '446329', '446016', '446316', '446014', '448014', '447379', '446032', '446219', '446117', '448253', '449393', '447176', '446115', '449193', '449217', '449396', '446930', '447772', '446770', '446932', '446113', '446698', '446384', '447374', '448232', '445832', '445620', '447965', '447452', '447966', '446110', '446109', '446108', '445611', '448267', '447362', '446963', '445837', '446347', '447319', '448259', '446697', '447165', '447969', '446942', '447348', '447162', '447970', '446476', '447971', '447169', '446033', '449196', '449194', '448271', '445817', '449091', '445841', '448184', '446267', '447205', '447182', '445842', '449190', '448264', '449191', '447439', '445981', '447841', '448249', '448897', '446020', '448292', '446736', '447443', '448290', '446722', '446454', '448899', '448830', '446784', '447976', '449247', '448222', '448223', '445814', '447978', '449245', '445646', '447461', '448226', '446070', '448227', '448252', '447981', '449244', '448229', '446519', '446447', '446099', '448206', '449085', '446877', '449242', '447262', '446000', '449087', '447429', '447426', '447425', '446874', '446427', '448201', '446400', '449239', '447261', '446881', '447403', '446867', '447407', '449238', '447258', '447859', '447858', '445849', '445873', '447285', '445651', '445652', '448185', '445653', '447792', '446572', '447987', '447988', '449382', '445874', '445875', '448204', '449384', '447278', '447265', '449268', '449266', '447253', '447252', '446975', '446972', '448203', '447866', '449099', '446276', '446277', '446246', '449106', '446094', '445995', '447948', '448356', '447744', '446805', '447122', '448328', '445743', '446514', '448061', '445741', '448797', '447442', '447764', '448059', '449262', '448054', '448224', '447879', '447440', '445854', '447114', '446892', '446505', '448208', '445855', '447111', '447904', '448193', '446917', '445856', '448927', '448022', '446073', '446225', '446494', '448343', '448928', '447264', '446203', '446474', '449213', '446460', '449253', '447889', '446846', '447734', '449188', '446941', '448187', '447432', '446939', '446197', '446169', '447188', '448183', '448325', '447307', '447306', '446852', '445850', '446593', '447867', '446354', '447715', '447709', '447305', '449208', '445731', '446822', '446168', '448038', '447703', '446366', '447171', '447453', '446903', '447731', '447158', '446385', '445729', '445728', '447414', '445727', '446828', '448294', '446053', '446322', '447448', '446947', '446229', '447332', '449177', '446825', '445730', '446045', '446546', '448024', '446547', '447270', '448907', '447300', '449201', '449139', '445861', '446076', '446057', '448301', '445839', '446205', '447297', '445816', '448063', '447732', '447869', '449233', '447404', '448082', '447418', '448307', '447271', '447293', '447686', '446794', '446060', '446206', '449123', '449226', '447713', '447423', '449155', '448341', '449225', '447289', '446559', '447070', '445860', '448915', '449134', '447748', '446210', '448236', '446978', '446553', '445898', '447286', '445715', '446079', '449157', '449222', '446043', '447746', '449132', '447316', '447067', '446870', '445721', '446027', '446028', '446077', '448027', '445820', '446880', '445609', '447043', '448318', '449133', '447317', '448317', '446863', '448235', '447063', '447055', '446818', '448237', '448314', '446973', '445704', '446541', '447735', '445717', '448337', '447714', '449227', '446074', '448912', '446912', '447294', '449231', '448911', '447885', '447704', '449114', '448304', '448230', '447940', '448909', '446199', '447733', '448299', '449205', '447301', '448207', '447941', '448219', '449179', '446334', '446332', '448210', '445724', '447328', '447456', '447458', '448213', '448931', '446943', '447899', '447712', '449162', '447143', '448929', '448347', '445880', '446353', '446838', '447925', '448371', '447269', '449250', '445722', '447238', '447924', '448228', '447020', '447245', '445992', '446468', '449260', '449261', '447223', '446089', '445993', '445994', '446090', '447451', '446315', '447094', '448904', '447250', '446310', '446970', '445877', '446817', '449065', '447460', '447459', '447152', '446879', '446333', '448218', '446469', '447900', '446859', '446413', '445976', '447135', '447434', '447872', '446375', '446765', '447417', '447875', '447816', '447837', '446582', '447449', '447151', '447910', '447410', '447395', '449249', '447854', '447939', '446005', '449051', '447928', '445843', '446018', '446724', '447436', '449108', '449107', '446266', '448880', '447855', '446787', '446876', '448246', '447346', '447347', '448287', '445612', '446133', '448922', '446104', '445615', '445834', '446111', '449183', '449220', '447952', '446766', '448244', '446926', '449219', '449352', '449353', '446222', '448234', '447927', '447773', '448980', '447445', '448233', '447031', '445905', '449387', '449355', '447091', '446311', '447775', '447350', '445902', '449119', '447061', '448211', '449356', '447907', '446078', '446230', '447405', '447353', '448730', '447026', '447777', '447054', '448202', '449361', '446434', '446948', '446093', '445868', '446786', '448723', '445864', '447820', '448919', '446466', '448186', '448195', '447100', '446312', '446355', '446595', '446554', '449064', '448949', '448694', '445659', '448946', '446811', '448944', '446123', '446969', '447898', '446119', '449343', '446037', '447029', '446847', '447920', '449344', '447806', '446342', '446564', '447762', '447936', '446269', '447916', '448710', '447214', '448278', '447208', '445667', '445775', '449350', '445662', '446850', '448095', '446270', '445770', '446919', '446389', '449070', '447805', '449071', '447589', '447918', '447216', '448934', '449083', '446823', '449090', '448090', '446135', '446842', '449371', '449086', '447560', '447923', '448965', '447810', '449373', '448384', '445996', '447196', '449374', '448087', '446247', '448782', '449375', '448086', '447212', '449376', '447211', '446122', '447563', '447564', '445622', '447234', '447565', '445624', '447547', '447232', '448856', '447897', '445768', '449394', '449389', '449105', '446520', '448859', '448858', '445629', '448942', '447133', '445630', '446038', '446167', '447197', '447569', '447235', '447955', '446193', '447568', '447956', '445789', '446471', '447027', '446511', '448105', '448968', '446490', '446515', '447873', '448975', '448977', '445648', '449290', '447929', '446936', '448405', '446194', '446964', '447825', '449297', '446166', '446584', '446872', '445690', '446982', '448077', '445754', '448853', '447934', '447693', '446775', '448437', '446142', '445785', '445788', '446201', '445720', '445796', '448892', '446561', '446145', '447356', '448900', '447497', '446417', '447355', '449284', '447057', '447030', '449285', '447789', '447485', '448870', '447790', '448380', '447911', '449289', '446552', '446374', '449288', '445809', '446551', '446204', '445706', '447072', '446395', '449322', '448358', '446125', '447953', '447052', '447751', '446207', '447753', '446178', '447051', '449141', '446895', '448379', '448827', '446525', '446714', '446465', '448160', '448800', '446760', '447505', '446186', '448887', '446156', '449332', '447797', '447381', '448408', '449122', '447501', '448362', '445772', '447796', '446922', '446061', '446610', '448156', '448933', '445750', '447466', '446772', '445896', '448131', '446292', '446328', '448255', '447769', '448905', '448861', '447913', '447474', '448906', '448811', '449151', '449152', '448270', '449312', '446192', '446928', '448151', '447895', '449126', '446360', '448150', '448910', '448817', '446359', '447471', '446700', '447922', '447917', '449316', '449317', '447788', '448181', '446380', '445777', '448284', '448857', '447465', '449131', '446745', '447919', '446066', '447896', '445764', '445755', '446588', '447161', '446751', '449314', '447851', '446208', '448813', '446179', '447170', '447079', '448180', '446372', '447487', '447199', '447200', '448163', '448262', '445784', '449040', '447626', '449147', '448808', '446228', '445813', '445641', '447915', '448774', '448804', '448803', '446064', '445810', '446041', '445823', '448847', '445991', '448852', '447340', '445802', '447338', '447337', '446729', '447336', '447335', '445671', '447365', '447364', '446140', '447935', '446497', '447386', '447383', '447382', '447411', '447391', '447394', '447396', '446763', '446327', '447108', '445779', '447109', '447225', '447367', '445681', '446148', '446223', '445818', '447412', '448806', '448717', '448780', '448737', '448779', '446007', '449075', '448733', '448732', '448728', '445883', '448727', '448726', '448756', '448739', '448740', '448741', '448720', '448139', '448719', '448718', '448716', '448715', '448713', '448712', '448711', '448752', '448765', '448784', '448766', '448767', '447154', '448749', '448136', '448747', '447938', '446127', '447554', '448986', '447553', '448135', '448353', '448354', '448768', '448770', '448771', '448773', '448742', '448743', '448134', '448744', '446607', '446976', '448748', '448750', '448751', '448695', '448764', '448781', '448327', '449010', '449008', '447932', '448786', '448788', '448789', '448758', '446574', '448759', '447540', '448330', '448331', '448332', '448143', '448760', '448333', '448761', '448346', '449257', '448363', '449368', '446785', '449351', '449002', '447930', '447926', '449336', '449006', '448724', '447387', '448725', '447954', '447320', '447272', '447697', '448738', '448755', '448373', '447322', '448757', '446715', '445886', '446010', '445887', '446404', '446414', '446563', '446430', '446431', '446433', '448734', '445890', '446435', '447141', '446882', '446857', '446415', '446391', '448778', '446865', '448823', '446961', '447134', '446858', '446910', '446911', '446860', '446234', '446866', '445661', '445893', '445680', '445657', '448831', '446231', '445881', '445691', '446131', '445697', '446055', '448833', '446056', '445899', '445900', '446232', '448850', '448848', '448846', '448845', '448843', '448842', '448869', '448849', '448839', '448840', '448841', '448834', '448837', '448794', '445879', '448167', '448796', '446054', '446021', '447951', '448339', '448802', '448109', '446378', '448311', '446985', '446591', '447921', '448313', '448776', '449167', '445909', '449025', '449184', '449028', '449182', '448810', '449237', '449235', '448089', '447515', '446244', '447677', '446034', '447683', '449042', '447656', '448821', '448994', '448573', '447726', '446081', '446621', '447598', '447957', '447599', '448490', '448489', '447125', '447742', '447001', '446644', '448486', '447121', '447631', '446652', '447527', '446453', '446221', '446664', '446462', '446663', '445931', '446795', '445929', '446691', '445835', '445928', '445838', '446102', '446683', '446116', '446686', '446264', '446265', '445642', '445927', '445941', '448501', '445956', '445911', '445954', '445953', '445952', '445951', '445950', '445949', '446248', '445947', '445851', '445946', '445945', '448548', '445943', '448547', '447470', '448545', '447473', '448129', '447679', '447142', '448538', '448536', '448535', '447657', '448519', '448520', '448521', '448504', '447914', '447475', '447670', '447646', '447645', '447502', '447638', '447665', '447311', '447664', '447661', '446656', '447575', '446655', '446654', '446653', '447667', '447593', '446651', '447596', '446829', '447574', '446659', '446678', '446677', '446646', '446648', '446649', '446650', '446657', '445925', '446658', '445858', '445923', '447003', '445895', '445920', '445917', '447610', '446661', '447699', '446633', '446635', '446636', '446637', '446638', '446639', '449347', '448454', '449349', '448456', '449059', '448457', '448459', '445916', '448468', '448445', '448465', '448141', '448443', '447933', '446114', '448439', '449038', '448137', '448154', '446945', '448463', '448462', '448461', '449377', '448455', '446641', '448448', '449068', '448422', '449084', '447609', '448431', '448430', '447603', '448984', '448425', '448424', '449097', '448423', '448426', '448534', '448564', '447314', '448576', '448655', '447684', '448651', '448650', '448649', '447650', '448648', '448565', '448646', '447662', '448677', '446673', '446684', '447594', '446840', '447642', '448674', '447644', '447671', '447680', '447682', '448656', '448658', '447639', '447739', '447630', '447634', '448643', '445924', '448642', '448641', '446814', '447611', '446693', '447612', '447633', '447724', '448865', '446665', '446667', '447629', '447625', '447624', '446861', '447621', '445912', '448644', '447618', '447653', '447673', '448634', '448633', '447658', '446671', '447640', '445921', '448630', '449272', '448660', '445973', '445919', '448679', '446672', '447592', '447615', '446689', '448709', '448708', '445894', '445914', '448707', '448706', '448699', '445922', '448682', '447660', '448683', '446681', '447649', '445913', '449327', '448666', '448665', '448664', '445915', '447637', '445918', '448662', '446284', '446647', '445957', '448669', '447685', '448693', '448691', '447727', '448690', '448689', '448687', '448686', '448670', '448645', '448574', '448572', '448570', '447736', '448568', '448575', '448597', '448697', '448592', '448258', '447464', '446455', '445846', '446095', '448559', '448557', '448553', '447493', '448551', '448550', '448265', '448580', '448590', '448589', '447741', '448588', '448610', '448598', '448628', '449313', '448627', '448625', '449156', '448866', '447937', '449311', '448622', '448621', '448620', '448619', '447600', '446002', '448616', '448599', '448600', '448602', '447912', '448585', '448584', '448583', '448613', '448612', '448587', '448611', '448606', '448605', '448604', '448647', '448485', '449333', '448607', '448608', '448609', '448582', '448586', '448601', '448617', '448623', '448624', '448626', '448629', '448579', '448581', '449110', '448555', '448563', '445926', '448561', '448578', '448554', '448577', '448566', '447267', '448591', '448593', '448595', '448567', '448569', '448571', '448615', '448614', '448685', '447601', '447175', '448667', '448668', '448684', '448681', '448698', '447616', '448391', '449199', '447614', '448702', '448703', '448704', '446688', '447241', '448705', '447242', '446692', '447607', '448680', '448692', '447608', '446669', '447636', '447605', '448671', '447248', '447652', '447678', '447700', '448636', '448638', '447641', '448639', '447663', '447666', '447513', '446317', '447643', '446339', '447648', '447516', '446603', '448436', '446645', '448449', '447139', '446616', '446622', '446624', '448467', '446783', '446767', '445955', '448441', '446619', '446627', '448438', '448446', '447370', '448458', '446146', '446601', '446617', '445940', '447103', '448434', '445939', '445938', '445937', '445699', '446134', '445936', '448427', '446164', '445935', '446289', '446180', '448453', '445934', '445933', '445979', '445932', '448522', '448523', '445930', '448524', '448525', '448526', '445619', '445824', '445794', '448528', '445644', '445793', '448484', '446282', '446147', '445787', '445650', '445948', '445944', '448533', '445910', '446118', '448503', '446124', '448505', '446151', '446176', '448518', '448537', '448540', '448541', '448542', '448544', '448549', '447490', '448529', '448509', '448498', '448500', '448474', '448482', '448475', '448476', '448477', '448478', '448479', '448480', '448496', '447602', '447597', '448511', '448516', '448494', '448492', '448594', '448491', '447462', '448514', '448510', '448517', '448473', '448472', '448471', '448216', '448543', '448539', '446567', '448502', '448532', '449341', '448506', '448400', '448527', '448495', '448190', '448483', '447655', '448452', '448399', '448396', '448194', '448447', '448460', '449079', '448466', '448464', '445942', '448435', '448653', '447674', '447672', '446660', '448675', '447767', '447659', '448635', '447647', '448970', '446634', '447669', '448678', '447757', '447894', '448701', '447651', '448688', '447755', '448558', '447681', '447613', '446690', '447576', '448603', '448618', '447230', '447194', '446742', '446675', '445988', '446971', '446287', '446604', '447127', '446063', '445985', '446620', '448552', '448556', '446615', '448560', '446623', '446599', '446600', '446629', '446819', '445972', '446680', '446682', '446632', '446630', '445695', '446128', '445665', '445958', '446670', '445964', '446640', '445965', '445968', '446120', '448700', '445970', '445982', '445971', '446294', '445962', '445660', '445975', '445987', '448672', '445986', '445865', '448631', '445983', '445997', '445959', '445960', '445963', '448657', '446704', '447073', '448673', '448652', '448654', '448895', '447791', '448433', '448469', '447419', '448440', '447380', '448349', '447701', '448348', '447378', '447676', '447622', '448432', '447619', '447620', '446643', '447590', '448189', '447591', '449211', '447604', '446900', '446899', '447627', '447628', '446666', '447606', '447361', '447632', '447384', '446608', '447595', '446426', '446614', '446628', '446598', '446602', '446496', '446626', '446625', '447095', '447120', '446662', '446915', '446642', '445989', '446297', '446631', '446833', '446676', '446674', '446687', '446679', '446685', '445967', '445966', '445738', '445726', '445714', '446668', '445961', '446062', '445740', '446065', '445984', '446040', '448481', '448497', '448512', '448513', '448515', '448487', '448488', '448696')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:35,669 - [23205] - src.utils.log - INFO - βœ… Fetched 3590 rows - __SPLIT__ 2026-03-02 15:40:36,321 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (46505, 34265, 42033, 48669, 30799, 48718, 30821, 30901, 62440, 41981, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 41232, 40774, 53763, 31773, 26919, 34662, 31423, 24186, 40387, 56023, 53899, 26213, 40043, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52107, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 38008, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 22699, 29947, 47538, 47559, 30125, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 29640, 57459, 27786, 48690, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 57188, 31558, 43597, 51447, 57541, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 24856, 31396, 52325, 28119, 34585, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52442, 55871, 25662, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 37832, 37876, 25709, 25817, 35111, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 34059, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 47581, 64931, 38252, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31750, 43540, 31786, 31802, 23019, 32009, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 34519, 23295, 41927, 35855, 23354, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 48479, 53813, 53905, 34355, 45022, 22556, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 40173, 45087, 48428, 47563, 42009, 44964, 23220, 23020, 47272, 47296, 47675, 47636, 42809, 63292, 53126, 52699, 27420, 57627, 52994, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 28020, 52069, 24834, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 37387, 25013, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 30413, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52655, 36432, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35754, 32671, 32611, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 46890, 30114, 30115, 45781, 28564, 23400, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26269, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59502, 62312, 63691, 59814, 62235, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 54538, 54537, 54023, 54535, 54526, 54485, 49871, 55739, 55756, 54425, 54401, 54381, 49471, 54370, 54368, 55905, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 57015, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 56604, 56630, 43803, 52472, 56727, 53475, 53474, 54020, 53403, 57123, 52786, 53295, 31572, 52972, 57215, 55940, 33626, 52428, 42690, 56029, 37280, 56065, 56524, 56601, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 23560, 36648, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 25517, 25388, 27320, 51232, 38255, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 43549, 23432, 43547, 30133, 28229, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 26652, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 43525, 38563, 48892, 24454, 51640, 31402, 27070, 41572, 51639, 30916, 41762) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:37,675 - [23205] - src.utils.log - INFO - βœ… Fetched 6165 rows - __SPLIT__ 2026-03-02 15:40:38,311 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (46505, 34265, 42033, 48669, 30799, 48718, 30821, 30901, 62440, 41981, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 41232, 40774, 53763, 31773, 26919, 34662, 31423, 24186, 40387, 56023, 53899, 26213, 40043, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52107, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 38008, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 22699, 29947, 47538, 47559, 30125, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 29640, 57459, 27786, 48690, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 57188, 31558, 43597, 51447, 57541, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 24856, 31396, 52325, 28119, 34585, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52442, 55871, 25662, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 37832, 37876, 25709, 25817, 35111, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 34059, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 47581, 64931, 38252, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31750, 43540, 31786, 31802, 23019, 32009, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 34519, 23295, 41927, 35855, 23354, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 48479, 53813, 53905, 34355, 45022, 22556, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 40173, 45087, 48428, 47563, 42009, 44964, 23220, 23020, 47272, 47296, 47675, 47636, 42809, 63292, 53126, 52699, 27420, 57627, 52994, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 28020, 52069, 24834, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 37387, 25013, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 30413, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52655, 36432, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35754, 32671, 32611, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 46890, 30114, 30115, 45781, 28564, 23400, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26269, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59502, 62312, 63691, 59814, 62235, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 54538, 54537, 54023, 54535, 54526, 54485, 49871, 55739, 55756, 54425, 54401, 54381, 49471, 54370, 54368, 55905, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 57015, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 56604, 56630, 43803, 52472, 56727, 53475, 53474, 54020, 53403, 57123, 52786, 53295, 31572, 52972, 57215, 55940, 33626, 52428, 42690, 56029, 37280, 56065, 56524, 56601, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 23560, 36648, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 25517, 25388, 27320, 51232, 38255, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 43549, 23432, 43547, 30133, 28229, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 26652, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 43525, 38563, 48892, 24454, 51640, 31402, 27070, 41572, 51639, 30916, 41762) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:39,538 - [23205] - src.utils.log - INFO - βœ… Fetched 703 rows - __SPLIT__ 2026-03-02 15:40:40,166 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId in (46505, 34265, 42033, 48669, 30799, 48718, 30821, 30901, 62440, 41981, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 41232, 40774, 53763, 31773, 26919, 34662, 31423, 24186, 40387, 56023, 53899, 26213, 40043, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52107, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 38008, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 22699, 29947, 47538, 47559, 30125, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 29640, 57459, 27786, 48690, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 57188, 31558, 43597, 51447, 57541, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 24856, 31396, 52325, 28119, 34585, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52442, 55871, 25662, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 37832, 37876, 25709, 25817, 35111, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 34059, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 47581, 64931, 38252, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31750, 43540, 31786, 31802, 23019, 32009, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 34519, 23295, 41927, 35855, 23354, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 48479, 53813, 53905, 34355, 45022, 22556, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 40173, 45087, 48428, 47563, 42009, 44964, 23220, 23020, 47272, 47296, 47675, 47636, 42809, 63292, 53126, 52699, 27420, 57627, 52994, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 28020, 52069, 24834, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 37387, 25013, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 30413, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52655, 36432, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35754, 32671, 32611, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 46890, 30114, 30115, 45781, 28564, 23400, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26269, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59502, 62312, 63691, 59814, 62235, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 54538, 54537, 54023, 54535, 54526, 54485, 49871, 55739, 55756, 54425, 54401, 54381, 49471, 54370, 54368, 55905, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 57015, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 56604, 56630, 43803, 52472, 56727, 53475, 53474, 54020, 53403, 57123, 52786, 53295, 31572, 52972, 57215, 55940, 33626, 52428, 42690, 56029, 37280, 56065, 56524, 56601, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 23560, 36648, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 25517, 25388, 27320, 51232, 38255, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 43549, 23432, 43547, 30133, 28229, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 26652, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 43525, 38563, 48892, 24454, 51640, 31402, 27070, 41572, 51639, 30916, 41762) and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:41,521 - [23205] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-03-02 15:40:42,144 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId in (46505, 34265, 42033, 48669, 30799, 48718, 30821, 30901, 62440, 41981, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 41232, 40774, 53763, 31773, 26919, 34662, 31423, 24186, 40387, 56023, 53899, 26213, 40043, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52107, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 38008, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 22699, 29947, 47538, 47559, 30125, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 29640, 57459, 27786, 48690, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 57188, 31558, 43597, 51447, 57541, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 24856, 31396, 52325, 28119, 34585, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52442, 55871, 25662, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 37832, 37876, 25709, 25817, 35111, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 34059, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 47581, 64931, 38252, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31750, 43540, 31786, 31802, 23019, 32009, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 34519, 23295, 41927, 35855, 23354, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 48479, 53813, 53905, 34355, 45022, 22556, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 40173, 45087, 48428, 47563, 42009, 44964, 23220, 23020, 47272, 47296, 47675, 47636, 42809, 63292, 53126, 52699, 27420, 57627, 52994, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 28020, 52069, 24834, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 37387, 25013, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 30413, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52655, 36432, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35754, 32671, 32611, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 46890, 30114, 30115, 45781, 28564, 23400, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26269, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59502, 62312, 63691, 59814, 62235, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 54538, 54537, 54023, 54535, 54526, 54485, 49871, 55739, 55756, 54425, 54401, 54381, 49471, 54370, 54368, 55905, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 57015, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 56604, 56630, 43803, 52472, 56727, 53475, 53474, 54020, 53403, 57123, 52786, 53295, 31572, 52972, 57215, 55940, 33626, 52428, 42690, 56029, 37280, 56065, 56524, 56601, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 23560, 36648, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 25517, 25388, 27320, 51232, 38255, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 43549, 23432, 43547, 30133, 28229, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 26652, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 43525, 38563, 48892, 24454, 51640, 31402, 27070, 41572, 51639, 30916, 41762) and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:43,402 - [23205] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-03-02 15:40:44,409 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (46505, 34265, 42033, 48669, 30799, 48718, 30821, 30901, 62440, 41981, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 41232, 40774, 53763, 31773, 26919, 34662, 31423, 24186, 40387, 56023, 53899, 26213, 40043, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52107, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 38008, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 22699, 29947, 47538, 47559, 30125, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 29640, 57459, 27786, 48690, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 57188, 31558, 43597, 51447, 57541, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 24856, 31396, 52325, 28119, 34585, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52442, 55871, 25662, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 37832, 37876, 25709, 25817, 35111, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 34059, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 47581, 64931, 38252, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31750, 43540, 31786, 31802, 23019, 32009, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 34519, 23295, 41927, 35855, 23354, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 48479, 53813, 53905, 34355, 45022, 22556, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 40173, 45087, 48428, 47563, 42009, 44964, 23220, 23020, 47272, 47296, 47675, 47636, 42809, 63292, 53126, 52699, 27420, 57627, 52994, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 28020, 52069, 24834, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 37387, 25013, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 30413, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52655, 36432, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35754, 32671, 32611, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 46890, 30114, 30115, 45781, 28564, 23400, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26269, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59502, 62312, 63691, 59814, 62235, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 54538, 54537, 54023, 54535, 54526, 54485, 49871, 55739, 55756, 54425, 54401, 54381, 49471, 54370, 54368, 55905, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 57015, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 56604, 56630, 43803, 52472, 56727, 53475, 53474, 54020, 53403, 57123, 52786, 53295, 31572, 52972, 57215, 55940, 33626, 52428, 42690, 56029, 37280, 56065, 56524, 56601, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 23560, 36648, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 25517, 25388, 27320, 51232, 38255, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 43549, 23432, 43547, 30133, 28229, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 26652, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 43525, 38563, 48892, 24454, 51640, 31402, 27070, 41572, 51639, 30916, 41762);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:45,428 - [23205] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-03-02 15:40:46,081 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (46505, 34265, 42033, 48669, 30799, 48718, 30821, 30901, 62440, 41981, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 41232, 40774, 53763, 31773, 26919, 34662, 31423, 24186, 40387, 56023, 53899, 26213, 40043, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52107, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 38008, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 22699, 29947, 47538, 47559, 30125, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 29640, 57459, 27786, 48690, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 57188, 31558, 43597, 51447, 57541, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 24856, 31396, 52325, 28119, 34585, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52442, 55871, 25662, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 37832, 37876, 25709, 25817, 35111, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 34059, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 47581, 64931, 38252, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31750, 43540, 31786, 31802, 23019, 32009, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 34519, 23295, 41927, 35855, 23354, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 48479, 53813, 53905, 34355, 45022, 22556, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 40173, 45087, 48428, 47563, 42009, 44964, 23220, 23020, 47272, 47296, 47675, 47636, 42809, 63292, 53126, 52699, 27420, 57627, 52994, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 28020, 52069, 24834, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 37387, 25013, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 30413, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52655, 36432, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35754, 32671, 32611, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 46890, 30114, 30115, 45781, 28564, 23400, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26269, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59502, 62312, 63691, 59814, 62235, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 54538, 54537, 54023, 54535, 54526, 54485, 49871, 55739, 55756, 54425, 54401, 54381, 49471, 54370, 54368, 55905, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 57015, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 56604, 56630, 43803, 52472, 56727, 53475, 53474, 54020, 53403, 57123, 52786, 53295, 31572, 52972, 57215, 55940, 33626, 52428, 42690, 56029, 37280, 56065, 56524, 56601, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 23560, 36648, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 25517, 25388, 27320, 51232, 38255, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 43549, 23432, 43547, 30133, 28229, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 26652, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 43525, 38563, 48892, 24454, 51640, 31402, 27070, 41572, 51639, 30916, 41762);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:47,114 - [23205] - src.utils.log - INFO - βœ… Fetched 1214 rows - __SPLIT__ 2026-03-02 15:40:47,783 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription, ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (46505, 34265, 42033, 48669, 30799, 48718, 30821, 30901, 62440, 41981, 51544, 25485, 51554, 33227, 33267, 38693, 29125, 51680, 51686, 28856, 28820, 38294, 26048, 28636, 25320, 28584, 38770, 30514, 30513, 53461, 57481, 38361, 62453, 35070, 42808, 25534, 51875, 33615, 62483, 43463, 43464, 43475, 33014, 40251, 26472, 56027, 34079, 50003, 64078, 56000, 50812, 32124, 32123, 64001, 24110, 50769, 41232, 40774, 53763, 31773, 26919, 34662, 31423, 24186, 40387, 56023, 53899, 26213, 40043, 33854, 28112, 29328, 36387, 26192, 51955, 56049, 23654, 23642, 39381, 63991, 39373, 56060, 40730, 62355, 40731, 26736, 35714, 46619, 35359, 52323, 22445, 28762, 37023, 35353, 37049, 25273, 22424, 64992, 46069, 37445, 46639, 28834, 30162, 52101, 46366, 47384, 30007, 47244, 36816, 64991, 45024, 45008, 44992, 45316, 44914, 22567, 29547, 27456, 36281, 24800, 27901, 64990, 28151, 65031, 43766, 24775, 43709, 28357, 29095, 27397, 28356, 25487, 25312, 52696, 35870, 36290, 25272, 52018, 53237, 36622, 28219, 22476, 22751, 22752, 30008, 29110, 36557, 53226, 28419, 39051, 39212, 51638, 39287, 50846, 34438, 52624, 25127, 26043, 50789, 26010, 53079, 34073, 53870, 39989, 24622, 35095, 53363, 52085, 38007, 62465, 52095, 51744, 24543, 35305, 24538, 62456, 62444, 52107, 38743, 36711, 35478, 35538, 53715, 25902, 34578, 35682, 38986, 35096, 52295, 53484, 37851, 37875, 53451, 42758, 23070, 45657, 42294, 53903, 26723, 46444, 34845, 34844, 53552, 62441, 35447, 36913, 35462, 38742, 25676, 27278, 27100, 41958, 48719, 57446, 28766, 42111, 57457, 45636, 30593, 42306, 42339, 48609, 28808, 28819, 60911, 22883, 22860, 43424, 44870, 57550, 27427, 22668, 44046, 44222, 44375, 29867, 58510, 22836, 45952, 45587, 23733, 23732, 49873, 64094, 31362, 28127, 49850, 32396, 31196, 27127, 28765, 43426, 43502, 43503, 22918, 47609, 28651, 56625, 47338, 56047, 23629, 54395, 33316, 33058, 55876, 55883, 26483, 22327, 55907, 40568, 32406, 56003, 60435, 58648, 52715, 22384, 46026, 56088, 56096, 41060, 48989, 31956, 41129, 48885, 31687, 40603, 41166, 57087, 62506, 57504, 60247, 60493, 60437, 60508, 59480, 58772, 60522, 60358, 58714, 60308, 60458, 58613, 60150, 58496, 61790, 57489, 57455, 57432, 62420, 57427, 62411, 62407, 62400, 62375, 62360, 62351, 62343, 62341, 62329, 57497, 63713, 57586, 62492, 57562, 57561, 57545, 62490, 57540, 57537, 57526, 57522, 57521, 57518, 62291, 57502, 60549, 64002, 64151, 64155, 65004, 64053, 64170, 64005, 64010, 64983, 64979, 64013, 23338, 64019, 64023, 63966, 60355, 39530, 64079, 48006, 32972, 22758, 62409, 42423, 64021, 64113, 65034, 63891, 64091, 64080, 63862, 64958, 23660, 53609, 47479, 47548, 47549, 43621, 51306, 64135, 32975, 22997, 43044, 24140, 61397, 40316, 40315, 48549, 31498, 54169, 40243, 31453, 55878, 32940, 31321, 41348, 23844, 41325, 41187, 48622, 23826, 42614, 56655, 37944, 25357, 38008, 46370, 46371, 22393, 25504, 36549, 41475, 42224, 57199, 33901, 50126, 51690, 36560, 65077, 53506, 24770, 46287, 36582, 45328, 25494, 27789, 22537, 28837, 37766, 35069, 45075, 56649, 56062, 56079, 45621, 31323, 29105, 45828, 52651, 65030, 63889, 53477, 65032, 53174, 25194, 29830, 27536, 42831, 22647, 29271, 44430, 46670, 31761, 45606, 46377, 49231, 46158, 28094, 57276, 28790, 27992, 22493, 22504, 22699, 29947, 47538, 47559, 30125, 49838, 43619, 60948, 30310, 29670, 23053, 42926, 29640, 57459, 27786, 48690, 23245, 27788, 42017, 42016, 42015, 48739, 29948, 41887, 59721, 41699, 57465, 41522, 62507, 50092, 64016, 33439, 51541, 50055, 62522, 52341, 36990, 54856, 64000, 26266, 25881, 56050, 32043, 48672, 62357, 51108, 39240, 37927, 23978, 35129, 53777, 25490, 52084, 39772, 37631, 52143, 62318, 62464, 53901, 26175, 38331, 62527, 24334, 24994, 40322, 36455, 52520, 25163, 38670, 40435, 35074, 33099, 62364, 33100, 51941, 51696, 44926, 44776, 35076, 34702, 38849, 22305, 32718, 34687, 62535, 52371, 53296, 62379, 36680, 35480, 28551, 36668, 28413, 52500, 28306, 37749, 37814, 28972, 52840, 51718, 51915, 38350, 29539, 44775, 29319, 47083, 29114, 52099, 28974, 44488, 52319, 45640, 45831, 52360, 53281, 28764, 45980, 28717, 28703, 35479, 32884, 32885, 32969, 33050, 31227, 41492, 31032, 57407, 48815, 53902, 32651, 44441, 30138, 38665, 53404, 45108, 49278, 56042, 56106, 31993, 55992, 31963, 31962, 41085, 40300, 31805, 41123, 38684, 40288, 57188, 31558, 43597, 51447, 57541, 30129, 38856, 38793, 30105, 38767, 38688, 30739, 33872, 39943, 40059, 32032, 40763, 39920, 39774, 57471, 57477, 48636, 42320, 34178, 50626, 50830, 30415, 34259, 39431, 34443, 34541, 43591, 43593, 23665, 27185, 23678, 26565, 62461, 24182, 60536, 25794, 26953, 63881, 26226, 62377, 23511, 32709, 52723, 33984, 64026, 25910, 27939, 64962, 27859, 23023, 23162, 22568, 26558, 25509, 26566, 26220, 26287, 23300, 24945, 26940, 47600, 48935, 49950, 24329, 27662, 47577, 41345, 62186, 25595, 26794, 26081, 38354, 45086, 25683, 25431, 23027, 53867, 52728, 41307, 40046, 27743, 47236, 47851, 47234, 35066, 39420, 33137, 38541, 62195, 26589, 30830, 50316, 30068, 37958, 25305, 36003, 42113, 23215, 30017, 30016, 35746, 37957, 47344, 44875, 49951, 39310, 38384, 29757, 52988, 52948, 36000, 22720, 34025, 40122, 44960, 27284, 39213, 30119, 27405, 25342, 53313, 25437, 52281, 48176, 26116, 24353, 56740, 40174, 53070, 40532, 23185, 38430, 41923, 44985, 33595, 38435, 30435, 50860, 24379, 55928, 24856, 31396, 52325, 28119, 34585, 43265, 34584, 28587, 25903, 55886, 32668, 28378, 24796, 31393, 28153, 32809, 23691, 31382, 47956, 55890, 55927, 28513, 52171, 22831, 38150, 31213, 37032, 23740, 23901, 26320, 37092, 64895, 43241, 24722, 28426, 55892, 55895, 32826, 55900, 49609, 55911, 37661, 28379, 30988, 36873, 27967, 31058, 41104, 23512, 24982, 24953, 42904, 39527, 24377, 41137, 36707, 40416, 57384, 42664, 34285, 24567, 31345, 31351, 44576, 34239, 57416, 27310, 31346, 52446, 49909, 36931, 47491, 47903, 22733, 51753, 26082, 40367, 44523, 38220, 42211, 25411, 34928, 35459, 35454, 34930, 30944, 33869, 34753, 22803, 30451, 34205, 27215, 51851, 25613, 25492, 38048, 44442, 24553, 64924, 53785, 22770, 31218, 31414, 38731, 33666, 32510, 44181, 32761, 33994, 34551, 35062, 51761, 25749, 34414, 43726, 51852, 26944, 25649, 32131, 42886, 51658, 32394, 33029, 28956, 24653, 52430, 36689, 28845, 32502, 41024, 39716, 22520, 26309, 28782, 40305, 24784, 23959, 32733, 32684, 24875, 46624, 32536, 26263, 36422, 41231, 45341, 45439, 29264, 23925, 28732, 52300, 52280, 46004, 49968, 28610, 40905, 26551, 37821, 45911, 37453, 52142, 28447, 55891, 50345, 24804, 40142, 63526, 29842, 29783, 33587, 43492, 34458, 55567, 29651, 31971, 37940, 26843, 36423, 27845, 22448, 48427, 26612, 51951, 23712, 31972, 35556, 53242, 30086, 30085, 56821, 35741, 44871, 25260, 49967, 29937, 29624, 64905, 63924, 63939, 62320, 64923, 62203, 63885, 26606, 32067, 55262, 64887, 32055, 52653, 29542, 33196, 37900, 64897, 63901, 62251, 62328, 62304, 63892, 57292, 62258, 63918, 62261, 64930, 64927, 62309, 64904, 63953, 63986, 64964, 63979, 59135, 63754, 59141, 59142, 59154, 59155, 59163, 64006, 59810, 64949, 64800, 57353, 62220, 58417, 60545, 58441, 58460, 58464, 58367, 57379, 58357, 58355, 58348, 58344, 58466, 58504, 58412, 63736, 59092, 64943, 57426, 57411, 60199, 64851, 60203, 64995, 62107, 64004, 60285, 60370, 60081, 64974, 63860, 64967, 58416, 58415, 64976, 63969, 60491, 63971, 57462, 60086, 64978, 57466, 64975, 62015, 60401, 63826, 57434, 62046, 60192, 40980, 37064, 34946, 42190, 41900, 23200, 52999, 31241, 27179, 24585, 64429, 28353, 39968, 29104, 23486, 24698, 34935, 33031, 24641, 52442, 55871, 25662, 40978, 41004, 37862, 23742, 42653, 37008, 48626, 26322, 38127, 37459, 25892, 53751, 40863, 37487, 40780, 37791, 37775, 37699, 42629, 24737, 34457, 40675, 34806, 33444, 63848, 36201, 35820, 53158, 35667, 41293, 36365, 35505, 38370, 53262, 35086, 37832, 37876, 25709, 25817, 35111, 52476, 23330, 36390, 53833, 38001, 48195, 48763, 62281, 38466, 26191, 41853, 35827, 52711, 38468, 31286, 52074, 23376, 38002, 36391, 25465, 41196, 36527, 62266, 42718, 55665, 49857, 48644, 24455, 35114, 31422, 22773, 31254, 40204, 45827, 57430, 30925, 28826, 39715, 30754, 30713, 27196, 28839, 28890, 43699, 30529, 31874, 31873, 31844, 31816, 50014, 26918, 38798, 60178, 23895, 28645, 47615, 46592, 63956, 26963, 26837, 44924, 50985, 27819, 45304, 40055, 29703, 45035, 58371, 29632, 27717, 64965, 27636, 39644, 39685, 28891, 47348, 27941, 60104, 30198, 51122, 29080, 30158, 44637, 50134, 29081, 39966, 50824, 39245, 44864, 27474, 38740, 26836, 40282, 55925, 55951, 47929, 55988, 60243, 23777, 46550, 32395, 55938, 55993, 43347, 29577, 38764, 46360, 30411, 51952, 43239, 35227, 48647, 42963, 38577, 47823, 46500, 43308, 55921, 32158, 38763, 26602, 35060, 35032, 38067, 35014, 22749, 44100, 27145, 32222, 52406, 26201, 32387, 40688, 64826, 64825, 30182, 29454, 44968, 35484, 36526, 27434, 32966, 40183, 41086, 55970, 55984, 46677, 27410, 40197, 64946, 30509, 44360, 36172, 50850, 32700, 41304, 52637, 39391, 41303, 32699, 48773, 36350, 52853, 35939, 41830, 40697, 41884, 23915, 24591, 39248, 51903, 41214, 40162, 44774, 25665, 44740, 42196, 47310, 29303, 59768, 41254, 45099, 49798, 34059, 25671, 36752, 36801, 29300, 22610, 22366, 32552, 35806, 55942, 36437, 42107, 51920, 39298, 37061, 31457, 26616, 50061, 47604, 63880, 43559, 46613, 26040, 43554, 55285, 28461, 45996, 34148, 31606, 34060, 51967, 40801, 26223, 56767, 24842, 33431, 33581, 31952, 31953, 28516, 31707, 31706, 39763, 28713, 23595, 38129, 34504, 57344, 26611, 58615, 28444, 22437, 33898, 38802, 24841, 26224, 26120, 31779, 37314, 38233, 32193, 38886, 26567, 34635, 38931, 47472, 28770, 34491, 38930, 40198, 40317, 49484, 51754, 22827, 50130, 52189, 48880, 37815, 28798, 24112, 37856, 23928, 22410, 22348, 28321, 23945, 28139, 36564, 46507, 34626, 25672, 28700, 41050, 24798, 37143, 52374, 52355, 41051, 49507, 46585, 52188, 37315, 39744, 37895, 49163, 24111, 46584, 37135, 25112, 36523, 46348, 40996, 28393, 45917, 37639, 52324, 64454, 24863, 37658, 28145, 36626, 22769, 53302, 36524, 22442, 28387, 28797, 37885, 36439, 36977, 29251, 23510, 23600, 37452, 48933, 37134, 47581, 64931, 38252, 31440, 31445, 49949, 26021, 26959, 62335, 31609, 23882, 33998, 38811, 53868, 53871, 33858, 44224, 33884, 26086, 44093, 25699, 31040, 31044, 25188, 31185, 64941, 57365, 43701, 24243, 40207, 57340, 23021, 63886, 26605, 40296, 33038, 33024, 26283, 51685, 55949, 48029, 32515, 32590, 26449, 62241, 32880, 55915, 58213, 47329, 39359, 28176, 38103, 33672, 33657, 33656, 39859, 48437, 47748, 33421, 54804, 26816, 26714, 26658, 44983, 35493, 30794, 53248, 42206, 25395, 25235, 42193, 24155, 27363, 29663, 42221, 53298, 44961, 29660, 30292, 25493, 61904, 41588, 25502, 30530, 24633, 27201, 42337, 37909, 37908, 30022, 39360, 35270, 44788, 27442, 39386, 37929, 24735, 37892, 63842, 39368, 51320, 51701, 37971, 53336, 53337, 30417, 22614, 27223, 40522, 42324, 24216, 39757, 50763, 39756, 40181, 51529, 51509, 38942, 50699, 23987, 50882, 37988, 38673, 38666, 39866, 39389, 31621, 47512, 23565, 53873, 24121, 40273, 39228, 38806, 63837, 24031, 51582, 39954, 51550, 51713, 40274, 39758, 47405, 27172, 30800, 62017, 62042, 31024, 31646, 47478, 31339, 31340, 62146, 26991, 47595, 31464, 43552, 43550, 37660, 26604, 32112, 32142, 43385, 32413, 32546, 43286, 42992, 32070, 44462, 43546, 31622, 61869, 30511, 47375, 45459, 45784, 55767, 30349, 27234, 31750, 43540, 31786, 31802, 23019, 32009, 31714, 43460, 46052, 28615, 22447, 45909, 22507, 27988, 29370, 45790, 46710, 28969, 28973, 45641, 22534, 27887, 45532, 47139, 29884, 29885, 27500, 44890, 44860, 44838, 30090, 30096, 27387, 58332, 22704, 29458, 60005, 28318, 46340, 46544, 35504, 42147, 55762, 32071, 55833, 27665, 27587, 22578, 22579, 47271, 29737, 29777, 27531, 45117, 27501, 25905, 53761, 53752, 53726, 53719, 25854, 53713, 35031, 35128, 35185, 35186, 25478, 48666, 48667, 42197, 25343, 48970, 41135, 36936, 49415, 40941, 52176, 52154, 37498, 24822, 23554, 35821, 64869, 42106, 35634, 53771, 53767, 33113, 53883, 33675, 33479, 62314, 34519, 23295, 41927, 35855, 23354, 64785, 41355, 64763, 52563, 53811, 53799, 64880, 33053, 53790, 55743, 34329, 33186, 34291, 53814, 33602, 26162, 53815, 48480, 53832, 26143, 39948, 40554, 23095, 22532, 43345, 45752, 49328, 41095, 43368, 23756, 48479, 53813, 53905, 34355, 45022, 22556, 48238, 45772, 64758, 40917, 40861, 40847, 45886, 23582, 43228, 43077, 40782, 43070, 22662, 40264, 44772, 40261, 48040, 23845, 48633, 23124, 42416, 44044, 22763, 43850, 42642, 22691, 48872, 40173, 45087, 48428, 47563, 42009, 44964, 23220, 23020, 47272, 47296, 47675, 47636, 42809, 63292, 53126, 52699, 27420, 57627, 52994, 57924, 52777, 58292, 35852, 40268, 36702, 36756, 24952, 27560, 29544, 29192, 37267, 52210, 36646, 53333, 30001, 36226, 62791, 35536, 61039, 32929, 32930, 32339, 52170, 30609, 35443, 29955, 52592, 58318, 36428, 36431, 52477, 36534, 29904, 29845, 26863, 31811, 31809, 62180, 32117, 57169, 62202, 31424, 31586, 32433, 32632, 32660, 32723, 32724, 26431, 31126, 57382, 33139, 34425, 25937, 31049, 34648, 34679, 27138, 35015, 27164, 27171, 25938, 25486, 55577, 31449, 38748, 38761, 28663, 38797, 28109, 51559, 24310, 24374, 36351, 37290, 27032, 54886, 54866, 33652, 34240, 39357, 39254, 51216, 28121, 38878, 51542, 51543, 51552, 28951, 28805, 51724, 51708, 28066, 28067, 37853, 24358, 58393, 58346, 63830, 27900, 31852, 37854, 23966, 28312, 39764, 39641, 39531, 24090, 39488, 39433, 50878, 64802, 64812, 60381, 58366, 60091, 64891, 58370, 63151, 57293, 57325, 61392, 61900, 63149, 59921, 64819, 62120, 64857, 62047, 62088, 59889, 59089, 60187, 60193, 63822, 61985, 60389, 61953, 24212, 60249, 64795, 64799, 60244, 64789, 30744, 60242, 60236, 53386, 64835, 64843, 60215, 60143, 57369, 64870, 60196, 60144, 31260, 62115, 60518, 58321, 60124, 60305, 62160, 60105, 62189, 60108, 58314, 58312, 63752, 62198, 60492, 60045, 63783, 62154, 60253, 27864, 63658, 57212, 58252, 60278, 63747, 60482, 58342, 60076, 62175, 58335, 58331, 62179, 58363, 23661, 63764, 58311, 60112, 63734, 60257, 63732, 30030, 64787, 57189, 62155, 58053, 60115, 63813, 60116, 57203, 60015, 60576, 45812, 27494, 27767, 30823, 23495, 28020, 52069, 24834, 24835, 55772, 37733, 59133, 62156, 64778, 29051, 44959, 46824, 29142, 31712, 29280, 44886, 28155, 27955, 47326, 45864, 46649, 44876, 22596, 22627, 30842, 30937, 31256, 29565, 22764, 27039, 60197, 27416, 57251, 60688, 22385, 22554, 31817, 44976, 45677, 47099, 44659, 46626, 60786, 28083, 22855, 60139, 31392, 61168, 57343, 29684, 43658, 30521, 46302, 29085, 45978, 31314, 36967, 52356, 23530, 52370, 23524, 63799, 25047, 63767, 36545, 41154, 40859, 36400, 50358, 30775, 43910, 22880, 25134, 63746, 36124, 52734, 36005, 25226, 41846, 48863, 48947, 41155, 49497, 37129, 24864, 37020, 24896, 38792, 38769, 23762, 24381, 37370, 53044, 52206, 52232, 64748, 43483, 41275, 36379, 36340, 52625, 52550, 37723, 37655, 24686, 24407, 38619, 38620, 39524, 50864, 50209, 39227, 39181, 39102, 51246, 38916, 38873, 38865, 26308, 35834, 48325, 23308, 38457, 38411, 49874, 38205, 38167, 37955, 38542, 51922, 37809, 23576, 23575, 40750, 32624, 32697, 32749, 32750, 25481, 26425, 48353, 33647, 34270, 34502, 42487, 34939, 25518, 35094, 35133, 27006, 33588, 22546, 35502, 35524, 53271, 25400, 35321, 48517, 48643, 31896, 26654, 43417, 43416, 32465, 32351, 30270, 38794, 23839, 43574, 44874, 40304, 45683, 33982, 28007, 48163, 51857, 40439, 48307, 35217, 32951, 30570, 44004, 35436, 36749, 24916, 29551, 40936, 46754, 31145, 39422, 31977, 44601, 31588, 24230, 40205, 28570, 63775, 52927, 53204, 51614, 50069, 47323, 47926, 41109, 27496, 40966, 44266, 27648, 27060, 49227, 35044, 22586, 48464, 52237, 61471, 52773, 58289, 53464, 50688, 53025, 50879, 53162, 50166, 56946, 53001, 51217, 47453, 47358, 55710, 48857, 48571, 51880, 55706, 55507, 59717, 52054, 53783, 50430, 61268, 54854, 48530, 47008, 47156, 35486, 24148, 24107, 35485, 35216, 43638, 34536, 22304, 56694, 48761, 52349, 55759, 51714, 51730, 57307, 28927, 23473, 27946, 27559, 35121, 24411, 27315, 42008, 42014, 35843, 35842, 42195, 42208, 42219, 35818, 35894, 34537, 42724, 39670, 42767, 28092, 34062, 42855, 27959, 28416, 28451, 23472, 28469, 43497, 43498, 23456, 39300, 40213, 38829, 38314, 25618, 25804, 38659, 25232, 38538, 38521, 26014, 40330, 38757, 24692, 35911, 26590, 27228, 36581, 36580, 41228, 41252, 36442, 36419, 41349, 41082, 35979, 26060, 40334, 39505, 39769, 39372, 44417, 31843, 45424, 30904, 30928, 46393, 30144, 39579, 33345, 37387, 25013, 37115, 24980, 41079, 44943, 22421, 23022, 29844, 23172, 32857, 30418, 31996, 22877, 29480, 32859, 29828, 22830, 22804, 32901, 43949, 32354, 29335, 23409, 30220, 43931, 32048, 43761, 22553, 45667, 31491, 22473, 32049, 29534, 30971, 29938, 30342, 37568, 30413, 27042, 51988, 26563, 37414, 30991, 30993, 45771, 30046, 32069, 23084, 51471, 51445, 39081, 57164, 51011, 39370, 31378, 39410, 39411, 50826, 31383, 25587, 26548, 29288, 27093, 30319, 37959, 38109, 26115, 51804, 38274, 31876, 30540, 56730, 30805, 30822, 25809, 30981, 37931, 38813, 25527, 31247, 28218, 33955, 33956, 28160, 29604, 34431, 29605, 34486, 34527, 29617, 29618, 58014, 36635, 52719, 26055, 55243, 54890, 54822, 59741, 28802, 54494, 28630, 59611, 33108, 55604, 29382, 28332, 28260, 33585, 33633, 33634, 52950, 52871, 27289, 32173, 59750, 52655, 36432, 36506, 52461, 32040, 32516, 53353, 29764, 29686, 37123, 56628, 27384, 35467, 29832, 35602, 32701, 35754, 32671, 32611, 29985, 53310, 53057, 24222, 44793, 42317, 43473, 49910, 44757, 64810, 63644, 23266, 23944, 44289, 63688, 49929, 23107, 23741, 23676, 40561, 43259, 49539, 43568, 43515, 25143, 42927, 47142, 44187, 41040, 47237, 49198, 23066, 47306, 22544, 24463, 63467, 22706, 47858, 47223, 25053, 42732, 42752, 43957, 23815, 42823, 42849, 47457, 42869, 46939, 22382, 41946, 48875, 48816, 46566, 45986, 46603, 39841, 24502, 24947, 24501, 24255, 22471, 48770, 48665, 33648, 27353, 42574, 36217, 23749, 42850, 41544, 27233, 52730, 36027, 34440, 42181, 22658, 22637, 53357, 23917, 42376, 61099, 35362, 42037, 23862, 35968, 52824, 42258, 36314, 28382, 36305, 41306, 35767, 35712, 50719, 34619, 34629, 23911, 35962, 34732, 53112, 35947, 27875, 48668, 24017, 27684, 42651, 27517, 42619, 35139, 45051, 32455, 32098, 32097, 47110, 22576, 45625, 30062, 46890, 30114, 30115, 45781, 28564, 23400, 56753, 31784, 56983, 46608, 31063, 31302, 46546, 46517, 31421, 31965, 30483, 30123, 29875, 44833, 29316, 55433, 43707, 41289, 55590, 55600, 55602, 55619, 28745, 32822, 32710, 46640, 56719, 30603, 45894, 33011, 44447, 23259, 29819, 55622, 47336, 64780, 64776, 29193, 33305, 54969, 54977, 29284, 43656, 33219, 52332, 38162, 39119, 31458, 52623, 55653, 29424, 29524, 29578, 29579, 33087, 33046, 33040, 47360, 29623, 55810, 38194, 26269, 26185, 52424, 52233, 25385, 26987, 37603, 51278, 39027, 38977, 36771, 25122, 38923, 26041, 61977, 37044, 26032, 41077, 40345, 63686, 40228, 40229, 63677, 63634, 25723, 27205, 38616, 38250, 51907, 40614, 52578, 37864, 26829, 40405, 37863, 26828, 24805, 39770, 24852, 37850, 41157, 27207, 41143, 38257, 59873, 59947, 59929, 59928, 59964, 62363, 23288, 59911, 59902, 64791, 64754, 62336, 63720, 62213, 52079, 62311, 59724, 64761, 62294, 26221, 59714, 59502, 62312, 63691, 59814, 62235, 29665, 63672, 62381, 59274, 59802, 59344, 59391, 62316, 59470, 63697, 59788, 59784, 59772, 63708, 59606, 63707, 62264, 59492, 64755, 63410, 63385, 63383, 62855, 62909, 62932, 62952, 62984, 63010, 63020, 65265, 62860, 63645, 62457, 61634, 57354, 65418, 65428, 57331, 57330, 63256, 63208, 31446, 63187, 63638, 63096, 65351, 62823, 62848, 57499, 63532, 62514, 58277, 62526, 63631, 62812, 63363, 63168, 65355, 65389, 63333, 65390, 63175, 63381, 62565, 58271, 58273, 58274, 62416, 62418, 62422, 62424, 62435, 63635, 62447, 62800, 63560, 62494, 59979, 58251, 58247, 62624, 58244, 63481, 62630, 62674, 62703, 63477, 62726, 57814, 30075, 57596, 57579, 62777, 61085, 61046, 63896, 60988, 61854, 61780, 63897, 60957, 63803, 60949, 63907, 61795, 61786, 60004, 60069, 61864, 61883, 60807, 61890, 60783, 61891, 60782, 57237, 60780, 60836, 60009, 61860, 61803, 61755, 61127, 61764, 61718, 61552, 61519, 61479, 61730, 61560, 61173, 61148, 61136, 61879, 60893, 61880, 63230, 61881, 60860, 61177, 61434, 61440, 61733, 61445, 63831, 61616, 61615, 61596, 61660, 61689, 61696, 61175, 61584, 61558, 61556, 61896, 61894, 61432, 61734, 63834, 61389, 61384, 61379, 61348, 61736, 61745, 61233, 61749, 61216, 61181, 61750, 60324, 64110, 60262, 60258, 63748, 62157, 23527, 62158, 62162, 60167, 60165, 60149, 60248, 60772, 60070, 61627, 60050, 60033, 60030, 60029, 64640, 63727, 64688, 60014, 60121, 64424, 60122, 28654, 60347, 26954, 60529, 27706, 60500, 60499, 60498, 61909, 61919, 60550, 60747, 62121, 64089, 64469, 60107, 63739, 60080, 63765, 60369, 62053, 61934, 60466, 60489, 61921, 61898, 60746, 60729, 63785, 60726, 60698, 60585, 62059, 60581, 49998, 55303, 65434, 60863, 61938, 60457, 64018, 63779, 61989, 61991, 62001, 62024, 60452, 60447, 60424, 60406, 50689, 54583, 54553, 54546, 54538, 54537, 54023, 54535, 54526, 54485, 49871, 55739, 55756, 54425, 54401, 54381, 49471, 54370, 54368, 55905, 54107, 55797, 54441, 54448, 54476, 55204, 55227, 55246, 33218, 54825, 55290, 54821, 55297, 55299, 54640, 39601, 55806, 54432, 55859, 55550, 55575, 55615, 55620, 39344, 39369, 55352, 54654, 54728, 54734, 55130, 38799, 55159, 55163, 38850, 55164, 53465, 57015, 55937, 54158, 54047, 55367, 51451, 38925, 54665, 39157, 55516, 39214, 55517, 55543, 56604, 56630, 43803, 52472, 56727, 53475, 53474, 54020, 53403, 57123, 52786, 53295, 31572, 52972, 57215, 55940, 33626, 52428, 42690, 56029, 37280, 56065, 56524, 56601, 56371, 56391, 56392, 56268, 56265, 34780, 56259, 56208, 53578, 56207, 56282, 56194, 38768, 53654, 52027, 23069, 24603, 51613, 53115, 51673, 51669, 28611, 52751, 36337, 35402, 60198, 61264, 26091, 25946, 56272, 52221, 23724, 36856, 23560, 36648, 27169, 24193, 24202, 48638, 25508, 29428, 22620, 22745, 22898, 36578, 52506, 23497, 37719, 27040, 23975, 52122, 37745, 27102, 64747, 27114, 42608, 27002, 42678, 52165, 23859, 22988, 22987, 47594, 52736, 52785, 45526, 22555, 47053, 52963, 46714, 46671, 35892, 22314, 45960, 35869, 22759, 40346, 49881, 25231, 40446, 48687, 24388, 24276, 23379, 26881, 44416, 44458, 47334, 23166, 47309, 23054, 52684, 50894, 39450, 39509, 39773, 40144, 40163, 25735, 25736, 51683, 40227, 50049, 25810, 50013, 40281, 25970, 49988, 26757, 24570, 24519, 24518, 24516, 26827, 26058, 25603, 25208, 38256, 25713, 25517, 25388, 27320, 51232, 38255, 51834, 26080, 63753, 25037, 41039, 41286, 38116, 51864, 41288, 51872, 26202, 37964, 48866, 26571, 30110, 34914, 59925, 29569, 54874, 29766, 29169, 29570, 29511, 33560, 36948, 57217, 40772, 25136, 40787, 34354, 28135, 28159, 33049, 55697, 30028, 31849, 28792, 55721, 34665, 55498, 32865, 55466, 34941, 32348, 27609, 31478, 35092, 35101, 29398, 35425, 35815, 29654, 32022, 30533, 33465, 57105, 34395, 28572, 57111, 30538, 33080, 25277, 33098, 32111, 38279, 38203, 23398, 25257, 59736, 30035, 53374, 29422, 57208, 35468, 35624, 29380, 23297, 29872, 28414, 26274, 30706, 48562, 24279, 33009, 37907, 40751, 29434, 28465, 40209, 59345, 28783, 29553, 25460, 49982, 47626, 24241, 29310, 59847, 39322, 50861, 50873, 32081, 25906, 28462, 54366, 26148, 38057, 29055, 63702, 29015, 29500, 33467, 50902, 59875, 42929, 51128, 43045, 38894, 32359, 50992, 42296, 40380, 25459, 41067, 28410, 32210, 59939, 35840, 43582, 25650, 25710, 29262, 38724, 38696, 51641, 43613, 48635, 48634, 29145, 61775, 36654, 31361, 29805, 46864, 36528, 36452, 49013, 36451, 41219, 52585, 45845, 36336, 36261, 52941, 27303, 35919, 53154, 46331, 46526, 45969, 36941, 36155, 22351, 45575, 31826, 52384, 37433, 31476, 36706, 34727, 36042, 53389, 32788, 27257, 29960, 52812, 52813, 35346, 45890, 61250, 46160, 23119, 34196, 23112, 37684, 47327, 30878, 34272, 27035, 28085, 57024, 37467, 30011, 29760, 27977, 37002, 22995, 37312, 37003, 27949, 45123, 47228, 41003, 22891, 57120, 48741, 57109, 23179, 28389, 33468, 44660, 24309, 42345, 42388, 24257, 41712, 42251, 32533, 42232, 29927, 34668, 61978, 31047, 45545, 27200, 37358, 37313, 47123, 23033, 30972, 44901, 30875, 23196, 64813, 23225, 44526, 32127, 23352, 27322, 41761, 32227, 48774, 48748, 24256, 46224, 31401, 22317, 45902, 45861, 46666, 22457, 22458, 31389, 46712, 31499, 45696, 31657, 57157, 57153, 43381, 43284, 31995, 30074, 42986, 23748, 42866, 42777, 23816, 42731, 23878, 48511, 47376, 23888, 23267, 44578, 37200, 37124, 32713, 55624, 32676, 30600, 47500, 47507, 43939, 30501, 43549, 23432, 43547, 30133, 28229, 60329, 37721, 37657, 26993, 37474, 37450, 28024, 34561, 27176, 37446, 27194, 52183, 52192, 37021, 26103, 52292, 52242, 51877, 38042, 28411, 37942, 26275, 26289, 26460, 51931, 26540, 37840, 26652, 27453, 35063, 27396, 36250, 36082, 27242, 35188, 35213, 61281, 52825, 61201, 53268, 53041, 53042, 24610, 28506, 38151, 37012, 52326, 27218, 36836, 36709, 27870, 60495, 34752, 27849, 36532, 52537, 61650, 29560, 40308, 55718, 40283, 33088, 40254, 40248, 63609, 33089, 50117, 50167, 40146, 39899, 59188, 39707, 59299, 50811, 55680, 48809, 48810, 32861, 48929, 49204, 32870, 25075, 32882, 32954, 49559, 29634, 25164, 25220, 29613, 24357, 25384, 55659, 33118, 51123, 33119, 51276, 51408, 51470, 51518, 59799, 25407, 38880, 38871, 38860, 43500, 43525, 38563, 48892, 24454, 51640, 31402, 27070, 41572, 51639, 30916, 41762);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:48,763 - [23205] - src.utils.log - INFO - βœ… Fetched 1214 rows - __SPLIT__ 2026-03-02 15:40:49,421 - [23205] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-03-02 15:40:50,057 - [23205] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 1109 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:50,741 - [23205] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1109) into Billing.AccountDiscountSetup - __SPLIT__ 2026-03-02 15:40:52,235 - [23205] - src.utils.log - INFO - βœ… All 1109 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-03-02 15:40:52,873 - [23205] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 6171 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:40:53,567 - [23205] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6171) into Billing.InvoiceCharges - __SPLIT__ 2026-03-02 15:41:00,128 - [23205] - src.utils.log - INFO - βœ… All 6171 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-03-02 15:41:01,288 - [23205] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 1109 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:41:01,968 - [23205] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1109) into Billing.DiscountApplied - __SPLIT__ 2026-03-02 15:41:03,367 - [23205] - src.utils.log - INFO - βœ… All 1109 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-03-02 15:41:03,996 - [23205] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-03-02 15:41:04,630 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'abcdallas';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:41:05,286 - [23205] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-03-02 15:41:05,923 - [23205] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo in ('323912', '96590', '262036', '329012', '305843', '278514', '215931', '603574', '19265', '291883', '216761', '604471', '323487', '243786', '266236', '323886', '614676', '2146960625', '22859', '220215', '601034', '279257', '606365', '327612', '315428', '624681', '266194', '2146955834', '604206', '24302', '289935', '223521', '229571', '274612', '316716', '263204', '323279', '620165', '291888', '617465', '11615', '315444', '274200', '2057', '626625', '17966', '202426', '296567', '221497', '289175', '617303', '315395', '229098', '305918', '603920', '324389', '603445', '262402', '600048', '319034', '276627', '310933', '319191', '249072', '247872', '235514', '282587', '19296', '2146949456', '261129', '8761', '295552', '252654', '272081', '242014', '290614', '207433', '323409', '305097', '17405', '2146962051', '278478', '2011197', '2146964245', '316983', '9745', '2146957154', '20197', '19267', '307557', '291027', '297398', '24132', '281537', '253274', '620332', '617091', '22748', '316568', '272544', '602952', '218388', '19151', '251965', '2146959553', '217879', '235050', '14004', '254308', '244460', '16344', '16265', '262812', '17918', '243510', '13544', '20311', '331606', '616898', '24551', '318285', '623921', '1888', '317409', '614282', '624386', '209508', '259689', '287465', '310849', '621064', '321717', '247481', '300398', '611247', '19541', '2010816', '226593', '10985', '268144', '264471', '24364', '284156', '271393', '614366', '330524', '334417', '19538', '305838', '18398', '291810', '215288', '323407', '230786', '16276', '298746', '290311', '22915', '274736', '19981945', '201423', '17729', '607868', '306552', '626922', '319677', '611204', '274961', '220925', '624208', '221517', '247854', '286660', '626525', '296349', '605195', '8759', '618840', '22916', '286838', '256519', '21045', '277746', '603035', '620707', '221057', '13473', '280467', '629011', '19885', '22804', '19570', '287694', '603874', '601285', '603466', '204231', '242316', '271431', '206670', '604127', '218462', '16343', '624259', '22863', '308354', '614684', '623870', '92168', '9729', '621827', '318058', '2146966393', '214238', '11770', '621078', '618276', '14067', '22640', '254555', '219030', '322069', '267750', '298094', '283498', '2146952868', '9981', '8444', '17050', '19926', '282716', '255745', '315718', '293210', '285046', '20787', '217674', '317609', '21356', '259840', '288646', '264966', '322885', '335218', '287786', '608659', '508', '611674', '256293', '1977', '303635', '22844', '303646', '604780', '22449', '78950', '219041', '331067', '16490', '278532', '310115', '616968', '330897', '290097', '17284', '12724', '24310', '237925', '288754', '24625', '8350', '269813', '603889', '19444', '303075', '254653', '272302', '308993', '329114', '333899', '610089', '282029', '283366', '282339', '6902', '236850', '299429', '5587', '282843', '16921', '608259', '616470', '2146953876', '215670', '303777', '315336', '270822', '212185', '604085', '2146947063', '8413', '287198', '2146945417', '6953', '224444', '7800', '326294', '622310', '311264', '327580', '2146949729', '2146953089', '605187', '319134', '603296', '263090', '318314', '302079', '13935', '14542', '330169', '323555', '253660', '280101', '605407', '306570', '300708', '253494', '20480', '311688', '17676', '12658', '2146946837', '273756', '251831', '251351', '308585', '603519', '226409', '278474', '233819', '206610', '214723', '2146966055', '600379', '626945', '284144', '310042', '624219', '262143', '17804', '614158', '209276', '616807', '616839', '16968', '297814', '291161', '254272', '616764', '255530', '291073', '2146963871', '291031', '624233', '617592', '16833', '622352', '7700', '20171', '610438', '252341', '7672', '327456', '269993', '265771', '271882', '1323', '628712', '334601', '239091', '273305', '24104', '604003', '22394', '225316', '294928', '237232', '315965', '283943', '259763', '273853', '22389', '312241', '264303', '214521', '285074', '282392', '334516', '234893', '265073', '273990', '288200', '2124', '606487', '5117', '16373', '623942', '306065', '252795', '9015', '263476', '603627', '2146966087', '335838', '307422', '235412', '321063', '606719', '6467', '229897', '273593', '2146956323', '5799', '265380', '836', '24328', '310815', '11552', '291053', '247755', '263941', '376', '99011580', '265964', '22913', '294629', '207582', '212816', '305673', '19755', '626034', '272797', '22337', '2146944131', '200678', '243624', '292112', '1111', '1666', '308432', '22596', '248353', '301686', '294993', '627811', '16700', '22460', '212515', '627451', '607636', '24283', '305617', '616934', '629839', '286543', '329922', '608540', '606212', '615038', '309384', '95056', '16620', '620231', '22439', '621376', '99010001', '315025', '314838', '16767', '312039', '7350117', '22247', '22546', '291145', '99573', '309895', '212974', '259948', '2146947754', '302089', '267529', '215873', '284918', '217378', '292606', '24254', '16065', '8270', '309198', '264638', '19809', '291508', '601234', '315128', '321969', '327900', '310060', '297659', '260934', '24670', '244032', '218159', '20168', '8191', '305852', '305387', '621754', '215001', '320758', '277459', '288554', '268007', '300613', '323416', '5985', '311255', '2146950191', '14309', '2146956048', '617677', '2146957307', '221614', '11840', '14061', '98809', '2146942159', '16282', '291923', '330258', '10220', '7488', '623911', '211456', '7889', '203021', '280483', '207162', '2146951035', '22962', '19396', '255358', '19348', '213589', '2737000', '272030', '11845', '209074', '317445', '2146965831', '2443', '2455', '319656', '280643', '610664', '334572', '16327', '334535', '615627', '2146961124', '206151', '618549', '623095', '24679', '283554', '266038', '605091', '19423', '624546', '244576', '16807', '279536', '325881', '281355', '2146929989', '225175', '244620', '17749', '2146929731', '813', '601565', '271310', '607831', '13673', '332895', '301969', '265399', '612110', '318921', '265452', '289496', '340', '615968', '329503', '99011560', '286650', '285946', '305260', '18590', '12059', '274935', '9782', '301522', '2146946316', '628252', '262397', '263634', '613565', '231458', '301754', '272728', '217534', '272319', '6265', '269693', '317319', '605893', '224664', '213958', '616494', '309010', '313461', '258385', '17248', '21189', '205916', '291292', '607538', '629605', '216548', '321554', '280262', '322441', '216413', '2146928641', '282778', '272345', '218628', '614353', '325661', '7633', '22762', '16896', '617495', '603650', '7564', '248313', '247749', '200856', '268183', '4869', '75863', '16868', '9900909', '2146960269', '335067', '325690', '605716', '227844', '91643', '309893', '306345', '320247', '272759', '625187', '314766', '282801', '325519', '625971', '319140', '13841', '9781', '222981', '318645', '2278', '231736', '24479', '613966', '244469', '13846', '275165', '16665', '237153', '283024', '19717', '617235', '280867', '618203', '286845', '291671', '329383', '2146964806', '5538', '299047', '17239', '601680', '616305', '2146947429', '265278', '8298', '253935', '2146961481', '626821', '259610', '334461', '19552', '19933', '319490', '627027', '616975', '11374', '325352', '16299', '228598', '625462', '15714', '258919', '313188', '261300', '626679', '281813', '620471', '253576', '614438', '329519', '329979', '620798', '330573', '14808', '308358', '240439', '290859', '227669', '323829', '15639', '286819', '216239', '629858', '2146966425', '296503', '330399', '612038', '277477', '4815', '22685', '3023', '24301', '2146955473', '607894', '20202', '620163', '15877', '325957', '95378', '228641', '17170', '14021', '265398', '22281', '320389', '266280', '326957', '251800', '606281', '21822', '311904', '279357', '263257', '315647', '299685', '310856', '308094', '14087', '244743', '616315', '2140', '329696', '24512', '280511', '276925', '232997', '321222', '16830', '23482', '2146943558', '1385', '24193', '210758', '234646', '319450', '2146947744', '9900855', '241254', '2146964510', '326819', '11494', '236495', '606715', '318604', '616251', '308187', '16583', '22802', '254167', '277481', '303910', '6996', '317448', '24435', '213803', '266084', '623065', '289339', '2146961152', '279594', '249310', '2239', '202536', '614433', '607048', '9900220', '207396', '295668', '611713', '622678', '629765', '329464', '318139', '333387', '220350', '300907', '19360', '314654', '204300', '281735', '283467', '299584', '333808', '24245', '23006', '17383', '214237', '232633', '629571', '17288', '616074', '604326', '1211', '621022', '1263', '232544', '261292', '2146951632', '265916', '264206', '303561', '274140', '278185', '302363', '334151', '605059', '617670', '313463', '259913', '18383', '19167', '613122', '20391', '260903', '308539', '209154', '276062', '8232', '228987', '215673', '305785', '330211', '268207', '17714', '314309', '628847', '330111', '24178', '334852', '273920', '253212', '324870', '305264', '604991', '2146942822', '20349', '324557', '285462', '313945', '624840', '24253', '278011', '265660', '624833', '626816', '274272', '78553', '13125', '309087', '621209', '288630', '2146956622', '214561', '292069', '270661', '309261', '287845', '248957', '990124574', '602831', '2214', '11358', '260198', '313091', '2146961589', '255683', '9772', '20284', '291942', '318784', '278134', '291708', '620998', '244081', '297479', '323076', '220351', '260558', '309017', '244626', '319032', '605932', '245963', '2146963389', '291912', '202335', '608126', '209656', '242057', '2146964799', '324128', '223123', '619396', '305727', '306676', '2146945728', '263201', '324359', '2858', '319477', '325780', '614685', '318849', '331084', '258875', '306230', '27', '2146946228', '2146949611', '1986', '2146943264', '272713', '308269', '230400', '18459', '251577', '604139', '613585', '88698', '18549', '617735', '242718', '620871', '621186', '2146926606', '316981', '322172', '327440', '229326', '25471', '7645', '604869', '319157', '226760', '260055', '252505', '314990', '22244', '297951', '280523', '11676', '334693', '13843', '624270', '237052', '5318', '11252', '313333', '335210', '629868', '335109', '615431', '603349', '203420', '316513', '755', '323530', '224913', '283373', '19864', '606298', '311582', '10831', '287058', '268122', '304542', '321664', '234172', '256598', '322168', '282231', '319402', '99259', '12002', '279150', '203074', '8990', '236439', '299233', '87126', '307177', '17073', '333619', '231726', '2146957912', '315361', '304854', '291917', '629139', '274705', '24528', '315257', '248417', '227783', '246166', '310821', '297763', '613927', '268348', '283165', '326218', '243219', '2146944479', '326945', '215147', '2146944085', '258446', '319118', '10955', '266228', '306381', '622360', '22454', '2146962308', '2146955856', '19056', '270850', '317636', '282460', '330150', '327538', '19981873', '7087', '275395', '5558', '225434', '247298', '2364', '291455', '620448', '18334', '328420', '11716', '214052', '275691', '24482', '250357', '76209', '603040', '265947', '7097484', '96114', '326988', '8436', '275018', '13228', '201776', '628196', '24642', '233270', '309926', '322177', '318775', '238601', '236986', '291857', '291688', '266898', '303997', '221176', '299458', '284295', '16806', '333326', '333271', '2011455', '259574', '328702', '313452', '319435', '294141', '88727', '276979', '262760', '244725', '204406', '617579', '603110', '302049', '249870', '20456', '1630', '226711', '263697', '2146960598', '21707', '260688', '2146951872', '21537', '23001', '271183', '315086', '309003', '18250', '294555', '619205', '16766', '200399', '11844', '16320', '251397', '291662', '2146944517', '312828', '17082', '620710', '797', '10162', '600817', '318620', '2146954589', '227563', '17072', '629134', '14062', '294166', '628430', '85604', '10644', '608749', '211899', '213338', '259', '221485', '2146962775', '20414', '309596', '5528', '612670', '330942', '607111', '273921', '16315', '277570', '302856', '213888', '20415', '616908', '285251', '312697', '280409', '603717', '620673', '218820', '19646', '620070', '333853', '315037', '2146943195', '314439', '333547', '264772', '271740', '625236', '308071', '20204', '225512', '272329', '95447', '616820', '22526', '606076', '617529', '20317', '614720', '11173', '277507', '18894', '277094', '7394', '291607', '2146926642', '332076', '330891', '210662', '275630', '270151', '10148', '274523', '307535', '318738', '99010369', '309240', '16039', '259207', '261271', '617699', '623898', '2146957315', '624609', '235337', '19483', '209509', '3388', '8565', '202030', '475', '614833', '206351', '309370', '22316', '605663', '222238', '22369', '206544', '247121', '313528', '5722', '332909', '624242', '266049', '292829', '301743', '620946', '2187', '328700', '2146942537', '334556', '16642', '234911', '623109', '275741', '272999', '332896', '601853', '2146929752', '1180', '305926', '258442', '285349', '2146947544', '229299', '281956', '616693', '6434', '232106', '229636', '327980', '621551', '20635', '333226', '616478', '254573', '272777', '308178', '24525', '321401', '235303', '221829', '22745', '629076', '2146952548', '318472', '20796', '258773', '240181', '235129', '2146947026', '1192', '241385', '605423', '259562', '272133', '284475', '316137', '24561', '628212', '260730', '11115', '2778', '20280', '263065', '300783', '621448', '310618', '13778', '247505', '2146953084', '331409', '257891', '334862', '8546', '294696', '289658', '241836', '8399', '320931', '260138', '311797', '78813', '216956', '320316', '2146949379', '303883', '299304', '11112', '299998', '210913', '316767', '2146952682', '307331', '617248', '247281', '331419', '629024', '289943', '623263', '305915', '627854', '237834', '15962', '269661', '260515', '320806', '629020', '320141', '629573', '91476', '20105', '316346', '290388', '244828', '20417', '331867', '283017', '280302', '326098', '307920', '310072', '16916', '922', '286959', '311507', '624698', '321441', '627000', '215857', '329799', '618390', '1864', '253651', '2146951127', '1941', '335795', '329375', '613809', '293306', '326774', '608770', '317208', '622201', '298886', '621002', '23025', '99010303', '616891', '266241', '253109', '282594', '301924', '2146944909', '295536', '330698', '11918', '243084', '617445', '298763', '11278', '2146959884', '16668', '2146929493', '626998', '255293', '334645', '221711', '301547', '320808', '607785', '22831', '264694', '278209', '316937', '2146955409', '329129', '316516', '279373', '296138', '258798', '265789', '275075', '600262', '334314', '303158', '620307', '20194', '617010', '210759', '2146954832', '322176', '17912', '317760', '220234', '98539', '325006', '601567', '625745', '628850', '280804', '620864', '24495', '301714', '322117', '318982', '265486', '319360', '330798', '603982', '2146953712', '267793', '264840', '11463', '264464', '287039', '620657', '619116', '628998', '288603', '301752', '321524', '319188', '207665', '317661', '272917', '326088', '620790', '305435', '309639', '14613', '21742', '620083', '7626', '292065', '605086', '602765', '294683', '226446', '2146946939', '22920', '24623', '24459', '283509', '271666', '330585', '301929', '218084', '335248', '305399', '287420', '314339', '275219', '315109', '282387', '209207', '273469', '24458', '11158', '613806', '316379', '1998042', '16949', '300156', '20281', '261269', '333486', '287540', '629813', '334472', '304039', '206496', '18207', '8296', '277120', '603863', '623915', '203907', '625552', '299712', '22695', '298980', '17049', '91060', '22811', '608775', '612995', '19916', '627134', '299114', '8300', '311658', '235067', '286370', '607463', '604553', '2146956099', '2146957285', '6454', '16679', '253815', '220337', '309281', '330254', '18826', '16102', '24294', '319872', '295055', '7657', '315300', '99012395', '297260', '315865', '319065', '253751', '611526', '325653', '284910', '236958', '330092', '291316', '325826', '10978', '289985', '289185', '602859', '604479', '305845', '11685', '226962', '21891', '290830', '202601', '228035', '22052', '2146964605', '216007', '623843', '293105', '627889', '611408', '629581', '329614', '258263', '286911', '275223', '624689', '20619', '604341', '232301', '328009', '20200', '9202', '16498', '10938', '5928', '280276', '16686', '272862', '270504', '617037', '319348', '20860', '601374', '618760', '222702', '286747', '311270', '314550', '295894', '315622', '224084', '24341', '23894', '225244', '257121', '619152', '285556', '315232', '223502', '280690', '22739', '11688', '2914', '323227', '619830', '242090', '14140', '235408', '229535', '291862', '278439', '264652', '2146959802', '316929', '332676', '272003', '12752', '244497', '629749', '208071', '321369', '5413', '306153', '5680', '202127', '2146928535', '626944', '330178', '308980', '314900', '11437', '24641', '201500', '289723', '601048', '11055', '19814', '256912', '315570', '21989', '8222', '14962', '16536', '255920', '2146943765', '326213', '334989', '22580', '290188', '231110', '221530', '263650', '617930', '232199', '292041', '272187', '605822', '218582', '19517', '607648', '222429', '243025', '266335', '288140', '602165', '215548', '242335', '283299', '2146943570', '286341', '13593', '311833', '2133', '233472', '243327', '2146944815', '219147', '285708', '221715', '233642', '200222', '2146959458', '2146944219', '624164', '292549', '275704', '217882', '224878', '6469', '620718', '17010', '254935', '321303', '21231', '8009', '296347', '604099', '291804', '271206', '11023', '295127', '626628', '22789', '262329', '18897', '314950', '256075', '11218', '603701', '207777', '313052', '11014', '294124', '16775', '600492', '325913', '303650', '20260', '21535', '247506', '611765', '318981', '311319', '302604', '19742', '257685', '304466', '603864', '2146955502', '2146964870', '277604', '624261', '275567', '224025', '241742', '12222', '315966', '268250', '610040', '607399', '626953', '15970', '616865', '287253', '290775', '13732', '262504', '287269', '323740', '8431', '295737', '208704', '334458', '19947', '270882', '326161', '231301', '247790', '282955', '603694', '605077', '2146965797', '605501', '303606', '225629', '2146949712', '250871', '285718', '252307', '270837', '622398', '613912', '259731', '25327', '620069', '231480', '20363', '625369', '292977', '6323', '296338', '253389', '207833', '628854', '627438', '98038', '273507', '216709', '268269', '329699', '261058', '629611', '325473', '211477', '314625', '21817', '333995', '17979', '604410', '262312', '17041', '2121500', '283183', '201670', '623023', '22140', '611638', '2146955943', '13876', '607936', '242223', '253805', '620726', '324875', '309157', '19615', '22415', '222911', '283689', '257606', '317978', '222270', '603949', '7895', '313622', '251161', '326544', '275323', '286396', '306163', '19447', '19685', '251550', '1987', '617332', '299805', '309016', '313355', '617179', '607784', '326133', '619791', '8202', '85355', '13518', '19527', '608379', '2146947150', '297661', '287191', '610318', '218077', '330419', '11806', '16445', '288529', '16021', '618100', '24352', '307859', '252823', '276104', '302379', '20314', '13550', '275448', '19278', '278081', '2011717', '606983', '2011517', '612951', '242342', '253581', '268833', '206162', '626900', '273511', '14431', '604892', '275047', '233643', '614481', '287122', '269484', '614840', '310386', '12748', '242025', '299301', '317154', '2146949486', '272586', '297621', '301432', '234260', '220433', '2316', '272251', '13022', '212299', '65159', '621346', '613382', '13118', '231207', '13565', '285693', '18539', '236518', '298476', '285695', '19850', '2146960366', '4917', '16298', '611280', '2146927212', '606072', '302576', '285204', '5845', '263996', '328387', '17251', '299037', '301898', '2146928288', '323364', '319278', '604898', '616825', '629332', '315080', '228154', '252287', '336253', '620951', '14983', '333856', '5364', '310763', '297001', '307655', '247470', '2438', '19703', '332613', '255561', '2146955342', '210464', '280818', '317041', '280872', '620713', '19015', '271565', '11667', '217750', '320912', '221255', '312813', '331762', '284517', '2146945018', '11784', '16595', '214836', '272888', '313481', '269190', '2146947773', '601833', '8111', '206498', '284787', '2146942281', '2011833', '16636', '237450', '319666', '611347', '621200', '309543', '317535', '14116', '278358', '312040', '302553', '293069', '620437', '304264', '225045', '2146950588', '626318', '601158', '10228', '2146929181', '244494', '316120', '616512', '317259', '251998', '234504', '16232', '269258', '16075', '235410', '277273', '295000', '299256', '289594', '330876', '307487', '308556', '303516', '619134', '17615', '286450', '608422', '9900980', '333445', '289152', '255631', '268468', '621537', '8260', '242540', '2011488', '261222', '314367', '15420', '286440', '96135', '267184', '279703', '961', '613166', '2231', '309641', '17643', '235166', '325779', '298300', '263005', '522', '293031', '250568', '267566', '11140', '298364', '617900', '316805', '295087', '286950', '617247', '302002', '272318', '24214', '233518', '310390', '247946', '13605', '2146966075', '289892', '602821', '278248', '294724', '306559', '603854', '623721', '329966', '314231', '297234', '17074', '7141', '309733', '250292', '2103', '311385', '253043', '252997', '219661', '24491', '2146948188', '629022', '264269', '293468', '321428', '9900505', '606209', '207321', '20227', '6867', '308655', '22653', '11262', '7883', '234149', '315189', '315637', '621432', '617267', '22144', '289305', '218287', '203394', '325441', '303119', '316404', '222988', '629330', '243951', '629297', '275810', '291839', '279517', '1265', '21274', '278098', '2146956827', '202430', '272667', '291818', '607521', '288557', '326300', '2146926420', '311280', '316550', '298090', '624051', '2146954200', '19598', '261643', '16509', '622897', '275954', '626975', '17192', '603913', '629836', '308714', '238510', '11566', '285365', '2146966349', '280074', '318443', '273925', '8600', '285483', '212772', '22846', '321757', '229403', '280161', '281669', '319165', '307969', '204462', '214821', '601281', '326617', '218987', '282759', '610366', '24428', '9962', '263033', '269514', '619625', '252565', '16582', '210067', '603613', '624454', '325292', '242378', '20211', '282274', '202200', '220540', '335054', '603571', '294797', '303096', '288217', '335400', '231276', '11744', '286894', '16547', '19491', '302376', '2146959103', '328474', '319707', '5598', '300912', '254666', '2146944605', '13039', '233132', '309799', '314659', '11882', '8277', '285441', '272483', '11786', '2146949497', '628815', '2146960711', '2146946188', '219562', '623382', '316972', '216916', '246029', '214931', '309924', '8315', '2146959576', '246382', '285823', '13620', '307159', '615811', '2212', '309674', '218479', '201203', '300040', '301697', '6865', '270082', '303663', '22444', '319374', '303404', '269364', '309379', '2146952359', '264991', '320917', '19862', '23762', '613625', '617192', '623103', '307674', '20108', '221402', '299003', '315564', '311590', '614034', '2190', '235617', '275229', '314044', '299167', '629793', '275787', '287265', '312826', '629159', '311339', '608836', '24493', '621381', '295457', '223162', '309839', '224385', '8503', '19794', '304031', '308600', '620733', '328319', '299071', '24505', '296208', '311888', '10334', '267809', '313821', '286939', '13784', '304731', '19339', '227299', '303915', '290113', '324337', '247537', '7376', '2146946043', '321113', '2304', '24031', '9901019', '273109', '603835', '240584', '2830', '290177', '621311', '272610', '616409', '613719', '289668', '286977', '311023', '305048', '301039', '330806', '312621', '316850', '18729', '20107', '244028', '311442', '22757', '2146950244', '247892', '333807', '19866', '2011349', '22291', '11947', '602133', '2146965215', '263523', '276135', '318722', '88722', '333948', '286273', '607923', '200910', '613601', '279901', '614050', '23759', '247957', '23120', '282045', '600642', '323191', '311830', '315158', '17005', '629320', '335675', '292213', '614449', '600672', '2146961965', '10645', '312667', '227084', '603594', '2146946958', '2146952963', '2146944426', '234676', '301994', '261034', '600245', '24555', '297643', '295767', '2010827', '629751', '335286', '16606', '1359', '295475', '296599', '15245', '334510', '625416', '990101373', '288872', '321535', '214525', '229586', '17395', '225152', '17835', '5255', '330038', '2146950390', '325449', '223276', '326001', '242185', '11565', '13566', '242631', '19555', '15151', '318208', '9548', '325505', '299612', '611444', '282845', '608397', '312545', '226535', '316769', '328622', '321193', '16506', '637634', '331981', '325977', '315772', '287297', '324020', '616436', '284029', '329975', '286330', '5937', '308068', '267070', '266161', '628917', '600554', '623184', '238568', '272037', '295075', '305769', '326542', '328350', '326451', '2146962924', '235409', '78844', '301594', '240798', '10868', '2146959808', '454', '23756', '2146957664', '16688', '5615', '275705', '600066', '282341', '288969', '236222', '281855', '316056', '296505', '279390', '290256', '95237', '291124', '8613', '5589', '220631', '2146926851', '607641', '618573', '236338', '230230', '22807', '2146962886', '6230202', '2146963182', '275666', '2146954643', '608130', '608618', '324988', '18354', '310471', '240398', '22618', '255862', '333936', '99012300', '264326', '22622', '269970', '600195', '222659', '328379', '2146929582', '328154', '282690', '2146959516', '608043', '282978', '299607', '19738', '330817', '279046', '224630', '285420', '615352', '306062', '308650', '261630', '250776', '293387', '2146957781', '269278', '16402', '2374', '990124678', '315441', '2740000', '314136', '13925', '12031', '292238', '272775', '273540', '288262', '629395', '19218', '303589', '279442', '286334', '7826', '623998', '314729', '306935', '258082', '11092', '606226', '315731', '267993', '22101', '628288', '304044', '219111', '629392', '323738', '214008', '216044', '272881', '275866', '220669', '622290', '298587', '279534', '17779', '254034', '241730', '288572', '235352', '18069', '334441', '616496', '17154', '621355', '20419', '335078', '613312', '230320', '19728', '267197', '202162', '272601', '621556', '283263', '22556', '302108', '96177', '282183', '883', '295992', '605593', '293462', '280148', '240479', '237310', '608368', '254989', '7980', '257670', '274181', '613460', '266068', '288758', '273713', '13610', '266598', '240377', '9591', '300257', '268691', '253379', '320763', '315205', '249013', '329288', '20095', '317340', '329189', '267188', '15943', '254391', '286311', '277418', '289845', '326629', '616755', '614967', '8586', '242077', '626777', '257493', '305711', '291588', '95193', '308168', '7848', '302917', '624113', '335008', '222443', '9859', '206500', '263165', '274147', '607934', '11569', '7617', '276737', '298865', '302538', '255398', '619165', '259002', '7239', '227434', '284354', '21996', '236852', '614558', '295029', '99680', '14850', '321549', '2146955772', '220086', '617346', '2146953734', '282784', '319142', '278459', '242343', '287878', '18408', '6960', '15886', '20397', '273970', '280242', '2146943867', '292354', '327475', '331086', '626782', '282498', '621094', '275756', '292156', '13400', '326045', '302567', '7505', '24732', '275891', '282941', '6646', '2146947477', '601310', '2146948979', '334908', '8535', '603782', '19649', '2011542', '227452', '259021', '613923', '269473', '233035', '319127', '24319', '316178', '216275', '209555', '323562', '22557', '303891', '2146953179', '216781', '15168', '626886', '275052', '17934', '2146950415', '10757', '629742', '330450', '608553', '329953', '259626', '319663', '300888', '232454', '620791', '616845', '23995', '264939', '628296', '261427', '201455', '16476', '22330', '13810', '236980', '283208', '299657', '616132', '259212', '305716', '210751', '11651', '255251', '22697', '326192', '618600', '603267', '330136', '329889', '613934', '252875', '88429', '321422', '1531', '298488', '13220', '235192', '608907', '225049', '305241', '24466', '232586', '13330', '629396', '76069', '302750', '314777', '256343', '235308', '227180', '17268', '235109', '91344', '16273', '244879', '294654', '2146961229', '309896', '334179', '231171', '265569', '343', '282461', '1212', '629788', '294961', '299466', '320', '629211', '2146951857', '2146960380', '294217', '289105', '274749', '600738', '321842', '281220', '24224', '218265', '329946', '2146927557', '2146961873', '864', '625277', '219764', '286479', '257263', '253707', '13980', '24394', '1998052', '626747', '600247', '324436', '620939', '218499', '619710', '19628', '17303', '614059', '311182', '243809', '11357', '251852', '275933', '285832', '314337', '8564', '620411', '1519', '304811', '621090', '253857', '216694', '316358', '18399', '629135', '308257', '235195', '209003', '263432', '22638', '291021', '608358', '263307', '287335', '200772', '614835', '246', '1119', '251483', '319413', '308872', '314333', '2146965171', '2011600', '614586', '1959', '24252', '252413', '231541', '16875', '242209', '22641', '323280', '256566', '326378', '18953', '624369', '318125', '21590', '22675', '2146928222', '200642', '261085', '87606', '621946', '315594', '601333', '250237', '18261', '285485', '317366', '254486', '8129', '206489', '238916', '271979', '322923', '266919', '202386', '603718', '275818', '266149', '13714', '620796', '24264', '290465', '307370', '2146953798', '253687', '333200', '304483', '313582', '250265', '319005', '328932', '261276', '87084', '275592', '232616', '2146929761', '285036', '279013', '313501', '13476', '279165', '274407', '237551', '211870', '330287', '262429', '2146947371', '22631', '246459', '7088', '311012', '20250', '604057', '24042', '16154', '2146960323', '280797', '626407', '2146962082', '266124', '8008', '15689', '320572', '309062', '23359', '626353', '13809', '19852', '13986', '291243', '316185', '209719', '260765', '2146956615', '604503', '230577', '628588', '259475', '251480', '268501', '616929', '297658', '298586', '98155', '330667', '307425', '250074', '7537', '252246', '627531', '278241', '11456', '203529', '219258', '261272', '228077', '235209', '226028', '286670', '227125', '315392', '294070', '9135', '292320', '319350', '23446', '2387', '255362', '6611', '2882', '19643', '10882', '22629', '2010839', '285316', '9900626', '315282', '2146955929', '2146965599', '11282', '283262', '606149', '22358', '284274', '87216', '629748', '255750', '208734', '613999', '262', '202558', '316217', '602916', '604590', '266160', '306', '333140', '24541', '629657', '204817', '600354', '243616', '296181', '263055', '240749', '258171', '259109', '221142', '262870', '603259', '237746', '322630', '310552', '326670', '606271', '2146960413', '24300', '306239', '334579', '616817', '13637', '16917', '604753', '238715', '289368', '13893', '614464', '2146964562', '261744', '239095', '297152', '24444', '223110', '22889', '618860', '228218', '313263', '12140', '2146955259', '317730', '617640', '608814', '240499', '263925', '272663', '330674', '305810', '295976', '13256', '308228', '216592', '11822', '227388', '305467', '308705', '277362', '273486', '272116', '292770', '277893', '287903', '623791', '19981331', '319524', '316415', '208857', '5353', '327269', '325601', '240866', '601181', '612', '270617', '628799', '321439', '7788', '290225', '291329', '229454', '13852', '603343', '14069', '628913', '313271', '4708', '253878', '276289', '218064', '331064', '627099', '211311', '223893', '2146964373', '319918', '226312', '296132', '16771', '315042', '622482', '22882', '603879', '294280', '263172', '244718', '607932', '307772', '237470', '16904', '255041', '203989', '284266', '621703', '604104', '211572', '629175', '306133', '24653', '275171', '305139', '77084', '265040', '300253', '626810', '221782', '319551', '313451', '285453', '308594', '242684', '24164', '225884', '261289', '320847', '286297', '13909', '256271', '614555', '2011299', '311324', '624978', '298429', '629168', '233990', '6945', '244065', '272974', '301931', '2146927153', '298497', '321767', '100070', '252897', '2146961407', '247991', '309523', '265755', '278159', '8251', '327312', '19746', '25310', '15104', '16131', '207367', '306702', '280696', '272535', '616605', '322998', '253790', '8653', '603792', '290025', '270612', '335678', '628388', '613531', '2146945700', '318652', '325672', '3019', '234408', '1188', '22604', '322652', '2418', '620604', '624248', '317054', '10227', '204586', '315602', '322867', '19980755', '624412', '215175', '299489', '290084', '607986', '234975', '14084', '11656', '603570', '620355', '617648', '616190', '324772', '325862', '614252', '625660', '305635', '253346', '602711', '330249', '313178', '295137', '21489', '2146950004', '334197', '252965', '2011396', '17271', '6781', '333702', '325370', '335023', '18147', '621404', '315936', '608354', '2146929855', '268820', '603127', '242405', '293289', '294230', '287223', '1743', '250270', '308673', '2146930134', '235484', '629602', '617818', '311667', '330778', '99012170', '608004', '279888', '11236', '613602', '265810', '246306', '620737', '603711', '604374', '288215', '18685', '330496', '223198', '17086', '618463', '2146955900', '2008', '292104', '233230', '281780', '265800', '20730', '2146964741', '239773', '212015', '614761', '325786', '323423', '280197', '20670', '234280', '2146961061', '236487', '212507', '319073', '326684', '2146966200', '608452', '19707', '283141', '331668', '315699', '298423', '306217', '318220', '311052', '618557', '17686', '624114', '310282', '617790', '616747', '13874', '6311045', '306427', '300871', '328696', '78497', '14332', '13543', '263979', '328275', '215752', '320090', '305867', '326', '621095', '10924', '255783', '253357', '291121', '321099', '265654', '263636', '235116', '22318', '228152', '9925', '267041', '2768', '207932', '13794', '7665', '282474', '280760', '13512', '274009', '235583', '10637', '319071', '278072', '7798', '602058', '22634', '331112', '218808', '233233', '608229', '8528', '621596', '255458', '210370', '242044', '11933', '24090', '629756', '286968', '263226', '22553', '22563', '281990', '16366', '621924', '282989', '299539', '613411', '8106', '2146944870', '225733', '315708', '99410', '95068', '600117', '628154', '319026', '2146946947', '11131', '600551', '320631', '2685', '248322', '279548', '600517', '2146958383', '2146947489', '605185', '618348', '275498', '258659', '226753', '2146965414', '289276', '2146954550', '22412', '298461', '2146943695', '262415', '16627', '617897', '274611', '624115', '231308', '2146965509', '607142', '624183', '216873', '261259', '321378', '9732', '234888', '335375', '277704', '247878') and a.CompanyId = 121;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:41:06,917 - [23205] - src.utils.log - INFO - βœ… Fetched 3480 rows - __SPLIT__ 2026-03-02 15:41:07,547 - [23205] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 3789 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:41:08,272 - [23205] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3789) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-03-02 15:41:09,423 - [23205] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-03-02 15:41:10,128 - [23205] - src.utils.log - ERROR - ❌ Error in insertion: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Violation of UNIQUE KEY constraint 'UX_WorkOrder'. Cannot insert duplicate key in object 'ServiceCore.WorkOrder'. The duplicate key value is (445609, 133). (2627) (SQLExecDirectW)") [SQL: INSERT INTO [ServiceCore].[WorkOrder] ([AccountNumber], [ServiceSetupId], [WorkOrderNo], [EmployeeNo], [ServiceDate], [TotalEstimationTime], [Note], [SpecialInstruction], [ServiceInstruction], [TimeIn], [TimeOut], [AudioFilePath], [TechnicianComment] ... 7226 characters truncated ... , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] [parameters: ('613923', 46505, '445609', '1985', datetime.datetime(2026, 4, 1, 0, 0), '01:00:00', None, None, None, None, None, None, None, None, 43606, None, '2026-03-02 10:41:04.629', None, 1, None, 706, 5827530, 5827529, '07:00 - 18:00', None, None, 1676, 1, '07:00:00', '18:00:00', 0, Decimal('180.2500'), 133, 0, 0, None, None, None, None, Decimal('180.25'), 2352, Decimal('8.25'), Decimal('14.87'), 4353859, 0, 3676402, 4353859, 'LEWISVILLE', None, None ... 1952 parameters truncated ... 1676, 1, '07:00:00', '18:00:00', 0, Decimal('78.8000'), 133, 0, 0, None, None, 'CBG EACH VISIT**SES 9.24 PER TECH Per customer ok OSO, unless she specifies differently.', None, Decimal('78.80'), 2278, Decimal('8.25'), Decimal('6.18'), 3470438, 0, 2057301, 3470438, 'LEWISVILLE', None, None, None, None, None, '12:45:00', None, None, 11429, 1, 'ServiceOrder', None, None, None, None, None, 0, 0, '', None, None, None, 0, 1791, 308, '1355495', '443790', datetime.datetime(2026, 4, 1, 0, 0))] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-03-02 15:41:10,752 - [23205] - src.utils.log - WARNING - ⚠️ insert_into_with_skip_triggers attempt 1/3 failed: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Violation of UNIQUE KEY constraint 'UX_WorkOrder'. Cannot insert duplicate key in object 'ServiceCore.WorkOrder'. The duplicate key value is (445609, 133). (2627) (SQLExecDirectW)") [SQL: INSERT INTO [ServiceCore].[WorkOrder] ([AccountNumber], [ServiceSetupId], [WorkOrderNo], [EmployeeNo], [ServiceDate], [TotalEstimationTime], [Note], [SpecialInstruction], [ServiceInstruction], [TimeIn], [TimeOut], [AudioFilePath], [TechnicianComment] ... 7226 characters truncated ... , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] [parameters: ('613923', 46505, '445609', '1985', datetime.datetime(2026, 4, 1, 0, 0), '01:00:00', None, None, None, None, None, None, None, None, 43606, None, '2026-03-02 10:41:04.629', None, 1, None, 706, 5827530, 5827529, '07:00 - 18:00', None, None, 1676, 1, '07:00:00', '18:00:00', 0, Decimal('180.2500'), 133, 0, 0, None, None, None, None, Decimal('180.25'), 2352, Decimal('8.25'), Decimal('14.87'), 4353859, 0, 3676402, 4353859, 'LEWISVILLE', None, None ... 1952 parameters truncated ... 1676, 1, '07:00:00', '18:00:00', 0, Decimal('78.8000'), 133, 0, 0, None, None, 'CBG EACH VISIT**SES 9.24 PER TECH Per customer ok OSO, unless she specifies differently.', None, Decimal('78.80'), 2278, Decimal('8.25'), Decimal('6.18'), 3470438, 0, 2057301, 3470438, 'LEWISVILLE', None, None, None, None, None, '12:45:00', None, None, 11429, 1, 'ServiceOrder', None, None, None, None, None, 0, 0, '', None, None, None, 0, 1791, 308, '1355495', '443790', datetime.datetime(2026, 4, 1, 0, 0))] (Background on this error at: https://sqlalche.me/e/20/gkpj). Retrying in 1s... - __SPLIT__ 2026-03-02 15:41:12,385 - [23205] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 3789 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:41:13,079 - [23205] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3789) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-03-02 15:41:14,089 - [23205] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-03-02 15:41:14,716 - [23205] - src.utils.log - ERROR - ❌ Error in insertion: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Violation of UNIQUE KEY constraint 'UX_WorkOrder'. Cannot insert duplicate key in object 'ServiceCore.WorkOrder'. The duplicate key value is (445609, 133). (2627) (SQLExecDirectW)") [SQL: INSERT INTO [ServiceCore].[WorkOrder] ([AccountNumber], [ServiceSetupId], [WorkOrderNo], [EmployeeNo], [ServiceDate], [TotalEstimationTime], [Note], [SpecialInstruction], [ServiceInstruction], [TimeIn], [TimeOut], [AudioFilePath], [TechnicianComment] ... 7226 characters truncated ... , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] [parameters: ('613923', 46505, '445609', '1985', datetime.datetime(2026, 4, 1, 0, 0), '01:00:00', None, None, None, None, None, None, None, None, 43606, None, '2026-03-02 10:41:04.629', None, 1, None, 706, 5827530, 5827529, '07:00 - 18:00', None, None, 1676, 1, '07:00:00', '18:00:00', 0, Decimal('180.2500'), 133, 0, 0, None, None, None, None, Decimal('180.25'), 2352, Decimal('8.25'), Decimal('14.87'), 4353859, 0, 3676402, 4353859, 'LEWISVILLE', None, None ... 1952 parameters truncated ... 1676, 1, '07:00:00', '18:00:00', 0, Decimal('78.8000'), 133, 0, 0, None, None, 'CBG EACH VISIT**SES 9.24 PER TECH Per customer ok OSO, unless she specifies differently.', None, Decimal('78.80'), 2278, Decimal('8.25'), Decimal('6.18'), 3470438, 0, 2057301, 3470438, 'LEWISVILLE', None, None, None, None, None, '12:45:00', None, None, 11429, 1, 'ServiceOrder', None, None, None, None, None, 0, 0, '', None, None, None, 0, 1791, 308, '1355495', '443790', datetime.datetime(2026, 4, 1, 0, 0))] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-03-02 15:41:15,344 - [23205] - src.utils.log - WARNING - ⚠️ insert_into_with_skip_triggers attempt 2/3 failed: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Violation of UNIQUE KEY constraint 'UX_WorkOrder'. Cannot insert duplicate key in object 'ServiceCore.WorkOrder'. The duplicate key value is (445609, 133). (2627) (SQLExecDirectW)") [SQL: INSERT INTO [ServiceCore].[WorkOrder] ([AccountNumber], [ServiceSetupId], [WorkOrderNo], [EmployeeNo], [ServiceDate], [TotalEstimationTime], [Note], [SpecialInstruction], [ServiceInstruction], [TimeIn], [TimeOut], [AudioFilePath], [TechnicianComment] ... 7226 characters truncated ... , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] [parameters: ('613923', 46505, '445609', '1985', datetime.datetime(2026, 4, 1, 0, 0), '01:00:00', None, None, None, None, None, None, None, None, 43606, None, '2026-03-02 10:41:04.629', None, 1, None, 706, 5827530, 5827529, '07:00 - 18:00', None, None, 1676, 1, '07:00:00', '18:00:00', 0, Decimal('180.2500'), 133, 0, 0, None, None, None, None, Decimal('180.25'), 2352, Decimal('8.25'), Decimal('14.87'), 4353859, 0, 3676402, 4353859, 'LEWISVILLE', None, None ... 1952 parameters truncated ... 1676, 1, '07:00:00', '18:00:00', 0, Decimal('78.8000'), 133, 0, 0, None, None, 'CBG EACH VISIT**SES 9.24 PER TECH Per customer ok OSO, unless she specifies differently.', None, Decimal('78.80'), 2278, Decimal('8.25'), Decimal('6.18'), 3470438, 0, 2057301, 3470438, 'LEWISVILLE', None, None, None, None, None, '12:45:00', None, None, 11429, 1, 'ServiceOrder', None, None, None, None, None, 0, 0, '', None, None, None, 0, 1791, 308, '1355495', '443790', datetime.datetime(2026, 4, 1, 0, 0))] (Background on this error at: https://sqlalche.me/e/20/gkpj). Retrying in 2s... - __SPLIT__ 2026-03-02 15:41:17,977 - [23205] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 3789 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:41:18,682 - [23205] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3789) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-03-02 15:41:19,952 - [23205] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-03-02 15:41:20,575 - [23205] - src.utils.log - ERROR - ❌ Error in insertion: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Violation of UNIQUE KEY constraint 'UX_WorkOrder'. Cannot insert duplicate key in object 'ServiceCore.WorkOrder'. The duplicate key value is (445609, 133). (2627) (SQLExecDirectW)") [SQL: INSERT INTO [ServiceCore].[WorkOrder] ([AccountNumber], [ServiceSetupId], [WorkOrderNo], [EmployeeNo], [ServiceDate], [TotalEstimationTime], [Note], [SpecialInstruction], [ServiceInstruction], [TimeIn], [TimeOut], [AudioFilePath], [TechnicianComment] ... 7226 characters truncated ... , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] [parameters: ('613923', 46505, '445609', '1985', datetime.datetime(2026, 4, 1, 0, 0), '01:00:00', None, None, None, None, None, None, None, None, 43606, None, '2026-03-02 10:41:04.629', None, 1, None, 706, 5827530, 5827529, '07:00 - 18:00', None, None, 1676, 1, '07:00:00', '18:00:00', 0, Decimal('180.2500'), 133, 0, 0, None, None, None, None, Decimal('180.25'), 2352, Decimal('8.25'), Decimal('14.87'), 4353859, 0, 3676402, 4353859, 'LEWISVILLE', None, None ... 1952 parameters truncated ... 1676, 1, '07:00:00', '18:00:00', 0, Decimal('78.8000'), 133, 0, 0, None, None, 'CBG EACH VISIT**SES 9.24 PER TECH Per customer ok OSO, unless she specifies differently.', None, Decimal('78.80'), 2278, Decimal('8.25'), Decimal('6.18'), 3470438, 0, 2057301, 3470438, 'LEWISVILLE', None, None, None, None, None, '12:45:00', None, None, 11429, 1, 'ServiceOrder', None, None, None, None, None, 0, 0, '', None, None, None, 0, 1791, 308, '1355495', '443790', datetime.datetime(2026, 4, 1, 0, 0))] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-03-02 15:41:21,212 - [23205] - src.utils.log - ERROR - ❌ insert_into_with_skip_triggers failed after 3 attempts: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Violation of UNIQUE KEY constraint 'UX_WorkOrder'. Cannot insert duplicate key in object 'ServiceCore.WorkOrder'. The duplicate key value is (445609, 133). (2627) (SQLExecDirectW)") [SQL: INSERT INTO [ServiceCore].[WorkOrder] ([AccountNumber], [ServiceSetupId], [WorkOrderNo], [EmployeeNo], [ServiceDate], [TotalEstimationTime], [Note], [SpecialInstruction], [ServiceInstruction], [TimeIn], [TimeOut], [AudioFilePath], [TechnicianComment] ... 7226 characters truncated ... , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] [parameters: ('613923', 46505, '445609', '1985', datetime.datetime(2026, 4, 1, 0, 0), '01:00:00', None, None, None, None, None, None, None, None, 43606, None, '2026-03-02 10:41:04.629', None, 1, None, 706, 5827530, 5827529, '07:00 - 18:00', None, None, 1676, 1, '07:00:00', '18:00:00', 0, Decimal('180.2500'), 133, 0, 0, None, None, None, None, Decimal('180.25'), 2352, Decimal('8.25'), Decimal('14.87'), 4353859, 0, 3676402, 4353859, 'LEWISVILLE', None, None ... 1952 parameters truncated ... 1676, 1, '07:00:00', '18:00:00', 0, Decimal('78.8000'), 133, 0, 0, None, None, 'CBG EACH VISIT**SES 9.24 PER TECH Per customer ok OSO, unless she specifies differently.', None, Decimal('78.80'), 2278, Decimal('8.25'), Decimal('6.18'), 3470438, 0, 2057301, 3470438, 'LEWISVILLE', None, None, None, None, None, '12:45:00', None, None, 11429, 1, 'ServiceOrder', None, None, None, None, None, 0, 0, '', None, None, None, 0, 1791, 308, '1355495', '443790', datetime.datetime(2026, 4, 1, 0, 0))] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-03-02 15:41:21,835 - [23205] - src.utils.log - INFO - Error: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Violation of UNIQUE KEY constraint 'UX_WorkOrder'. Cannot insert duplicate key in object 'ServiceCore.WorkOrder'. The duplicate key value is (445609, 133). (2627) (SQLExecDirectW)") [SQL: INSERT INTO [ServiceCore].[WorkOrder] ([AccountNumber], [ServiceSetupId], [WorkOrderNo], [EmployeeNo], [ServiceDate], [TotalEstimationTime], [Note], [SpecialInstruction], [ServiceInstruction], [TimeIn], [TimeOut], [AudioFilePath], [TechnicianComment] ... 7226 characters truncated ... , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] [parameters: ('613923', 46505, '445609', '1985', datetime.datetime(2026, 4, 1, 0, 0), '01:00:00', None, None, None, None, None, None, None, None, 43606, None, '2026-03-02 10:41:04.629', None, 1, None, 706, 5827530, 5827529, '07:00 - 18:00', None, None, 1676, 1, '07:00:00', '18:00:00', 0, Decimal('180.2500'), 133, 0, 0, None, None, None, None, Decimal('180.25'), 2352, Decimal('8.25'), Decimal('14.87'), 4353859, 0, 3676402, 4353859, 'LEWISVILLE', None, None ... 1952 parameters truncated ... 1676, 1, '07:00:00', '18:00:00', 0, Decimal('78.8000'), 133, 0, 0, None, None, 'CBG EACH VISIT**SES 9.24 PER TECH Per customer ok OSO, unless she specifies differently.', None, Decimal('78.80'), 2278, Decimal('8.25'), Decimal('6.18'), 3470438, 0, 2057301, 3470438, 'LEWISVILLE', None, None, None, None, None, '12:45:00', None, None, 11429, 1, 'ServiceOrder', None, None, None, None, None, 0, 0, '', None, None, None, 0, 1791, 308, '1355495', '443790', datetime.datetime(2026, 4, 1, 0, 0))] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-03-02 15:41:22,464 - [23205] - src.utils.log - INFO - Time took to perform operation in publishing [23205]: 94.52 - __SPLIT__ 2026-03-02 15:41:23,088 - [23205] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [23205] - __SPLIT__ 2026-03-02 15:41:23,719 - [23205] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-03-02 10:41:23.719' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 23205;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:41:24,555 - [23205] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-02 15:41:57,877 - 23206 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=23206 - __SPLIT__ 2026-03-02 15:41:58,796 - 23206 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 23206 - __SPLIT__ 2026-03-02 15:41:59,438 - 23206 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-03-02 15:42:00,080 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:42:00,904 - 23206 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-03-02 15:42:01,545 - 23206 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-03-02 15:42:02,190 - 23206 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-03-02 15:42:02,831 - 23206 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-03-02 15:42:03,540 - 23206 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 23206;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:42:04,374 - 23206 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-02 15:42:05,020 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 23206), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 23206), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 23206 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:42:06,003 - 23206 - src.utils.log - INFO - βœ… Fetched 1299 rows - __SPLIT__ 2026-03-02 15:42:06,645 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 23206;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:42:07,324 - 23206 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-03-02 15:42:07,969 - 23206 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-03-02 15:42:08,618 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId in (14447, 14448, 14451, 14452, 14453, 14454, 14455, 14458, 14459, 14461, 14466, 14468, 14469, 14472, 13968, 13998, 13999, 14000, 14011, 14012, 14021, 14559, 14560, 14562, 14563, 14564, 14565, 14566, 14567, 14568, 14569, 14570, 14571, 14572, 14573, 14574, 14577, 14578, 14579, 14580, 14581, 14584, 14585, 14586, 14630, 14632, 14633, 14634, 14635, 14636, 14637, 14638, 14641, 14642, 14643, 14644, 14645, 14646, 14647, 14648, 14649, 14650, 14651, 14653, 14654, 14655, 14656, 14657, 14658, 14660, 14661, 14662, 14663, 14664, 14665, 14667, 14668, 14669, 14670, 14671, 14674, 14675, 14676, 14819)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:42:09,322 - 23206 - src.utils.log - INFO - βœ… Fetched 1285 rows - __SPLIT__ 2026-03-02 15:42:10,130 - 23206 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-03-02 15:42:10,774 - 23206 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-03-02 15:42:11,416 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:42:12,161 - 23206 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-03-02 15:42:13,089 - 23206 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-04-01 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:42:13,880 - 23206 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-03-02 15:42:15,072 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22398 - __SPLIT__ 2026-03-02 15:42:15,722 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22399 - __SPLIT__ 2026-03-02 15:42:16,383 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22462 - __SPLIT__ 2026-03-02 15:42:17,051 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22503 - __SPLIT__ 2026-03-02 15:42:17,705 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22526 - __SPLIT__ 2026-03-02 15:42:18,359 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22527 - __SPLIT__ 2026-03-02 15:42:19,043 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22591 - __SPLIT__ 2026-03-02 15:42:19,697 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22640 - __SPLIT__ 2026-03-02 15:42:20,362 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22679 - __SPLIT__ 2026-03-02 15:42:21,017 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22721 - __SPLIT__ 2026-03-02 15:42:21,674 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22777 - __SPLIT__ 2026-03-02 15:42:22,324 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22856 - __SPLIT__ 2026-03-02 15:42:22,984 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22872 - __SPLIT__ 2026-03-02 15:42:23,643 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22893 - __SPLIT__ 2026-03-02 15:42:24,306 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22894 - __SPLIT__ 2026-03-02 15:42:24,956 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22920 - __SPLIT__ 2026-03-02 15:42:25,607 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22921 - __SPLIT__ 2026-03-02 15:42:26,264 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22979 - __SPLIT__ 2026-03-02 15:42:27,176 - 23206 - src.utils.log - INFO - Generating work orders for setup: 22991 - __SPLIT__ 2026-03-02 15:42:27,816 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23079 - __SPLIT__ 2026-03-02 15:42:28,448 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23270 - __SPLIT__ 2026-03-02 15:42:29,082 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23289 - __SPLIT__ 2026-03-02 15:42:29,715 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23334 - __SPLIT__ 2026-03-02 15:42:30,348 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23451 - __SPLIT__ 2026-03-02 15:42:30,981 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23452 - __SPLIT__ 2026-03-02 15:42:31,617 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23549 - __SPLIT__ 2026-03-02 15:42:32,252 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23552 - __SPLIT__ 2026-03-02 15:42:32,880 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23587 - __SPLIT__ 2026-03-02 15:42:33,512 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23591 - __SPLIT__ 2026-03-02 15:42:34,149 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23593 - __SPLIT__ 2026-03-02 15:42:34,787 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23620 - __SPLIT__ 2026-03-02 15:42:35,424 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23702 - __SPLIT__ 2026-03-02 15:42:36,076 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23703 - __SPLIT__ 2026-03-02 15:42:36,712 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23758 - __SPLIT__ 2026-03-02 15:42:37,349 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23759 - __SPLIT__ 2026-03-02 15:42:37,987 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23784 - __SPLIT__ 2026-03-02 15:42:38,627 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23856 - __SPLIT__ 2026-03-02 15:42:39,260 - 23206 - src.utils.log - INFO - Generating work orders for setup: 23947 - __SPLIT__ 2026-03-02 15:42:40,174 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24098 - __SPLIT__ 2026-03-02 15:42:40,813 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24116 - __SPLIT__ 2026-03-02 15:42:41,445 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24129 - __SPLIT__ 2026-03-02 15:42:42,089 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24130 - __SPLIT__ 2026-03-02 15:42:42,720 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24160 - __SPLIT__ 2026-03-02 15:42:43,358 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24178 - __SPLIT__ 2026-03-02 15:42:43,996 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24206 - __SPLIT__ 2026-03-02 15:42:44,630 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24252 - __SPLIT__ 2026-03-02 15:42:45,265 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24274 - __SPLIT__ 2026-03-02 15:42:45,905 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24361 - __SPLIT__ 2026-03-02 15:42:46,537 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24386 - __SPLIT__ 2026-03-02 15:42:47,172 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24418 - __SPLIT__ 2026-03-02 15:42:47,809 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24431 - __SPLIT__ 2026-03-02 15:42:48,442 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24432 - __SPLIT__ 2026-03-02 15:42:49,076 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24580 - __SPLIT__ 2026-03-02 15:42:49,716 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24581 - __SPLIT__ 2026-03-02 15:42:50,356 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24700 - __SPLIT__ 2026-03-02 15:42:50,992 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24756 - __SPLIT__ 2026-03-02 15:42:51,627 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24786 - __SPLIT__ 2026-03-02 15:42:52,268 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24788 - __SPLIT__ 2026-03-02 15:42:53,197 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24839 - __SPLIT__ 2026-03-02 15:42:53,847 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24870 - __SPLIT__ 2026-03-02 15:42:54,502 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24871 - __SPLIT__ 2026-03-02 15:42:55,149 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24906 - __SPLIT__ 2026-03-02 15:42:55,793 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24907 - __SPLIT__ 2026-03-02 15:42:56,444 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24927 - __SPLIT__ 2026-03-02 15:42:57,089 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24929 - __SPLIT__ 2026-03-02 15:42:57,737 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24966 - __SPLIT__ 2026-03-02 15:42:58,377 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24983 - __SPLIT__ 2026-03-02 15:42:59,029 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24985 - __SPLIT__ 2026-03-02 15:42:59,676 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24987 - __SPLIT__ 2026-03-02 15:43:00,326 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24989 - __SPLIT__ 2026-03-02 15:43:00,968 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24990 - __SPLIT__ 2026-03-02 15:43:01,621 - 23206 - src.utils.log - INFO - Generating work orders for setup: 24991 - __SPLIT__ 2026-03-02 15:43:02,268 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25006 - __SPLIT__ 2026-03-02 15:43:02,920 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25031 - __SPLIT__ 2026-03-02 15:43:03,565 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25060 - __SPLIT__ 2026-03-02 15:43:04,209 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25103 - __SPLIT__ 2026-03-02 15:43:04,856 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25106 - __SPLIT__ 2026-03-02 15:43:05,504 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25118 - __SPLIT__ 2026-03-02 15:43:06,431 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25124 - __SPLIT__ 2026-03-02 15:43:07,081 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25128 - __SPLIT__ 2026-03-02 15:43:07,729 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25154 - __SPLIT__ 2026-03-02 15:43:08,379 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25155 - __SPLIT__ 2026-03-02 15:43:09,027 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25172 - __SPLIT__ 2026-03-02 15:43:09,679 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25189 - __SPLIT__ 2026-03-02 15:43:10,321 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25209 - __SPLIT__ 2026-03-02 15:43:10,974 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25216 - __SPLIT__ 2026-03-02 15:43:11,636 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25230 - __SPLIT__ 2026-03-02 15:43:12,276 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25316 - __SPLIT__ 2026-03-02 15:43:12,930 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25349 - __SPLIT__ 2026-03-02 15:43:13,575 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25378 - __SPLIT__ 2026-03-02 15:43:14,220 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25405 - __SPLIT__ 2026-03-02 15:43:14,858 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25419 - __SPLIT__ 2026-03-02 15:43:15,505 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25420 - __SPLIT__ 2026-03-02 15:43:16,151 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25591 - __SPLIT__ 2026-03-02 15:43:16,799 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25605 - __SPLIT__ 2026-03-02 15:43:17,449 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25614 - __SPLIT__ 2026-03-02 15:43:18,097 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25624 - __SPLIT__ 2026-03-02 15:43:18,742 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25625 - __SPLIT__ 2026-03-02 15:43:19,655 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25630 - __SPLIT__ 2026-03-02 15:43:20,297 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25677 - __SPLIT__ 2026-03-02 15:43:20,944 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25705 - __SPLIT__ 2026-03-02 15:43:21,587 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25741 - __SPLIT__ 2026-03-02 15:43:22,223 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25743 - __SPLIT__ 2026-03-02 15:43:22,885 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25744 - __SPLIT__ 2026-03-02 15:43:23,550 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25860 - __SPLIT__ 2026-03-02 15:43:24,186 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25868 - __SPLIT__ 2026-03-02 15:43:24,821 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25900 - __SPLIT__ 2026-03-02 15:43:25,462 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25933 - __SPLIT__ 2026-03-02 15:43:26,102 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25954 - __SPLIT__ 2026-03-02 15:43:26,746 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25962 - __SPLIT__ 2026-03-02 15:43:27,389 - 23206 - src.utils.log - INFO - Generating work orders for setup: 25974 - __SPLIT__ 2026-03-02 15:43:28,034 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26009 - __SPLIT__ 2026-03-02 15:43:28,674 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26016 - __SPLIT__ 2026-03-02 15:43:29,318 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26027 - __SPLIT__ 2026-03-02 15:43:29,955 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26063 - __SPLIT__ 2026-03-02 15:43:30,600 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26127 - __SPLIT__ 2026-03-02 15:43:31,242 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26131 - __SPLIT__ 2026-03-02 15:43:31,888 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26169 - __SPLIT__ 2026-03-02 15:43:32,824 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26307 - __SPLIT__ 2026-03-02 15:43:33,485 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26335 - __SPLIT__ 2026-03-02 15:43:34,138 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26413 - __SPLIT__ 2026-03-02 15:43:34,796 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26511 - __SPLIT__ 2026-03-02 15:43:35,448 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26531 - __SPLIT__ 2026-03-02 15:43:36,107 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26546 - __SPLIT__ 2026-03-02 15:43:36,759 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26702 - __SPLIT__ 2026-03-02 15:43:37,412 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26842 - __SPLIT__ 2026-03-02 15:43:38,068 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26929 - __SPLIT__ 2026-03-02 15:43:38,726 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26932 - __SPLIT__ 2026-03-02 15:43:39,391 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26972 - __SPLIT__ 2026-03-02 15:43:40,045 - 23206 - src.utils.log - INFO - Generating work orders for setup: 26986 - __SPLIT__ 2026-03-02 15:43:40,700 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27018 - __SPLIT__ 2026-03-02 15:43:41,359 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27021 - __SPLIT__ 2026-03-02 15:43:42,014 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27083 - __SPLIT__ 2026-03-02 15:43:42,668 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27101 - __SPLIT__ 2026-03-02 15:43:43,350 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27118 - __SPLIT__ 2026-03-02 15:43:44,003 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27122 - __SPLIT__ 2026-03-02 15:43:44,669 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27157 - __SPLIT__ 2026-03-02 15:43:45,314 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27319 - __SPLIT__ 2026-03-02 15:43:46,230 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27350 - __SPLIT__ 2026-03-02 15:43:46,869 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27370 - __SPLIT__ 2026-03-02 15:43:47,508 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27523 - __SPLIT__ 2026-03-02 15:43:48,192 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27527 - __SPLIT__ 2026-03-02 15:43:48,830 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27528 - __SPLIT__ 2026-03-02 15:43:49,471 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27549 - __SPLIT__ 2026-03-02 15:43:50,110 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27582 - __SPLIT__ 2026-03-02 15:43:50,752 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27597 - __SPLIT__ 2026-03-02 15:43:51,394 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27625 - __SPLIT__ 2026-03-02 15:43:52,040 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27660 - __SPLIT__ 2026-03-02 15:43:52,691 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27696 - __SPLIT__ 2026-03-02 15:43:53,334 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27713 - __SPLIT__ 2026-03-02 15:43:53,973 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27752 - __SPLIT__ 2026-03-02 15:43:54,611 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27872 - __SPLIT__ 2026-03-02 15:43:55,256 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27884 - __SPLIT__ 2026-03-02 15:43:55,898 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27888 - __SPLIT__ 2026-03-02 15:43:56,539 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27890 - __SPLIT__ 2026-03-02 15:43:57,174 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27928 - __SPLIT__ 2026-03-02 15:43:57,815 - 23206 - src.utils.log - INFO - Generating work orders for setup: 27930 - __SPLIT__ 2026-03-02 15:43:58,456 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28035 - __SPLIT__ 2026-03-02 15:43:59,366 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28045 - __SPLIT__ 2026-03-02 15:44:00,005 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28106 - __SPLIT__ 2026-03-02 15:44:00,639 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28107 - __SPLIT__ 2026-03-02 15:44:01,266 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28138 - __SPLIT__ 2026-03-02 15:44:01,900 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28240 - __SPLIT__ 2026-03-02 15:44:02,544 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28309 - __SPLIT__ 2026-03-02 15:44:03,185 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28602 - __SPLIT__ 2026-03-02 15:44:03,821 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28677 - __SPLIT__ 2026-03-02 15:44:04,449 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28712 - __SPLIT__ 2026-03-02 15:44:05,084 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28823 - __SPLIT__ 2026-03-02 15:44:05,721 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28855 - __SPLIT__ 2026-03-02 15:44:06,358 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28946 - __SPLIT__ 2026-03-02 15:44:07,003 - 23206 - src.utils.log - INFO - Generating work orders for setup: 28990 - __SPLIT__ 2026-03-02 15:44:07,643 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29046 - __SPLIT__ 2026-03-02 15:44:08,278 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29075 - __SPLIT__ 2026-03-02 15:44:08,919 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29093 - __SPLIT__ 2026-03-02 15:44:09,576 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29102 - __SPLIT__ 2026-03-02 15:44:10,209 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29146 - __SPLIT__ 2026-03-02 15:44:10,850 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29149 - __SPLIT__ 2026-03-02 15:44:11,485 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29154 - __SPLIT__ 2026-03-02 15:44:12,409 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29254 - __SPLIT__ 2026-03-02 15:44:13,054 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29266 - __SPLIT__ 2026-03-02 15:44:13,698 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29294 - __SPLIT__ 2026-03-02 15:44:14,347 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29307 - __SPLIT__ 2026-03-02 15:44:15,111 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29318 - __SPLIT__ 2026-03-02 15:44:15,755 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29346 - __SPLIT__ 2026-03-02 15:44:16,401 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29354 - __SPLIT__ 2026-03-02 15:44:17,047 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29385 - __SPLIT__ 2026-03-02 15:44:17,689 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29472 - __SPLIT__ 2026-03-02 15:44:18,334 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29571 - __SPLIT__ 2026-03-02 15:44:18,984 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29609 - __SPLIT__ 2026-03-02 15:44:19,627 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29653 - __SPLIT__ 2026-03-02 15:44:20,268 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29835 - __SPLIT__ 2026-03-02 15:44:20,914 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29852 - __SPLIT__ 2026-03-02 15:44:21,580 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29853 - __SPLIT__ 2026-03-02 15:44:22,232 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29857 - __SPLIT__ 2026-03-02 15:44:22,878 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29882 - __SPLIT__ 2026-03-02 15:44:23,523 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29908 - __SPLIT__ 2026-03-02 15:44:24,178 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29957 - __SPLIT__ 2026-03-02 15:44:24,836 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29971 - __SPLIT__ 2026-03-02 15:44:25,755 - 23206 - src.utils.log - INFO - Generating work orders for setup: 29984 - __SPLIT__ 2026-03-02 15:44:26,391 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30025 - __SPLIT__ 2026-03-02 15:44:27,027 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30044 - __SPLIT__ 2026-03-02 15:44:27,667 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30061 - __SPLIT__ 2026-03-02 15:44:28,303 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30063 - __SPLIT__ 2026-03-02 15:44:28,947 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30064 - __SPLIT__ 2026-03-02 15:44:29,577 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30084 - __SPLIT__ 2026-03-02 15:44:30,219 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30150 - __SPLIT__ 2026-03-02 15:44:30,873 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30151 - __SPLIT__ 2026-03-02 15:44:31,535 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30152 - __SPLIT__ 2026-03-02 15:44:32,191 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30153 - __SPLIT__ 2026-03-02 15:44:32,841 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30155 - __SPLIT__ 2026-03-02 15:44:33,484 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30186 - __SPLIT__ 2026-03-02 15:44:34,117 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30188 - __SPLIT__ 2026-03-02 15:44:34,747 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30213 - __SPLIT__ 2026-03-02 15:44:35,376 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30223 - __SPLIT__ 2026-03-02 15:44:36,006 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30225 - __SPLIT__ 2026-03-02 15:44:36,643 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30247 - __SPLIT__ 2026-03-02 15:44:37,276 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30266 - __SPLIT__ 2026-03-02 15:44:37,912 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30374 - __SPLIT__ 2026-03-02 15:44:38,812 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30375 - __SPLIT__ 2026-03-02 15:44:39,451 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30397 - __SPLIT__ 2026-03-02 15:44:40,090 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30398 - __SPLIT__ 2026-03-02 15:44:40,726 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30458 - __SPLIT__ 2026-03-02 15:44:41,369 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30462 - __SPLIT__ 2026-03-02 15:44:42,020 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30488 - __SPLIT__ 2026-03-02 15:44:42,651 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30495 - __SPLIT__ 2026-03-02 15:44:43,294 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30537 - __SPLIT__ 2026-03-02 15:44:43,931 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30573 - __SPLIT__ 2026-03-02 15:44:44,567 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30601 - __SPLIT__ 2026-03-02 15:44:45,202 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30623 - __SPLIT__ 2026-03-02 15:44:45,843 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30662 - __SPLIT__ 2026-03-02 15:44:46,484 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30699 - __SPLIT__ 2026-03-02 15:44:47,126 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30746 - __SPLIT__ 2026-03-02 15:44:47,764 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30771 - __SPLIT__ 2026-03-02 15:44:48,400 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30780 - __SPLIT__ 2026-03-02 15:44:49,041 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30782 - __SPLIT__ 2026-03-02 15:44:49,677 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30785 - __SPLIT__ 2026-03-02 15:44:50,319 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30789 - __SPLIT__ 2026-03-02 15:44:50,961 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30792 - __SPLIT__ 2026-03-02 15:44:51,929 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30843 - __SPLIT__ 2026-03-02 15:44:52,593 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30846 - __SPLIT__ 2026-03-02 15:44:53,247 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30850 - __SPLIT__ 2026-03-02 15:44:53,906 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30869 - __SPLIT__ 2026-03-02 15:44:54,563 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30870 - __SPLIT__ 2026-03-02 15:44:55,230 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30911 - __SPLIT__ 2026-03-02 15:44:55,892 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30926 - __SPLIT__ 2026-03-02 15:44:56,553 - 23206 - src.utils.log - INFO - Generating work orders for setup: 30987 - __SPLIT__ 2026-03-02 15:44:57,210 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31003 - __SPLIT__ 2026-03-02 15:44:57,864 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31014 - __SPLIT__ 2026-03-02 15:44:58,526 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31021 - __SPLIT__ 2026-03-02 15:44:59,190 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31055 - __SPLIT__ 2026-03-02 15:44:59,854 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31072 - __SPLIT__ 2026-03-02 15:45:00,512 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31076 - __SPLIT__ 2026-03-02 15:45:01,171 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31077 - __SPLIT__ 2026-03-02 15:45:01,852 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31087 - __SPLIT__ 2026-03-02 15:45:02,511 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31148 - __SPLIT__ 2026-03-02 15:45:03,162 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31175 - __SPLIT__ 2026-03-02 15:45:03,823 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31176 - __SPLIT__ 2026-03-02 15:45:04,482 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31199 - __SPLIT__ 2026-03-02 15:45:05,393 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31200 - __SPLIT__ 2026-03-02 15:45:06,035 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31250 - __SPLIT__ 2026-03-02 15:45:06,672 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31293 - __SPLIT__ 2026-03-02 15:45:07,313 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31300 - __SPLIT__ 2026-03-02 15:45:07,953 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31327 - __SPLIT__ 2026-03-02 15:45:08,586 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31341 - __SPLIT__ 2026-03-02 15:45:09,223 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31379 - __SPLIT__ 2026-03-02 15:45:09,865 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31433 - __SPLIT__ 2026-03-02 15:45:10,498 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31568 - __SPLIT__ 2026-03-02 15:45:11,158 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31569 - __SPLIT__ 2026-03-02 15:45:11,794 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31577 - __SPLIT__ 2026-03-02 15:45:12,427 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31616 - __SPLIT__ 2026-03-02 15:45:13,074 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31625 - __SPLIT__ 2026-03-02 15:45:13,706 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31649 - __SPLIT__ 2026-03-02 15:45:14,349 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31748 - __SPLIT__ 2026-03-02 15:45:14,978 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31760 - __SPLIT__ 2026-03-02 15:45:15,610 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31834 - __SPLIT__ 2026-03-02 15:45:16,252 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31895 - __SPLIT__ 2026-03-02 15:45:16,880 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31910 - __SPLIT__ 2026-03-02 15:45:17,519 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31911 - __SPLIT__ 2026-03-02 15:45:18,456 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31948 - __SPLIT__ 2026-03-02 15:45:19,101 - 23206 - src.utils.log - INFO - Generating work orders for setup: 31949 - __SPLIT__ 2026-03-02 15:45:19,759 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32078 - __SPLIT__ 2026-03-02 15:45:20,413 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32079 - __SPLIT__ 2026-03-02 15:45:21,063 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32145 - __SPLIT__ 2026-03-02 15:45:21,714 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32163 - __SPLIT__ 2026-03-02 15:45:22,359 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32378 - __SPLIT__ 2026-03-02 15:45:23,031 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32532 - __SPLIT__ 2026-03-02 15:45:23,687 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32543 - __SPLIT__ 2026-03-02 15:45:24,335 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32655 - __SPLIT__ 2026-03-02 15:45:24,983 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32739 - __SPLIT__ 2026-03-02 15:45:25,634 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32740 - __SPLIT__ 2026-03-02 15:45:26,279 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32767 - __SPLIT__ 2026-03-02 15:45:26,929 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32792 - __SPLIT__ 2026-03-02 15:45:27,571 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32854 - __SPLIT__ 2026-03-02 15:45:28,220 - 23206 - src.utils.log - INFO - Generating work orders for setup: 32936 - __SPLIT__ 2026-03-02 15:45:28,874 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33132 - __SPLIT__ 2026-03-02 15:45:29,527 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33154 - __SPLIT__ 2026-03-02 15:45:30,171 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33161 - __SPLIT__ 2026-03-02 15:45:30,827 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33200 - __SPLIT__ 2026-03-02 15:45:31,741 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33201 - __SPLIT__ 2026-03-02 15:45:32,384 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33211 - __SPLIT__ 2026-03-02 15:45:33,026 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33226 - __SPLIT__ 2026-03-02 15:45:33,659 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33233 - __SPLIT__ 2026-03-02 15:45:34,302 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33236 - __SPLIT__ 2026-03-02 15:45:34,949 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33274 - __SPLIT__ 2026-03-02 15:45:35,592 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33295 - __SPLIT__ 2026-03-02 15:45:36,230 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33327 - __SPLIT__ 2026-03-02 15:45:36,877 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33360 - __SPLIT__ 2026-03-02 15:45:37,517 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33437 - __SPLIT__ 2026-03-02 15:45:38,158 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33481 - __SPLIT__ 2026-03-02 15:45:38,797 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33577 - __SPLIT__ 2026-03-02 15:45:39,441 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33655 - __SPLIT__ 2026-03-02 15:45:40,086 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33830 - __SPLIT__ 2026-03-02 15:45:40,731 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33863 - __SPLIT__ 2026-03-02 15:45:41,371 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33878 - __SPLIT__ 2026-03-02 15:45:42,005 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33885 - __SPLIT__ 2026-03-02 15:45:42,641 - 23206 - src.utils.log - INFO - Generating work orders for setup: 33930 - __SPLIT__ 2026-03-02 15:45:43,287 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34038 - __SPLIT__ 2026-03-02 15:45:43,935 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34058 - __SPLIT__ 2026-03-02 15:45:44,877 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34065 - __SPLIT__ 2026-03-02 15:45:45,514 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34080 - __SPLIT__ 2026-03-02 15:45:46,153 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34081 - __SPLIT__ 2026-03-02 15:45:46,789 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34110 - __SPLIT__ 2026-03-02 15:45:47,423 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34126 - __SPLIT__ 2026-03-02 15:45:48,066 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34174 - __SPLIT__ 2026-03-02 15:45:48,725 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34185 - __SPLIT__ 2026-03-02 15:45:49,361 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34342 - __SPLIT__ 2026-03-02 15:45:50,000 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34357 - __SPLIT__ 2026-03-02 15:45:50,640 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34398 - __SPLIT__ 2026-03-02 15:45:51,274 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34419 - __SPLIT__ 2026-03-02 15:45:51,907 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34463 - __SPLIT__ 2026-03-02 15:45:52,546 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34579 - __SPLIT__ 2026-03-02 15:45:53,181 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34580 - __SPLIT__ 2026-03-02 15:45:53,818 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34693 - __SPLIT__ 2026-03-02 15:45:54,467 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34712 - __SPLIT__ 2026-03-02 15:45:55,096 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34714 - __SPLIT__ 2026-03-02 15:45:55,736 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34745 - __SPLIT__ 2026-03-02 15:45:56,384 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34825 - __SPLIT__ 2026-03-02 15:45:57,051 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34830 - __SPLIT__ 2026-03-02 15:45:57,971 - 23206 - src.utils.log - INFO - Generating work orders for setup: 34938 - __SPLIT__ 2026-03-02 15:45:58,612 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35357 - __SPLIT__ 2026-03-02 15:45:59,247 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35358 - __SPLIT__ 2026-03-02 15:45:59,892 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35363 - __SPLIT__ 2026-03-02 15:46:00,531 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35396 - __SPLIT__ 2026-03-02 15:46:01,168 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35403 - __SPLIT__ 2026-03-02 15:46:01,810 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35474 - __SPLIT__ 2026-03-02 15:46:02,450 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35489 - __SPLIT__ 2026-03-02 15:46:03,097 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35490 - __SPLIT__ 2026-03-02 15:46:03,746 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35544 - __SPLIT__ 2026-03-02 15:46:04,385 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35546 - __SPLIT__ 2026-03-02 15:46:05,024 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35591 - __SPLIT__ 2026-03-02 15:46:05,659 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35631 - __SPLIT__ 2026-03-02 15:46:06,304 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35656 - __SPLIT__ 2026-03-02 15:46:06,945 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35670 - __SPLIT__ 2026-03-02 15:46:07,588 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35671 - __SPLIT__ 2026-03-02 15:46:08,236 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35673 - __SPLIT__ 2026-03-02 15:46:08,878 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35685 - __SPLIT__ 2026-03-02 15:46:09,509 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35824 - __SPLIT__ 2026-03-02 15:46:10,154 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35862 - __SPLIT__ 2026-03-02 15:46:11,074 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35899 - __SPLIT__ 2026-03-02 15:46:11,729 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35938 - __SPLIT__ 2026-03-02 15:46:12,376 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35954 - __SPLIT__ 2026-03-02 15:46:13,017 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35958 - __SPLIT__ 2026-03-02 15:46:13,656 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35965 - __SPLIT__ 2026-03-02 15:46:14,297 - 23206 - src.utils.log - INFO - Generating work orders for setup: 35987 - __SPLIT__ 2026-03-02 15:46:14,933 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36035 - __SPLIT__ 2026-03-02 15:46:15,576 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36036 - __SPLIT__ 2026-03-02 15:46:16,222 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36179 - __SPLIT__ 2026-03-02 15:46:16,875 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36355 - __SPLIT__ 2026-03-02 15:46:17,520 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36449 - __SPLIT__ 2026-03-02 15:46:18,160 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36543 - __SPLIT__ 2026-03-02 15:46:18,811 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36591 - __SPLIT__ 2026-03-02 15:46:19,470 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36611 - __SPLIT__ 2026-03-02 15:46:20,115 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36616 - __SPLIT__ 2026-03-02 15:46:20,760 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36652 - __SPLIT__ 2026-03-02 15:46:21,399 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36657 - __SPLIT__ 2026-03-02 15:46:22,041 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36677 - __SPLIT__ 2026-03-02 15:46:22,684 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36694 - __SPLIT__ 2026-03-02 15:46:23,320 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36697 - __SPLIT__ 2026-03-02 15:46:24,248 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36731 - __SPLIT__ 2026-03-02 15:46:24,897 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36898 - __SPLIT__ 2026-03-02 15:46:25,549 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36946 - __SPLIT__ 2026-03-02 15:46:26,194 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36956 - __SPLIT__ 2026-03-02 15:46:26,841 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36972 - __SPLIT__ 2026-03-02 15:46:27,487 - 23206 - src.utils.log - INFO - Generating work orders for setup: 36985 - __SPLIT__ 2026-03-02 15:46:28,131 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37004 - __SPLIT__ 2026-03-02 15:46:28,780 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37137 - __SPLIT__ 2026-03-02 15:46:29,426 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37171 - __SPLIT__ 2026-03-02 15:46:30,079 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37172 - __SPLIT__ 2026-03-02 15:46:30,733 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37174 - __SPLIT__ 2026-03-02 15:46:31,374 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37205 - __SPLIT__ 2026-03-02 15:46:32,050 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37246 - __SPLIT__ 2026-03-02 15:46:32,697 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37274 - __SPLIT__ 2026-03-02 15:46:33,349 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37368 - __SPLIT__ 2026-03-02 15:46:34,001 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37408 - __SPLIT__ 2026-03-02 15:46:34,649 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37478 - __SPLIT__ 2026-03-02 15:46:35,296 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37509 - __SPLIT__ 2026-03-02 15:46:35,943 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37642 - __SPLIT__ 2026-03-02 15:46:36,605 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37644 - __SPLIT__ 2026-03-02 15:46:37,520 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37690 - __SPLIT__ 2026-03-02 15:46:38,163 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37901 - __SPLIT__ 2026-03-02 15:46:38,808 - 23206 - src.utils.log - INFO - Generating work orders for setup: 37904 - __SPLIT__ 2026-03-02 15:46:39,446 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38083 - __SPLIT__ 2026-03-02 15:46:40,091 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38193 - __SPLIT__ 2026-03-02 15:46:40,730 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38212 - __SPLIT__ 2026-03-02 15:46:41,380 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38227 - __SPLIT__ 2026-03-02 15:46:42,017 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38248 - __SPLIT__ 2026-03-02 15:46:42,673 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38249 - __SPLIT__ 2026-03-02 15:46:43,313 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38515 - __SPLIT__ 2026-03-02 15:46:43,949 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38553 - __SPLIT__ 2026-03-02 15:46:44,591 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38754 - __SPLIT__ 2026-03-02 15:46:45,241 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38756 - __SPLIT__ 2026-03-02 15:46:45,884 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38777 - __SPLIT__ 2026-03-02 15:46:46,513 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38786 - __SPLIT__ 2026-03-02 15:46:47,146 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38884 - __SPLIT__ 2026-03-02 15:46:47,784 - 23206 - src.utils.log - INFO - Generating work orders for setup: 38940 - __SPLIT__ 2026-03-02 15:46:48,416 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39004 - __SPLIT__ 2026-03-02 15:46:49,047 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39090 - __SPLIT__ 2026-03-02 15:46:49,680 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39092 - __SPLIT__ 2026-03-02 15:46:50,606 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39204 - __SPLIT__ 2026-03-02 15:46:51,248 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39234 - __SPLIT__ 2026-03-02 15:46:51,883 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39390 - __SPLIT__ 2026-03-02 15:46:52,529 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39479 - __SPLIT__ 2026-03-02 15:46:53,174 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39542 - __SPLIT__ 2026-03-02 15:46:53,811 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39661 - __SPLIT__ 2026-03-02 15:46:54,449 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39671 - __SPLIT__ 2026-03-02 15:46:55,084 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39679 - __SPLIT__ 2026-03-02 15:46:55,723 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39720 - __SPLIT__ 2026-03-02 15:46:56,366 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39730 - __SPLIT__ 2026-03-02 15:46:57,020 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39754 - __SPLIT__ 2026-03-02 15:46:57,656 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39785 - __SPLIT__ 2026-03-02 15:46:58,294 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39795 - __SPLIT__ 2026-03-02 15:46:58,940 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39827 - __SPLIT__ 2026-03-02 15:46:59,580 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39873 - __SPLIT__ 2026-03-02 15:47:00,223 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39876 - __SPLIT__ 2026-03-02 15:47:00,865 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39896 - __SPLIT__ 2026-03-02 15:47:01,508 - 23206 - src.utils.log - INFO - Generating work orders for setup: 39916 - __SPLIT__ 2026-03-02 15:47:02,141 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40035 - __SPLIT__ 2026-03-02 15:47:02,790 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40036 - __SPLIT__ 2026-03-02 15:47:03,709 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40068 - __SPLIT__ 2026-03-02 15:47:04,359 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40072 - __SPLIT__ 2026-03-02 15:47:05,026 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40082 - __SPLIT__ 2026-03-02 15:47:05,692 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40083 - __SPLIT__ 2026-03-02 15:47:06,349 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40217 - __SPLIT__ 2026-03-02 15:47:06,994 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40265 - __SPLIT__ 2026-03-02 15:47:07,642 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40285 - __SPLIT__ 2026-03-02 15:47:08,284 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40385 - __SPLIT__ 2026-03-02 15:47:08,929 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40452 - __SPLIT__ 2026-03-02 15:47:09,569 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40455 - __SPLIT__ 2026-03-02 15:47:10,207 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40584 - __SPLIT__ 2026-03-02 15:47:10,848 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40587 - __SPLIT__ 2026-03-02 15:47:11,490 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40611 - __SPLIT__ 2026-03-02 15:47:12,135 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40628 - __SPLIT__ 2026-03-02 15:47:12,771 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40643 - __SPLIT__ 2026-03-02 15:47:13,413 - 23206 - src.utils.log - INFO - Generating work orders for setup: 40647 - __SPLIT__ 2026-03-02 15:47:14,064 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41102 - __SPLIT__ 2026-03-02 15:47:14,708 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41114 - __SPLIT__ 2026-03-02 15:47:15,350 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41118 - __SPLIT__ 2026-03-02 15:47:16,010 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41201 - __SPLIT__ 2026-03-02 15:47:16,943 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41202 - __SPLIT__ 2026-03-02 15:47:17,591 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41205 - __SPLIT__ 2026-03-02 15:47:18,241 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41207 - __SPLIT__ 2026-03-02 15:47:18,894 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41244 - __SPLIT__ 2026-03-02 15:47:19,544 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41245 - __SPLIT__ 2026-03-02 15:47:20,218 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41246 - __SPLIT__ 2026-03-02 15:47:20,867 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41249 - __SPLIT__ 2026-03-02 15:47:21,517 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41322 - __SPLIT__ 2026-03-02 15:47:22,186 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41381 - __SPLIT__ 2026-03-02 15:47:22,835 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41412 - __SPLIT__ 2026-03-02 15:47:23,486 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41463 - __SPLIT__ 2026-03-02 15:47:24,143 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41465 - __SPLIT__ 2026-03-02 15:47:24,790 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41654 - __SPLIT__ 2026-03-02 15:47:25,447 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41823 - __SPLIT__ 2026-03-02 15:47:26,092 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41889 - __SPLIT__ 2026-03-02 15:47:26,742 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41914 - __SPLIT__ 2026-03-02 15:47:27,393 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41964 - __SPLIT__ 2026-03-02 15:47:28,035 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41969 - __SPLIT__ 2026-03-02 15:47:28,683 - 23206 - src.utils.log - INFO - Generating work orders for setup: 41976 - __SPLIT__ 2026-03-02 15:47:29,327 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42048 - __SPLIT__ 2026-03-02 15:47:30,250 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42068 - __SPLIT__ 2026-03-02 15:47:30,896 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42087 - __SPLIT__ 2026-03-02 15:47:31,543 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42098 - __SPLIT__ 2026-03-02 15:47:32,186 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42099 - __SPLIT__ 2026-03-02 15:47:32,820 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42103 - __SPLIT__ 2026-03-02 15:47:33,464 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42105 - __SPLIT__ 2026-03-02 15:47:34,102 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42125 - __SPLIT__ 2026-03-02 15:47:34,749 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42131 - __SPLIT__ 2026-03-02 15:47:35,396 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42145 - __SPLIT__ 2026-03-02 15:47:36,039 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42155 - __SPLIT__ 2026-03-02 15:47:36,695 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42169 - __SPLIT__ 2026-03-02 15:47:37,345 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42174 - __SPLIT__ 2026-03-02 15:47:37,987 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42275 - __SPLIT__ 2026-03-02 15:47:38,630 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42277 - __SPLIT__ 2026-03-02 15:47:39,271 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42287 - __SPLIT__ 2026-03-02 15:47:39,915 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42316 - __SPLIT__ 2026-03-02 15:47:40,568 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42318 - __SPLIT__ 2026-03-02 15:47:41,213 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42378 - __SPLIT__ 2026-03-02 15:47:41,853 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42432 - __SPLIT__ 2026-03-02 15:47:42,497 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42486 - __SPLIT__ 2026-03-02 15:47:43,417 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42546 - __SPLIT__ 2026-03-02 15:47:44,060 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42550 - __SPLIT__ 2026-03-02 15:47:44,709 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42554 - __SPLIT__ 2026-03-02 15:47:45,347 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42578 - __SPLIT__ 2026-03-02 15:47:45,985 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42579 - __SPLIT__ 2026-03-02 15:47:46,621 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42602 - __SPLIT__ 2026-03-02 15:47:47,257 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42693 - __SPLIT__ 2026-03-02 15:47:47,891 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42695 - __SPLIT__ 2026-03-02 15:47:48,521 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42715 - __SPLIT__ 2026-03-02 15:47:49,160 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42812 - __SPLIT__ 2026-03-02 15:47:49,794 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42832 - __SPLIT__ 2026-03-02 15:47:50,432 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42852 - __SPLIT__ 2026-03-02 15:47:51,070 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42853 - __SPLIT__ 2026-03-02 15:47:51,710 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42936 - __SPLIT__ 2026-03-02 15:47:52,350 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42938 - __SPLIT__ 2026-03-02 15:47:52,983 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42939 - __SPLIT__ 2026-03-02 15:47:53,619 - 23206 - src.utils.log - INFO - Generating work orders for setup: 42951 - __SPLIT__ 2026-03-02 15:47:54,259 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43014 - __SPLIT__ 2026-03-02 15:47:54,891 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43015 - __SPLIT__ 2026-03-02 15:47:55,531 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43029 - __SPLIT__ 2026-03-02 15:47:56,457 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43055 - __SPLIT__ 2026-03-02 15:47:57,109 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43059 - __SPLIT__ 2026-03-02 15:47:57,761 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43060 - __SPLIT__ 2026-03-02 15:47:58,408 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43163 - __SPLIT__ 2026-03-02 15:47:59,051 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43175 - __SPLIT__ 2026-03-02 15:47:59,691 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43255 - __SPLIT__ 2026-03-02 15:48:00,338 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43266 - __SPLIT__ 2026-03-02 15:48:00,977 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43343 - __SPLIT__ 2026-03-02 15:48:01,635 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43344 - __SPLIT__ 2026-03-02 15:48:02,283 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43399 - __SPLIT__ 2026-03-02 15:48:02,925 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43716 - __SPLIT__ 2026-03-02 15:48:03,578 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43720 - __SPLIT__ 2026-03-02 15:48:04,242 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43741 - __SPLIT__ 2026-03-02 15:48:04,892 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43758 - __SPLIT__ 2026-03-02 15:48:05,543 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43775 - __SPLIT__ 2026-03-02 15:48:06,194 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43806 - __SPLIT__ 2026-03-02 15:48:06,850 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43808 - __SPLIT__ 2026-03-02 15:48:07,493 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43881 - __SPLIT__ 2026-03-02 15:48:08,140 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43882 - __SPLIT__ 2026-03-02 15:48:08,784 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43890 - __SPLIT__ 2026-03-02 15:48:09,695 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43913 - __SPLIT__ 2026-03-02 15:48:10,336 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43980 - __SPLIT__ 2026-03-02 15:48:10,972 - 23206 - src.utils.log - INFO - Generating work orders for setup: 43981 - __SPLIT__ 2026-03-02 15:48:11,607 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44071 - __SPLIT__ 2026-03-02 15:48:12,306 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44120 - __SPLIT__ 2026-03-02 15:48:12,946 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44200 - __SPLIT__ 2026-03-02 15:48:13,583 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44211 - __SPLIT__ 2026-03-02 15:48:14,212 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44213 - __SPLIT__ 2026-03-02 15:48:14,849 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44332 - __SPLIT__ 2026-03-02 15:48:15,494 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44378 - __SPLIT__ 2026-03-02 15:48:16,122 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44474 - __SPLIT__ 2026-03-02 15:48:16,756 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44482 - __SPLIT__ 2026-03-02 15:48:17,409 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44534 - __SPLIT__ 2026-03-02 15:48:18,046 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44549 - __SPLIT__ 2026-03-02 15:48:18,679 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44564 - __SPLIT__ 2026-03-02 15:48:19,320 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44613 - __SPLIT__ 2026-03-02 15:48:19,961 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44634 - __SPLIT__ 2026-03-02 15:48:20,590 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44681 - __SPLIT__ 2026-03-02 15:48:21,228 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44686 - __SPLIT__ 2026-03-02 15:48:21,891 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44789 - __SPLIT__ 2026-03-02 15:48:22,816 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44852 - __SPLIT__ 2026-03-02 15:48:23,457 - 23206 - src.utils.log - INFO - Generating work orders for setup: 44861 - __SPLIT__ 2026-03-02 15:48:24,100 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45017 - __SPLIT__ 2026-03-02 15:48:24,740 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45059 - __SPLIT__ 2026-03-02 15:48:25,388 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45063 - __SPLIT__ 2026-03-02 15:48:26,026 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45092 - __SPLIT__ 2026-03-02 15:48:26,663 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45132 - __SPLIT__ 2026-03-02 15:48:27,306 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45134 - __SPLIT__ 2026-03-02 15:48:27,958 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45200 - __SPLIT__ 2026-03-02 15:48:28,598 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45231 - __SPLIT__ 2026-03-02 15:48:29,233 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45247 - __SPLIT__ 2026-03-02 15:48:29,871 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45318 - __SPLIT__ 2026-03-02 15:48:30,543 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45321 - __SPLIT__ 2026-03-02 15:48:31,203 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45338 - __SPLIT__ 2026-03-02 15:48:31,846 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45412 - __SPLIT__ 2026-03-02 15:48:32,491 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45694 - __SPLIT__ 2026-03-02 15:48:33,128 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45744 - __SPLIT__ 2026-03-02 15:48:33,772 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45809 - __SPLIT__ 2026-03-02 15:48:34,406 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45818 - __SPLIT__ 2026-03-02 15:48:35,049 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45900 - __SPLIT__ 2026-03-02 15:48:35,994 - 23206 - src.utils.log - INFO - Generating work orders for setup: 45929 - __SPLIT__ 2026-03-02 15:48:36,654 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46008 - __SPLIT__ 2026-03-02 15:48:37,313 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46318 - __SPLIT__ 2026-03-02 15:48:37,980 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46319 - __SPLIT__ 2026-03-02 15:48:38,643 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46336 - __SPLIT__ 2026-03-02 15:48:39,302 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46380 - __SPLIT__ 2026-03-02 15:48:39,963 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46382 - __SPLIT__ 2026-03-02 15:48:40,629 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46402 - __SPLIT__ 2026-03-02 15:48:41,286 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46404 - __SPLIT__ 2026-03-02 15:48:41,943 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46417 - __SPLIT__ 2026-03-02 15:48:42,602 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46418 - __SPLIT__ 2026-03-02 15:48:43,264 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46421 - __SPLIT__ 2026-03-02 15:48:43,920 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46431 - __SPLIT__ 2026-03-02 15:48:44,579 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46432 - __SPLIT__ 2026-03-02 15:48:45,240 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46437 - __SPLIT__ 2026-03-02 15:48:45,894 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46438 - __SPLIT__ 2026-03-02 15:48:46,557 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46446 - __SPLIT__ 2026-03-02 15:48:47,246 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46450 - __SPLIT__ 2026-03-02 15:48:47,913 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46454 - __SPLIT__ 2026-03-02 15:48:48,573 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46455 - __SPLIT__ 2026-03-02 15:48:49,498 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46459 - __SPLIT__ 2026-03-02 15:48:50,135 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46466 - __SPLIT__ 2026-03-02 15:48:50,764 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46477 - __SPLIT__ 2026-03-02 15:48:51,395 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46482 - __SPLIT__ 2026-03-02 15:48:52,030 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46484 - __SPLIT__ 2026-03-02 15:48:52,666 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46486 - __SPLIT__ 2026-03-02 15:48:53,299 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46510 - __SPLIT__ 2026-03-02 15:48:53,930 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46512 - __SPLIT__ 2026-03-02 15:48:54,571 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46530 - __SPLIT__ 2026-03-02 15:48:55,223 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46543 - __SPLIT__ 2026-03-02 15:48:55,852 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46577 - __SPLIT__ 2026-03-02 15:48:56,487 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46598 - __SPLIT__ 2026-03-02 15:48:57,119 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46631 - __SPLIT__ 2026-03-02 15:48:57,751 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46635 - __SPLIT__ 2026-03-02 15:48:58,380 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46643 - __SPLIT__ 2026-03-02 15:48:59,016 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46645 - __SPLIT__ 2026-03-02 15:48:59,656 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46667 - __SPLIT__ 2026-03-02 15:49:00,291 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46696 - __SPLIT__ 2026-03-02 15:49:00,927 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46700 - __SPLIT__ 2026-03-02 15:49:01,562 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46723 - __SPLIT__ 2026-03-02 15:49:02,495 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46748 - __SPLIT__ 2026-03-02 15:49:03,143 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46769 - __SPLIT__ 2026-03-02 15:49:03,795 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46786 - __SPLIT__ 2026-03-02 15:49:04,439 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46905 - __SPLIT__ 2026-03-02 15:49:05,091 - 23206 - src.utils.log - INFO - Generating work orders for setup: 46913 - __SPLIT__ 2026-03-02 15:49:05,735 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47010 - __SPLIT__ 2026-03-02 15:49:06,384 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47031 - __SPLIT__ 2026-03-02 15:49:07,040 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47078 - __SPLIT__ 2026-03-02 15:49:07,688 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47092 - __SPLIT__ 2026-03-02 15:49:08,338 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47161 - __SPLIT__ 2026-03-02 15:49:08,993 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47164 - __SPLIT__ 2026-03-02 15:49:09,646 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47283 - __SPLIT__ 2026-03-02 15:49:10,291 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47364 - __SPLIT__ 2026-03-02 15:49:10,936 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47393 - __SPLIT__ 2026-03-02 15:49:11,583 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47399 - __SPLIT__ 2026-03-02 15:49:12,226 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47416 - __SPLIT__ 2026-03-02 15:49:12,869 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47417 - __SPLIT__ 2026-03-02 15:49:13,514 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47450 - __SPLIT__ 2026-03-02 15:49:14,168 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47629 - __SPLIT__ 2026-03-02 15:49:14,823 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47653 - __SPLIT__ 2026-03-02 15:49:15,733 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47765 - __SPLIT__ 2026-03-02 15:49:16,368 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47772 - __SPLIT__ 2026-03-02 15:49:17,016 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47849 - __SPLIT__ 2026-03-02 15:49:17,655 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47873 - __SPLIT__ 2026-03-02 15:49:18,289 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47875 - __SPLIT__ 2026-03-02 15:49:18,929 - 23206 - src.utils.log - INFO - Generating work orders for setup: 47899 - __SPLIT__ 2026-03-02 15:49:19,568 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48104 - __SPLIT__ 2026-03-02 15:49:20,201 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48138 - __SPLIT__ 2026-03-02 15:49:20,834 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48141 - __SPLIT__ 2026-03-02 15:49:21,472 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48218 - __SPLIT__ 2026-03-02 15:49:22,106 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48286 - __SPLIT__ 2026-03-02 15:49:22,739 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48294 - __SPLIT__ 2026-03-02 15:49:23,380 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48295 - __SPLIT__ 2026-03-02 15:49:24,018 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48302 - __SPLIT__ 2026-03-02 15:49:24,652 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48304 - __SPLIT__ 2026-03-02 15:49:25,295 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48363 - __SPLIT__ 2026-03-02 15:49:25,926 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48378 - __SPLIT__ 2026-03-02 15:49:26,571 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48433 - __SPLIT__ 2026-03-02 15:49:27,208 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48435 - __SPLIT__ 2026-03-02 15:49:27,845 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48452 - __SPLIT__ 2026-03-02 15:49:28,766 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48543 - __SPLIT__ 2026-03-02 15:49:29,403 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48544 - __SPLIT__ 2026-03-02 15:49:30,053 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48582 - __SPLIT__ 2026-03-02 15:49:30,696 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48583 - __SPLIT__ 2026-03-02 15:49:31,348 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48588 - __SPLIT__ 2026-03-02 15:49:31,992 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48589 - __SPLIT__ 2026-03-02 15:49:32,637 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48604 - __SPLIT__ 2026-03-02 15:49:33,284 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48629 - __SPLIT__ 2026-03-02 15:49:33,925 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48648 - __SPLIT__ 2026-03-02 15:49:34,571 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48650 - __SPLIT__ 2026-03-02 15:49:35,225 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48651 - __SPLIT__ 2026-03-02 15:49:35,868 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48686 - __SPLIT__ 2026-03-02 15:49:36,510 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48706 - __SPLIT__ 2026-03-02 15:49:37,167 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48707 - __SPLIT__ 2026-03-02 15:49:37,811 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48793 - __SPLIT__ 2026-03-02 15:49:38,454 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48854 - __SPLIT__ 2026-03-02 15:49:39,106 - 23206 - src.utils.log - INFO - Generating work orders for setup: 48998 - __SPLIT__ 2026-03-02 15:49:39,757 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49094 - __SPLIT__ 2026-03-02 15:49:40,414 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49207 - __SPLIT__ 2026-03-02 15:49:41,056 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49233 - __SPLIT__ 2026-03-02 15:49:41,997 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49266 - __SPLIT__ 2026-03-02 15:49:42,652 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49334 - __SPLIT__ 2026-03-02 15:49:43,304 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49382 - __SPLIT__ 2026-03-02 15:49:43,962 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49383 - __SPLIT__ 2026-03-02 15:49:44,623 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49447 - __SPLIT__ 2026-03-02 15:49:45,273 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49570 - __SPLIT__ 2026-03-02 15:49:45,948 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49575 - __SPLIT__ 2026-03-02 15:49:46,604 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49600 - __SPLIT__ 2026-03-02 15:49:47,273 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49607 - __SPLIT__ 2026-03-02 15:49:47,931 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49608 - __SPLIT__ 2026-03-02 15:49:48,591 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49631 - __SPLIT__ 2026-03-02 15:49:49,242 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49633 - __SPLIT__ 2026-03-02 15:49:49,907 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49672 - __SPLIT__ 2026-03-02 15:49:50,553 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49732 - __SPLIT__ 2026-03-02 15:49:51,207 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49734 - __SPLIT__ 2026-03-02 15:49:51,868 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49748 - __SPLIT__ 2026-03-02 15:49:52,528 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49750 - __SPLIT__ 2026-03-02 15:49:53,191 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49754 - __SPLIT__ 2026-03-02 15:49:53,843 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49756 - __SPLIT__ 2026-03-02 15:49:54,503 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49760 - __SPLIT__ 2026-03-02 15:49:55,438 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49762 - __SPLIT__ 2026-03-02 15:49:56,093 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49764 - __SPLIT__ 2026-03-02 15:49:56,750 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49766 - __SPLIT__ 2026-03-02 15:49:57,441 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49768 - __SPLIT__ 2026-03-02 15:49:58,092 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49770 - __SPLIT__ 2026-03-02 15:49:58,747 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49776 - __SPLIT__ 2026-03-02 15:49:59,400 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49778 - __SPLIT__ 2026-03-02 15:50:00,068 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49780 - __SPLIT__ 2026-03-02 15:50:00,721 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49782 - __SPLIT__ 2026-03-02 15:50:01,376 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49784 - __SPLIT__ 2026-03-02 15:50:02,029 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49786 - __SPLIT__ 2026-03-02 15:50:02,688 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49788 - __SPLIT__ 2026-03-02 15:50:03,338 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49790 - __SPLIT__ 2026-03-02 15:50:03,994 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49792 - __SPLIT__ 2026-03-02 15:50:04,645 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49794 - __SPLIT__ 2026-03-02 15:50:05,303 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49810 - __SPLIT__ 2026-03-02 15:50:05,949 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49818 - __SPLIT__ 2026-03-02 15:50:06,601 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49834 - __SPLIT__ 2026-03-02 15:50:07,256 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49843 - __SPLIT__ 2026-03-02 15:50:07,906 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49889 - __SPLIT__ 2026-03-02 15:50:08,831 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49899 - __SPLIT__ 2026-03-02 15:50:09,477 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49901 - __SPLIT__ 2026-03-02 15:50:10,123 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49904 - __SPLIT__ 2026-03-02 15:50:10,767 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49925 - __SPLIT__ 2026-03-02 15:50:11,408 - 23206 - src.utils.log - INFO - Generating work orders for setup: 49927 - __SPLIT__ 2026-03-02 15:50:12,058 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50016 - __SPLIT__ 2026-03-02 15:50:12,705 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50043 - __SPLIT__ 2026-03-02 15:50:13,353 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50047 - __SPLIT__ 2026-03-02 15:50:14,002 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50110 - __SPLIT__ 2026-03-02 15:50:14,647 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50111 - __SPLIT__ 2026-03-02 15:50:15,293 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50169 - __SPLIT__ 2026-03-02 15:50:15,927 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50189 - __SPLIT__ 2026-03-02 15:50:16,568 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50193 - __SPLIT__ 2026-03-02 15:50:17,206 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50292 - __SPLIT__ 2026-03-02 15:50:17,848 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50296 - __SPLIT__ 2026-03-02 15:50:18,495 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50300 - __SPLIT__ 2026-03-02 15:50:19,138 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50385 - __SPLIT__ 2026-03-02 15:50:19,785 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50392 - __SPLIT__ 2026-03-02 15:50:20,431 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50492 - __SPLIT__ 2026-03-02 15:50:21,075 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50495 - __SPLIT__ 2026-03-02 15:50:22,005 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50498 - __SPLIT__ 2026-03-02 15:50:22,659 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50501 - __SPLIT__ 2026-03-02 15:50:23,300 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50504 - __SPLIT__ 2026-03-02 15:50:23,949 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50507 - __SPLIT__ 2026-03-02 15:50:24,595 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50510 - __SPLIT__ 2026-03-02 15:50:25,239 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50513 - __SPLIT__ 2026-03-02 15:50:25,890 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50516 - __SPLIT__ 2026-03-02 15:50:26,541 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50519 - __SPLIT__ 2026-03-02 15:50:27,196 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50522 - __SPLIT__ 2026-03-02 15:50:27,843 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50525 - __SPLIT__ 2026-03-02 15:50:28,494 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50528 - __SPLIT__ 2026-03-02 15:50:29,146 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50531 - __SPLIT__ 2026-03-02 15:50:29,799 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50534 - __SPLIT__ 2026-03-02 15:50:30,446 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50537 - __SPLIT__ 2026-03-02 15:50:31,090 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50540 - __SPLIT__ 2026-03-02 15:50:31,733 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50543 - __SPLIT__ 2026-03-02 15:50:32,380 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50546 - __SPLIT__ 2026-03-02 15:50:33,041 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50549 - __SPLIT__ 2026-03-02 15:50:33,683 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50551 - __SPLIT__ 2026-03-02 15:50:34,337 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50554 - __SPLIT__ 2026-03-02 15:50:35,251 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50558 - __SPLIT__ 2026-03-02 15:50:35,894 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50562 - __SPLIT__ 2026-03-02 15:50:36,536 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50566 - __SPLIT__ 2026-03-02 15:50:37,178 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50569 - __SPLIT__ 2026-03-02 15:50:37,812 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50572 - __SPLIT__ 2026-03-02 15:50:38,441 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50575 - __SPLIT__ 2026-03-02 15:50:39,075 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50578 - __SPLIT__ 2026-03-02 15:50:39,719 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50581 - __SPLIT__ 2026-03-02 15:50:40,354 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50584 - __SPLIT__ 2026-03-02 15:50:40,998 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50587 - __SPLIT__ 2026-03-02 15:50:41,638 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50590 - __SPLIT__ 2026-03-02 15:50:42,283 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50593 - __SPLIT__ 2026-03-02 15:50:42,920 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50597 - __SPLIT__ 2026-03-02 15:50:43,554 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50614 - __SPLIT__ 2026-03-02 15:50:44,188 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50636 - __SPLIT__ 2026-03-02 15:50:44,820 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50676 - __SPLIT__ 2026-03-02 15:50:45,459 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50695 - __SPLIT__ 2026-03-02 15:50:46,091 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50709 - __SPLIT__ 2026-03-02 15:50:46,730 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50710 - __SPLIT__ 2026-03-02 15:50:47,370 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50752 - __SPLIT__ 2026-03-02 15:50:48,286 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50787 - __SPLIT__ 2026-03-02 15:50:48,931 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50803 - __SPLIT__ 2026-03-02 15:50:49,577 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50806 - __SPLIT__ 2026-03-02 15:50:50,214 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50813 - __SPLIT__ 2026-03-02 15:50:50,860 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50817 - __SPLIT__ 2026-03-02 15:50:51,506 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50828 - __SPLIT__ 2026-03-02 15:50:52,143 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50979 - __SPLIT__ 2026-03-02 15:50:52,790 - 23206 - src.utils.log - INFO - Generating work orders for setup: 50982 - __SPLIT__ 2026-03-02 15:50:53,434 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51017 - __SPLIT__ 2026-03-02 15:50:54,073 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51034 - __SPLIT__ 2026-03-02 15:50:54,708 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51060 - __SPLIT__ 2026-03-02 15:50:55,353 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51092 - __SPLIT__ 2026-03-02 15:50:55,992 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51098 - __SPLIT__ 2026-03-02 15:50:56,632 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51138 - __SPLIT__ 2026-03-02 15:50:57,305 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51170 - __SPLIT__ 2026-03-02 15:50:57,941 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51221 - __SPLIT__ 2026-03-02 15:50:58,578 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51223 - __SPLIT__ 2026-03-02 15:50:59,212 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51243 - __SPLIT__ 2026-03-02 15:50:59,846 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51287 - __SPLIT__ 2026-03-02 15:51:00,489 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51296 - __SPLIT__ 2026-03-02 15:51:01,424 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51307 - __SPLIT__ 2026-03-02 15:51:02,076 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51328 - __SPLIT__ 2026-03-02 15:51:02,731 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51332 - __SPLIT__ 2026-03-02 15:51:03,379 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51338 - __SPLIT__ 2026-03-02 15:51:04,026 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51339 - __SPLIT__ 2026-03-02 15:51:04,680 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51357 - __SPLIT__ 2026-03-02 15:51:05,357 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51358 - __SPLIT__ 2026-03-02 15:51:06,002 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51359 - __SPLIT__ 2026-03-02 15:51:06,667 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51427 - __SPLIT__ 2026-03-02 15:51:07,311 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51439 - __SPLIT__ 2026-03-02 15:51:07,953 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51484 - __SPLIT__ 2026-03-02 15:51:08,599 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51576 - __SPLIT__ 2026-03-02 15:51:09,241 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51617 - __SPLIT__ 2026-03-02 15:51:09,888 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51620 - __SPLIT__ 2026-03-02 15:51:10,560 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51655 - __SPLIT__ 2026-03-02 15:51:11,207 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51682 - __SPLIT__ 2026-03-02 15:51:11,862 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51704 - __SPLIT__ 2026-03-02 15:51:12,534 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51723 - __SPLIT__ 2026-03-02 15:51:13,186 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51727 - __SPLIT__ 2026-03-02 15:51:13,845 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51784 - __SPLIT__ 2026-03-02 15:51:14,768 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51817 - __SPLIT__ 2026-03-02 15:51:15,415 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51854 - __SPLIT__ 2026-03-02 15:51:16,075 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51892 - __SPLIT__ 2026-03-02 15:51:16,727 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51902 - __SPLIT__ 2026-03-02 15:51:17,372 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51928 - __SPLIT__ 2026-03-02 15:51:18,021 - 23206 - src.utils.log - INFO - Generating work orders for setup: 51973 - __SPLIT__ 2026-03-02 15:51:18,669 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52190 - __SPLIT__ 2026-03-02 15:51:19,307 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52191 - __SPLIT__ 2026-03-02 15:51:19,965 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52269 - __SPLIT__ 2026-03-02 15:51:20,626 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52270 - __SPLIT__ 2026-03-02 15:51:21,280 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52272 - __SPLIT__ 2026-03-02 15:51:21,926 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52273 - __SPLIT__ 2026-03-02 15:51:22,574 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52335 - __SPLIT__ 2026-03-02 15:51:23,223 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52337 - __SPLIT__ 2026-03-02 15:51:23,897 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52343 - __SPLIT__ 2026-03-02 15:51:24,544 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52365 - __SPLIT__ 2026-03-02 15:51:25,184 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52409 - __SPLIT__ 2026-03-02 15:51:25,833 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52454 - __SPLIT__ 2026-03-02 15:51:26,495 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52456 - __SPLIT__ 2026-03-02 15:51:27,147 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52459 - __SPLIT__ 2026-03-02 15:51:28,073 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52463 - __SPLIT__ 2026-03-02 15:51:28,724 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52508 - __SPLIT__ 2026-03-02 15:51:29,370 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52538 - __SPLIT__ 2026-03-02 15:51:30,017 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52546 - __SPLIT__ 2026-03-02 15:51:30,661 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52788 - __SPLIT__ 2026-03-02 15:51:31,315 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52848 - __SPLIT__ 2026-03-02 15:51:31,964 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52860 - __SPLIT__ 2026-03-02 15:51:32,614 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52861 - __SPLIT__ 2026-03-02 15:51:33,263 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52862 - __SPLIT__ 2026-03-02 15:51:33,906 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52882 - __SPLIT__ 2026-03-02 15:51:34,553 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52899 - __SPLIT__ 2026-03-02 15:51:35,211 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52906 - __SPLIT__ 2026-03-02 15:51:35,861 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52910 - __SPLIT__ 2026-03-02 15:51:36,525 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52917 - __SPLIT__ 2026-03-02 15:51:37,171 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52919 - __SPLIT__ 2026-03-02 15:51:37,817 - 23206 - src.utils.log - INFO - Generating work orders for setup: 52959 - __SPLIT__ 2026-03-02 15:51:38,467 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53062 - __SPLIT__ 2026-03-02 15:51:39,116 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53117 - __SPLIT__ 2026-03-02 15:51:39,767 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53243 - __SPLIT__ 2026-03-02 15:51:40,424 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53283 - __SPLIT__ 2026-03-02 15:51:41,347 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53305 - __SPLIT__ 2026-03-02 15:51:41,996 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53355 - __SPLIT__ 2026-03-02 15:51:42,647 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53526 - __SPLIT__ 2026-03-02 15:51:43,297 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53527 - __SPLIT__ 2026-03-02 15:51:43,945 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53575 - __SPLIT__ 2026-03-02 15:51:44,598 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53603 - __SPLIT__ 2026-03-02 15:51:45,245 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53622 - __SPLIT__ 2026-03-02 15:51:45,893 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53626 - __SPLIT__ 2026-03-02 15:51:46,546 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53701 - __SPLIT__ 2026-03-02 15:51:47,194 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53703 - __SPLIT__ 2026-03-02 15:51:47,846 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53801 - __SPLIT__ 2026-03-02 15:51:48,489 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53843 - __SPLIT__ 2026-03-02 15:51:49,186 - 23206 - src.utils.log - INFO - Generating work orders for setup: 53928 - __SPLIT__ 2026-03-02 15:51:49,832 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54010 - __SPLIT__ 2026-03-02 15:51:50,482 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54218 - __SPLIT__ 2026-03-02 15:51:51,134 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54241 - __SPLIT__ 2026-03-02 15:51:51,779 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54452 - __SPLIT__ 2026-03-02 15:51:52,416 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54496 - __SPLIT__ 2026-03-02 15:51:53,060 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54504 - __SPLIT__ 2026-03-02 15:51:53,709 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54527 - __SPLIT__ 2026-03-02 15:51:54,639 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54566 - __SPLIT__ 2026-03-02 15:51:55,282 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54607 - __SPLIT__ 2026-03-02 15:51:55,922 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54707 - __SPLIT__ 2026-03-02 15:51:56,581 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54709 - __SPLIT__ 2026-03-02 15:51:57,217 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54761 - __SPLIT__ 2026-03-02 15:51:57,853 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54778 - __SPLIT__ 2026-03-02 15:51:58,497 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54789 - __SPLIT__ 2026-03-02 15:51:59,137 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54818 - __SPLIT__ 2026-03-02 15:51:59,774 - 23206 - src.utils.log - INFO - Generating work orders for setup: 54968 - __SPLIT__ 2026-03-02 15:52:00,412 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55033 - __SPLIT__ 2026-03-02 15:52:01,049 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55038 - __SPLIT__ 2026-03-02 15:52:01,689 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55060 - __SPLIT__ 2026-03-02 15:52:02,331 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55114 - __SPLIT__ 2026-03-02 15:52:02,963 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55134 - __SPLIT__ 2026-03-02 15:52:03,600 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55169 - __SPLIT__ 2026-03-02 15:52:04,234 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55199 - __SPLIT__ 2026-03-02 15:52:04,870 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55224 - __SPLIT__ 2026-03-02 15:52:05,508 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55283 - __SPLIT__ 2026-03-02 15:52:06,141 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55336 - __SPLIT__ 2026-03-02 15:52:06,864 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55346 - __SPLIT__ 2026-03-02 15:52:07,769 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55349 - __SPLIT__ 2026-03-02 15:52:08,413 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55351 - __SPLIT__ 2026-03-02 15:52:09,050 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55438 - __SPLIT__ 2026-03-02 15:52:09,682 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55459 - __SPLIT__ 2026-03-02 15:52:10,320 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55463 - __SPLIT__ 2026-03-02 15:52:10,959 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55522 - __SPLIT__ 2026-03-02 15:52:11,596 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55560 - __SPLIT__ 2026-03-02 15:52:12,231 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55582 - __SPLIT__ 2026-03-02 15:52:12,864 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55583 - __SPLIT__ 2026-03-02 15:52:13,500 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55611 - __SPLIT__ 2026-03-02 15:52:14,132 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55612 - __SPLIT__ 2026-03-02 15:52:14,759 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55679 - __SPLIT__ 2026-03-02 15:52:15,391 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55687 - __SPLIT__ 2026-03-02 15:52:16,022 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55729 - __SPLIT__ 2026-03-02 15:52:16,651 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55867 - __SPLIT__ 2026-03-02 15:52:17,297 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55901 - __SPLIT__ 2026-03-02 15:52:17,934 - 23206 - src.utils.log - INFO - Generating work orders for setup: 55975 - __SPLIT__ 2026-03-02 15:52:18,578 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56005 - __SPLIT__ 2026-03-02 15:52:19,217 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56007 - __SPLIT__ 2026-03-02 15:52:19,855 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56009 - __SPLIT__ 2026-03-02 15:52:20,771 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56058 - __SPLIT__ 2026-03-02 15:52:21,436 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56076 - __SPLIT__ 2026-03-02 15:52:22,066 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56083 - __SPLIT__ 2026-03-02 15:52:22,708 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56093 - __SPLIT__ 2026-03-02 15:52:23,358 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56162 - __SPLIT__ 2026-03-02 15:52:23,995 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56177 - __SPLIT__ 2026-03-02 15:52:24,636 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56226 - __SPLIT__ 2026-03-02 15:52:25,272 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56228 - __SPLIT__ 2026-03-02 15:52:25,914 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56260 - __SPLIT__ 2026-03-02 15:52:26,551 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56352 - __SPLIT__ 2026-03-02 15:52:27,187 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56373 - __SPLIT__ 2026-03-02 15:52:27,824 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56459 - __SPLIT__ 2026-03-02 15:52:28,465 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56460 - __SPLIT__ 2026-03-02 15:52:29,129 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56492 - __SPLIT__ 2026-03-02 15:52:29,765 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56494 - __SPLIT__ 2026-03-02 15:52:30,407 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56495 - __SPLIT__ 2026-03-02 15:52:31,044 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56498 - __SPLIT__ 2026-03-02 15:52:31,688 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56501 - __SPLIT__ 2026-03-02 15:52:32,328 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56503 - __SPLIT__ 2026-03-02 15:52:32,965 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56549 - __SPLIT__ 2026-03-02 15:52:33,878 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56617 - __SPLIT__ 2026-03-02 15:52:34,533 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56618 - __SPLIT__ 2026-03-02 15:52:35,171 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56713 - __SPLIT__ 2026-03-02 15:52:35,802 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56825 - __SPLIT__ 2026-03-02 15:52:36,438 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56848 - __SPLIT__ 2026-03-02 15:52:37,074 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56849 - __SPLIT__ 2026-03-02 15:52:37,726 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56852 - __SPLIT__ 2026-03-02 15:52:38,365 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56853 - __SPLIT__ 2026-03-02 15:52:39,005 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56854 - __SPLIT__ 2026-03-02 15:52:39,655 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56856 - __SPLIT__ 2026-03-02 15:52:40,289 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56861 - __SPLIT__ 2026-03-02 15:52:40,931 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56862 - __SPLIT__ 2026-03-02 15:52:41,580 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56899 - __SPLIT__ 2026-03-02 15:52:42,224 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56900 - __SPLIT__ 2026-03-02 15:52:42,860 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56901 - __SPLIT__ 2026-03-02 15:52:43,498 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56936 - __SPLIT__ 2026-03-02 15:52:44,130 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56989 - __SPLIT__ 2026-03-02 15:52:44,768 - 23206 - src.utils.log - INFO - Generating work orders for setup: 56991 - __SPLIT__ 2026-03-02 15:52:45,402 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57027 - __SPLIT__ 2026-03-02 15:52:46,041 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57048 - __SPLIT__ 2026-03-02 15:52:46,985 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57060 - __SPLIT__ 2026-03-02 15:52:47,639 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57117 - __SPLIT__ 2026-03-02 15:52:48,294 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57133 - __SPLIT__ 2026-03-02 15:52:48,951 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57160 - __SPLIT__ 2026-03-02 15:52:49,609 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57194 - __SPLIT__ 2026-03-02 15:52:50,268 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57195 - __SPLIT__ 2026-03-02 15:52:50,928 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57196 - __SPLIT__ 2026-03-02 15:52:51,580 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57197 - __SPLIT__ 2026-03-02 15:52:52,258 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57204 - __SPLIT__ 2026-03-02 15:52:52,913 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57205 - __SPLIT__ 2026-03-02 15:52:53,572 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57206 - __SPLIT__ 2026-03-02 15:52:54,220 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57246 - __SPLIT__ 2026-03-02 15:52:54,872 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57247 - __SPLIT__ 2026-03-02 15:52:55,530 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57261 - __SPLIT__ 2026-03-02 15:52:56,177 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57262 - __SPLIT__ 2026-03-02 15:52:56,842 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57264 - __SPLIT__ 2026-03-02 15:52:57,491 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57265 - __SPLIT__ 2026-03-02 15:52:58,152 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57268 - __SPLIT__ 2026-03-02 15:52:58,804 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57269 - __SPLIT__ 2026-03-02 15:52:59,458 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57271 - __SPLIT__ 2026-03-02 15:53:00,390 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57272 - __SPLIT__ 2026-03-02 15:53:01,038 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57274 - __SPLIT__ 2026-03-02 15:53:01,689 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57275 - __SPLIT__ 2026-03-02 15:53:02,342 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57278 - __SPLIT__ 2026-03-02 15:53:02,982 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57288 - __SPLIT__ 2026-03-02 15:53:03,630 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57298 - __SPLIT__ 2026-03-02 15:53:04,275 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57304 - __SPLIT__ 2026-03-02 15:53:04,917 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57313 - __SPLIT__ 2026-03-02 15:53:05,565 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57314 - __SPLIT__ 2026-03-02 15:53:06,209 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57315 - __SPLIT__ 2026-03-02 15:53:06,852 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57317 - __SPLIT__ 2026-03-02 15:53:07,498 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57318 - __SPLIT__ 2026-03-02 15:53:08,147 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57319 - __SPLIT__ 2026-03-02 15:53:08,797 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57322 - __SPLIT__ 2026-03-02 15:53:09,437 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57327 - __SPLIT__ 2026-03-02 15:53:10,079 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57341 - __SPLIT__ 2026-03-02 15:53:10,728 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57366 - __SPLIT__ 2026-03-02 15:53:11,373 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57368 - __SPLIT__ 2026-03-02 15:53:12,013 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57370 - __SPLIT__ 2026-03-02 15:53:12,661 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57371 - __SPLIT__ 2026-03-02 15:53:13,584 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57372 - __SPLIT__ 2026-03-02 15:53:14,219 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57387 - __SPLIT__ 2026-03-02 15:53:14,866 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57390 - __SPLIT__ 2026-03-02 15:53:15,512 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57397 - __SPLIT__ 2026-03-02 15:53:16,157 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57436 - __SPLIT__ 2026-03-02 15:53:16,794 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57450 - __SPLIT__ 2026-03-02 15:53:17,432 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57566 - __SPLIT__ 2026-03-02 15:53:18,072 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57567 - __SPLIT__ 2026-03-02 15:53:18,712 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57599 - __SPLIT__ 2026-03-02 15:53:19,354 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57605 - __SPLIT__ 2026-03-02 15:53:19,991 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57613 - __SPLIT__ 2026-03-02 15:53:20,631 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57617 - __SPLIT__ 2026-03-02 15:53:21,269 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57632 - __SPLIT__ 2026-03-02 15:53:21,909 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57638 - __SPLIT__ 2026-03-02 15:53:22,539 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57647 - __SPLIT__ 2026-03-02 15:53:23,186 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57768 - __SPLIT__ 2026-03-02 15:53:23,817 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57769 - __SPLIT__ 2026-03-02 15:53:24,451 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57770 - __SPLIT__ 2026-03-02 15:53:25,095 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57771 - __SPLIT__ 2026-03-02 15:53:25,736 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57772 - __SPLIT__ 2026-03-02 15:53:26,670 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57773 - __SPLIT__ 2026-03-02 15:53:27,309 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57775 - __SPLIT__ 2026-03-02 15:53:27,940 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57776 - __SPLIT__ 2026-03-02 15:53:28,575 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57777 - __SPLIT__ 2026-03-02 15:53:29,211 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57781 - __SPLIT__ 2026-03-02 15:53:29,842 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57782 - __SPLIT__ 2026-03-02 15:53:30,475 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57783 - __SPLIT__ 2026-03-02 15:53:31,112 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57784 - __SPLIT__ 2026-03-02 15:53:31,766 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57785 - __SPLIT__ 2026-03-02 15:53:32,408 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57787 - __SPLIT__ 2026-03-02 15:53:33,043 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57788 - __SPLIT__ 2026-03-02 15:53:33,678 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57789 - __SPLIT__ 2026-03-02 15:53:34,310 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57791 - __SPLIT__ 2026-03-02 15:53:34,952 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57792 - __SPLIT__ 2026-03-02 15:53:35,591 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57793 - __SPLIT__ 2026-03-02 15:53:36,224 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57794 - __SPLIT__ 2026-03-02 15:53:36,864 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57795 - __SPLIT__ 2026-03-02 15:53:37,497 - 23206 - src.utils.log - INFO - Generating work orders for setup: 57796 - __SPLIT__ 2026-03-02 15:53:38,135 - 23206 - src.utils.log - INFO - Generating work orders for setup: 58103 - __SPLIT__ 2026-03-02 15:53:38,771 - 23206 - src.utils.log - INFO - Generating work orders for setup: 58166 - __SPLIT__ 2026-03-02 15:53:39,703 - 23206 - src.utils.log - INFO - Generating work orders for setup: 58306 - __SPLIT__ 2026-03-02 15:53:40,344 - 23206 - src.utils.log - INFO - Generating work orders for setup: 58350 - __SPLIT__ 2026-03-02 15:53:41,002 - 23206 - src.utils.log - INFO - Generating work orders for setup: 58351 - __SPLIT__ 2026-03-02 15:53:41,657 - 23206 - src.utils.log - INFO - Generating work orders for setup: 58506 - __SPLIT__ 2026-03-02 15:53:42,308 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59045 - __SPLIT__ 2026-03-02 15:53:42,952 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59046 - __SPLIT__ 2026-03-02 15:53:43,606 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59061 - __SPLIT__ 2026-03-02 15:53:44,242 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59062 - __SPLIT__ 2026-03-02 15:53:44,887 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59165 - __SPLIT__ 2026-03-02 15:53:45,533 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59175 - __SPLIT__ 2026-03-02 15:53:46,176 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59261 - __SPLIT__ 2026-03-02 15:53:46,850 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59271 - __SPLIT__ 2026-03-02 15:53:47,520 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59359 - __SPLIT__ 2026-03-02 15:53:48,162 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59707 - __SPLIT__ 2026-03-02 15:53:48,813 - 23206 - src.utils.log - INFO - Generating work orders for setup: 59803 - __SPLIT__ 2026-03-02 15:53:49,452 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60036 - __SPLIT__ 2026-03-02 15:53:50,084 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60089 - __SPLIT__ 2026-03-02 15:53:50,733 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60507 - __SPLIT__ 2026-03-02 15:53:51,377 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60530 - __SPLIT__ 2026-03-02 15:53:52,024 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60532 - __SPLIT__ 2026-03-02 15:53:52,984 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60538 - __SPLIT__ 2026-03-02 15:53:53,641 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60599 - __SPLIT__ 2026-03-02 15:53:54,304 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60679 - __SPLIT__ 2026-03-02 15:53:54,963 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60774 - __SPLIT__ 2026-03-02 15:53:55,631 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60801 - __SPLIT__ 2026-03-02 15:53:56,311 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60834 - __SPLIT__ 2026-03-02 15:53:56,970 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60841 - __SPLIT__ 2026-03-02 15:53:57,635 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60874 - __SPLIT__ 2026-03-02 15:53:58,295 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60900 - __SPLIT__ 2026-03-02 15:53:58,952 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60951 - __SPLIT__ 2026-03-02 15:53:59,611 - 23206 - src.utils.log - INFO - Generating work orders for setup: 60984 - __SPLIT__ 2026-03-02 15:54:00,275 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61012 - __SPLIT__ 2026-03-02 15:54:00,936 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61023 - __SPLIT__ 2026-03-02 15:54:01,601 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61024 - __SPLIT__ 2026-03-02 15:54:02,264 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61069 - __SPLIT__ 2026-03-02 15:54:02,932 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61263 - __SPLIT__ 2026-03-02 15:54:03,596 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61271 - __SPLIT__ 2026-03-02 15:54:04,263 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61283 - __SPLIT__ 2026-03-02 15:54:04,924 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61285 - __SPLIT__ 2026-03-02 15:54:05,585 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61286 - __SPLIT__ 2026-03-02 15:54:06,499 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61287 - __SPLIT__ 2026-03-02 15:54:07,139 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61288 - __SPLIT__ 2026-03-02 15:54:07,791 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61289 - __SPLIT__ 2026-03-02 15:54:08,438 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61290 - __SPLIT__ 2026-03-02 15:54:09,076 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61291 - __SPLIT__ 2026-03-02 15:54:09,726 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61292 - __SPLIT__ 2026-03-02 15:54:10,373 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61293 - __SPLIT__ 2026-03-02 15:54:11,015 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61294 - __SPLIT__ 2026-03-02 15:54:11,659 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61296 - __SPLIT__ 2026-03-02 15:54:12,302 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61297 - __SPLIT__ 2026-03-02 15:54:12,940 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61298 - __SPLIT__ 2026-03-02 15:54:13,589 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61300 - __SPLIT__ 2026-03-02 15:54:14,228 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61301 - __SPLIT__ 2026-03-02 15:54:14,891 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61302 - __SPLIT__ 2026-03-02 15:54:15,541 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61303 - __SPLIT__ 2026-03-02 15:54:16,184 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61304 - __SPLIT__ 2026-03-02 15:54:16,828 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61306 - __SPLIT__ 2026-03-02 15:54:17,467 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61307 - __SPLIT__ 2026-03-02 15:54:18,135 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61308 - __SPLIT__ 2026-03-02 15:54:18,778 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61311 - __SPLIT__ 2026-03-02 15:54:19,694 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61312 - __SPLIT__ 2026-03-02 15:54:20,329 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61313 - __SPLIT__ 2026-03-02 15:54:20,964 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61314 - __SPLIT__ 2026-03-02 15:54:21,599 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61315 - __SPLIT__ 2026-03-02 15:54:22,307 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61316 - __SPLIT__ 2026-03-02 15:54:22,944 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61317 - __SPLIT__ 2026-03-02 15:54:23,580 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61318 - __SPLIT__ 2026-03-02 15:54:24,211 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61319 - __SPLIT__ 2026-03-02 15:54:24,844 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61320 - __SPLIT__ 2026-03-02 15:54:25,482 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61321 - __SPLIT__ 2026-03-02 15:54:26,114 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61322 - __SPLIT__ 2026-03-02 15:54:26,744 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61323 - __SPLIT__ 2026-03-02 15:54:27,382 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61324 - __SPLIT__ 2026-03-02 15:54:28,027 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61325 - __SPLIT__ 2026-03-02 15:54:28,665 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61326 - __SPLIT__ 2026-03-02 15:54:29,295 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61327 - __SPLIT__ 2026-03-02 15:54:29,932 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61328 - __SPLIT__ 2026-03-02 15:54:30,566 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61329 - __SPLIT__ 2026-03-02 15:54:31,195 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61330 - __SPLIT__ 2026-03-02 15:54:31,828 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61331 - __SPLIT__ 2026-03-02 15:54:32,767 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61332 - __SPLIT__ 2026-03-02 15:54:33,423 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61333 - __SPLIT__ 2026-03-02 15:54:34,080 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61334 - __SPLIT__ 2026-03-02 15:54:34,755 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61335 - __SPLIT__ 2026-03-02 15:54:35,419 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61336 - __SPLIT__ 2026-03-02 15:54:36,074 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61337 - __SPLIT__ 2026-03-02 15:54:36,737 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61338 - __SPLIT__ 2026-03-02 15:54:37,396 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61339 - __SPLIT__ 2026-03-02 15:54:38,056 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61340 - __SPLIT__ 2026-03-02 15:54:38,716 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61341 - __SPLIT__ 2026-03-02 15:54:39,373 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61342 - __SPLIT__ 2026-03-02 15:54:40,033 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61343 - __SPLIT__ 2026-03-02 15:54:40,690 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61344 - __SPLIT__ 2026-03-02 15:54:41,344 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61345 - __SPLIT__ 2026-03-02 15:54:42,011 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61346 - __SPLIT__ 2026-03-02 15:54:42,750 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61354 - __SPLIT__ 2026-03-02 15:54:43,413 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61355 - __SPLIT__ 2026-03-02 15:54:44,075 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61356 - __SPLIT__ 2026-03-02 15:54:44,738 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61357 - __SPLIT__ 2026-03-02 15:54:45,394 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61358 - __SPLIT__ 2026-03-02 15:54:46,300 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61359 - __SPLIT__ 2026-03-02 15:54:46,928 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61362 - __SPLIT__ 2026-03-02 15:54:47,555 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61365 - __SPLIT__ 2026-03-02 15:54:48,193 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61367 - __SPLIT__ 2026-03-02 15:54:48,821 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61369 - __SPLIT__ 2026-03-02 15:54:49,459 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61370 - __SPLIT__ 2026-03-02 15:54:50,090 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61371 - __SPLIT__ 2026-03-02 15:54:50,725 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61372 - __SPLIT__ 2026-03-02 15:54:51,357 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61577 - __SPLIT__ 2026-03-02 15:54:51,988 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61657 - __SPLIT__ 2026-03-02 15:54:52,624 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61714 - __SPLIT__ 2026-03-02 15:54:53,257 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61791 - __SPLIT__ 2026-03-02 15:54:53,885 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61820 - __SPLIT__ 2026-03-02 15:54:54,534 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61832 - __SPLIT__ 2026-03-02 15:54:55,170 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61872 - __SPLIT__ 2026-03-02 15:54:55,809 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61873 - __SPLIT__ 2026-03-02 15:54:56,443 - 23206 - src.utils.log - INFO - Generating work orders for setup: 61975 - __SPLIT__ 2026-03-02 15:54:57,075 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62092 - __SPLIT__ 2026-03-02 15:54:57,705 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62093 - __SPLIT__ 2026-03-02 15:54:58,335 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62094 - __SPLIT__ 2026-03-02 15:54:59,255 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62095 - __SPLIT__ 2026-03-02 15:54:59,890 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62345 - __SPLIT__ 2026-03-02 15:55:00,532 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62395 - __SPLIT__ 2026-03-02 15:55:01,168 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62412 - __SPLIT__ 2026-03-02 15:55:01,806 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62421 - __SPLIT__ 2026-03-02 15:55:02,447 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62495 - __SPLIT__ 2026-03-02 15:55:03,082 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62496 - __SPLIT__ 2026-03-02 15:55:03,731 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62544 - __SPLIT__ 2026-03-02 15:55:04,369 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62577 - __SPLIT__ 2026-03-02 15:55:04,998 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62599 - __SPLIT__ 2026-03-02 15:55:05,634 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62600 - __SPLIT__ 2026-03-02 15:55:06,298 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62604 - __SPLIT__ 2026-03-02 15:55:06,943 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62605 - __SPLIT__ 2026-03-02 15:55:07,580 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62608 - __SPLIT__ 2026-03-02 15:55:08,233 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62609 - __SPLIT__ 2026-03-02 15:55:08,870 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62613 - __SPLIT__ 2026-03-02 15:55:09,509 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62637 - __SPLIT__ 2026-03-02 15:55:10,153 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62638 - __SPLIT__ 2026-03-02 15:55:10,787 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62689 - __SPLIT__ 2026-03-02 15:55:11,417 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62757 - __SPLIT__ 2026-03-02 15:55:12,377 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62758 - __SPLIT__ 2026-03-02 15:55:13,053 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62759 - __SPLIT__ 2026-03-02 15:55:13,731 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62760 - __SPLIT__ 2026-03-02 15:55:14,424 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62913 - __SPLIT__ 2026-03-02 15:55:15,081 - 23206 - src.utils.log - INFO - Generating work orders for setup: 62960 - __SPLIT__ 2026-03-02 15:55:15,735 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63054 - __SPLIT__ 2026-03-02 15:55:16,392 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63176 - __SPLIT__ 2026-03-02 15:55:17,060 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63212 - __SPLIT__ 2026-03-02 15:55:17,715 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63251 - __SPLIT__ 2026-03-02 15:55:18,373 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63252 - __SPLIT__ 2026-03-02 15:55:19,034 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63253 - __SPLIT__ 2026-03-02 15:55:19,696 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63302 - __SPLIT__ 2026-03-02 15:55:20,354 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63303 - __SPLIT__ 2026-03-02 15:55:21,022 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63309 - __SPLIT__ 2026-03-02 15:55:21,678 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63310 - __SPLIT__ 2026-03-02 15:55:22,342 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63316 - __SPLIT__ 2026-03-02 15:55:23,001 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63335 - __SPLIT__ 2026-03-02 15:55:23,656 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63344 - __SPLIT__ 2026-03-02 15:55:24,320 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63387 - __SPLIT__ 2026-03-02 15:55:24,973 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63457 - __SPLIT__ 2026-03-02 15:55:25,894 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63496 - __SPLIT__ 2026-03-02 15:55:26,536 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63497 - __SPLIT__ 2026-03-02 15:55:27,187 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63562 - __SPLIT__ 2026-03-02 15:55:27,864 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63585 - __SPLIT__ 2026-03-02 15:55:28,505 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63660 - __SPLIT__ 2026-03-02 15:55:29,159 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63760 - __SPLIT__ 2026-03-02 15:55:29,801 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63806 - __SPLIT__ 2026-03-02 15:55:30,447 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63807 - __SPLIT__ 2026-03-02 15:55:31,104 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63811 - __SPLIT__ 2026-03-02 15:55:31,750 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63824 - __SPLIT__ 2026-03-02 15:55:32,398 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63954 - __SPLIT__ 2026-03-02 15:55:33,050 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63989 - __SPLIT__ 2026-03-02 15:55:33,696 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63990 - __SPLIT__ 2026-03-02 15:55:34,381 - 23206 - src.utils.log - INFO - Generating work orders for setup: 63994 - __SPLIT__ 2026-03-02 15:55:35,037 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64030 - __SPLIT__ 2026-03-02 15:55:35,691 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64031 - __SPLIT__ 2026-03-02 15:55:36,341 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64032 - __SPLIT__ 2026-03-02 15:55:36,988 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64034 - __SPLIT__ 2026-03-02 15:55:37,641 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64035 - __SPLIT__ 2026-03-02 15:55:38,287 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64036 - __SPLIT__ 2026-03-02 15:55:39,218 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64037 - __SPLIT__ 2026-03-02 15:55:39,876 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64039 - __SPLIT__ 2026-03-02 15:55:40,524 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64040 - __SPLIT__ 2026-03-02 15:55:41,178 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64044 - __SPLIT__ 2026-03-02 15:55:41,835 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64045 - __SPLIT__ 2026-03-02 15:55:42,486 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64047 - __SPLIT__ 2026-03-02 15:55:43,147 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64048 - __SPLIT__ 2026-03-02 15:55:43,794 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64051 - __SPLIT__ 2026-03-02 15:55:44,447 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64052 - __SPLIT__ 2026-03-02 15:55:45,160 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64055 - __SPLIT__ 2026-03-02 15:55:45,813 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64056 - __SPLIT__ 2026-03-02 15:55:46,456 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64058 - __SPLIT__ 2026-03-02 15:55:47,101 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64062 - __SPLIT__ 2026-03-02 15:55:47,760 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64063 - __SPLIT__ 2026-03-02 15:55:48,407 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64067 - __SPLIT__ 2026-03-02 15:55:49,058 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64105 - __SPLIT__ 2026-03-02 15:55:49,710 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64162 - __SPLIT__ 2026-03-02 15:55:50,359 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64177 - __SPLIT__ 2026-03-02 15:55:51,018 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64188 - __SPLIT__ 2026-03-02 15:55:51,669 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64199 - __SPLIT__ 2026-03-02 15:55:52,587 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64200 - __SPLIT__ 2026-03-02 15:55:53,217 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64250 - __SPLIT__ 2026-03-02 15:55:53,854 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64294 - __SPLIT__ 2026-03-02 15:55:54,511 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64300 - __SPLIT__ 2026-03-02 15:55:55,138 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64303 - __SPLIT__ 2026-03-02 15:55:55,799 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64304 - __SPLIT__ 2026-03-02 15:55:56,434 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64334 - __SPLIT__ 2026-03-02 15:55:57,067 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64335 - __SPLIT__ 2026-03-02 15:55:57,710 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64377 - __SPLIT__ 2026-03-02 15:55:58,345 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64438 - __SPLIT__ 2026-03-02 15:55:58,979 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64442 - __SPLIT__ 2026-03-02 15:55:59,607 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64461 - __SPLIT__ 2026-03-02 15:56:00,243 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64467 - __SPLIT__ 2026-03-02 15:56:00,874 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64496 - __SPLIT__ 2026-03-02 15:56:01,509 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64555 - __SPLIT__ 2026-03-02 15:56:02,140 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64573 - __SPLIT__ 2026-03-02 15:56:02,807 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64577 - __SPLIT__ 2026-03-02 15:56:03,460 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64592 - __SPLIT__ 2026-03-02 15:56:04,096 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64614 - __SPLIT__ 2026-03-02 15:56:04,729 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64616 - __SPLIT__ 2026-03-02 15:56:05,653 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64629 - __SPLIT__ 2026-03-02 15:56:06,296 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64630 - __SPLIT__ 2026-03-02 15:56:06,943 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64631 - __SPLIT__ 2026-03-02 15:56:07,593 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64704 - __SPLIT__ 2026-03-02 15:56:08,263 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64705 - __SPLIT__ 2026-03-02 15:56:08,927 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64734 - __SPLIT__ 2026-03-02 15:56:09,577 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64757 - __SPLIT__ 2026-03-02 15:56:10,231 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64848 - __SPLIT__ 2026-03-02 15:56:10,903 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64849 - __SPLIT__ 2026-03-02 15:56:11,558 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64859 - __SPLIT__ 2026-03-02 15:56:12,210 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64867 - __SPLIT__ 2026-03-02 15:56:12,859 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64909 - __SPLIT__ 2026-03-02 15:56:13,530 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64913 - __SPLIT__ 2026-03-02 15:56:14,174 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64914 - __SPLIT__ 2026-03-02 15:56:14,816 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64915 - __SPLIT__ 2026-03-02 15:56:15,488 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64916 - __SPLIT__ 2026-03-02 15:56:16,149 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64919 - __SPLIT__ 2026-03-02 15:56:16,816 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64920 - __SPLIT__ 2026-03-02 15:56:17,462 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64932 - __SPLIT__ 2026-03-02 15:56:18,129 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64933 - __SPLIT__ 2026-03-02 15:56:19,061 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64935 - __SPLIT__ 2026-03-02 15:56:19,737 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64936 - __SPLIT__ 2026-03-02 15:56:20,390 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64950 - __SPLIT__ 2026-03-02 15:56:21,033 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64952 - __SPLIT__ 2026-03-02 15:56:21,677 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64966 - __SPLIT__ 2026-03-02 15:56:22,320 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64969 - __SPLIT__ 2026-03-02 15:56:22,994 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64970 - __SPLIT__ 2026-03-02 15:56:23,648 - 23206 - src.utils.log - INFO - Generating work orders for setup: 64993 - __SPLIT__ 2026-03-02 15:56:24,320 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65006 - __SPLIT__ 2026-03-02 15:56:24,973 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65025 - __SPLIT__ 2026-03-02 15:56:25,628 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65026 - __SPLIT__ 2026-03-02 15:56:26,269 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65028 - __SPLIT__ 2026-03-02 15:56:26,922 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65029 - __SPLIT__ 2026-03-02 15:56:27,563 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65035 - __SPLIT__ 2026-03-02 15:56:28,204 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65169 - __SPLIT__ 2026-03-02 15:56:28,853 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65218 - __SPLIT__ 2026-03-02 15:56:29,508 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65235 - __SPLIT__ 2026-03-02 15:56:30,149 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65245 - __SPLIT__ 2026-03-02 15:56:30,795 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65285 - __SPLIT__ 2026-03-02 15:56:31,438 - 23206 - src.utils.log - INFO - Generating work orders for setup: 65387 - __SPLIT__ 2026-03-02 15:56:32,376 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11426.0, 11427.0, 11428.0, 11429.0, 1127.0, 1128.0, 1129.0, 11434.0, 1035.0, 11438.0, -1.0);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:33,045 - 23206 - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-03-02 15:56:34,121 - 23206 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-03-02 15:56:35,101 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=133 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:35,776 - 23206 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-03-02 15:56:36,440 - 23206 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-03-02 15:56:37,090 - 23206 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-03-02 15:56:37,732 - 23206 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:38,533 - 23206 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-02 15:56:39,175 - 23206 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:39,993 - 23206 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-02 15:56:40,633 - 23206 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:41,401 - 23206 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-02 15:56:42,038 - 23206 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:42,836 - 23206 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-02 15:56:43,479 - 23206 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:44,258 - 23206 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-02 15:56:44,896 - 23206 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:45,672 - 23206 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-02 15:56:46,314 - 23206 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:47,344 - 23206 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-02 15:56:47,982 - 23206 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:48,869 - 23206 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-02 15:56:49,508 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 1613 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:56:50,230 - 23206 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1613) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-03-02 15:57:05,847 - 23206 - src.utils.log - INFO - βœ… All 1613 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-03-02 15:57:06,756 - 23206 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 1613 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-27 12:06:32.440' and ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:07,535 - 23206 - src.utils.log - INFO - βœ… Fetched 1613 rows - __SPLIT__ 2026-03-02 15:57:08,169 - 23206 - src.utils.log - INFO - Id's of work order inserted to DB: [617452 617453 617454 ... 619062 619063 619064] - __SPLIT__ 2026-03-02 15:57:08,797 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 24870, 24871, 49447, 57638, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57787, 57788, 57789, 57791, 49600, 57792, 57793, 57794, 41412, 57796, 57795, 25031, 49607, 49608, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 25103, 33295, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 25216, 49792, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 33930, 58506, 25741, 42125, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 34126, 42318, 50510, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 34185, 42378, 50569, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 34419, 50803, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 43029, 51221, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 35544, 51928, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52272, 52273, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28106, 28107, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 53117, 61307, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 61370, 61371, 28602, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 28946, 61714, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 29653, 62421, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 54453, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 54566, 62758, 62760, 62759, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 30213, 46598, 54789, 30223, 30225, 54818, 30247, 46631, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 30462, 55038, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 30623, 55199, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 30780, 47164, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64039, 64040, 64044, 64045, 64047, 64048, 64051, 64052, 39479, 64055, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 39876, 56260, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 31834, 48218, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 23703, 31895, 48286, 31910, 31911, 48294, 48295, 56492, 48302, 56494, 48304, 56495, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 32145, 64913, 64914, 64915, 64916, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 48582, 48583, 64966, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 40452, 65028, 65029, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 48706, 48707, 56899, 56900, 56901, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 57196, 57197, 65387, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 32739, 32740, 57315, 57317, 57318, 57319, 57322, 57327, 57341, 32767);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:09,549 - 23206 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-03-02 15:57:10,170 - 23206 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-03-02 15:57:10,796 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 57638, 24870, 49447, 24871, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57788, 57789, 57787, 57791, 57792, 57793, 57794, 57795, 57796, 41412, 49600, 25031, 49608, 49607, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 33295, 25103, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 49792, 25216, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 58506, 33930, 42125, 25741, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 50510, 42318, 34126, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 50569, 42378, 34185, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 50803, 34419, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 51221, 43029, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 51928, 35544, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52273, 52272, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28107, 28106, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 61307, 53117, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 28602, 61370, 61371, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 61714, 28946, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 62421, 29653, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 62758, 62759, 62760, 54566, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 54789, 46598, 30213, 30223, 30225, 54818, 46631, 30247, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 55038, 30462, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 55199, 30623, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 47164, 30780, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64040, 64039, 64044, 64045, 64047, 64048, 64051, 64052, 64055, 39479, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 56260, 39876, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 48218, 31834, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 31895, 23703, 48286, 48294, 31911, 31910, 48295, 56492, 56494, 56495, 48304, 48302, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 64913, 32145, 64915, 64916, 64914, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 64966, 48583, 48582, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 65028, 65029, 40452, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 56899, 56900, 56901, 48706, 48707, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 65387, 57197, 57196, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 57315, 32740, 57317, 57318, 57319, 32739, 57322, 57327, 57341, 32767)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:11,661 - 23206 - src.utils.log - INFO - βœ… Fetched 1806 rows - __SPLIT__ 2026-03-02 15:57:12,290 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 57638, 24870, 49447, 24871, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57788, 57789, 57787, 57791, 57792, 57793, 57794, 57795, 57796, 41412, 49600, 25031, 49608, 49607, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 33295, 25103, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 49792, 25216, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 58506, 33930, 42125, 25741, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 50510, 42318, 34126, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 50569, 42378, 34185, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 50803, 34419, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 51221, 43029, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 51928, 35544, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52273, 52272, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28107, 28106, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 61307, 53117, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 28602, 61370, 61371, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 61714, 28946, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 62421, 29653, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 62758, 62759, 62760, 54566, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 54789, 46598, 30213, 30223, 30225, 54818, 46631, 30247, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 55038, 30462, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 55199, 30623, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 47164, 30780, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64040, 64039, 64044, 64045, 64047, 64048, 64051, 64052, 64055, 39479, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 56260, 39876, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 48218, 31834, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 31895, 23703, 48286, 48294, 31911, 31910, 48295, 56492, 56494, 56495, 48304, 48302, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 64913, 32145, 64915, 64916, 64914, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 64966, 48583, 48582, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 65028, 65029, 40452, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 56899, 56900, 56901, 48706, 48707, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 65387, 57197, 57196, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 57315, 32740, 57317, 57318, 57319, 32739, 57322, 57327, 57341, 32767)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:13,106 - 23206 - src.utils.log - INFO - βœ… Fetched 354 rows - __SPLIT__ 2026-03-02 15:57:13,741 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 57638, 24870, 49447, 24871, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57788, 57789, 57787, 57791, 57792, 57793, 57794, 57795, 57796, 41412, 49600, 25031, 49608, 49607, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 33295, 25103, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 49792, 25216, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 58506, 33930, 42125, 25741, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 50510, 42318, 34126, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 50569, 42378, 34185, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 50803, 34419, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 51221, 43029, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 51928, 35544, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52273, 52272, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28107, 28106, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 61307, 53117, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 28602, 61370, 61371, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 61714, 28946, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 62421, 29653, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 62758, 62759, 62760, 54566, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 54789, 46598, 30213, 30223, 30225, 54818, 46631, 30247, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 55038, 30462, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 55199, 30623, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 47164, 30780, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64040, 64039, 64044, 64045, 64047, 64048, 64051, 64052, 64055, 39479, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 56260, 39876, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 48218, 31834, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 31895, 23703, 48286, 48294, 31911, 31910, 48295, 56492, 56494, 56495, 48304, 48302, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 64913, 32145, 64915, 64916, 64914, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 64966, 48583, 48582, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 65028, 65029, 40452, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 56899, 56900, 56901, 48706, 48707, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 65387, 57197, 57196, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 57315, 32740, 57317, 57318, 57319, 32739, 57322, 57327, 57341, 32767)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:14,574 - 23206 - src.utils.log - INFO - βœ… Fetched 1659 rows - __SPLIT__ 2026-03-02 15:57:15,210 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 57638, 24870, 49447, 24871, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57788, 57789, 57787, 57791, 57792, 57793, 57794, 57795, 57796, 41412, 49600, 25031, 49608, 49607, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 33295, 25103, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 49792, 25216, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 58506, 33930, 42125, 25741, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 50510, 42318, 34126, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 50569, 42378, 34185, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 50803, 34419, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 51221, 43029, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 51928, 35544, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52273, 52272, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28107, 28106, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 61307, 53117, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 28602, 61370, 61371, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 61714, 28946, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 62421, 29653, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 62758, 62759, 62760, 54566, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 54789, 46598, 30213, 30223, 30225, 54818, 46631, 30247, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 55038, 30462, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 55199, 30623, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 47164, 30780, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64040, 64039, 64044, 64045, 64047, 64048, 64051, 64052, 64055, 39479, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 56260, 39876, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 48218, 31834, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 31895, 23703, 48286, 48294, 31911, 31910, 48295, 56492, 56494, 56495, 48304, 48302, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 64913, 32145, 64915, 64916, 64914, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 64966, 48583, 48582, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 65028, 65029, 40452, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 56899, 56900, 56901, 48706, 48707, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 65387, 57197, 57196, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 57315, 32740, 57317, 57318, 57319, 32739, 57322, 57327, 57341, 32767)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:16,011 - 23206 - src.utils.log - INFO - βœ… Fetched 432 rows - __SPLIT__ 2026-03-02 15:57:16,644 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 57638, 24870, 49447, 24871, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57788, 57789, 57787, 57791, 57792, 57793, 57794, 57795, 57796, 41412, 49600, 25031, 49608, 49607, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 33295, 25103, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 49792, 25216, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 58506, 33930, 42125, 25741, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 50510, 42318, 34126, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 50569, 42378, 34185, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 50803, 34419, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 51221, 43029, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 51928, 35544, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52273, 52272, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28107, 28106, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 61307, 53117, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 28602, 61370, 61371, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 61714, 28946, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 62421, 29653, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 62758, 62759, 62760, 54566, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 54789, 46598, 30213, 30223, 30225, 54818, 46631, 30247, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 55038, 30462, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 55199, 30623, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 47164, 30780, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64040, 64039, 64044, 64045, 64047, 64048, 64051, 64052, 64055, 39479, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 56260, 39876, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 48218, 31834, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 31895, 23703, 48286, 48294, 31911, 31910, 48295, 56492, 56494, 56495, 48304, 48302, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 64913, 32145, 64915, 64916, 64914, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 64966, 48583, 48582, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 65028, 65029, 40452, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 56899, 56900, 56901, 48706, 48707, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 65387, 57197, 57196, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 57315, 32740, 57317, 57318, 57319, 32739, 57322, 57327, 57341, 32767)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:17,534 - 23206 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-03-02 15:57:18,162 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 57638, 24870, 49447, 24871, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57788, 57789, 57787, 57791, 57792, 57793, 57794, 57795, 57796, 41412, 49600, 25031, 49608, 49607, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 33295, 25103, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 49792, 25216, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 58506, 33930, 42125, 25741, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 50510, 42318, 34126, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 50569, 42378, 34185, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 50803, 34419, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 51221, 43029, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 51928, 35544, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52273, 52272, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28107, 28106, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 61307, 53117, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 28602, 61370, 61371, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 61714, 28946, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 62421, 29653, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 62758, 62759, 62760, 54566, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 54789, 46598, 30213, 30223, 30225, 54818, 46631, 30247, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 55038, 30462, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 55199, 30623, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 47164, 30780, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64040, 64039, 64044, 64045, 64047, 64048, 64051, 64052, 64055, 39479, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 56260, 39876, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 48218, 31834, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 31895, 23703, 48286, 48294, 31911, 31910, 48295, 56492, 56494, 56495, 48304, 48302, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 64913, 32145, 64915, 64916, 64914, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 64966, 48583, 48582, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 65028, 65029, 40452, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 56899, 56900, 56901, 48706, 48707, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 65387, 57197, 57196, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 57315, 32740, 57317, 57318, 57319, 32739, 57322, 57327, 57341, 32767);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:18,911 - 23206 - src.utils.log - INFO - βœ… Fetched 162 rows - __SPLIT__ 2026-03-02 15:57:19,542 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 57638, 24870, 49447, 24871, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57788, 57789, 57787, 57791, 57792, 57793, 57794, 57795, 57796, 41412, 49600, 25031, 49608, 49607, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 33295, 25103, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 49792, 25216, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 58506, 33930, 42125, 25741, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 50510, 42318, 34126, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 50569, 42378, 34185, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 50803, 34419, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 51221, 43029, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 51928, 35544, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52273, 52272, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28107, 28106, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 61307, 53117, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 28602, 61370, 61371, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 61714, 28946, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 62421, 29653, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 62758, 62759, 62760, 54566, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 54789, 46598, 30213, 30223, 30225, 54818, 46631, 30247, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 55038, 30462, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 55199, 30623, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 47164, 30780, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64040, 64039, 64044, 64045, 64047, 64048, 64051, 64052, 64055, 39479, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 56260, 39876, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 48218, 31834, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 31895, 23703, 48286, 48294, 31911, 31910, 48295, 56492, 56494, 56495, 48304, 48302, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 64913, 32145, 64915, 64916, 64914, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 64966, 48583, 48582, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 65028, 65029, 40452, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 56899, 56900, 56901, 48706, 48707, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 65387, 57197, 57196, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 57315, 32740, 57317, 57318, 57319, 32739, 57322, 57327, 57341, 32767);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:20,285 - 23206 - src.utils.log - INFO - βœ… Fetched 329 rows - __SPLIT__ 2026-03-02 15:57:21,198 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 57638, 24870, 49447, 24871, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57788, 57789, 57787, 57791, 57792, 57793, 57794, 57795, 57796, 41412, 49600, 25031, 49608, 49607, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 33295, 25103, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 49792, 25216, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 58506, 33930, 42125, 25741, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 50510, 42318, 34126, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 50569, 42378, 34185, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 50803, 34419, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 51221, 43029, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 51928, 35544, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52273, 52272, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28107, 28106, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 61307, 53117, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 28602, 61370, 61371, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 61714, 28946, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 62421, 29653, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 62758, 62759, 62760, 54566, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 54789, 46598, 30213, 30223, 30225, 54818, 46631, 30247, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 55038, 30462, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 55199, 30623, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 47164, 30780, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64040, 64039, 64044, 64045, 64047, 64048, 64051, 64052, 64055, 39479, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 56260, 39876, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 48218, 31834, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 31895, 23703, 48286, 48294, 31911, 31910, 48295, 56492, 56494, 56495, 48304, 48302, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 64913, 32145, 64915, 64916, 64914, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 64966, 48583, 48582, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 65028, 65029, 40452, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 56899, 56900, 56901, 48706, 48707, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 65387, 57197, 57196, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 57315, 32740, 57317, 57318, 57319, 32739, 57322, 57327, 57341, 32767);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:22,055 - 23206 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-03-02 15:57:22,686 - 23206 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId in (24580, 24581, 57366, 32792, 57368, 57370, 57371, 57372, 57387, 57390, 57397, 49207, 49233, 32854, 57436, 57450, 49266, 24700, 41102, 41114, 41118, 32936, 24756, 49334, 24786, 24788, 57566, 57567, 49382, 49383, 41201, 41202, 41205, 41207, 57599, 57605, 24839, 57613, 57617, 41244, 41245, 41246, 57632, 41249, 57638, 24870, 49447, 24871, 57647, 24906, 24907, 24927, 24929, 41322, 33132, 33154, 24966, 33161, 24983, 24985, 24987, 24989, 24990, 24991, 49570, 41381, 49575, 57768, 57769, 57770, 57771, 57772, 57773, 25006, 57775, 33200, 33201, 57776, 57777, 57781, 57782, 57783, 57784, 57785, 33211, 57788, 57789, 57787, 57791, 57792, 57793, 57794, 57795, 57796, 41412, 49600, 25031, 49608, 49607, 33226, 33233, 33236, 49631, 49633, 25060, 41463, 41465, 33274, 49672, 33295, 25103, 25106, 25118, 25124, 25128, 33327, 25154, 25155, 49732, 49734, 33360, 25172, 49748, 49750, 49754, 49756, 49760, 49762, 49764, 25189, 49766, 49768, 49770, 49776, 49778, 49780, 49782, 49784, 25209, 49786, 49788, 49790, 49792, 25216, 49794, 25230, 49810, 49818, 33437, 49834, 49843, 41654, 33481, 49889, 25316, 49899, 49901, 49904, 58103, 25349, 49925, 49927, 25378, 33577, 58166, 25405, 25419, 25420, 41823, 50016, 33655, 50043, 50047, 41889, 41914, 50110, 50111, 58306, 41964, 58350, 58351, 41969, 25591, 41976, 50169, 25605, 50189, 25614, 50193, 25624, 25625, 25630, 33830, 42048, 33863, 25677, 42068, 33878, 33885, 42087, 25705, 42098, 42099, 50292, 42103, 50296, 42105, 50300, 58506, 33930, 42125, 25741, 25743, 25744, 42131, 42145, 42155, 42169, 42174, 50385, 50392, 34038, 25860, 34058, 25868, 34065, 34080, 34081, 42275, 42277, 25900, 42287, 50492, 34110, 50495, 50498, 50501, 50504, 50507, 42316, 25933, 50510, 42318, 34126, 50513, 50516, 50519, 50522, 50525, 50528, 25954, 50531, 50534, 50537, 25962, 50540, 50543, 50546, 50549, 25974, 50551, 50554, 34174, 50558, 50562, 50566, 50569, 42378, 34185, 50572, 50575, 50578, 50581, 50584, 26009, 50587, 50590, 26016, 50593, 50597, 26027, 50614, 42432, 50636, 26063, 50676, 42486, 50695, 26127, 26131, 50709, 50710, 34342, 42546, 34357, 42550, 26169, 42554, 50752, 42578, 42579, 34398, 50787, 42602, 50803, 34419, 50806, 50813, 50817, 50828, 34463, 59045, 59046, 59061, 59062, 26307, 42693, 42695, 42715, 26335, 34579, 34580, 59165, 50979, 50982, 59175, 26413, 42812, 51017, 42832, 51034, 42852, 42853, 51060, 59261, 34693, 59271, 26511, 51092, 34712, 34714, 51098, 26531, 26546, 42936, 34745, 42938, 42939, 51138, 42951, 59359, 51170, 43014, 43015, 34825, 34830, 51221, 43029, 51223, 51243, 43055, 43059, 43060, 26702, 51287, 51296, 51307, 34938, 51328, 51332, 51338, 51339, 43163, 51357, 51358, 51359, 43175, 26842, 51427, 51439, 43255, 43266, 51484, 26929, 26932, 59707, 43343, 43344, 26972, 26986, 51576, 43399, 27018, 27021, 59803, 51617, 51620, 51655, 27083, 27101, 51682, 27118, 27122, 51704, 51723, 51727, 27157, 35357, 35358, 35363, 35396, 51784, 35403, 51817, 60036, 51854, 35474, 35489, 35490, 51892, 27319, 60089, 51902, 43716, 43720, 27350, 51928, 35544, 35546, 43741, 27370, 43758, 43775, 51973, 35591, 43806, 43808, 35631, 35656, 35670, 35671, 35673, 35685, 43881, 43882, 43890, 27523, 27527, 27528, 43913, 27549, 27582, 43980, 27597, 43981, 52190, 52191, 27625, 35824, 27660, 35862, 44071, 52269, 52270, 27696, 52273, 52272, 35899, 27713, 44120, 60507, 35938, 27752, 52335, 52337, 35954, 60530, 60532, 35958, 52343, 60538, 35965, 52365, 35987, 44200, 44211, 44213, 60599, 52409, 36035, 36036, 27872, 52454, 52456, 52459, 27884, 52463, 27888, 27890, 60679, 27928, 27930, 52508, 44332, 52538, 52546, 36179, 44378, 60774, 60801, 28035, 28045, 60834, 60841, 44474, 44482, 60874, 28107, 28106, 60900, 28138, 44534, 36355, 44549, 44564, 60951, 52788, 60984, 44613, 28240, 61012, 44634, 61023, 61024, 36449, 52848, 52860, 52861, 52862, 44681, 61069, 44686, 52882, 28309, 52899, 52906, 52910, 52917, 52919, 36543, 52959, 36591, 44789, 36611, 36616, 36652, 36657, 44852, 44861, 36677, 53062, 61263, 36694, 61271, 36697, 61283, 61285, 61286, 61287, 61288, 61289, 61290, 61291, 61292, 61293, 61294, 61296, 61297, 61298, 61300, 61301, 61302, 61303, 61304, 61306, 36731, 61308, 61307, 53117, 61311, 61312, 61313, 61314, 61315, 61316, 61317, 61318, 61319, 61320, 61321, 61322, 61323, 61324, 61325, 61326, 61327, 61328, 61329, 61330, 61331, 61332, 61333, 61334, 61335, 61336, 61337, 61338, 61339, 61340, 61341, 61342, 61343, 61344, 61345, 61346, 61354, 61355, 61356, 61357, 61358, 61359, 61362, 61365, 61367, 61369, 28602, 61370, 61371, 61372, 45017, 53243, 45059, 28677, 45063, 36898, 53283, 45092, 28712, 53305, 45132, 45134, 36946, 36956, 53355, 36972, 36985, 61577, 37004, 45200, 28823, 45231, 28855, 45247, 61657, 45318, 45321, 37137, 61714, 28946, 53526, 53527, 45338, 37171, 37172, 37174, 28990, 53575, 37205, 61791, 53603, 45412, 29046, 53622, 53626, 61820, 37246, 61832, 29075, 37274, 29093, 29102, 61872, 61873, 53701, 53703, 29146, 29149, 29154, 37368, 61975, 37408, 53801, 29254, 29266, 53843, 37478, 29294, 29307, 45694, 37509, 29318, 62092, 62093, 62094, 62095, 29346, 53928, 29354, 45744, 29385, 45809, 45818, 54010, 37642, 37644, 29472, 37690, 45900, 45929, 29571, 62345, 29609, 46008, 62395, 54218, 62412, 62421, 29653, 54241, 37901, 37904, 62495, 62496, 62544, 62577, 62599, 62600, 29835, 62604, 62605, 62608, 62609, 62613, 29852, 29853, 29857, 62637, 62638, 54452, 29882, 38083, 29908, 54496, 62689, 54504, 46318, 46319, 54527, 46336, 29957, 29971, 29984, 62757, 62758, 62759, 62760, 54566, 46380, 46382, 38193, 46402, 38212, 46404, 30025, 54607, 46417, 46418, 38227, 46421, 30044, 46431, 46432, 46437, 46438, 38248, 38249, 30061, 46446, 30063, 30064, 46450, 46454, 46455, 46459, 46466, 30084, 46477, 46482, 46484, 46486, 46510, 46512, 54707, 54709, 62913, 46530, 30150, 30151, 30152, 30153, 30155, 46543, 54761, 30186, 30188, 62960, 46577, 54778, 54789, 46598, 30213, 30223, 30225, 54818, 46631, 30247, 46635, 46643, 46645, 30266, 46667, 63054, 46696, 46700, 38515, 46723, 38553, 46748, 30374, 30375, 46769, 54968, 30397, 30398, 46786, 63176, 63212, 55033, 30458, 55038, 30462, 63251, 55060, 63252, 63253, 30488, 30495, 46905, 46913, 63302, 63303, 30537, 55114, 63309, 63310, 63316, 55134, 38754, 38756, 63335, 30573, 63344, 38777, 22398, 22399, 55169, 38786, 30601, 63387, 55199, 30623, 47010, 47031, 55224, 22462, 30662, 63457, 38884, 47078, 22503, 30699, 55283, 47092, 22526, 22527, 63496, 63497, 30746, 38940, 55336, 55346, 30771, 55349, 55351, 47161, 47164, 30780, 30782, 22591, 30785, 30789, 30792, 63562, 39004, 63585, 22640, 30843, 30846, 30850, 55438, 30869, 30870, 22679, 55459, 55463, 63660, 39090, 47283, 39092, 30911, 22721, 30926, 55522, 22777, 47364, 55560, 30987, 63760, 31003, 55582, 55583, 47393, 39204, 31014, 47399, 31021, 47416, 47417, 55611, 55612, 63806, 63807, 39234, 63811, 22856, 31055, 63824, 22872, 47450, 31072, 31076, 31077, 22893, 22894, 31087, 55679, 55687, 22920, 22921, 31148, 55729, 22979, 31175, 31176, 22991, 63954, 39390, 31199, 31200, 63989, 63990, 63994, 47629, 31250, 64030, 64031, 64032, 64034, 64035, 64036, 47653, 64037, 23079, 64040, 64039, 64044, 64045, 64047, 64048, 64051, 64052, 64055, 39479, 64056, 64058, 55867, 31293, 64062, 64063, 64067, 31300, 55901, 31327, 64105, 31341, 39542, 31379, 47765, 47772, 64162, 55975, 64177, 64188, 56005, 56007, 64199, 31433, 56009, 64200, 23270, 47849, 39661, 39671, 23289, 56058, 64250, 39679, 47873, 47875, 56076, 56083, 47899, 56093, 23334, 64294, 39720, 64300, 64303, 64304, 39730, 39754, 64334, 64335, 31568, 31569, 31577, 56162, 39785, 56177, 39795, 64377, 31616, 31625, 39827, 23451, 23452, 31649, 56226, 56228, 64438, 64442, 39873, 56260, 39876, 64461, 64467, 39896, 48104, 39916, 64496, 23549, 23552, 31748, 48138, 48141, 31760, 56352, 23587, 23591, 23593, 64555, 56373, 64573, 64577, 23620, 64592, 48218, 31834, 40035, 40036, 64614, 64616, 64629, 64630, 64631, 40068, 40072, 56459, 56460, 40082, 40083, 23702, 31895, 23703, 48286, 48294, 31911, 31910, 48295, 56492, 56494, 56495, 48304, 48302, 56498, 56501, 56503, 64704, 64705, 31948, 31949, 23758, 23759, 64734, 56549, 23784, 48363, 64757, 48378, 40217, 56617, 56618, 23856, 48433, 48435, 48452, 40265, 32078, 32079, 64848, 64849, 64859, 40285, 64867, 56713, 23947, 64909, 64913, 32145, 64915, 64916, 64914, 64919, 64920, 48543, 48544, 32163, 64932, 64933, 64935, 64936, 64950, 64952, 40385, 64966, 48583, 48582, 64969, 64970, 48588, 48589, 48604, 64993, 65006, 48629, 56825, 65025, 65026, 65028, 65029, 40452, 40455, 48648, 48650, 48651, 65035, 56848, 56849, 56852, 56853, 56854, 56856, 56861, 56862, 24098, 48686, 24116, 24129, 24130, 56899, 56900, 56901, 48706, 48707, 24160, 56936, 24178, 32378, 40584, 40587, 24206, 65169, 48793, 56989, 56991, 40611, 40628, 24252, 65218, 40643, 57027, 40647, 24274, 65235, 48854, 57048, 65245, 57060, 65285, 32532, 57117, 32543, 24361, 57133, 24386, 57160, 24418, 48998, 57194, 57195, 65387, 57197, 57196, 24431, 24432, 57204, 57205, 57206, 32655, 57246, 57247, 57261, 57262, 57264, 57265, 57268, 57269, 57271, 57272, 57274, 57275, 57278, 49094, 57288, 57298, 57304, 57313, 57314, 57315, 32740, 57317, 57318, 57319, 32739, 57322, 57327, 57341, 32767);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:23,469 - 23206 - src.utils.log - INFO - βœ… Fetched 9 rows - __SPLIT__ 2026-03-02 15:57:24,131 - 23206 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-03-02 15:57:24,766 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 9 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:25,445 - 23206 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 9) into CRM.LeadNote - __SPLIT__ 2026-03-02 15:57:26,194 - 23206 - src.utils.log - INFO - βœ… All 9 rows inserted successfully into CRM.LeadNote in 1 batches - __SPLIT__ 2026-03-02 15:57:26,826 - 23206 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-03-02 15:57:27,457 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:28,129 - 23206 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-03-02 15:57:28,758 - 23206 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-03-02 15:57:29,384 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 441 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:30,082 - 23206 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 441) into ServiceCore.SetupAutoGenerationSourceMapping - __SPLIT__ 2026-03-02 15:57:30,877 - 23206 - src.utils.log - INFO - βœ… All 441 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 1 batches - __SPLIT__ 2026-03-02 15:57:31,509 - 23206 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-03-02 15:57:32,137 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 186 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:32,818 - 23206 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 186) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-03-02 15:57:33,815 - 23206 - src.utils.log - INFO - βœ… All 186 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-03-02 15:57:34,448 - 23206 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-03-02 15:57:35,367 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:36,054 - 23206 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-03-02 15:57:36,693 - 23206 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-03-02 15:57:37,331 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:38,008 - 23206 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-03-02 15:57:38,650 - 23206 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-03-02 15:57:39,287 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:39,974 - 23206 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-03-02 15:57:40,616 - 23206 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-03-02 15:57:41,256 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 1489 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:41,939 - 23206 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1489) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-03-02 15:57:43,820 - 23206 - src.utils.log - INFO - βœ… All 1489 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-03-02 15:57:44,462 - 23206 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-03-02 15:57:45,103 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:45,795 - 23206 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-03-02 15:57:46,435 - 23206 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-03-02 15:57:47,076 - 23206 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2172 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:47,751 - 23206 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2172) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-03-02 15:57:52,785 - 23206 - src.utils.log - INFO - βœ… All 2172 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-03-02 15:57:53,435 - 23206 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-03-02 15:57:54,369 - 23206 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 23206;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:55,050 - 23206 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-02 15:57:55,691 - 23206 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-03-02 15:57:56,341 - 23206 - src.utils.log - INFO - Time took to perform operation: 956.25 - __SPLIT__ 2026-03-02 15:57:56,981 - 23206 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 23206;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:57,658 - 23206 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-02 15:57:58,306 - 23206 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-03-02 10:57:58.306' WHERE GenerateWorkOrderHistoryId = 23206;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-02 15:57:58,984 - 23206 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-03 03:57:53,685 - 56014 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=56014 - __SPLIT__ 2026-03-03 03:57:55,650 - 56014 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 56014 - __SPLIT__ 2026-03-03 03:57:56,297 - 56014 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-03-03 03:57:56,929 - 56014 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Samsung'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:57:57,769 - 56014 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-03-03 03:57:58,407 - 56014 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-03-03 03:57:59,033 - 56014 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 56014;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:57:59,689 - 56014 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-03 03:58:00,321 - 56014 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.RecurringServicePrice, gw.StartDate, gw.EndDate, gw.CreatedBy AS NewCreatedBy, gw.RouteIds, ss.* FROM ServiceCore.GenerateWorkOrderHistory gw JOIN ServiceCore.ServiceSetup ss ON gw.CompanyId = ss.CompanyId AND ( (ss.NextGenerationDate <= gw.EndDate AND ss.NextGenerationDate >= gw.StartDate) OR ss.NextGenerationDate IS NULL) AND (gw.AccountNumber IS NULL OR ss.AccountNumber = gw.AccountNumber) AND (gw.ServiceSetupId IS NULL OR ss.ServiceSetupId = gw.ServiceSetupId)AND (gw.RouteIds IS NULL OR ss.RouteMasterId IN (SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 56014), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 56014), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 56014 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:01,071 - 56014 - src.utils.log - INFO - βœ… Fetched 40 rows - __SPLIT__ 2026-03-03 03:58:01,705 - 56014 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 56014;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:02,375 - 56014 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-03-03 03:58:03,019 - 56014 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-03-03 03:58:03,661 - 56014 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId in (14691, 14852, 14853, 14694, 13959, 14822, 14915, 14826, 14921, 14827, 14829, 14828, 14708, 14869, 14870, 14714, 14845)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:04,367 - 56014 - src.utils.log - INFO - βœ… Fetched 347 rows - __SPLIT__ 2026-03-03 03:58:05,003 - 56014 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-03-03 03:58:05,637 - 56014 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-03-03 03:58:06,272 - 56014 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:06,953 - 56014 - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-03-03 03:58:07,588 - 56014 - src.utils.log - INFO - πŸ” Fetching data: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= '2026-04-01 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:08,542 - 56014 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-03-03 03:58:09,335 - 56014 - src.utils.log - INFO - Generating work orders for setup: 11444 - __SPLIT__ 2026-03-03 03:58:09,966 - 56014 - src.utils.log - INFO - Error processing schedule ID 14694: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:10,601 - 56014 - src.utils.log - INFO - Generating work orders for setup: 11452 - __SPLIT__ 2026-03-03 03:58:11,232 - 56014 - src.utils.log - INFO - Error processing schedule ID 13959: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:11,858 - 56014 - src.utils.log - INFO - Generating work orders for setup: 11455 - __SPLIT__ 2026-03-03 03:58:12,491 - 56014 - src.utils.log - INFO - Error processing schedule ID 14694: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:13,117 - 56014 - src.utils.log - INFO - Generating work orders for setup: 11456 - __SPLIT__ 2026-03-03 03:58:13,746 - 56014 - src.utils.log - INFO - Error processing schedule ID 14694: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:14,377 - 56014 - src.utils.log - INFO - Generating work orders for setup: 11469 - __SPLIT__ 2026-03-03 03:58:15,013 - 56014 - src.utils.log - INFO - Error processing schedule ID 13959: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:15,637 - 56014 - src.utils.log - INFO - Generating work orders for setup: 11873 - __SPLIT__ 2026-03-03 03:58:16,269 - 56014 - src.utils.log - INFO - Error processing schedule ID 13959: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:16,906 - 56014 - src.utils.log - INFO - Generating work orders for setup: 22663 - __SPLIT__ 2026-03-03 03:58:17,537 - 56014 - src.utils.log - INFO - Error processing schedule ID 14714: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:18,172 - 56014 - src.utils.log - INFO - Generating work orders for setup: 84212 - __SPLIT__ 2026-03-03 03:58:18,806 - 56014 - src.utils.log - INFO - Error processing schedule ID 13959: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:19,438 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95052 - __SPLIT__ 2026-03-03 03:58:20,064 - 56014 - src.utils.log - INFO - Error processing schedule ID 14915: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:20,695 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95063 - __SPLIT__ 2026-03-03 03:58:21,614 - 56014 - src.utils.log - INFO - Error processing schedule ID 14915: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:22,258 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95064 - __SPLIT__ 2026-03-03 03:58:22,900 - 56014 - src.utils.log - INFO - Error processing schedule ID 14915: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-03-03 03:58:23,547 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95226 - __SPLIT__ 2026-03-03 03:58:24,386 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95227 - __SPLIT__ 2026-03-03 03:58:25,237 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95232 - __SPLIT__ 2026-03-03 03:58:25,885 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95236 - __SPLIT__ 2026-03-03 03:58:26,538 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95249 - __SPLIT__ 2026-03-03 03:58:27,193 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95288 - __SPLIT__ 2026-03-03 03:58:27,898 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95290 - __SPLIT__ 2026-03-03 03:58:28,550 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95351 - __SPLIT__ 2026-03-03 03:58:29,215 - 56014 - src.utils.log - INFO - Generating work orders for setup: 95370 - __SPLIT__ 2026-03-03 03:58:29,875 - 56014 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11463.0, 11437.0, 11398.0, 11343.0);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:30,548 - 56014 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-03-03 03:58:31,234 - 56014 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-03-03 03:58:31,895 - 56014 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=145 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:32,567 - 56014 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-03-03 03:58:33,211 - 56014 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-03-03 03:58:33,858 - 56014 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-03-03 03:58:34,498 - 56014 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:35,506 - 56014 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-03 03:58:36,143 - 56014 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:36,856 - 56014 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-03 03:58:37,488 - 56014 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:38,162 - 56014 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-03 03:58:38,792 - 56014 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:39,501 - 56014 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-03 03:58:40,137 - 56014 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:40,869 - 56014 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-03 03:58:41,504 - 56014 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:42,236 - 56014 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-03 03:58:42,866 - 56014 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:43,536 - 56014 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-03-03 03:58:44,163 - 56014 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:45,171 - 56014 - src.utils.log - ERROR - ❌ Error in deleting records: (pyodbc.IntegrityError) ('23000', '[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]The DELETE statement conflicted with the REFERENCE constraint "FK_WorkorderAutoGenerationServices_WorkOrderAutoGeneration". The conflict occurred in database "pstrmcore", table "ServiceCore.WorkOrderAutoGenerationServices", column \'WorkOrderAutoGenerationId\'. (547) (SQLExecDirectW)') [SQL: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) ] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-03-03 03:58:45,798 - 56014 - src.utils.log - ERROR - ❌ delete_records_from_db failed after 1 attempts: (pyodbc.IntegrityError) ('23000', '[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]The DELETE statement conflicted with the REFERENCE constraint "FK_WorkorderAutoGenerationServices_WorkOrderAutoGeneration". The conflict occurred in database "pstrmcore", table "ServiceCore.WorkOrderAutoGenerationServices", column \'WorkOrderAutoGenerationId\'. (547) (SQLExecDirectW)') [SQL: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) ] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-03-03 03:58:46,426 - 56014 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 56014;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:47,081 - 56014 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-03 03:58:47,712 - 56014 - src.utils.log - INFO - Time took to perform operation: 51.42 - __SPLIT__ 2026-03-03 03:58:48,343 - 56014 - src.utils.log - INFO - Error in Sequential work order generation Error: (pyodbc.IntegrityError) ('23000', '[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]The DELETE statement conflicted with the REFERENCE constraint "FK_WorkorderAutoGenerationServices_WorkOrderAutoGeneration". The conflict occurred in database "pstrmcore", table "ServiceCore.WorkOrderAutoGenerationServices", column \'WorkOrderAutoGenerationId\'. (547) (SQLExecDirectW)') [SQL: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (95232, 95226, 95236, 84229, 22663, 95370, 84239, 84240, 95249, 84247, 84504, 84508, 84636, 84383, 95007, 84513, 84515, 84273, 11444, 95288, 95290, 11452, 11455, 11456, 94923, 95052, 11469, 94801, 84435, 95063, 95064, 84444, 11873, 84456, 84457, 34285, 84212, 95351, 95098, 95227) ] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-03-03 03:58:49,248 - 56014 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 56014;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:49,910 - 56014 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-03-03 03:58:50,541 - 56014 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-03-02 22:58:50.541' WHERE GenerateWorkOrderHistoryId = 56014;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-03-03 03:58:51,200 - 56014 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__