2026-01-27 10:27:42,821 - 11757 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=11757 - __SPLIT__ 2026-01-27 10:27:43,005 - 11757 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 11757 - __SPLIT__ 2026-01-27 10:27:43,006 - 11757 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-27 10:27:43,006 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:45,270 - 11757 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-27 10:27:45,271 - 11757 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-27 10:27:45,271 - 11757 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 11757;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:45,562 - 11757 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-27 10:27:45,562 - 11757 - 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 = 11757), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 11757), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 11757 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:45,900 - 11757 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-27 10:27:45,900 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 11757;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:46,189 - 11757 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-27 10:27:46,192 - 11757 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-27 10:27:46,193 - 11757 - 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 = 13042... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:46,510 - 11757 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-27 10:27:46,511 - 11757 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-27 10:27:46,514 - 11757 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-27 10:27:46,514 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23357;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:46,808 - 11757 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-27 10:27:46,809 - 11757 - 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-01-27 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId = 23357 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:47,105 - 11757 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-27 10:27:47,694 - 11757 - src.utils.log - INFO - Generating work orders for setup: 23357 - __SPLIT__ 2026-01-27 10:27:47,768 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = -1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:48,077 - 11757 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-27 10:27:48,081 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1420;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:48,366 - 11757 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-27 10:27:48,415 - 11757 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-27 10:27:48,435 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=135 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:48,727 - 11757 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-27 10:27:48,732 - 11757 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-27 10:27:48,732 - 11757 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-27 10:27:48,732 - 11757 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23357 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:49,024 - 11757 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-27 10:27:49,024 - 11757 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23357 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:49,332 - 11757 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-27 10:27:49,332 - 11757 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23357 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:49,624 - 11757 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-27 10:27:49,624 - 11757 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23357 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:49,921 - 11757 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-27 10:27:49,921 - 11757 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23357 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:50,214 - 11757 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-27 10:27:50,214 - 11757 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23357 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:50,506 - 11757 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-27 10:27:50,506 - 11757 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23357 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:50,798 - 11757 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-27 10:27:50,799 - 11757 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23357 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:51,111 - 11757 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-27 10:27:51,111 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:51,450 - 11757 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-27 10:27:53,061 - 11757 - src.utils.log - INFO - βœ… All 10 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-27 10:27:53,062 - 11757 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 10 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-13 12:12:47.790' and ServiceSetupId = 23357... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:53,390 - 11757 - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-01-27 10:27:53,390 - 11757 - src.utils.log - INFO - Id's of work order inserted to DB: [2662786 2662787 2662788 2662789 2662790 2662791 2662792 2662793 2662794 2662795] - __SPLIT__ 2026-01-27 10:27:53,390 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23357;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:53,682 - 11757 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-27 10:27:53,682 - 11757 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-27 10:27:53,683 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 23357... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:53,975 - 11757 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-27 10:27:53,975 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 23357... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:54,277 - 11757 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-27 10:27:54,284 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 23357... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:54,580 - 11757 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-27 10:27:54,581 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 23357... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:54,868 - 11757 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-27 10:27:54,869 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 23357... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:55,165 - 11757 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-27 10:27:55,165 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 23357;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:55,451 - 11757 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-27 10:27:55,451 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 23357;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:55,738 - 11757 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-27 10:27:55,738 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 23357;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:56,116 - 11757 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-27 10:27:56,116 - 11757 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 23357;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:56,409 - 11757 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-27 10:27:56,425 - 11757 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-27 10:27:56,425 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:56,726 - 11757 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-27 10:27:56,726 - 11757 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-27 10:27:56,726 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:57,028 - 11757 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-27 10:27:57,029 - 11757 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-27 10:27:57,029 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:57,331 - 11757 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-27 10:27:57,331 - 11757 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-27 10:27:57,331 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:57,638 - 11757 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-01-27 10:27:57,638 - 11757 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-27 10:27:57,638 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:57,956 - 11757 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-27 10:27:57,956 - 11757 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-27 10:27:57,956 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:58,258 - 11757 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-27 10:27:58,258 - 11757 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-27 10:27:58,258 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:58,577 - 11757 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission - __SPLIT__ 2026-01-27 10:27:59,588 - 11757 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 1 batches - __SPLIT__ 2026-01-27 10:27:59,588 - 11757 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-27 10:27:59,588 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:27:59,895 - 11757 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-27 10:28:00,909 - 11757 - src.utils.log - INFO - βœ… All 10 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-27 10:28:00,909 - 11757 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-27 10:28:00,909 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:28:01,215 - 11757 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-27 10:28:02,380 - 11757 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-27 10:28:02,381 - 11757 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-27 10:28:02,381 - 11757 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 9 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:28:02,671 - 11757 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 9) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-27 10:28:04,210 - 11757 - src.utils.log - INFO - βœ… All 9 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-27 10:28:04,210 - 11757 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-27 10:28:04,210 - 11757 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11757;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:28:04,628 - 11757 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-27 10:28:04,628 - 11757 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-27 10:28:04,628 - 11757 - src.utils.log - INFO - Time took to perform operation: 21.62 - __SPLIT__ 2026-01-27 10:28:04,628 - 11757 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11757;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:28:05,425 - 11757 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-27 10:28:05,425 - 11757 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-27 05:28:05.425' WHERE GenerateWorkOrderHistoryId = 11757;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-27 10:28:05,718 - 11757 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:35:31,243 - 11759 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=11759 - __SPLIT__ 2026-01-29 06:35:31,245 - 11759 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 11759 - __SPLIT__ 2026-01-29 06:35:31,259 - 11759 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 06:35:31,259 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:33,938 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:33,939 - 11759 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 06:35:33,939 - 11759 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 11759;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:34,310 - 11759 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:35:34,310 - 11759 - 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 = 11759), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 11759), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 11759 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:34,628 - 11759 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:35:34,628 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 11759;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:34,913 - 11759 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:35:34,916 - 11759 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 06:35:34,917 - 11759 - 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 = 12805... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:35,219 - 11759 - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-29 06:35:35,219 - 11759 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 06:35:35,222 - 11759 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 06:35:35,223 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:35,540 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:35,541 - 11759 - 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-01-29 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 23372 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:35,843 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:36,447 - 11759 - src.utils.log - INFO - Generating work orders for setup: 23372 - __SPLIT__ 2026-01-29 06:35:36,464 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1421;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:36,755 - 11759 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:35:36,796 - 11759 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 06:35:36,802 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=135 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:37,088 - 11759 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:35:37,092 - 11759 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 06:35:37,092 - 11759 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-29 06:35:37,092 - 11759 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:37,394 - 11759 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:35:37,394 - 11759 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:37,697 - 11759 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:35:37,697 - 11759 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:38,004 - 11759 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:35:38,004 - 11759 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:38,322 - 11759 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:35:38,322 - 11759 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:38,619 - 11759 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:35:38,619 - 11759 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:38,926 - 11759 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:35:38,927 - 11759 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:39,249 - 11759 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:35:39,249 - 11759 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:39,561 - 11759 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:35:39,562 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:39,930 - 11759 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-29 06:35:41,044 - 11759 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-29 06:35:41,044 - 11759 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 2 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-29 12:05:12.334' and ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:41,342 - 11759 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:35:41,342 - 11759 - src.utils.log - INFO - Id's of work order inserted to DB: [2662824 2662825] - __SPLIT__ 2026-01-29 06:35:41,342 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:41,634 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:41,634 - 11759 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 06:35:41,635 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:41,922 - 11759 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:35:41,922 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:42,215 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:42,224 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:42,536 - 11759 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:35:42,538 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:42,843 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:42,844 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:43,150 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:43,151 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:43,438 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:43,439 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:43,735 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:43,735 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:44,063 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:44,063 - 11759 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:44,361 - 11759 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:35:44,369 - 11759 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-29 06:35:44,370 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:44,678 - 11759 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 06:35:44,678 - 11759 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-29 06:35:44,678 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:44,990 - 11759 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-29 06:35:44,990 - 11759 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-29 06:35:44,990 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:45,297 - 11759 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-29 06:35:45,298 - 11759 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-29 06:35:45,298 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:45,605 - 11759 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-01-29 06:35:45,606 - 11759 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-29 06:35:45,606 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:45,918 - 11759 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-29 06:35:45,918 - 11759 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 06:35:45,918 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:46,235 - 11759 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 06:35:46,235 - 11759 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 06:35:46,235 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:46,542 - 11759 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 06:35:46,543 - 11759 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-29 06:35:46,543 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:46,869 - 11759 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-29 06:35:47,893 - 11759 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-29 06:35:47,893 - 11759 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-29 06:35:47,893 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:48,226 - 11759 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-01-29 06:35:48,226 - 11759 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 06:35:48,226 - 11759 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:48,520 - 11759 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 06:35:49,561 - 11759 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 06:35:49,561 - 11759 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 06:35:49,561 - 11759 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11759;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:49,884 - 11759 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:35:49,884 - 11759 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-29 06:35:49,884 - 11759 - src.utils.log - INFO - Time took to perform operation: 18.64 - __SPLIT__ 2026-01-29 06:35:49,884 - 11759 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11759;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:50,171 - 11759 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:35:50,171 - 11759 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 01:35:50.171' WHERE GenerateWorkOrderHistoryId = 11759;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:35:50,468 - 11759 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:36:09,838 - [11759] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[2662824, 2662825] user_id=122885 company_id=135 project_id=[11759] publish_all=False - __SPLIT__ 2026-01-29 06:36:09,839 - [11759] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[2662824, 2662825] user_id=122885 company_id=135 project_id=[11759] publish_all=False - __SPLIT__ 2026-01-29 06:36:09,839 - [11759] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [11759] - __SPLIT__ 2026-01-29 06:36:09,853 - [11759] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 06:36:09,853 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:12,524 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:12,524 - [11759] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 06:36:12,525 - [11759] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 135 AND GenerateWorkOrderHistoryId = 11759;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:12,815 - [11759] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:36:12,815 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (2662824, 2662825)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:13,161 - [11759] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:36:13,162 - [11759] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 06:36:13,162 - [11759] - 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 = 135 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23372 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:13,466 - [11759] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:36:13,466 - [11759] - 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 = 135 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23372 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:13,774 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:13,774 - [11759] - 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 = 135 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23372 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:14,071 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:14,075 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 135 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:14,383 - [11759] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:36:14,384 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 135;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:14,696 - [11759] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:36:14,697 - [11759] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '122099' WHERE CompanyId = 135 AND EnitityNumberType in ('WorkOrder','Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:14,992 - [11759] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:36:14,996 - [11759] - 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 = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:15,287 - [11759] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:36:15,293 - [11759] - src.utils.log - INFO - Size of Transaction: 2 - __SPLIT__ 2026-01-29 06:36:15,294 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:15,775 - [11759] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 06:36:16,862 - [11759] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 06:36:17,008 - [11759] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 06:36:17,009 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911) and t.CompanyId = 135 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 01:36:15.289';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:17,478 - [11759] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:36:17,481 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:17,770 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:17,779 - [11759] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911) AND CreatedDate = '2026-01-29 01:36:15.289'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 06:36:18,163 - [11759] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:36:18,168 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:18,485 - [11759] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.Invoice - __SPLIT__ 2026-01-29 06:36:19,579 - [11759] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 06:36:19,579 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('122098R', '122097R')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:19,887 - [11759] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:36:19,896 - [11759] - 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 = 23372 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:20,195 - [11759] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:36:20,195 - [11759] - 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 = 23372 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:20,487 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:20,487 - [11759] - 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 = 23372 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:20,779 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:20,779 - [11759] - 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 = 23372 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:21,081 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:21,094 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:21,399 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:21,404 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:21,701 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:21,704 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:22,004 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:22,005 - [11759] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 06:36:22,005 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:22,312 - [11759] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-01-29 06:36:22,312 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:22,627 - [11759] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 06:36:23,656 - [11759] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 06:36:23,656 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:23,964 - [11759] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-01-29 06:36:23,964 - [11759] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 06:36:23,965 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:24,251 - [11759] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:36:24,252 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '6914' and a.CompanyId = 124;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:24,549 - [11759] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:36:24,551 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:25,051 - [11759] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 06:36:26,211 - [11759] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 06:36:26,358 - [11759] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 06:36:26,359 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('122097R', '122098R') AND wo.AccountNumber = '6914' AND wo.CompanyId = 135 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 06:36:26,655 - [11759] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:36:26,656 - [11759] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 06:36:26,656 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (2662824, 2662825)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:26,954 - [11759] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:36:26,954 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (2662824, 2662825)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:27,674 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:27,674 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (2662824, 2662825)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:27,972 - [11759] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:36:27,972 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (2662824, 2662825)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:28,263 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:28,264 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (2662824, 2662825)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:28,717 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:28,717 - [11759] - 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 (2662824, 2662825)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:29,695 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:29,696 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (2662824, 2662825) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:29,987 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:29,988 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (2662824, 2662825);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:30,279 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:30,282 - [11759] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 06:36:30,294 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 135;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:30,587 - [11759] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:36:30,587 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 135 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:30,874 - [11759] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:36:30,878 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:31,237 - [11759] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 06:36:32,310 - [11759] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 06:36:32,311 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 23372 AND WorkOrderNo IN ('3522794', '7651758') AND GenerateWorkOrderHistoryId = 11759;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 06:36:32,653 - [11759] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:36:32,654 - [11759] - src.utils.log - INFO - 🏁 Final merged rows: 2 - __SPLIT__ 2026-01-29 06:36:32,658 - [11759] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-29 06:36:32,659 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:32,950 - [11759] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 06:36:32,951 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:33,259 - [11759] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-01-29 06:36:33,259 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:33,566 - [11759] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 06:36:33,566 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:33,873 - [11759] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 06:36:33,874 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:34,188 - [11759] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 06:36:35,218 - [11759] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 06:36:35,218 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:35,521 - [11759] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-29 06:36:35,522 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:35,838 - [11759] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 06:36:36,866 - [11759] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 06:36:36,867 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:37,174 - [11759] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-29 06:36:37,174 - [11759] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:37,494 - [11759] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-29 06:36:38,540 - [11759] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-29 06:36:38,540 - [11759] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 06:36:38,540 - [11759] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 11759 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:38,867 - [11759] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:36:38,874 - [11759] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 06:36:39,023 - [11759] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_ad349ea1b6 - __SPLIT__ 2026-01-29 06:36:39,316 - [11759] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_ad349ea1b6 - __SPLIT__ 2026-01-29 06:36:39,640 - [11759] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-01-29 06:36:39,789 - [11759] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-29 06:36:39,940 - [11759] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_ad349ea1b6 - __SPLIT__ 2026-01-29 06:36:39,941 - [11759] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_ad349ea1b6 - __SPLIT__ 2026-01-29 06:36:39,941 - [11759] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 11759 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:40,228 - [11759] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:36:40,228 - [11759] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-29 06:36:40,228 - [11759] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (2662824, 2662825) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:40,535 - [11759] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:36:40,535 - [11759] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (2662824, 2662825) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:40,832 - [11759] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:36:40,833 - [11759] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (2662824, 2662825) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:41,135 - [11759] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:36:41,136 - [11759] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (2662824, 2662825) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:41,463 - [11759] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:36:41,463 - [11759] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (2662824, 2662825) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:41,765 - [11759] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:36:41,765 - [11759] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (2662824, 2662825) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:42,067 - [11759] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:36:42,068 - [11759] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (2662824, 2662825) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:42,360 - [11759] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:36:42,360 - [11759] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (2662824, 2662825) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:42,732 - [11759] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:36:42,733 - [11759] - src.utils.log - INFO - Work order published ids: (2662824, 2662825) - __SPLIT__ 2026-01-29 06:36:42,733 - [11759] - src.utils.log - INFO - Time took to perform operation in publishing [11759]: 32.89 - __SPLIT__ 2026-01-29 06:36:42,733 - [11759] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [11759] - __SPLIT__ 2026-01-29 06:36:42,733 - [11759] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 01:36:42.733' WHERE CompanyId = 135 AND GenerateWorkOrderHistoryId = 11759;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:36:43,035 - [11759] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:52:12,963 - 11760 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=11760 - __SPLIT__ 2026-01-29 06:52:12,964 - 11760 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 11760 - __SPLIT__ 2026-01-29 06:52:12,964 - 11760 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 06:52:12,965 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:14,978 - 11760 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:52:14,978 - 11760 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 06:52:14,978 - 11760 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 11760;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:15,270 - 11760 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:52:15,270 - 11760 - 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 = 11760), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 11760), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 11760 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:15,592 - 11760 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:52:15,592 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 11760;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:15,887 - 11760 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:52:15,890 - 11760 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 06:52:15,890 - 11760 - 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 = 12805... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:16,183 - 11760 - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-29 06:52:16,184 - 11760 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 06:52:16,186 - 11760 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 06:52:16,187 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:16,475 - 11760 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:52:16,475 - 11760 - 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-01-29 00:00:00' and ServiceDate <= '2026-05-31 00:00:00' and ServiceSetupId = 23372 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:16,777 - 11760 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:52:17,368 - 11760 - src.utils.log - INFO - Generating work orders for setup: 23372 - __SPLIT__ 2026-01-29 06:52:17,383 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1421;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:17,685 - 11760 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:52:17,728 - 11760 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 06:52:17,736 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=135 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:18,022 - 11760 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:52:18,025 - 11760 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 06:52:18,026 - 11760 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-29 06:52:18,026 - 11760 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:18,334 - 11760 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:52:18,334 - 11760 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:18,626 - 11760 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:52:18,626 - 11760 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:18,923 - 11760 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:52:18,924 - 11760 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:19,221 - 11760 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:52:19,221 - 11760 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:19,518 - 11760 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:52:19,518 - 11760 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:19,816 - 11760 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:52:19,816 - 11760 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:20,108 - 11760 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:52:20,108 - 11760 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23372 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:20,410 - 11760 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:52:20,410 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:20,738 - 11760 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-29 06:52:21,797 - 11760 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-29 06:52:21,797 - 11760 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 2 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-29 12:05:12.334' and ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:22,094 - 11760 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:52:22,095 - 11760 - src.utils.log - INFO - Id's of work order inserted to DB: [2662826 2662827] - __SPLIT__ 2026-01-29 06:52:22,095 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:22,387 - 11760 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:52:22,387 - 11760 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 06:52:22,388 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:22,685 - 11760 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:52:22,685 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:22,981 - 11760 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:52:22,985 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:23,280 - 11760 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:52:23,281 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:23,576 - 11760 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:52:23,577 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:23,868 - 11760 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:52:23,869 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:24,157 - 11760 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:52:24,158 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:24,448 - 11760 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:52:24,448 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:24,755 - 11760 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:52:24,755 - 11760 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:25,048 - 11760 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:52:25,059 - 11760 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-29 06:52:25,059 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:25,350 - 11760 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 06:52:25,351 - 11760 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-29 06:52:25,351 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:25,658 - 11760 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-29 06:52:25,658 - 11760 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-29 06:52:25,658 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:25,990 - 11760 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-29 06:52:25,990 - 11760 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-29 06:52:25,990 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:26,290 - 11760 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-01-29 06:52:27,336 - 11760 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 06:52:27,336 - 11760 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-29 06:52:27,336 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:27,638 - 11760 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-29 06:52:27,639 - 11760 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 06:52:27,639 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:27,941 - 11760 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 06:52:27,941 - 11760 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 06:52:27,941 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:28,233 - 11760 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 06:52:28,233 - 11760 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-29 06:52:28,233 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:28,530 - 11760 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-29 06:52:29,553 - 11760 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-29 06:52:29,553 - 11760 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-29 06:52:29,553 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:29,841 - 11760 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-01-29 06:52:29,841 - 11760 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 06:52:29,841 - 11760 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:30,135 - 11760 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 06:52:31,161 - 11760 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 06:52:31,161 - 11760 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 06:52:31,161 - 11760 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11760;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:31,448 - 11760 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:52:31,448 - 11760 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-29 06:52:31,448 - 11760 - src.utils.log - INFO - Time took to perform operation: 18.48 - __SPLIT__ 2026-01-29 06:52:31,448 - 11760 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11760;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:31,740 - 11760 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:52:31,740 - 11760 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 01:52:31.740' WHERE GenerateWorkOrderHistoryId = 11760;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:52:32,032 - 11760 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:53:01,295 - [11760] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[2662827] user_id=122885 company_id=135 project_id=[11760] publish_all=False - __SPLIT__ 2026-01-29 06:53:01,296 - [11760] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[2662827] user_id=122885 company_id=135 project_id=[11760] publish_all=False - __SPLIT__ 2026-01-29 06:53:01,296 - [11760] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [11760] - __SPLIT__ 2026-01-29 06:53:01,297 - [11760] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 06:53:01,297 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:03,324 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:03,325 - [11760] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 06:53:03,325 - [11760] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 135 AND GenerateWorkOrderHistoryId = 11760;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:03,611 - [11760] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:53:03,611 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId = 2662827... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:03,897 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:03,898 - [11760] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 06:53:03,898 - [11760] - 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 = 135 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23372 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:04,191 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:04,191 - [11760] - 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 = 135 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23372 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:04,478 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:04,479 - [11760] - 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 = 135 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23372 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:04,761 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:04,764 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 135 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:05,049 - [11760] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 06:53:05,050 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 135;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:05,336 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:05,337 - [11760] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '122101' WHERE CompanyId = 135 AND EnitityNumberType in ('WorkOrder','Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:05,622 - [11760] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:53:05,625 - [11760] - 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 = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:05,911 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:05,918 - [11760] - src.utils.log - INFO - Size of Transaction: 1 - __SPLIT__ 2026-01-29 06:53:05,918 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:06,359 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 06:53:07,386 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 06:53:07,532 - [11760] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 06:53:07,533 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy = 12345678910 and t.CompanyId = 135 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 01:53:05.913';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:07,870 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:07,873 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:08,173 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:08,181 - [11760] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy = 12345678910 AND CreatedDate = '2026-01-29 01:53:05.913'; ... (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-01-29 06:53:08,551 - [11760] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 06:53:08,556 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:08,852 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Invoice - __SPLIT__ 2026-01-29 06:53:09,871 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 06:53:09,871 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo = '122100R'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:10,169 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:10,178 - [11760] - 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 = 23372 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:10,462 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:10,462 - [11760] - 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 = 23372 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:10,749 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:10,749 - [11760] - 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 = 23372 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:11,041 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:11,041 - [11760] - 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 = 23372 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:11,338 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:11,350 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:11,636 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:11,641 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:11,928 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:11,938 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:12,220 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:12,229 - [11760] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 06:53:12,229 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:12,527 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 06:53:13,530 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 06:53:13,531 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:13,836 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 06:53:14,850 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 06:53:14,851 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:15,143 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 06:53:16,156 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 06:53:16,156 - [11760] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 06:53:16,157 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:16,439 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:16,440 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '6914' and a.CompanyId = 124;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:16,721 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:16,723 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:17,198 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 06:53:18,232 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 06:53:18,373 - [11760] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 06:53:18,375 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo = '122100R' AND wo.AccountNumber = '6914' AND wo.CompanyId = 135 ... (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-01-29 06:53:18,656 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:18,657 - [11760] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 06:53:18,657 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId = 2662827... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:18,949 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:18,950 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId = 2662827... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:19,246 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:19,246 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId = 2662827... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:19,529 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:19,529 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId = 2662827... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:19,816 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:19,816 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId = 2662827... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:20,108 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:20,108 - [11760] - 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 = 2662827... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:20,411 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:20,411 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId = 2662827 and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:20,712 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:20,713 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId = 2662827;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:21,001 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:21,006 - [11760] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 06:53:21,020 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 135;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:21,307 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:21,311 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 135 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:21,595 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:21,599 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:21,915 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 06:53:22,944 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 06:53:22,945 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 23372 AND WorkOrderNo = '5430080' AND GenerateWorkOrderHistoryId = 11760; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:23,243 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 06:53:23,248 - [11760] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-29 06:53:23,248 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:23,540 - [11760] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 06:53:23,540 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:23,830 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-29 06:53:24,971 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 06:53:24,971 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:25,258 - [11760] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 06:53:25,259 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:25,556 - [11760] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 06:53:25,556 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:25,850 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 06:53:26,861 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 06:53:26,861 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:27,144 - [11760] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-29 06:53:27,144 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:27,431 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 06:53:28,453 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 06:53:28,454 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:28,761 - [11760] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-29 06:53:28,761 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:29,051 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-29 06:53:30,071 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-29 06:53:30,071 - [11760] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 06:53:30,071 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 11760 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:30,364 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 06:53:30,370 - [11760] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 06:53:30,510 - [11760] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_98b5742aff - __SPLIT__ 2026-01-29 06:53:30,792 - [11760] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_98b5742aff - __SPLIT__ 2026-01-29 06:53:31,074 - [11760] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-01-29 06:53:31,221 - [11760] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-29 06:53:31,368 - [11760] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_98b5742aff - __SPLIT__ 2026-01-29 06:53:31,368 - [11760] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_98b5742aff - __SPLIT__ 2026-01-29 06:53:31,368 - [11760] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 11760 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:31,654 - [11760] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:53:31,654 - [11760] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-29 06:53:31,654 - [11760] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId = 2662827 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:31,956 - [11760] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:53:31,956 - [11760] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId = 2662827 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:32,253 - [11760] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:53:32,254 - [11760] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId = 2662827 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:32,536 - [11760] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:53:32,536 - [11760] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId = 2662827 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:32,848 - [11760] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:53:32,849 - [11760] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId = 2662827 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:33,150 - [11760] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:53:33,151 - [11760] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId = 2662827 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:33,434 - [11760] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:53:33,434 - [11760] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId = 2662827 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:33,720 - [11760] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:53:33,720 - [11760] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId = 2662827 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:34,124 - [11760] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 06:53:34,124 - [11760] - src.utils.log - INFO - Work order published ids: (2662827,) - __SPLIT__ 2026-01-29 06:53:34,124 - [11760] - src.utils.log - INFO - Time took to perform operation in publishing [11760]: 32.83 - __SPLIT__ 2026-01-29 06:53:34,124 - [11760] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [11760] - __SPLIT__ 2026-01-29 06:53:34,125 - [11760] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 01:53:34.124' WHERE CompanyId = 135 AND GenerateWorkOrderHistoryId = 11760;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 06:53:34,405 - [11760] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:24:49,856 - 11761 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=11761 - __SPLIT__ 2026-01-29 07:24:49,857 - 11761 - src.utils.log - INFO - Work order Generation/Publish algo started for GenerateWorkOrderHistoryId: 11761 - __SPLIT__ 2026-01-29 07:24:49,858 - 11761 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 07:24:49,858 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = '9685809191'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:51,931 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:24:51,931 - 11761 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 07:24:51,931 - 11761 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 11761;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:52,223 - 11761 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:24:52,223 - 11761 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WoGenStartDateTime = '2026-01-29 02:24:52.223' WHERE GenerateWorkOrderHistoryId = 11761;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:52,570 - 11761 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:24:52,570 - 11761 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy, CompanyId from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 11761;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:52,868 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:24:52,869 - 11761 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'New', WoPublishStartDateTime = '2026-01-29 02:24:52.869' WHERE CompanyId = 131 AND GenerateWorkOrderHistoryId = 11761;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:53,160 - 11761 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:24:53,160 - 11761 - 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 = 11761), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 11761), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 11761 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:53,488 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:24:53,488 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 11761;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:53,782 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:24:53,785 - 11761 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 07:24:53,786 - 11761 - 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 = 13154... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:54,083 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:24:54,084 - 11761 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 07:24:54,088 - 11761 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 07:24:54,089 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23374;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 07:24:54,381 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:24:54,381 - 11761 - 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-01-29 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId = 23374 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 07:24:54,678 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:24:55,303 - 11761 - src.utils.log - INFO - Generating work orders for setup: 23374 - __SPLIT__ 2026-01-29 07:24:55,322 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1408;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 07:24:55,616 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:24:55,730 - 11761 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 07:24:55,736 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=131 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 07:24:56,028 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:24:56,033 - 11761 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 07:24:56,033 - 11761 - src.utils.log - INFO - Running deletes in PARALLEL… - __SPLIT__ 2026-01-29 07:24:56,033 - 11761 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23374 ) (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 07:24:56,034 - 11761 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23374 ) (Thread: ThreadPoolExecutor-1_1) - __SPLIT__ 2026-01-29 07:24:56,035 - 11761 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23374 ) (Thread: ThreadPoolExecutor-1_2) - __SPLIT__ 2026-01-29 07:24:56,036 - 11761 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23374 ) (Thread: ThreadPoolExecutor-1_3) - __SPLIT__ 2026-01-29 07:24:56,036 - 11761 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23374 ) (Thread: ThreadPoolExecutor-1_4) - __SPLIT__ 2026-01-29 07:24:56,037 - 11761 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23374 ) (Thread: ThreadPoolExecutor-1_5) - __SPLIT__ 2026-01-29 07:24:56,038 - 11761 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23374 ) (Thread: ThreadPoolExecutor-1_6) - __SPLIT__ 2026-01-29 07:24:56,335 - 11761 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:24:57,189 - 11761 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:24:57,194 - 11761 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:24:57,206 - 11761 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:24:57,210 - 11761 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:24:57,212 - 11761 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:24:57,213 - 11761 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:24:57,213 - 11761 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23374 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:57,530 - 11761 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:24:57,531 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23374;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:57,840 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:24:57,840 - 11761 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 07:24:57,841 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 23374... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 07:24:57,841 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 23374... (Thread: ThreadPoolExecutor-2_1) - __SPLIT__ 2026-01-29 07:24:57,842 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 23374... (Thread: ThreadPoolExecutor-2_2) - __SPLIT__ 2026-01-29 07:24:57,842 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 23374... (Thread: ThreadPoolExecutor-2_3) - __SPLIT__ 2026-01-29 07:24:57,843 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 23374;... (Thread: ThreadPoolExecutor-2_4) - __SPLIT__ 2026-01-29 07:24:57,843 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 23374;... (Thread: ThreadPoolExecutor-2_5) - __SPLIT__ 2026-01-29 07:24:57,844 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 23374;... (Thread: ThreadPoolExecutor-2_6) - __SPLIT__ 2026-01-29 07:24:57,844 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 23374;... (Thread: ThreadPoolExecutor-2_7) - __SPLIT__ 2026-01-29 07:24:58,128 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:24:58,129 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 23374... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 07:24:58,129 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:24:58,131 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:24:58,135 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:24:58,137 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:24:58,139 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:24:58,142 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:24:58,419 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:24:59,032 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:24:59,047 - 11761 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11761;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:59,337 - 11761 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:24:59,338 - 11761 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 02:24:59.337' WHERE CompanyId = 131 AND GenerateWorkOrderHistoryId = 11761;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:59,626 - 11761 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:24:59,626 - 11761 - src.utils.log - INFO - - __SPLIT__ 2026-01-29 07:24:59,627 - 11761 - src.utils.log - INFO - Work order generation successful - Time took: 9.77 - __SPLIT__ 2026-01-29 07:24:59,627 - 11761 - src.utils.log - INFO - Work order publish in progress for GenerateWorkOrderHistoryId: 11761 - __SPLIT__ 2026-01-29 07:24:59,627 - 11761 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress', WoPublishStartDateTime = '2026-01-29 02:24:59.627' WHERE CompanyId = 131 AND GenerateWorkOrderHistoryId = 11761;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:24:59,923 - 11761 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:24:59,924 - 11761 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 11761;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:00,221 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:00,222 - 11761 - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 07:25:00,222 - 11761 - 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 = 131 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23374 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:00,519 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:00,519 - 11761 - 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 = 131 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23374 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:00,808 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:25:00,809 - 11761 - 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 = 131 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23374 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:01,106 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:25:01,111 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 131 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:01,406 - 11761 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 07:25:01,407 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 131;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:01,691 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:01,692 - 11761 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1372' WHERE CompanyId = 131 AND EnitityNumberType in ('WorkOrder','Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:01,985 - 11761 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:25:01,989 - 11761 - 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 = 23374... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:02,303 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:02,311 - 11761 - src.utils.log - INFO - Size of Transaction: 3 - __SPLIT__ 2026-01-29 07:25:02,312 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:02,753 - 11761 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 07:25:03,880 - 11761 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 07:25:04,036 - 11761 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 07:25:04,037 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912) and t.CompanyId = 131 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 02:25:02.306';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:04,375 - 11761 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:25:04,377 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23374;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:04,664 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:25:04,673 - 11761 - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912) AND CreatedDate = '2026-01-29 02:25:02.306'; ... (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-01-29 07:25:05,051 - 11761 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:25:05,057 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:05,361 - 11761 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into Billing.Invoice - __SPLIT__ 2026-01-29 07:25:06,445 - 11761 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 07:25:06,446 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('1371', '1370', '1369')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:06,761 - 11761 - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-29 07:25:06,771 - 11761 - 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 = 23374 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:07,071 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:07,071 - 11761 - 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 = 23374 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:07,367 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:25:07,368 - 11761 - 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 = 23374 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:07,661 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:25:07,661 - 11761 - 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 = 23374 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:07,958 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:25:07,972 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23374;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:08,258 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:25:08,265 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 23374;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:08,550 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:08,562 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 23374;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:08,860 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:08,870 - 11761 - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-01-29 07:25:08,871 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 6 rows in batches of 25000 (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-01-29 07:25:08,871 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 6 rows in batches of 25000 (Thread: ThreadPoolExecutor-4_1) - __SPLIT__ 2026-01-29 07:25:08,871 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 6 rows in batches of 25000 (Thread: ThreadPoolExecutor-4_2) - __SPLIT__ 2026-01-29 07:25:09,161 - 11761 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 07:25:09,168 - 11761 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 07:25:09,178 - 11761 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 07:25:10,208 - 11761 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 07:25:10,208 - 11761 - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 07:25:10,209 - 11761 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 07:25:10,209 - 11761 - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-01-29 07:25:10,215 - 11761 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 07:25:10,215 - 11761 - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-01-29 07:25:10,216 - 11761 - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 07:25:10,217 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = '9685809191';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:10,508 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:10,508 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '2941' and a.CompanyId = 120;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:10,801 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:10,802 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:11,288 - 11761 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 07:25:12,471 - 11761 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 07:25:12,612 - 11761 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 07:25:12,613 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('1369', '1370', '1371') AND wo.AccountNumber = '2941' AND wo.CompanyId = 131 ... (Thread: ThreadPoolExecutor-5_0) - __SPLIT__ 2026-01-29 07:25:12,914 - 11761 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:25:12,917 - 11761 - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 07:25:12,929 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 131;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:13,215 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:13,219 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 131 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:13,520 - 11761 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:25:13,524 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:13,837 - 11761 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 07:25:14,937 - 11761 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 07:25:14,938 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 23374 AND WorkOrderNo IN (6155582, 3582291, 5424556) AND GenerateWorkOrderHistoryId = 11761;... (Thread: ThreadPoolExecutor-6_0) - __SPLIT__ 2026-01-29 07:25:15,281 - 11761 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:25:15,282 - 11761 - src.utils.log - INFO - 🏁 Final merged rows: 3 - __SPLIT__ 2026-01-29 07:25:15,287 - 11761 - src.utils.log - INFO - Parallel Insertion in work order tables begin - __SPLIT__ 2026-01-29 07:25:15,288 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_0) - __SPLIT__ 2026-01-29 07:25:15,288 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_1) - __SPLIT__ 2026-01-29 07:25:15,288 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_2) - __SPLIT__ 2026-01-29 07:25:15,289 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_3) - __SPLIT__ 2026-01-29 07:25:15,289 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_4) - __SPLIT__ 2026-01-29 07:25:15,289 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_5) - __SPLIT__ 2026-01-29 07:25:15,290 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_6) - __SPLIT__ 2026-01-29 07:25:15,290 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_7) - __SPLIT__ 2026-01-29 07:25:15,290 - 11761 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_8) - __SPLIT__ 2026-01-29 07:25:15,572 - 11761 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 07:25:15,572 - 11761 - src.utils.log - INFO - [OK] Sales Person Commission completed. - __SPLIT__ 2026-01-29 07:25:15,578 - 11761 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 07:25:15,578 - 11761 - src.utils.log - INFO - [OK] Adjustment completed. - __SPLIT__ 2026-01-29 07:25:15,579 - 11761 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-29 07:25:15,579 - 11761 - src.utils.log - INFO - [OK] Sub WO completed. - __SPLIT__ 2026-01-29 07:25:15,584 - 11761 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 07:25:15,588 - 11761 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-29 07:25:15,595 - 11761 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-29 07:25:15,596 - 11761 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 07:25:15,596 - 11761 - src.utils.log - INFO - [OK] Source Mapping completed. - __SPLIT__ 2026-01-29 07:25:15,603 - 11761 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 07:25:15,607 - 11761 - src.utils.log - INFO - [OK] Lead Notes completed. - __SPLIT__ 2026-01-29 07:25:16,470 - 11761 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 0 batches - __SPLIT__ 2026-01-29 07:25:16,471 - 11761 - src.utils.log - INFO - [OK] Publish Services completed. - __SPLIT__ 2026-01-29 07:25:16,620 - 11761 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 07:25:16,621 - 11761 - src.utils.log - INFO - [OK] Crew completed. - __SPLIT__ 2026-01-29 07:25:16,651 - 11761 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 07:25:16,652 - 11761 - src.utils.log - INFO - [OK] Services completed. - __SPLIT__ 2026-01-29 07:25:16,717 - 11761 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 07:25:16,718 - 11761 - src.utils.log - INFO - [OK] Discount Applied completed. - __SPLIT__ 2026-01-29 07:25:16,719 - 11761 - src.utils.log - INFO - All publish tasks completed successfully. - __SPLIT__ 2026-01-29 07:25:16,719 - 11761 - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 07:25:16,719 - 11761 - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 11761 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:17,032 - 11761 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:25:17,039 - 11761 - src.utils.log - INFO - πŸ”„ Updating next gen date parallely: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 07:25:17,183 - 11761 - src.utils.log - INFO - πŸ›  Creating temp table #tbl_7e962bab27 - __SPLIT__ 2026-01-29 07:25:17,349 - 11761 - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_7e962bab27 - __SPLIT__ 2026-01-29 07:25:17,989 - 11761 - src.utils.log - INFO - πŸ” Running UPDATE to apply changes - __SPLIT__ 2026-01-29 07:25:18,286 - 11761 - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-29 07:25:18,287 - 11761 - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_7e962bab27 - __SPLIT__ 2026-01-29 07:25:18,287 - 11761 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 11761 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:18,570 - 11761 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:25:18,570 - 11761 - src.utils.log - INFO - Work order published ids: (0, 1, 2) - __SPLIT__ 2026-01-29 07:25:18,570 - 11761 - src.utils.log - INFO - Time took to perform operation in publishing 11761: 28.71 - __SPLIT__ 2026-01-29 07:25:18,570 - 11761 - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: 11761 - __SPLIT__ 2026-01-29 07:25:18,570 - 11761 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 02:25:18.570' WHERE CompanyId = 131 AND GenerateWorkOrderHistoryId = 11761;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:25:18,859 - 11761 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:42:17,108 - 11762 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=11762 - __SPLIT__ 2026-01-29 07:42:17,109 - 11762 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 11762 - __SPLIT__ 2026-01-29 07:42:17,123 - 11762 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 07:42:17,123 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = '9685809191'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:19,798 - 11762 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:42:19,799 - 11762 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 07:42:19,799 - 11762 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 11762;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:20,090 - 11762 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:42:20,090 - 11762 - 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 = 11762), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 11762), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 11762 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:20,408 - 11762 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:42:20,409 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 11762;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:20,712 - 11762 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:42:20,716 - 11762 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 07:42:20,717 - 11762 - 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 = 13154... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:21,028 - 11762 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:42:21,028 - 11762 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 07:42:21,032 - 11762 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 07:42:21,032 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23376;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:21,330 - 11762 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:42:21,331 - 11762 - 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-01-29 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId = 23376 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:21,627 - 11762 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:42:22,258 - 11762 - src.utils.log - INFO - Generating work orders for setup: 23376 - __SPLIT__ 2026-01-29 07:42:22,279 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1408;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:22,571 - 11762 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:42:22,609 - 11762 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 07:42:22,615 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=131 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:22,922 - 11762 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:42:22,926 - 11762 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 07:42:22,926 - 11762 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-29 07:42:22,926 - 11762 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23376 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:23,224 - 11762 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:42:23,225 - 11762 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23376 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:23,522 - 11762 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:42:23,522 - 11762 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23376 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:23,825 - 11762 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:42:23,825 - 11762 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23376 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:24,132 - 11762 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:42:24,132 - 11762 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23376 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:24,429 - 11762 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:42:24,429 - 11762 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23376 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:24,731 - 11762 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:42:24,732 - 11762 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23376 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:25,034 - 11762 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:42:25,034 - 11762 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23376 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:25,346 - 11762 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:42:25,346 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:25,675 - 11762 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-29 07:42:26,899 - 11762 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-29 07:42:26,900 - 11762 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 3 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-29 12:05:12.264' and ServiceSetupId = 23376... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:27,217 - 11762 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:42:27,218 - 11762 - src.utils.log - INFO - Id's of work order inserted to DB: [2662828 2662829 2662830] - __SPLIT__ 2026-01-29 07:42:27,218 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23376;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:27,510 - 11762 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:42:27,510 - 11762 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 07:42:27,510 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 23376... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:27,803 - 11762 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:42:27,803 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 23376... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:28,094 - 11762 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:42:28,098 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 23376... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:28,387 - 11762 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:42:28,388 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 23376... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:28,699 - 11762 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:42:28,699 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 23376... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:28,996 - 11762 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:42:28,997 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 23376;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:29,299 - 11762 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:42:29,301 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 23376;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:29,611 - 11762 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:42:29,611 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 23376;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:29,918 - 11762 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:42:29,919 - 11762 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 23376;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:30,241 - 11762 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:42:30,253 - 11762 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-29 07:42:30,253 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:30,548 - 11762 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 07:42:30,549 - 11762 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-29 07:42:30,549 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:30,846 - 11762 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-29 07:42:30,846 - 11762 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-29 07:42:30,846 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:31,153 - 11762 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-29 07:42:31,153 - 11762 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-29 07:42:31,153 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:31,479 - 11762 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-01-29 07:42:32,523 - 11762 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 07:42:32,524 - 11762 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-29 07:42:32,524 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:32,816 - 11762 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-29 07:42:32,816 - 11762 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 07:42:32,817 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:33,109 - 11762 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 07:42:33,109 - 11762 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 07:42:33,109 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:33,396 - 11762 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 07:42:33,396 - 11762 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-29 07:42:33,396 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:33,693 - 11762 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-29 07:42:34,746 - 11762 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-29 07:42:34,746 - 11762 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-29 07:42:34,746 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:35,034 - 11762 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-01-29 07:42:35,034 - 11762 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 07:42:35,034 - 11762 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:35,334 - 11762 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 07:42:36,369 - 11762 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 07:42:36,369 - 11762 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 07:42:36,370 - 11762 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11762;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:36,656 - 11762 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:42:36,656 - 11762 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-29 07:42:36,656 - 11762 - src.utils.log - INFO - Time took to perform operation: 19.55 - __SPLIT__ 2026-01-29 07:42:36,656 - 11762 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11762;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:36,948 - 11762 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:42:36,949 - 11762 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 02:42:36.949' WHERE GenerateWorkOrderHistoryId = 11762;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:42:37,251 - 11762 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:43:23,745 - [11762] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[2662828, 2662829, 2662830] user_id=102847 company_id=131 project_id=[11762] publish_all=False - __SPLIT__ 2026-01-29 07:43:23,746 - [11762] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[2662828, 2662829, 2662830] user_id=102847 company_id=131 project_id=[11762] publish_all=False - __SPLIT__ 2026-01-29 07:43:23,746 - [11762] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [11762] - __SPLIT__ 2026-01-29 07:43:23,746 - [11762] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 07:43:23,747 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = '9685809191'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:25,770 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:25,770 - [11762] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 07:43:25,770 - [11762] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 131 AND GenerateWorkOrderHistoryId = 11762;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:26,071 - [11762] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:43:26,071 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (2662828, 2662829, 2662830)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:26,362 - [11762] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:43:26,363 - [11762] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 07:43:26,363 - [11762] - 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 = 131 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23376 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:26,661 - [11762] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:43:26,661 - [11762] - 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 = 131 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23376 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:26,959 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:26,959 - [11762] - 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 = 131 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23376 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:27,251 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:27,255 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 131 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:27,553 - [11762] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 07:43:27,554 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 131;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:27,835 - [11762] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:43:27,837 - [11762] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1375' WHERE CompanyId = 131 AND EnitityNumberType in ('WorkOrder','Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:28,132 - [11762] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:43:28,136 - [11762] - 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 = 23376... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:28,426 - [11762] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:43:28,433 - [11762] - src.utils.log - INFO - Size of Transaction: 3 - __SPLIT__ 2026-01-29 07:43:28,434 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:28,881 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 07:43:29,896 - [11762] - src.utils.log - INFO - βœ… All 3 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 07:43:30,037 - [11762] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 07:43:30,038 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912) and t.CompanyId = 131 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 02:43:28.429';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:30,356 - [11762] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:43:30,359 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23376;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:30,653 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:30,661 - [11762] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912) AND CreatedDate = '2026-01-29 02:43:28.429'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 07:43:31,036 - [11762] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:43:31,041 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:31,338 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into Billing.Invoice - __SPLIT__ 2026-01-29 07:43:32,346 - [11762] - src.utils.log - INFO - βœ… All 3 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 07:43:32,346 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('1374', '1373', '1372')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:32,659 - [11762] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-29 07:43:32,668 - [11762] - 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 = 23376 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:32,962 - [11762] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:43:32,962 - [11762] - 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 = 23376 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:33,259 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:33,259 - [11762] - 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 = 23376 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:33,547 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:33,548 - [11762] - 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 = 23376 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:33,838 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:33,852 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23376;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:34,136 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:34,141 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 23376;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:34,448 - [11762] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:43:34,459 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 23376;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:34,756 - [11762] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:43:34,765 - [11762] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 07:43:34,765 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:35,053 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 07:43:36,066 - [11762] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 07:43:36,066 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:36,361 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 07:43:37,391 - [11762] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 07:43:37,391 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:37,683 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 07:43:38,706 - [11762] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 07:43:38,706 - [11762] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 07:43:38,708 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = '9685809191';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:38,999 - [11762] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:43:38,999 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '2942' and a.CompanyId = 120;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:39,286 - [11762] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:43:39,288 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:39,755 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 07:43:40,934 - [11762] - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 07:43:41,085 - [11762] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 07:43:41,087 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('1372', '1373', '1374') AND wo.AccountNumber = '2942' AND wo.CompanyId = 131 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 07:43:41,383 - [11762] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:43:41,384 - [11762] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 07:43:41,384 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (2662828, 2662829, 2662830)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:41,671 - [11762] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:43:41,671 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (2662828, 2662829, 2662830)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:41,958 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:41,958 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (2662828, 2662829, 2662830)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:42,291 - [11762] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:43:42,291 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (2662828, 2662829, 2662830)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:42,572 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:42,573 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (2662828, 2662829, 2662830)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:42,880 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:42,880 - [11762] - 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 (2662828, 2662829, 2662830)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:43,204 - [11762] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:43:43,204 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (2662828, 2662829, 2662830) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:43,495 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:43,495 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (2662828, 2662829, 2662830);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:43,802 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:43,805 - [11762] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 07:43:43,816 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 131;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:44,104 - [11762] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:43:44,108 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 131 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:44,407 - [11762] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:43:44,411 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:44,753 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 07:43:45,777 - [11762] - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 07:43:45,779 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 23376 AND WorkOrderNo IN ('3482690', '3948314', '1965371') AND GenerateWorkOrderHistoryId = 11762;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 07:43:46,086 - [11762] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:43:46,086 - [11762] - src.utils.log - INFO - 🏁 Final merged rows: 3 - __SPLIT__ 2026-01-29 07:43:46,091 - [11762] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-29 07:43:46,091 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:46,378 - [11762] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 07:43:46,378 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:46,677 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-29 07:43:47,700 - [11762] - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 07:43:47,700 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:48,001 - [11762] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 07:43:48,001 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:48,318 - [11762] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 07:43:48,318 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:48,612 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 07:43:49,628 - [11762] - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 07:43:49,628 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:49,927 - [11762] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-29 07:43:49,927 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:50,218 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 07:43:51,321 - [11762] - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 07:43:51,322 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:51,635 - [11762] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-29 07:43:51,635 - [11762] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:51,939 - [11762] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-29 07:43:53,005 - [11762] - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-29 07:43:53,005 - [11762] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 07:43:53,005 - [11762] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 11762 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:53,293 - [11762] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:43:53,299 - [11762] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 07:43:53,443 - [11762] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_bd1f743790 - __SPLIT__ 2026-01-29 07:43:53,746 - [11762] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_bd1f743790 - __SPLIT__ 2026-01-29 07:43:54,029 - [11762] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-01-29 07:43:54,180 - [11762] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-29 07:43:54,330 - [11762] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_bd1f743790 - __SPLIT__ 2026-01-29 07:43:54,331 - [11762] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_bd1f743790 - __SPLIT__ 2026-01-29 07:43:54,331 - [11762] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 11762 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:54,607 - [11762] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:43:54,608 - [11762] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-29 07:43:54,608 - [11762] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (2662828, 2662829, 2662830) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:54,906 - [11762] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:43:54,907 - [11762] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (2662828, 2662829, 2662830) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:55,218 - [11762] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:43:55,218 - [11762] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (2662828, 2662829, 2662830) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:55,520 - [11762] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:43:55,520 - [11762] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (2662828, 2662829, 2662830) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:55,842 - [11762] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:43:55,842 - [11762] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (2662828, 2662829, 2662830) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:56,155 - [11762] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:43:56,155 - [11762] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (2662828, 2662829, 2662830) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:56,442 - [11762] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:43:56,442 - [11762] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (2662828, 2662829, 2662830) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:56,729 - [11762] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:43:56,729 - [11762] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (2662828, 2662829, 2662830) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:57,093 - [11762] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:43:57,093 - [11762] - src.utils.log - INFO - Work order published ids: (2662828, 2662829, 2662830) - __SPLIT__ 2026-01-29 07:43:57,093 - [11762] - src.utils.log - INFO - Time took to perform operation in publishing [11762]: 33.35 - __SPLIT__ 2026-01-29 07:43:57,093 - [11762] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [11762] - __SPLIT__ 2026-01-29 07:43:57,093 - [11762] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 02:43:57.093' WHERE CompanyId = 131 AND GenerateWorkOrderHistoryId = 11762;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:43:57,374 - [11762] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:52:12,619 - 11763 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=11763 - __SPLIT__ 2026-01-29 07:52:12,620 - 11763 - src.utils.log - INFO - Work order Generation/Publish algo started for GenerateWorkOrderHistoryId: 11763 - __SPLIT__ 2026-01-29 07:52:12,634 - 11763 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 07:52:12,634 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = '9685809191'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:15,355 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:15,356 - 11763 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 07:52:15,356 - 11763 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 11763;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:15,646 - 11763 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:52:15,647 - 11763 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WoGenStartDateTime = '2026-01-29 02:52:15.647' WHERE GenerateWorkOrderHistoryId = 11763;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:15,944 - 11763 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:52:15,944 - 11763 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy, CompanyId from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 11763;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:16,247 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:16,247 - 11763 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'New', WoPublishStartDateTime = '2026-01-29 02:52:16.247' WHERE CompanyId = 131 AND GenerateWorkOrderHistoryId = 11763;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:16,543 - 11763 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:52:16,544 - 11763 - 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 = 11763), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 11763), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 11763 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:16,866 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:16,866 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 11763;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:17,176 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:17,179 - 11763 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 07:52:17,180 - 11763 - 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 = 13154... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:17,477 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:17,477 - 11763 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 07:52:17,482 - 11763 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 07:52:17,483 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23378;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 07:52:17,794 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:17,795 - 11763 - 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-01-29 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId = 23378 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 07:52:18,091 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:18,707 - 11763 - src.utils.log - INFO - Generating work orders for setup: 23378 - __SPLIT__ 2026-01-29 07:52:18,728 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1408;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 07:52:19,019 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:19,058 - 11763 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 07:52:19,063 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=131 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 07:52:19,356 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:19,361 - 11763 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 07:52:19,361 - 11763 - src.utils.log - INFO - Running deletes in PARALLEL… - __SPLIT__ 2026-01-29 07:52:19,362 - 11763 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23378 ) (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 07:52:19,362 - 11763 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23378 ) (Thread: ThreadPoolExecutor-1_1) - __SPLIT__ 2026-01-29 07:52:19,363 - 11763 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23378 ) (Thread: ThreadPoolExecutor-1_2) - __SPLIT__ 2026-01-29 07:52:19,363 - 11763 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23378 ) (Thread: ThreadPoolExecutor-1_3) - __SPLIT__ 2026-01-29 07:52:19,363 - 11763 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23378 ) (Thread: ThreadPoolExecutor-1_4) - __SPLIT__ 2026-01-29 07:52:19,363 - 11763 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23378 ) (Thread: ThreadPoolExecutor-1_5) - __SPLIT__ 2026-01-29 07:52:19,363 - 11763 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23378 ) (Thread: ThreadPoolExecutor-1_6) - __SPLIT__ 2026-01-29 07:52:19,663 - 11763 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:52:20,540 - 11763 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:52:20,550 - 11763 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:52:20,576 - 11763 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:52:20,576 - 11763 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:52:20,591 - 11763 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:52:20,591 - 11763 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:52:20,592 - 11763 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 23378 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:20,908 - 11763 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:52:20,910 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23378;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:21,206 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:21,206 - 11763 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 07:52:21,207 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 23378... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 07:52:21,207 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 23378... (Thread: ThreadPoolExecutor-2_1) - __SPLIT__ 2026-01-29 07:52:21,207 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 23378... (Thread: ThreadPoolExecutor-2_2) - __SPLIT__ 2026-01-29 07:52:21,208 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 23378... (Thread: ThreadPoolExecutor-2_3) - __SPLIT__ 2026-01-29 07:52:21,209 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 23378;... (Thread: ThreadPoolExecutor-2_4) - __SPLIT__ 2026-01-29 07:52:21,210 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 23378;... (Thread: ThreadPoolExecutor-2_6) - __SPLIT__ 2026-01-29 07:52:21,209 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 23378;... (Thread: ThreadPoolExecutor-2_5) - __SPLIT__ 2026-01-29 07:52:21,210 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 23378;... (Thread: ThreadPoolExecutor-2_7) - __SPLIT__ 2026-01-29 07:52:21,495 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:21,495 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 23378... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 07:52:21,498 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:21,500 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:21,501 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:21,503 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:21,506 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:21,518 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:21,786 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:22,391 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:22,405 - 11763 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11763;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:22,692 - 11763 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:52:22,692 - 11763 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 02:52:22.692' WHERE CompanyId = 131 AND GenerateWorkOrderHistoryId = 11763;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:22,985 - 11763 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:52:22,985 - 11763 - src.utils.log - INFO - - __SPLIT__ 2026-01-29 07:52:22,985 - 11763 - src.utils.log - INFO - Work order generation successful - Time took: 10.36 - __SPLIT__ 2026-01-29 07:52:22,985 - 11763 - src.utils.log - INFO - Work order publish in progress for GenerateWorkOrderHistoryId: 11763 - __SPLIT__ 2026-01-29 07:52:22,985 - 11763 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress', WoPublishStartDateTime = '2026-01-29 02:52:22.985' WHERE CompanyId = 131 AND GenerateWorkOrderHistoryId = 11763;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:23,277 - 11763 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:52:23,278 - 11763 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 11763;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:23,580 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:23,581 - 11763 - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 07:52:23,581 - 11763 - 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 = 131 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23378 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:23,882 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:23,883 - 11763 - 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 = 131 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23378 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:24,195 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:24,195 - 11763 - 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 = 131 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23378 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:24,493 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:24,498 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 131 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:24,790 - 11763 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 07:52:24,790 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 131;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:25,087 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:25,088 - 11763 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1378' WHERE CompanyId = 131 AND EnitityNumberType in ('WorkOrder','Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:25,378 - 11763 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:52:25,382 - 11763 - 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 = 23378... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:25,698 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:25,706 - 11763 - src.utils.log - INFO - Size of Transaction: 3 - __SPLIT__ 2026-01-29 07:52:25,706 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:26,171 - 11763 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 07:52:27,209 - 11763 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 07:52:27,359 - 11763 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 07:52:27,360 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912) and t.CompanyId = 131 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 02:52:25.700';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:27,678 - 11763 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:52:27,681 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23378;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:27,976 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:27,984 - 11763 - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912) AND CreatedDate = '2026-01-29 02:52:25.700'; ... (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-01-29 07:52:28,383 - 11763 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 07:52:28,388 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:28,695 - 11763 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into Billing.Invoice - __SPLIT__ 2026-01-29 07:52:29,738 - 11763 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 07:52:29,739 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('1377', '1376', '1375')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:30,056 - 11763 - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-29 07:52:30,066 - 11763 - 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 = 23378 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:30,359 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:30,359 - 11763 - 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 = 23378 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:30,651 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:30,652 - 11763 - 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 = 23378 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:30,938 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:30,939 - 11763 - 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 = 23378 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:31,231 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:31,244 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23378;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:31,538 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:31,545 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 23378;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:31,836 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:31,848 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 23378;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:32,139 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:32,150 - 11763 - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-01-29 07:52:32,150 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 6 rows in batches of 25000 (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-01-29 07:52:32,150 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 6 rows in batches of 25000 (Thread: ThreadPoolExecutor-4_1) - __SPLIT__ 2026-01-29 07:52:32,151 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 6 rows in batches of 25000 (Thread: ThreadPoolExecutor-4_2) - __SPLIT__ 2026-01-29 07:52:32,454 - 11763 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 07:52:32,458 - 11763 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 07:52:32,463 - 11763 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 07:52:33,483 - 11763 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 07:52:33,483 - 11763 - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 07:52:33,488 - 11763 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 07:52:33,488 - 11763 - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-01-29 07:52:33,513 - 11763 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 07:52:33,514 - 11763 - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-01-29 07:52:33,514 - 11763 - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 07:52:33,515 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = '9685809191';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:33,811 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:33,812 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '2942' and a.CompanyId = 120;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:34,119 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:34,121 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:34,592 - 11763 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 07:52:35,781 - 11763 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 07:52:35,922 - 11763 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 07:52:35,924 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('1375', '1376', '1377') AND wo.AccountNumber = '2942' AND wo.CompanyId = 131 ... (Thread: ThreadPoolExecutor-5_0) - __SPLIT__ 2026-01-29 07:52:36,226 - 11763 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:52:36,228 - 11763 - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 07:52:36,239 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 131;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:36,528 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:36,532 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 131 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:36,825 - 11763 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 07:52:36,829 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:37,172 - 11763 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 07:52:38,211 - 11763 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 07:52:38,212 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 23378 AND WorkOrderNo IN (3703238, 9259757, 8256732) AND GenerateWorkOrderHistoryId = 11763;... (Thread: ThreadPoolExecutor-6_0) - __SPLIT__ 2026-01-29 07:52:38,520 - 11763 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 07:52:38,520 - 11763 - src.utils.log - INFO - 🏁 Final merged rows: 3 - __SPLIT__ 2026-01-29 07:52:38,526 - 11763 - src.utils.log - INFO - Parallel Insertion in work order tables begin - __SPLIT__ 2026-01-29 07:52:38,526 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_0) - __SPLIT__ 2026-01-29 07:52:38,527 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_1) - __SPLIT__ 2026-01-29 07:52:38,527 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_2) - __SPLIT__ 2026-01-29 07:52:38,527 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_3) - __SPLIT__ 2026-01-29 07:52:38,527 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_4) - __SPLIT__ 2026-01-29 07:52:38,528 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_5) - __SPLIT__ 2026-01-29 07:52:38,528 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 3 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_6) - __SPLIT__ 2026-01-29 07:52:38,529 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_7) - __SPLIT__ 2026-01-29 07:52:38,529 - 11763 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-7_8) - __SPLIT__ 2026-01-29 07:52:38,822 - 11763 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-29 07:52:38,822 - 11763 - src.utils.log - INFO - [OK] Source Mapping completed. - __SPLIT__ 2026-01-29 07:52:38,828 - 11763 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 07:52:38,831 - 11763 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 07:52:38,832 - 11763 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 07:52:38,838 - 11763 - src.utils.log - INFO - [OK] Adjustment completed. - __SPLIT__ 2026-01-29 07:52:38,840 - 11763 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-29 07:52:38,841 - 11763 - src.utils.log - INFO - [OK] Lead Notes completed. - __SPLIT__ 2026-01-29 07:52:38,841 - 11763 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 07:52:38,852 - 11763 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 07:52:38,852 - 11763 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-29 07:52:38,855 - 11763 - src.utils.log - INFO - [OK] Sales Person Commission completed. - __SPLIT__ 2026-01-29 07:52:38,856 - 11763 - src.utils.log - INFO - [OK] Sub WO completed. - __SPLIT__ 2026-01-29 07:52:39,704 - 11763 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 0 batches - __SPLIT__ 2026-01-29 07:52:39,705 - 11763 - src.utils.log - INFO - [OK] Publish Services completed. - __SPLIT__ 2026-01-29 07:52:39,874 - 11763 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 07:52:39,874 - 11763 - src.utils.log - INFO - [OK] Crew completed. - __SPLIT__ 2026-01-29 07:52:39,874 - 11763 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 07:52:39,874 - 11763 - src.utils.log - INFO - [OK] Discount Applied completed. - __SPLIT__ 2026-01-29 07:52:39,895 - 11763 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 07:52:39,896 - 11763 - src.utils.log - INFO - [OK] Services completed. - __SPLIT__ 2026-01-29 07:52:39,897 - 11763 - src.utils.log - INFO - All publish tasks completed successfully. - __SPLIT__ 2026-01-29 07:52:39,897 - 11763 - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 07:52:39,897 - 11763 - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 11763 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:40,192 - 11763 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 07:52:40,198 - 11763 - src.utils.log - INFO - πŸ”„ Updating next gen date parallely: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 07:52:40,343 - 11763 - src.utils.log - INFO - πŸ›  Creating temp table #tbl_f248ae7369 - __SPLIT__ 2026-01-29 07:52:40,489 - 11763 - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_f248ae7369 - __SPLIT__ 2026-01-29 07:52:41,079 - 11763 - src.utils.log - INFO - πŸ” Running UPDATE to apply changes - __SPLIT__ 2026-01-29 07:52:41,381 - 11763 - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-29 07:52:41,381 - 11763 - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_f248ae7369 - __SPLIT__ 2026-01-29 07:52:41,381 - 11763 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 11763 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:41,673 - 11763 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 07:52:41,673 - 11763 - src.utils.log - INFO - Work order published ids: (0, 1, 2) - __SPLIT__ 2026-01-29 07:52:41,673 - 11763 - src.utils.log - INFO - Time took to perform operation in publishing 11763: 29.05 - __SPLIT__ 2026-01-29 07:52:41,673 - 11763 - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: 11763 - __SPLIT__ 2026-01-29 07:52:41,674 - 11763 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 02:52:41.673' WHERE CompanyId = 131 AND GenerateWorkOrderHistoryId = 11763;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 07:52:41,965 - 11763 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 07:39:55,361 - 123902 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=123902 - __SPLIT__ 2026-01-30 07:39:55,362 - 123902 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 123902 - __SPLIT__ 2026-01-30 07:39:55,362 - 123902 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-30 07:39:55,362 - 123902 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:39:57,654 - 123902 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 07:39:57,654 - 123902 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-01-30 07:39:57,654 - 123902 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-01-30 07:39:57,655 - 123902 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-01-30 07:39:57,655 - 123902 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 123902;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:00,326 - 123902 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 07:40:00,326 - 123902 - 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 = 123902), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 123902), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 123902 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:00,745 - 123902 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 07:40:00,746 - 123902 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 123902;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:01,035 - 123902 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 07:40:01,038 - 123902 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-30 07:40:01,039 - 123902 - 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 = 14593... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:01,337 - 123902 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-30 07:40:01,338 - 123902 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-30 07:40:01,341 - 123902 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-30 07:40:01,341 - 123902 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149788;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:01,631 - 123902 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 07:40:01,631 - 123902 - 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 >= 'None' and ServiceDate <= 'None' and ServiceSetupId = 149788 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:01,935 - 123902 - src.utils.log - ERROR - ❌ Error fetching data: (pyodbc.DataError) ('22007', '[22007] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Conversion failed when converting date and/or time from character string. (241) (SQLExecDirectW)') [SQL: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= 'None' and ServiceDate <= 'None' and ServiceSetupId = 149788 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');] (Background on this error at: https://sqlalche.me/e/20/9h9h) - __SPLIT__ 2026-01-30 07:40:01,935 - 123902 - src.utils.log - ERROR - ❌ fetch_data_from_db failed after 1 attempts: (pyodbc.DataError) ('22007', '[22007] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Conversion failed when converting date and/or time from character string. (241) (SQLExecDirectW)') [SQL: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= 'None' and ServiceDate <= 'None' and ServiceSetupId = 149788 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');] (Background on this error at: https://sqlalche.me/e/20/9h9h) - __SPLIT__ 2026-01-30 07:40:01,935 - 123902 - src.utils.log - INFO - Unable to get work order table Error: (pyodbc.DataError) ('22007', '[22007] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Conversion failed when converting date and/or time from character string. (241) (SQLExecDirectW)') [SQL: select ServiceDate, ServiceSetupId from serviceCore.WorkOrder wo inner join ServiceCore.WorkOrderStatus wos on wo.WoStatusId = wos.WoStatusId where ServiceDate >= 'None' and ServiceDate <= 'None' and ServiceSetupId = 149788 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');] (Background on this error at: https://sqlalche.me/e/20/9h9h) - __SPLIT__ 2026-01-30 07:40:01,935 - 123902 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-30 07:40:01,935 - 123902 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-30 07:40:01,935 - 123902 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149788 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:02,394 - 123902 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 07:40:02,394 - 123902 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149788 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:02,813 - 123902 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 07:40:02,814 - 123902 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149788 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:03,133 - 123902 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 07:40:03,133 - 123902 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149788 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:03,787 - 123902 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 07:40:03,787 - 123902 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149788 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:04,097 - 123902 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 07:40:04,097 - 123902 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149788 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:04,434 - 123902 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 07:40:04,434 - 123902 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149788 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:04,734 - 123902 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 07:40:04,735 - 123902 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149788 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:05,039 - 123902 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 07:40:05,039 - 123902 - src.utils.log - INFO - No work order found in given range - __SPLIT__ 2026-01-30 07:40:05,039 - 123902 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123902;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:05,327 - 123902 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 07:40:05,327 - 123902 - src.utils.log - INFO - Time took to perform operation: 9.97 - __SPLIT__ 2026-01-30 07:40:05,327 - 123902 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123902;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:05,614 - 123902 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 07:40:05,615 - 123902 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-30 02:40:05.615' WHERE GenerateWorkOrderHistoryId = 123902;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 07:40:05,904 - 123902 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 11:02:40,591 - 11771 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=11771 - __SPLIT__ 2026-01-30 11:02:40,592 - 11771 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 11771 - __SPLIT__ 2026-01-30 11:02:40,671 - 11771 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-30 11:02:40,671 - 11771 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 11:02:42,100 - 11771 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 11:02:42,100 - 11771 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-30 11:02:42,100 - 11771 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 11771;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 11:02:42,386 - 11771 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 11:02:42,386 - 11771 - 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 = 11771), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 11771), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 11771 AND ss.FrequencyScheduleId IS NOT NULL AND ss.IsActive = 1 AND ss.IsDeleted = 0 AND ss.Status <> 'Canceled';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 11:02:42,700 - 11771 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 11:02:42,700 - 11771 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 11771;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 11:02:43,004 - 11771 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 11:02:43,005 - 11771 - src.utils.log - INFO - No Setup Found Error:No setups found for GenerateWorkOrderHistoryid: 11771 - __SPLIT__ 2026-01-30 11:02:43,005 - 11771 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 11771;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 11:02:43,299 - 11771 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 11:02:43,299 - 11771 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-30 06:02:43.299' WHERE GenerateWorkOrderHistoryId = 11771;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 11:02:43,626 - 11771 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-04 08:13:45,269 - [123905] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404] user_id=43135 company_id=133 project_id=[123905] publish_all=False - __SPLIT__ 2026-02-04 08:13:45,492 - [123905] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404] user_id=43135 company_id=133 project_id=[123905] publish_all=False - __SPLIT__ 2026-02-04 08:13:45,560 - [123905] - src.utils.log - INFO - Parallel Work order publish in progress for GenerateWorkOrderHistoryId: [123905] - __SPLIT__ 2026-02-04 08:13:45,636 - [123905] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-04 08:13:45,700 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:48,400 - [123905] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 08:13:48,464 - [123905] - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-04 08:13:48,526 - [123905] - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-04 08:13:48,582 - [123905] - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-04 08:13:48,648 - [123905] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123905;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:51,098 - [123905] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-04 08:13:51,165 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:53,690 - [123905] - src.utils.log - INFO - βœ… Fetched 3246 rows - __SPLIT__ 2026-02-04 08:13:53,757 - [123905] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-04 08:13:53,822 - [123905] - 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 = 149793 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:54,167 - [123905] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 08:13:54,229 - [123905] - 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 = 149793 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:54,561 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:13:54,627 - [123905] - 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 = 149793 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:54,978 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:13:55,113 - [123905] - 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-04 08:13:55,446 - [123905] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-04 08:13:55,522 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:55,853 - [123905] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 08:13:55,927 - [123905] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1305458' WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:56,259 - [123905] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-04 08:13:56,332 - [123905] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1362815' WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:56,676 - [123905] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-04 08:13:56,758 - [123905] - 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 = 149793... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:57,099 - [123905] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 08:13:58,374 - [123905] - src.utils.log - INFO - Size of Transaction: 3246 - __SPLIT__ 2026-02-04 08:13:58,447 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 3246 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:13:58,953 - [123905] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3246) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-04 08:14:09,390 - [123905] - src.utils.log - INFO - βœ… All 3246 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-04 08:14:09,636 - [123905] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-04 08:14:09,701 - [123905] - 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) and t.CompanyId = 133 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-04 03:13:58.367';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:22,026 - [123905] - src.utils.log - INFO - βœ… Fetched 3246 rows - __SPLIT__ 2026-02-04 08:14:22,146 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149793;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:22,480 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:14:22,623 - [123905] - 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) AND CreatedDate = '2026-02-04 03:13:58.367'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-04 08:14:24,434 - [123905] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-04 08:14:24,506 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 3246 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:24,863 - [123905] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3246) into Billing.Invoice - __SPLIT__ 2026-02-04 08:14:44,209 - [123905] - src.utils.log - INFO - βœ… All 3246 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-04 08:14:44,343 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('1302212', '1305400', '1305399', '1305398', '1305397', '1305396', '1305395', '1305394', '1305409', '1305408', '1305407', '1305406', '1305405', '1305404', '1305403', '1305402', '1305417', '1305416', '1305415', '1305414', '1305413', '1305412', '1305411', '1305410', '1305425', '1305424', '1305423', '1305422', '1305421', '1305420', '1305419', '1305418', '1302233', '1302232', '1302231', '1302230', '1302229', '1302228', '1302227', '1302226', '1302241', '1302240', '1302239', '1302238', '1302237', '1302236', '1302235', '1302234', '1302249', '1302248', '1302247', '1302246', '1302245', '1302244', '1302243', '1302242', '1302257', '1302256', '1302255', '1302254', '1302253', '1302252', '1302251', '1302250', '1305369', '1305368', '1305367', '1305366', '1305365', '1305364', '1305363', '1305362', '1305377', '1305376', '1305375', '1305374', '1305373', '1305372', '1305371', '1305370', '1305385', '1305384', '1305383', '1305382', '1305381', '1305380', '1305379', '1305378', '1305393', '1305392', '1305391', '1305390', '1305389', '1305388', '1305387', '1305386', '1305337', '1305336', '1305335', '1305334', '1305333', '1305332', '1305331', '1305330', '1305345', '1305344', '1305343', '1305342', '1305341', '1305340', '1305339', '1305338', '1305353', '1305352', '1305351', '1305350', '1305349', '1305348', '1305347', '1305346', '1305361', '1305360', '1305359', '1305358', '1305357', '1305356', '1305355', '1305354', '1305305', '1305304', '1305303', '1305302', '1305301', '1305300', '1305299', '1305298', '1305313', '1305312', '1305311', '1305310', '1305309', '1305308', '1305307', '1305306', '1305321', '1305320', '1305319', '1305318', '1305317', '1305316', '1305315', '1305314', '1305329', '1305328', '1305327', '1305326', '1305325', '1305324', '1305323', '1305322', '1305273', '1305272', '1305271', '1305270', '1305269', '1305268', '1305267', '1305266', '1305281', '1305280', '1305279', '1305278', '1305277', '1305276', '1305275', '1305274', '1305289', '1305288', '1305287', '1305286', '1305285', '1305284', '1305283', '1305282', '1305297', '1305296', '1305295', '1305294', '1305293', '1305292', '1305291', '1305290', '1305241', '1305240', '1305239', '1305238', '1305237', '1305236', '1305235', '1305234', '1305249', '1305248', '1305247', '1305246', '1305245', '1305244', '1305243', '1305242', '1305257', '1305256', '1305255', '1305254', '1305253', '1305252', '1305251', '1305250', '1305265', '1305264', '1305263', '1305262', '1305261', '1305260', '1305259', '1305258', '1305209', '1305208', '1305207', '1305206', '1305205', '1305204', '1305203', '1305202', '1305217', '1305216', '1305215', '1305214', '1305213', '1305212', '1305211', '1305210', '1305225', '1305224', '1305223', '1305222', '1305221', '1305220', '1305219', '1305218', '1305233', '1305232', '1305231', '1305230', '1305229', '1305228', '1305227', '1305226', '1305177', '1305176', '1305175', '1305174', '1305173', '1305172', '1305171', '1305170', '1305185', '1305184', '1305183', '1305182', '1305181', '1305180', '1305179', '1305178', '1305193', '1305192', '1305191', '1305190', '1305189', '1305188', '1305187', '1305186', '1305201', '1305200', '1305199', '1305198', '1305197', '1305196', '1305195', '1305194', '1305145', '1305144', '1305143', '1305142', '1305141', '1305140', '1305139', '1305138', '1305153', '1305152', '1305151', '1305150', '1305149', '1305148', '1305147', '1305146', '1305161', '1305160', '1305159', '1305158', '1305157', '1305156', '1305155', '1305154', '1305169', '1305168', '1305167', '1305166', '1305165', '1305164', '1305163', '1305162', '1305113', '1305112', '1305111', '1305110', '1305109', '1305108', '1305107', '1305106', '1305121', '1305120', '1305119', '1305118', '1305117', '1305116', '1305115', '1305114', '1305129', '1305128', '1305127', '1305126', '1305125', '1305124', '1305123', '1305122', '1305137', '1305136', '1305135', '1305134', '1305133', '1305132', '1305131', '1305130', '1305081', '1305080', '1305079', '1305078', '1305077', '1305076', '1305075', '1305074', '1305089', '1305088', '1305087', '1305086', '1305085', '1305084', '1305083', '1305082', '1305097', '1305096', '1305095', '1305094', '1305093', '1305092', '1305091', '1305090', '1305105', '1305104', '1305103', '1305102', '1305101', '1305100', '1305099', '1305098', '1305049', '1305048', '1305047', '1305046', '1305045', '1305044', '1305043', '1305042', '1305057', '1305056', '1305055', '1305054', '1305053', '1305052', '1305051', '1305050', '1305065', '1305064', '1305063', '1305062', '1305061', '1305060', '1305059', '1305058', '1305073', '1305072', '1305071', '1305070', '1305069', '1305068', '1305067', '1305066', '1305017', '1305016', '1305015', '1305014', '1305013', '1305012', '1305011', '1305010', '1305025', '1305024', '1305023', '1305022', '1305021', '1305020', '1305019', '1305018', '1305033', '1305032', '1305031', '1305030', '1305029', '1305028', '1305027', '1305026', '1305041', '1305040', '1305039', '1305038', '1305037', '1305036', '1305035', '1305034', '1304985', '1304984', '1304983', '1304982', '1304981', '1304980', '1304979', '1304978', '1304993', '1304992', '1304991', '1304990', '1304989', '1304988', '1304987', '1304986', '1305001', '1305000', '1304999', '1304998', '1304997', '1304996', '1304995', '1304994', '1305009', '1305008', '1305007', '1305006', '1305005', '1305004', '1305003', '1305002', '1304953', '1304952', '1304951', '1304950', '1304949', '1304948', '1304947', '1304946', '1304961', '1304960', '1304959', '1304958', '1304957', '1304956', '1304955', '1304954', '1304969', '1304968', '1304967', '1304966', '1304965', '1304964', '1304963', '1304962', '1304977', '1304976', '1304975', '1304974', '1304973', '1304972', '1304971', '1304970', '1304921', '1304920', '1304919', '1304918', '1304917', '1304916', '1304915', '1304914', '1304929', '1304928', '1304927', '1304926', '1304925', '1304924', '1304923', '1304922', '1304937', '1304936', '1304935', '1304934', '1304933', '1304932', '1304931', '1304930', '1304945', '1304944', '1304943', '1304942', '1304941', '1304940', '1304939', '1304938', '1304889', '1304888', '1304887', '1304886', '1304885', '1304884', '1304883', '1304882', '1304897', '1304896', '1304895', '1304894', '1304893', '1304892', '1304891', '1304890', '1304905', '1304904', '1304903', '1304902', '1304901', '1304900', '1304899', '1304898', '1304913', '1304912', '1304911', '1304910', '1304909', '1304908', '1304907', '1304906', '1304857', '1304856', '1304855', '1304854', '1304853', '1304852', '1304851', '1304850', '1304865', '1304864', '1304863', '1304862', '1304861', '1304860', '1304859', '1304858', '1304873', '1304872', '1304871', '1304870', '1304869', '1304868', '1304867', '1304866', '1304881', '1304880', '1304879', '1304878', '1304877', '1304876', '1304875', '1304874', '1304825', '1304824', '1304823', '1304822', '1304821', '1304820', '1304819', '1304818', '1304833', '1304832', '1304831', '1304830', '1304829', '1304828', '1304827', '1304826', '1304841', '1304840', '1304839', '1304838', '1304837', '1304836', '1304835', '1304834', '1304849', '1304848', '1304847', '1304846', '1304845', '1304844', '1304843', '1304842', '1304793', '1304792', '1304791', '1304790', '1304789', '1304788', '1304787', '1304786', '1304801', '1304800', '1304799', '1304798', '1304797', '1304796', '1304795', '1304794', '1304809', '1304808', '1304807', '1304806', '1304805', '1304804', '1304803', '1304802', '1304817', '1304816', '1304815', '1304814', '1304813', '1304812', '1304811', '1304810', '1304761', '1304760', '1304759', '1304758', '1304757', '1304756', '1304755', '1304754', '1304769', '1304768', '1304767', '1304766', '1304765', '1304764', '1304763', '1304762', '1304777', '1304776', '1304775', '1304774', '1304773', '1304772', '1304771', '1304770', '1304785', '1304784', '1304783', '1304782', '1304781', '1304780', '1304779', '1304778', '1304729', '1304728', '1304727', '1304726', '1304725', '1304724', '1304723', '1304722', '1304737', '1304736', '1304735', '1304734', '1304733', '1304732', '1304731', '1304730', '1304745', '1304744', '1304743', '1304742', '1304741', '1304740', '1304739', '1304738', '1304753', '1304752', '1304751', '1304750', '1304749', '1304748', '1304747', '1304746', '1304697', '1304696', '1304695', '1304694', '1304693', '1304692', '1304691', '1304690', '1304705', '1304704', '1304703', '1304702', '1304701', '1304700', '1304699', '1304698', '1304713', '1304712', '1304711', '1304710', '1304709', '1304708', '1304707', '1304706', '1304721', '1304720', '1304719', '1304718', '1304717', '1304716', '1304715', '1304714', '1304665', '1304664', '1304663', '1304662', '1304661', '1304660', '1304659', '1304658', '1304673', '1304672', '1304671', '1304670', '1304669', '1304668', '1304667', '1304666', '1304681', '1304680', '1304679', '1304678', '1304677', '1304676', '1304675', '1304674', '1304689', '1304688', '1304687', '1304686', '1304685', '1304684', '1304683', '1304682', '1304633', '1304632', '1304631', '1304630', '1304629', '1304628', '1304627', '1304626', '1304641', '1304640', '1304639', '1304638', '1304637', '1304636', '1304635', '1304634', '1304649', '1304648', '1304647', '1304646', '1304645', '1304644', '1304643', '1304642', '1304657', '1304656', '1304655', '1304654', '1304653', '1304652', '1304651', '1304650', '1304601', '1304600', '1304599', '1304598', '1304597', '1304596', '1304595', '1304594', '1304609', '1304608', '1304607', '1304606', '1304605', '1304604', '1304603', '1304602', '1304617', '1304616', '1304615', '1304614', '1304613', '1304612', '1304611', '1304610', '1304625', '1304624', '1304623', '1304622', '1304621', '1304620', '1304619', '1304618', '1304569', '1304568', '1304567', '1304566', '1304565', '1304564', '1304563', '1304562', '1304577', '1304576', '1304575', '1304574', '1304573', '1304572', '1304571', '1304570', '1304585', '1304584', '1304583', '1304582', '1304581', '1304580', '1304579', '1304578', '1304593', '1304592', '1304591', '1304590', '1304589', '1304588', '1304587', '1304586', '1304537', '1304536', '1304535', '1304534', '1304533', '1304532', '1304531', '1304530', '1304545', '1304544', '1304543', '1304542', '1304541', '1304540', '1304539', '1304538', '1304553', '1304552', '1304551', '1304550', '1304549', '1304548', '1304547', '1304546', '1304561', '1304560', '1304559', '1304558', '1304557', '1304556', '1304555', '1304554', '1304505', '1304504', '1304503', '1304502', '1304501', '1304500', '1304499', '1304498', '1304513', '1304512', '1304511', '1304510', '1304509', '1304508', '1304507', '1304506', '1304521', '1304520', '1304519', '1304518', '1304517', '1304516', '1304515', '1304514', '1304529', '1304528', '1304527', '1304526', '1304525', '1304524', '1304523', '1304522', '1304473', '1304472', '1304471', '1304470', '1304469', '1304468', '1304467', '1304466', '1304481', '1304480', '1304479', '1304478', '1304477', '1304476', '1304475', '1304474', '1304489', '1304488', '1304487', '1304486', '1304485', '1304484', '1304483', '1304482', '1304497', '1304496', '1304495', '1304494', '1304493', '1304492', '1304491', '1304490', '1304441', '1304440', '1304439', '1304438', '1304437', '1304436', '1304435', '1304434', '1304449', '1304448', '1304447', '1304446', '1304445', '1304444', '1304443', '1304442', '1304457', '1304456', '1304455', '1304454', '1304453', '1304452', '1304451', '1304450', '1304465', '1304464', '1304463', '1304462', '1304461', '1304460', '1304459', '1304458', '1304409', '1304408', '1304407', '1304406', '1304405', '1304404', '1304403', '1304402', '1304417', '1304416', '1304415', '1304414', '1304413', '1304412', '1304411', '1304410', '1304425', '1304424', '1304423', '1304422', '1304421', '1304420', '1304419', '1304418', '1304433', '1304432', '1304431', '1304430', '1304429', '1304428', '1304427', '1304426', '1304377', '1304376', '1304375', '1304374', '1304373', '1304372', '1304371', '1304370', '1304385', '1304384', '1304383', '1304382', '1304381', '1304380', '1304379', '1304378', '1304393', '1304392', '1304391', '1304390', '1304389', '1304388', '1304387', '1304386', '1304401', '1304400', '1304399', '1304398', '1304397', '1304396', '1304395', '1304394', '1304345', '1304344', '1304343', '1304342', '1304341', '1304340', '1304339', '1304338', '1304353', '1304352', '1304351', '1304350', '1304349', '1304348', '1304347', '1304346', '1304361', '1304360', '1304359', '1304358', '1304357', '1304356', '1304355', '1304354', '1304369', '1304368', '1304367', '1304366', '1304365', '1304364', '1304363', '1304362', '1304313', '1304312', '1304311', '1304310', '1304309', '1304308', '1304307', '1304306', '1304321', '1304320', '1304319', '1304318', '1304317', '1304316', '1304315', '1304314', '1304329', '1304328', '1304327', '1304326', '1304325', '1304324', '1304323', '1304322', '1304337', '1304336', '1304335', '1304334', '1304333', '1304332', '1304331', '1304330', '1304281', '1304280', '1304279', '1304278', '1304277', '1304276', '1304275', '1304274', '1304289', '1304288', '1304287', '1304286', '1304285', '1304284', '1304283', '1304282', '1304297', '1304296', '1304295', '1304294', '1304293', '1304292', '1304291', '1304290', '1304305', '1304304', '1304303', '1304302', '1304301', '1304300', '1304299', '1304298', '1304249', '1304248', '1304247', '1304246', '1304245', '1304244', '1304243', '1304242', '1304257', '1304256', '1304255', '1304254', '1304253', '1304252', '1304251', '1304250', '1304265', '1304264', '1304263', '1304262', '1304261', '1304260', '1304259', '1304258', '1304273', '1304272', '1304271', '1304270', '1304269', '1304268', '1304267', '1304266', '1304217', '1304216', '1304215', '1304214', '1304213', '1304212', '1304211', '1304210', '1304225', '1304224', '1304223', '1304222', '1304221', '1304220', '1304219', '1304218', '1304233', '1304232', '1304231', '1304230', '1304229', '1304228', '1304227', '1304226', '1304241', '1304240', '1304239', '1304238', '1304237', '1304236', '1304235', '1304234', '1304185', '1304184', '1304183', '1304182', '1304181', '1304180', '1304179', '1304178', '1304193', '1304192', '1304191', '1304190', '1304189', '1304188', '1304187', '1304186', '1304201', '1304200', '1304199', '1304198', '1304197', '1304196', '1304195', '1304194', '1304209', '1304208', '1304207', '1304206', '1304205', '1304204', '1304203', '1304202', '1304153', '1304152', '1304151', '1304150', '1304149', '1304148', '1304147', '1304146', '1304161', '1304160', '1304159', '1304158', '1304157', '1304156', '1304155', '1304154', '1304169', '1304168', '1304167', '1304166', '1304165', '1304164', '1304163', '1304162', '1304177', '1304176', '1304175', '1304174', '1304173', '1304172', '1304171', '1304170', '1304121', '1304120', '1304119', '1304118', '1304117', '1304116', '1304115', '1304114', '1304129', '1304128', '1304127', '1304126', '1304125', '1304124', '1304123', '1304122', '1304137', '1304136', '1304135', '1304134', '1304133', '1304132', '1304131', '1304130', '1304145', '1304144', '1304143', '1304142', '1304141', '1304140', '1304139', '1304138', '1304089', '1304088', '1304087', '1304086', '1304085', '1304084', '1304083', '1304082', '1304097', '1304096', '1304095', '1304094', '1304093', '1304092', '1304091', '1304090', '1304105', '1304104', '1304103', '1304102', '1304101', '1304100', '1304099', '1304098', '1304113', '1304112', '1304111', '1304110', '1304109', '1304108', '1304107', '1304106', '1304057', '1304056', '1304055', '1304054', '1304053', '1304052', '1304051', '1304050', '1304065', '1304064', '1304063', '1304062', '1304061', '1304060', '1304059', '1304058', '1304073', '1304072', '1304071', '1304070', '1304069', '1304068', '1304067', '1304066', '1304081', '1304080', '1304079', '1304078', '1304077', '1304076', '1304075', '1304074', '1304025', '1304024', '1304023', '1304022', '1304021', '1304020', '1304019', '1304018', '1304033', '1304032', '1304031', '1304030', '1304029', '1304028', '1304027', '1304026', '1304041', '1304040', '1304039', '1304038', '1304037', '1304036', '1304035', '1304034', '1304049', '1304048', '1304047', '1304046', '1304045', '1304044', '1304043', '1304042', '1303993', '1303992', '1303991', '1303990', '1303989', '1303988', '1303987', '1303986', '1304001', '1304000', '1303999', '1303998', '1303997', '1303996', '1303995', '1303994', '1304009', '1304008', '1304007', '1304006', '1304005', '1304004', '1304003', '1304002', '1304017', '1304016', '1304015', '1304014', '1304013', '1304012', '1304011', '1304010', '1303961', '1303960', '1303959', '1303958', '1303957', '1303956', '1303955', '1303954', '1303969', '1303968', '1303967', '1303966', '1303965', '1303964', '1303963', '1303962', '1303977', '1303976', '1303975', '1303974', '1303973', '1303972', '1303971', '1303970', '1303985', '1303984', '1303983', '1303982', '1303981', '1303980', '1303979', '1303978', '1303929', '1303928', '1303927', '1303926', '1303925', '1303924', '1303923', '1303922', '1303937', '1303936', '1303935', '1303934', '1303933', '1303932', '1303931', '1303930', '1303945', '1303944', '1303943', '1303942', '1303941', '1303940', '1303939', '1303938', '1303953', '1303952', '1303951', '1303950', '1303949', '1303948', '1303947', '1303946', '1303897', '1303896', '1303895', '1303894', '1303893', '1303892', '1303891', '1303890', '1303905', '1303904', '1303903', '1303902', '1303901', '1303900', '1303899', '1303898', '1303913', '1303912', '1303911', '1303910', '1303909', '1303908', '1303907', '1303906', '1303921', '1303920', '1303919', '1303918', '1303917', '1303916', '1303915', '1303914', '1303865', '1303864', '1303863', '1303862', '1303861', '1303860', '1303859', '1303858', '1303873', '1303872', '1303871', '1303870', '1303869', '1303868', '1303867', '1303866', '1303881', '1303880', '1303879', '1303878', '1303877', '1303876', '1303875', '1303874', '1303889', '1303888', '1303887', '1303886', '1303885', '1303884', '1303883', '1303882', '1303833', '1303832', '1303831', '1303830', '1303829', '1303828', '1303827', '1303826', '1303841', '1303840', '1303839', '1303838', '1303837', '1303836', '1303835', '1303834', '1303849', '1303848', '1303847', '1303846', '1303845', '1303844', '1303843', '1303842', '1303857', '1303856', '1303855', '1303854', '1303853', '1303852', '1303851', '1303850', '1303801', '1303800', '1303799', '1303798', '1303797', '1303796', '1303795', '1303794', '1303809', '1303808', '1303807', '1303806', '1303805', '1303804', '1303803', '1303802', '1303817', '1303816', '1303815', '1303814', '1303813', '1303812', '1303811', '1303810', '1303825', '1303824', '1303823', '1303822', '1303821', '1303820', '1303819', '1303818', '1303769', '1303768', '1303767', '1303766', '1303765', '1303764', '1303763', '1303762', '1303777', '1303776', '1303775', '1303774', '1303773', '1303772', '1303771', '1303770', '1303785', '1303784', '1303783', '1303782', '1303781', '1303780', '1303779', '1303778', '1303793', '1303792', '1303791', '1303790', '1303789', '1303788', '1303787', '1303786', '1303737', '1303736', '1303735', '1303734', '1303733', '1303732', '1303731', '1303730', '1303745', '1303744', '1303743', '1303742', '1303741', '1303740', '1303739', '1303738', '1303753', '1303752', '1303751', '1303750', '1303749', '1303748', '1303747', '1303746', '1303761', '1303760', '1303759', '1303758', '1303757', '1303756', '1303755', '1303754', '1303705', '1303704', '1303703', '1303702', '1303701', '1303700', '1303699', '1303698', '1303713', '1303712', '1303711', '1303710', '1303709', '1303708', '1303707', '1303706', '1303721', '1303720', '1303719', '1303718', '1303717', '1303716', '1303715', '1303714', '1303729', '1303728', '1303727', '1303726', '1303725', '1303724', '1303723', '1303722', '1303673', '1303672', '1303671', '1303670', '1303669', '1303668', '1303667', '1303666', '1303681', '1303680', '1303679', '1303678', '1303677', '1303676', '1303675', '1303674', '1303689', '1303688', '1303687', '1303686', '1303685', '1303684', '1303683', '1303682', '1303697', '1303696', '1303695', '1303694', '1303693', '1303692', '1303691', '1303690', '1303641', '1303640', '1303639', '1303638', '1303637', '1303636', '1303635', '1303634', '1303649', '1303648', '1303647', '1303646', '1303645', '1303644', '1303643', '1303642', '1303657', '1303656', '1303655', '1303654', '1303653', '1303652', '1303651', '1303650', '1303665', '1303664', '1303663', '1303662', '1303661', '1303660', '1303659', '1303658', '1303609', '1303608', '1303607', '1303606', '1303605', '1303604', '1303603', '1303602', '1303617', '1303616', '1303615', '1303614', '1303613', '1303612', '1303611', '1303610', '1303625', '1303624', '1303623', '1303622', '1303621', '1303620', '1303619', '1303618', '1303633', '1303632', '1303631', '1303630', '1303629', '1303628', '1303627', '1303626', '1303577', '1303576', '1303575', '1303574', '1303573', '1303572', '1303571', '1303570', '1303585', '1303584', '1303583', '1303582', '1303581', '1303580', '1303579', '1303578', '1303593', '1303592', '1303591', '1303590', '1303589', '1303588', '1303587', '1303586', '1303601', '1303600', '1303599', '1303598', '1303597', '1303596', '1303595', '1303594', '1303545', '1303544', '1303543', '1303542', '1303541', '1303540', '1303539', '1303538', '1303553', '1303552', '1303551', '1303550', '1303549', '1303548', '1303547', '1303546', '1303561', '1303560', '1303559', '1303558', '1303557', '1303556', '1303555', '1303554', '1303569', '1303568', '1303567', '1303566', '1303565', '1303564', '1303563', '1303562', '1303513', '1303512', '1303511', '1303510', '1303509', '1303508', '1303507', '1303506', '1303521', '1303520', '1303519', '1303518', '1303517', '1303516', '1303515', '1303514', '1303529', '1303528', '1303527', '1303526', '1303525', '1303524', '1303523', '1303522', '1303537', '1303536', '1303535', '1303534', '1303533', '1303532', '1303531', '1303530', '1303481', '1303480', '1303479', '1303478', '1303477', '1303476', '1303475', '1303474', '1303489', '1303488', '1303487', '1303486', '1303485', '1303484', '1303483', '1303482', '1303497', '1303496', '1303495', '1303494', '1303493', '1303492', '1303491', '1303490', '1303505', '1303504', '1303503', '1303502', '1303501', '1303500', '1303499', '1303498', '1303449', '1303448', '1303447', '1303446', '1303445', '1303444', '1303443', '1303442', '1303457', '1303456', '1303455', '1303454', '1303453', '1303452', '1303451', '1303450', '1303465', '1303464', '1303463', '1303462', '1303461', '1303460', '1303459', '1303458', '1303473', '1303472', '1303471', '1303470', '1303469', '1303468', '1303467', '1303466', '1303417', '1303416', '1303415', '1303414', '1303413', '1303412', '1303411', '1303410', '1303425', '1303424', '1303423', '1303422', '1303421', '1303420', '1303419', '1303418', '1303433', '1303432', '1303431', '1303430', '1303429', '1303428', '1303427', '1303426', '1303441', '1303440', '1303439', '1303438', '1303437', '1303436', '1303435', '1303434', '1303385', '1303384', '1303383', '1303382', '1303381', '1303380', '1303379', '1303378', '1303393', '1303392', '1303391', '1303390', '1303389', '1303388', '1303387', '1303386', '1303401', '1303400', '1303399', '1303398', '1303397', '1303396', '1303395', '1303394', '1303409', '1303408', '1303407', '1303406', '1303405', '1303404', '1303403', '1303402', '1303353', '1303352', '1303351', '1303350', '1303349', '1303348', '1303347', '1303346', '1303361', '1303360', '1303359', '1303358', '1303357', '1303356', '1303355', '1303354', '1303369', '1303368', '1303367', '1303366', '1303365', '1303364', '1303363', '1303362', '1303377', '1303376', '1303375', '1303374', '1303373', '1303372', '1303371', '1303370', '1303321', '1303320', '1303319', '1303318', '1303317', '1303316', '1303315', '1303314', '1303329', '1303328', '1303327', '1303326', '1303325', '1303324', '1303323', '1303322', '1303337', '1303336', '1303335', '1303334', '1303333', '1303332', '1303331', '1303330', '1303345', '1303344', '1303343', '1303342', '1303341', '1303340', '1303339', '1303338', '1303289', '1303288', '1303287', '1303286', '1303285', '1303284', '1303283', '1303282', '1303297', '1303296', '1303295', '1303294', '1303293', '1303292', '1303291', '1303290', '1303305', '1303304', '1303303', '1303302', '1303301', '1303300', '1303299', '1303298', '1303313', '1303312', '1303311', '1303310', '1303309', '1303308', '1303307', '1303306', '1303257', '1303256', '1303255', '1303254', '1303253', '1303252', '1303251', '1303250', '1303265', '1303264', '1303263', '1303262', '1303261', '1303260', '1303259', '1303258', '1303273', '1303272', '1303271', '1303270', '1303269', '1303268', '1303267', '1303266', '1303281', '1303280', '1303279', '1303278', '1303277', '1303276', '1303275', '1303274', '1303225', '1303224', '1303223', '1303222', '1303221', '1303220', '1303219', '1303218', '1303233', '1303232', '1303231', '1303230', '1303229', '1303228', '1303227', '1303226', '1303241', '1303240', '1303239', '1303238', '1303237', '1303236', '1303235', '1303234', '1303249', '1303248', '1303247', '1303246', '1303245', '1303244', '1303243', '1303242', '1303193', '1303192', '1303191', '1303190', '1303189', '1303188', '1303187', '1303186', '1303201', '1303200', '1303199', '1303198', '1303197', '1303196', '1303195', '1303194', '1303209', '1303208', '1303207', '1303206', '1303205', '1303204', '1303203', '1303202', '1303217', '1303216', '1303215', '1303214', '1303213', '1303212', '1303211', '1303210', '1303161', '1303160', '1303159', '1303158', '1303157', '1303156', '1303155', '1303154', '1303169', '1303168', '1303167', '1303166', '1303165', '1303164', '1303163', '1303162', '1303177', '1303176', '1303175', '1303174', '1303173', '1303172', '1303171', '1303170', '1303185', '1303184', '1303183', '1303182', '1303181', '1303180', '1303179', '1303178', '1303129', '1303128', '1303127', '1303126', '1303125', '1303124', '1303123', '1303122', '1303137', '1303136', '1303135', '1303134', '1303133', '1303132', '1303131', '1303130', '1303145', '1303144', '1303143', '1303142', '1303141', '1303140', '1303139', '1303138', '1303153', '1303152', '1303151', '1303150', '1303149', '1303148', '1303147', '1303146', '1303097', '1303096', '1303095', '1303094', '1303093', '1303092', '1303091', '1303090', '1303105', '1303104', '1303103', '1303102', '1303101', '1303100', '1303099', '1303098', '1303113', '1303112', '1303111', '1303110', '1303109', '1303108', '1303107', '1303106', '1303121', '1303120', '1303119', '1303118', '1303117', '1303116', '1303115', '1303114', '1303065', '1303064', '1303063', '1303062', '1303061', '1303060', '1303059', '1303058', '1303073', '1303072', '1303071', '1303070', '1303069', '1303068', '1303067', '1303066', '1303081', '1303080', '1303079', '1303078', '1303077', '1303076', '1303075', '1303074', '1303089', '1303088', '1303087', '1303086', '1303085', '1303084', '1303083', '1303082', '1303033', '1303032', '1303031', '1303030', '1303029', '1303028', '1303027', '1303026', '1303041', '1303040', '1303039', '1303038', '1303037', '1303036', '1303035', '1303034', '1303049', '1303048', '1303047', '1303046', '1303045', '1303044', '1303043', '1303042', '1303057', '1303056', '1303055', '1303054', '1303053', '1303052', '1303051', '1303050', '1303001', '1303000', '1302999', '1302998', '1302997', '1302996', '1302995', '1302994', '1303009', '1303008', '1303007', '1303006', '1303005', '1303004', '1303003', '1303002', '1303017', '1303016', '1303015', '1303014', '1303013', '1303012', '1303011', '1303010', '1303025', '1303024', '1303023', '1303022', '1303021', '1303020', '1303019', '1303018', '1302969', '1302968', '1302967', '1302966', '1302965', '1302964', '1302963', '1302962', '1302977', '1302976', '1302975', '1302974', '1302973', '1302972', '1302971', '1302970', '1302985', '1302984', '1302983', '1302982', '1302981', '1302980', '1302979', '1302978', '1302993', '1302992', '1302991', '1302990', '1302989', '1302988', '1302987', '1302986', '1302937', '1302936', '1302935', '1302934', '1302933', '1302932', '1302931', '1302930', '1302945', '1302944', '1302943', '1302942', '1302941', '1302940', '1302939', '1302938', '1302953', '1302952', '1302951', '1302950', '1302949', '1302948', '1302947', '1302946', '1302961', '1302960', '1302959', '1302958', '1302957', '1302956', '1302955', '1302954', '1302905', '1302904', '1302903', '1302902', '1302901', '1302900', '1302899', '1302898', '1302913', '1302912', '1302911', '1302910', '1302909', '1302908', '1302907', '1302906', '1302921', '1302920', '1302919', '1302918', '1302917', '1302916', '1302915', '1302914', '1302929', '1302928', '1302927', '1302926', '1302925', '1302924', '1302923', '1302922', '1302873', '1302872', '1302871', '1302870', '1302869', '1302868', '1302867', '1302866', '1302881', '1302880', '1302879', '1302878', '1302877', '1302876', '1302875', '1302874', '1302889', '1302888', '1302887', '1302886', '1302885', '1302884', '1302883', '1302882', '1302897', '1302896', '1302895', '1302894', '1302893', '1302892', '1302891', '1302890', '1302841', '1302840', '1302839', '1302838', '1302837', '1302836', '1302835', '1302834', '1302849', '1302848', '1302847', '1302846', '1302845', '1302844', '1302843', '1302842', '1302857', '1302856', '1302855', '1302854', '1302853', '1302852', '1302851', '1302850', '1302865', '1302864', '1302863', '1302862', '1302861', '1302860', '1302859', '1302858', '1302809', '1302808', '1302807', '1302806', '1302805', '1302804', '1302803', '1302802', '1302817', '1302816', '1302815', '1302814', '1302813', '1302812', '1302811', '1302810', '1302825', '1302824', '1302823', '1302822', '1302821', '1302820', '1302819', '1302818', '1302833', '1302832', '1302831', '1302830', '1302829', '1302828', '1302827', '1302826', '1302777', '1302776', '1302775', '1302774', '1302773', '1302772', '1302771', '1302770', '1302785', '1302784', '1302783', '1302782', '1302781', '1302780', '1302779', '1302778', '1302793', '1302792', '1302791', '1302790', '1302789', '1302788', '1302787', '1302786', '1302801', '1302800', '1302799', '1302798', '1302797', '1302796', '1302795', '1302794', '1302745', '1302744', '1302743', '1302742', '1302741', '1302740', '1302739', '1302738', '1302753', '1302752', '1302751', '1302750', '1302749', '1302748', '1302747', '1302746', '1302761', '1302760', '1302759', '1302758', '1302757', '1302756', '1302755', '1302754', '1302769', '1302768', '1302767', '1302766', '1302765', '1302764', '1302763', '1302762', '1302713', '1302712', '1302711', '1302710', '1302709', '1302708', '1302707', '1302706', '1302721', '1302720', '1302719', '1302718', '1302717', '1302716', '1302715', '1302714', '1302729', '1302728', '1302727', '1302726', '1302725', '1302724', '1302723', '1302722', '1302737', '1302736', '1302735', '1302734', '1302733', '1302732', '1302731', '1302730', '1302681', '1302680', '1302679', '1302678', '1302677', '1302676', '1302675', '1302674', '1302689', '1302688', '1302687', '1302686', '1302685', '1302684', '1302683', '1302682', '1302697', '1302696', '1302695', '1302694', '1302693', '1302692', '1302691', '1302690', '1302705', '1302704', '1302703', '1302702', '1302701', '1302700', '1302699', '1302698', '1302649', '1302648', '1302647', '1302646', '1302645', '1302644', '1302643', '1302642', '1302657', '1302656', '1302655', '1302654', '1302653', '1302652', '1302651', '1302650', '1302665', '1302664', '1302663', '1302662', '1302661', '1302660', '1302659', '1302658', '1302673', '1302672', '1302671', '1302670', '1302669', '1302668', '1302667', '1302666', '1302617', '1302616', '1302615', '1302614', '1302613', '1302612', '1302611', '1302610', '1302625', '1302624', '1302623', '1302622', '1302621', '1302620', '1302619', '1302618', '1302633', '1302632', '1302631', '1302630', '1302629', '1302628', '1302627', '1302626', '1302641', '1302640', '1302639', '1302638', '1302637', '1302636', '1302635', '1302634', '1302585', '1302584', '1302583', '1302582', '1302581', '1302580', '1302579', '1302578', '1302593', '1302592', '1302591', '1302590', '1302589', '1302588', '1302587', '1302586', '1302601', '1302600', '1302599', '1302598', '1302597', '1302596', '1302595', '1302594', '1302609', '1302608', '1302607', '1302606', '1302605', '1302604', '1302603', '1302602', '1302553', '1302552', '1302551', '1302550', '1302549', '1302548', '1302547', '1302546', '1302561', '1302560', '1302559', '1302558', '1302557', '1302556', '1302555', '1302554', '1302569', '1302568', '1302567', '1302566', '1302565', '1302564', '1302563', '1302562', '1302577', '1302576', '1302575', '1302574', '1302573', '1302572', '1302571', '1302570', '1302521', '1302520', '1302519', '1302518', '1302517', '1302516', '1302515', '1302514', '1302529', '1302528', '1302527', '1302526', '1302525', '1302524', '1302523', '1302522', '1302537', '1302536', '1302535', '1302534', '1302533', '1302532', '1302531', '1302530', '1302545', '1302544', '1302543', '1302542', '1302541', '1302540', '1302539', '1302538', '1302489', '1302488', '1302487', '1302486', '1302485', '1302484', '1302483', '1302482', '1302497', '1302496', '1302495', '1302494', '1302493', '1302492', '1302491', '1302490', '1302505', '1302504', '1302503', '1302502', '1302501', '1302500', '1302499', '1302498', '1302513', '1302512', '1302511', '1302510', '1302509', '1302508', '1302507', '1302506', '1302457', '1302456', '1302455', '1302454', '1302453', '1302452', '1302451', '1302450', '1302465', '1302464', '1302463', '1302462', '1302461', '1302460', '1302459', '1302458', '1302473', '1302472', '1302471', '1302470', '1302469', '1302468', '1302467', '1302466', '1302481', '1302480', '1302479', '1302478', '1302477', '1302476', '1302475', '1302474', '1302425', '1302424', '1302423', '1302422', '1302421', '1302420', '1302419', '1302418', '1302433', '1302432', '1302431', '1302430', '1302429', '1302428', '1302427', '1302426', '1302441', '1302440', '1302439', '1302438', '1302437', '1302436', '1302435', '1302434', '1302449', '1302448', '1302447', '1302446', '1302445', '1302444', '1302443', '1302442', '1302393', '1302392', '1302391', '1302390', '1302389', '1302388', '1302387', '1302386', '1302401', '1302400', '1302399', '1302398', '1302397', '1302396', '1302395', '1302394', '1302409', '1302408', '1302407', '1302406', '1302405', '1302404', '1302403', '1302402', '1302417', '1302416', '1302415', '1302414', '1302413', '1302412', '1302411', '1302410', '1302361', '1302360', '1302359', '1302358', '1302357', '1302356', '1302355', '1302354', '1302369', '1302368', '1302367', '1302366', '1302365', '1302364', '1302363', '1302362', '1302377', '1302376', '1302375', '1302374', '1302373', '1302372', '1302371', '1302370', '1302385', '1302384', '1302383', '1302382', '1302381', '1302380', '1302379', '1302378', '1302329', '1302328', '1302327', '1302326', '1302325', '1302324', '1302323', '1302322', '1302337', '1302336', '1302335', '1302334', '1302333', '1302332', '1302331', '1302330', '1302345', '1302344', '1302343', '1302342', '1302341', '1302340', '1302339', '1302338', '1302353', '1302352', '1302351', '1302350', '1302349', '1302348', '1302347', '1302346', '1302297', '1302296', '1302295', '1302294', '1302293', '1302292', '1302291', '1302290', '1302305', '1302304', '1302303', '1302302', '1302301', '1302300', '1302299', '1302298', '1302313', '1302312', '1302311', '1302310', '1302309', '1302308', '1302307', '1302306', '1302321', '1302320', '1302319', '1302318', '1302317', '1302316', '1302315', '1302314', '1302265', '1302264', '1302263', '1302262', '1302261', '1302260', '1302259', '1302258', '1302273', '1302272', '1302271', '1302270', '1302269', '1302268', '1302267', '1302266', '1302281', '1302280', '1302279', '1302278', '1302277', '1302276', '1302275', '1302274', '1302289', '1302288', '1302287', '1302286', '1302285', '1302284', '1302283', '1302282', '1305433', '1305432', '1305431', '1305430', '1305429', '1305428', '1305427', '1305426', '1305441', '1305440', '1305439', '1305438', '1305437', '1305436', '1305435', '1305434', '1305449', '1305448', '1305447', '1305446', '1305445', '1305444', '1305443', '1305442', '1305457', '1305456', '1305455', '1305454', '1305453', '1305452', '1305451', '1305450', '1305401', '1302225', '1302224', '1302223', '1302222', '1302221', '1302220', '1302219', '1302218', '1302217', '1302216', '1302215', '1302214', '1302213')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:46,295 - [123905] - src.utils.log - INFO - βœ… Fetched 3247 rows - __SPLIT__ 2026-02-04 08:14:46,385 - [123905] - 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 = 149793 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:46,725 - [123905] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 08:14:46,798 - [123905] - 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 = 149793 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:47,137 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:14:47,209 - [123905] - 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 = 149793 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:47,538 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:14:47,602 - [123905] - 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 = 149793 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:47,935 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:14:48,027 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149793;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:48,360 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:14:48,436 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 149793;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:48,769 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:14:48,840 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 149793;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:14:49,174 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:14:49,243 - [123905] - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-02-04 08:14:49,307 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-02-04 08:14:49,308 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 3247 rows in batches of 25000 (Thread: ThreadPoolExecutor-1_1) - __SPLIT__ 2026-02-04 08:14:49,309 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-1_2) - __SPLIT__ 2026-02-04 08:14:49,681 - [123905] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-04 08:14:49,754 - [123905] - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-02-04 08:14:50,543 - [123905] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3247) into Billing.InvoiceCharges - __SPLIT__ 2026-02-04 08:14:50,660 - [123905] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-04 08:14:50,725 - [123905] - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-02-04 08:15:04,773 - [123905] - src.utils.log - INFO - βœ… All 3247 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-04 08:15:04,896 - [123905] - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-02-04 08:15:04,977 - [123905] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-04 08:15:05,049 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'abcdallas';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:15:05,388 - [123905] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 08:15:05,459 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '14562' and a.CompanyId = 121;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:15:05,794 - [123905] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 08:15:05,861 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 3246 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:15:06,401 - [123905] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3246) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-04 08:16:04,751 - [123905] - src.utils.log - INFO - βœ… All 3246 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-04 08:16:04,996 - [123905] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-04 08:16:05,069 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('1302212', '1302213', '1302214', '1302215', '1302216', '1302217', '1302218', '1302219', '1302220', '1302221', '1302222', '1302223', '1302224', '1302225', '1302226', '1302227', '1302228', '1302229', '1302230', '1302231', '1302232', '1302233', '1302234', '1302235', '1302236', '1302237', '1302238', '1302239', '1302240', '1302241', '1302242', '1302243', '1302244', '1302245', '1302246', '1302247', '1302248', '1302249', '1302250', '1302251', '1302252', '1302253', '1302254', '1302255', '1302256', '1302257', '1302258', '1302259', '1302260', '1302261', '1302262', '1302263', '1302264', '1302265', '1302266', '1302267', '1302268', '1302269', '1302270', '1302271', '1302272', '1302273', '1302274', '1302275', '1302276', '1302277', '1302278', '1302279', '1302280', '1302281', '1302282', '1302283', '1302284', '1302285', '1302286', '1302287', '1302288', '1302289', '1302290', '1302291', '1302292', '1302293', '1302294', '1302295', '1302296', '1302297', '1302298', '1302299', '1302300', '1302301', '1302302', '1302303', '1302304', '1302305', '1302306', '1302307', '1302308', '1302309', '1302310', '1302311', '1302312', '1302313', '1302314', '1302315', '1302316', '1302317', '1302318', '1302319', '1302320', '1302321', '1302322', '1302323', '1302324', '1302325', '1302326', '1302327', '1302328', '1302329', '1302330', '1302331', '1302332', '1302333', '1302334', '1302335', '1302336', '1302337', '1302338', '1302339', '1302340', '1302341', '1302342', '1302343', '1302344', '1302345', '1302346', '1302347', '1302348', '1302349', '1302350', '1302351', '1302352', '1302353', '1302354', '1302355', '1302356', '1302357', '1302358', '1302359', '1302360', '1302361', '1302362', '1302363', '1302364', '1302365', '1302366', '1302367', '1302368', '1302369', '1302370', '1302371', '1302372', '1302373', '1302374', '1302375', '1302376', '1302377', '1302378', '1302379', '1302380', '1302381', '1302382', '1302383', '1302384', '1302385', '1302386', '1302387', '1302388', '1302389', '1302390', '1302391', '1302392', '1302393', '1302394', '1302395', '1302396', '1302397', '1302398', '1302399', '1302400', '1302401', '1302402', '1302403', '1302404', '1302405', '1302406', '1302407', '1302408', '1302409', '1302410', '1302411', '1302412', '1302413', '1302414', '1302415', '1302416', '1302417', '1302418', '1302419', '1302420', '1302421', '1302422', '1302423', '1302424', '1302425', '1302426', '1302427', '1302428', '1302429', '1302430', '1302431', '1302432', '1302433', '1302434', '1302435', '1302436', '1302437', '1302438', '1302439', '1302440', '1302441', '1302442', '1302443', '1302444', '1302445', '1302446', '1302447', '1302448', '1302449', '1302450', '1302451', '1302452', '1302453', '1302454', '1302455', '1302456', '1302457', '1302458', '1302459', '1302460', '1302461', '1302462', '1302463', '1302464', '1302465', '1302466', '1302467', '1302468', '1302469', '1302470', '1302471', '1302472', '1302473', '1302474', '1302475', '1302476', '1302477', '1302478', '1302479', '1302480', '1302481', '1302482', '1302483', '1302484', '1302485', '1302486', '1302487', '1302488', '1302489', '1302490', '1302491', '1302492', '1302493', '1302494', '1302495', '1302496', '1302497', '1302498', '1302499', '1302500', '1302501', '1302502', '1302503', '1302504', '1302505', '1302506', '1302507', '1302508', '1302509', '1302510', '1302511', '1302512', '1302513', '1302514', '1302515', '1302516', '1302517', '1302518', '1302519', '1302520', '1302521', '1302522', '1302523', '1302524', '1302525', '1302526', '1302527', '1302528', '1302529', '1302530', '1302531', '1302532', '1302533', '1302534', '1302535', '1302536', '1302537', '1302538', '1302539', '1302540', '1302541', '1302542', '1302543', '1302544', '1302545', '1302546', '1302547', '1302548', '1302549', '1302550', '1302551', '1302552', '1302553', '1302554', '1302555', '1302556', '1302557', '1302558', '1302559', '1302560', '1302561', '1302562', '1302563', '1302564', '1302565', '1302566', '1302567', '1302568', '1302569', '1302570', '1302571', '1302572', '1302573', '1302574', '1302575', '1302576', '1302577', '1302578', '1302579', '1302580', '1302581', '1302582', '1302583', '1302584', '1302585', '1302586', '1302587', '1302588', '1302589', '1302590', '1302591', '1302592', '1302593', '1302594', '1302595', '1302596', '1302597', '1302598', '1302599', '1302600', '1302601', '1302602', '1302603', '1302604', '1302605', '1302606', '1302607', '1302608', '1302609', '1302610', '1302611', '1302612', '1302613', '1302614', '1302615', '1302616', '1302617', '1302618', '1302619', '1302620', '1302621', '1302622', '1302623', '1302624', '1302625', '1302626', '1302627', '1302628', '1302629', '1302630', '1302631', '1302632', '1302633', '1302634', '1302635', '1302636', '1302637', '1302638', '1302639', '1302640', '1302641', '1302642', '1302643', '1302644', '1302645', '1302646', '1302647', '1302648', '1302649', '1302650', '1302651', '1302652', '1302653', '1302654', '1302655', '1302656', '1302657', '1302658', '1302659', '1302660', '1302661', '1302662', '1302663', '1302664', '1302665', '1302666', '1302667', '1302668', '1302669', '1302670', '1302671', '1302672', '1302673', '1302674', '1302675', '1302676', '1302677', '1302678', '1302679', '1302680', '1302681', '1302682', '1302683', '1302684', '1302685', '1302686', '1302687', '1302688', '1302689', '1302690', '1302691', '1302692', '1302693', '1302694', '1302695', '1302696', '1302697', '1302698', '1302699', '1302700', '1302701', '1302702', '1302703', '1302704', '1302705', '1302706', '1302707', '1302708', '1302709', '1302710', '1302711', '1302712', '1302713', '1302714', '1302715', '1302716', '1302717', '1302718', '1302719', '1302720', '1302721', '1302722', '1302723', '1302724', '1302725', '1302726', '1302727', '1302728', '1302729', '1302730', '1302731', '1302732', '1302733', '1302734', '1302735', '1302736', '1302737', '1302738', '1302739', '1302740', '1302741', '1302742', '1302743', '1302744', '1302745', '1302746', '1302747', '1302748', '1302749', '1302750', '1302751', '1302752', '1302753', '1302754', '1302755', '1302756', '1302757', '1302758', '1302759', '1302760', '1302761', '1302762', '1302763', '1302764', '1302765', '1302766', '1302767', '1302768', '1302769', '1302770', '1302771', '1302772', '1302773', '1302774', '1302775', '1302776', '1302777', '1302778', '1302779', '1302780', '1302781', '1302782', '1302783', '1302784', '1302785', '1302786', '1302787', '1302788', '1302789', '1302790', '1302791', '1302792', '1302793', '1302794', '1302795', '1302796', '1302797', '1302798', '1302799', '1302800', '1302801', '1302802', '1302803', '1302804', '1302805', '1302806', '1302807', '1302808', '1302809', '1302810', '1302811', '1302812', '1302813', '1302814', '1302815', '1302816', '1302817', '1302818', '1302819', '1302820', '1302821', '1302822', '1302823', '1302824', '1302825', '1302826', '1302827', '1302828', '1302829', '1302830', '1302831', '1302832', '1302833', '1302834', '1302835', '1302836', '1302837', '1302838', '1302839', '1302840', '1302841', '1302842', '1302843', '1302844', '1302845', '1302846', '1302847', '1302848', '1302849', '1302850', '1302851', '1302852', '1302853', '1302854', '1302855', '1302856', '1302857', '1302858', '1302859', '1302860', '1302861', '1302862', '1302863', '1302864', '1302865', '1302866', '1302867', '1302868', '1302869', '1302870', '1302871', '1302872', '1302873', '1302874', '1302875', '1302876', '1302877', '1302878', '1302879', '1302880', '1302881', '1302882', '1302883', '1302884', '1302885', '1302886', '1302887', '1302888', '1302889', '1302890', '1302891', '1302892', '1302893', '1302894', '1302895', '1302896', '1302897', '1302898', '1302899', '1302900', '1302901', '1302902', '1302903', '1302904', '1302905', '1302906', '1302907', '1302908', '1302909', '1302910', '1302911', '1302912', '1302913', '1302914', '1302915', '1302916', '1302917', '1302918', '1302919', '1302920', '1302921', '1302922', '1302923', '1302924', '1302925', '1302926', '1302927', '1302928', '1302929', '1302930', '1302931', '1302932', '1302933', '1302934', '1302935', '1302936', '1302937', '1302938', '1302939', '1302940', '1302941', '1302942', '1302943', '1302944', '1302945', '1302946', '1302947', '1302948', '1302949', '1302950', '1302951', '1302952', '1302953', '1302954', '1302955', '1302956', '1302957', '1302958', '1302959', '1302960', '1302961', '1302962', '1302963', '1302964', '1302965', '1302966', '1302967', '1302968', '1302969', '1302970', '1302971', '1302972', '1302973', '1302974', '1302975', '1302976', '1302977', '1302978', '1302979', '1302980', '1302981', '1302982', '1302983', '1302984', '1302985', '1302986', '1302987', '1302988', '1302989', '1302990', '1302991', '1302992', '1302993', '1302994', '1302995', '1302996', '1302997', '1302998', '1302999', '1303000', '1303001', '1303002', '1303003', '1303004', '1303005', '1303006', '1303007', '1303008', '1303009', '1303010', '1303011', '1303012', '1303013', '1303014', '1303015', '1303016', '1303017', '1303018', '1303019', '1303020', '1303021', '1303022', '1303023', '1303024', '1303025', '1303026', '1303027', '1303028', '1303029', '1303030', '1303031', '1303032', '1303033', '1303034', '1303035', '1303036', '1303037', '1303038', '1303039', '1303040', '1303041', '1303042', '1303043', '1303044', '1303045', '1303046', '1303047', '1303048', '1303049', '1303050', '1303051', '1303052', '1303053', '1303054', '1303055', '1303056', '1303057', '1303058', '1303059', '1303060', '1303061', '1303062', '1303063', '1303064', '1303065', '1303066', '1303067', '1303068', '1303069', '1303070', '1303071', '1303072', '1303073', '1303074', '1303075', '1303076', '1303077', '1303078', '1303079', '1303080', '1303081', '1303082', '1303083', '1303084', '1303085', '1303086', '1303087', '1303088', '1303089', '1303090', '1303091', '1303092', '1303093', '1303094', '1303095', '1303096', '1303097', '1303098', '1303099', '1303100', '1303101', '1303102', '1303103', '1303104', '1303105', '1303106', '1303107', '1303108', '1303109', '1303110', '1303111', '1303112', '1303113', '1303114', '1303115', '1303116', '1303117', '1303118', '1303119', '1303120', '1303121', '1303122', '1303123', '1303124', '1303125', '1303126', '1303127', '1303128', '1303129', '1303130', '1303131', '1303132', '1303133', '1303134', '1303135', '1303136', '1303137', '1303138', '1303139', '1303140', '1303141', '1303142', '1303143', '1303144', '1303145', '1303146', '1303147', '1303148', '1303149', '1303150', '1303151', '1303152', '1303153', '1303154', '1303155', '1303156', '1303157', '1303158', '1303159', '1303160', '1303161', '1303162', '1303163', '1303164', '1303165', '1303166', '1303167', '1303168', '1303169', '1303170', '1303171', '1303172', '1303173', '1303174', '1303175', '1303176', '1303177', '1303178', '1303179', '1303180', '1303181', '1303182', '1303183', '1303184', '1303185', '1303186', '1303187', '1303188', '1303189', '1303190', '1303191', '1303192', '1303193', '1303194', '1303195', '1303196', '1303197', '1303198', '1303199', '1303200', '1303201', '1303202', '1303203', '1303204', '1303205', '1303206', '1303207', '1303208', '1303209', '1303210', '1303211', '1303212', '1303213', '1303214', '1303215', '1303216', '1303217', '1303218', '1303219', '1303220', '1303221', '1303222', '1303223', '1303224', '1303225', '1303226', '1303227', '1303228', '1303229', '1303230', '1303231', '1303232', '1303233', '1303234', '1303235', '1303236', '1303237', '1303238', '1303239', '1303240', '1303241', '1303242', '1303243', '1303244', '1303245', '1303246', '1303247', '1303248', '1303249', '1303250', '1303251', '1303252', '1303253', '1303254', '1303255', '1303256', '1303257', '1303258', '1303259', '1303260', '1303261', '1303262', '1303263', '1303264', '1303265', '1303266', '1303267', '1303268', '1303269', '1303270', '1303271', '1303272', '1303273', '1303274', '1303275', '1303276', '1303277', '1303278', '1303279', '1303280', '1303281', '1303282', '1303283', '1303284', '1303285', '1303286', '1303287', '1303288', '1303289', '1303290', '1303291', '1303292', '1303293', '1303294', '1303295', '1303296', '1303297', '1303298', '1303299', '1303300', '1303301', '1303302', '1303303', '1303304', '1303305', '1303306', '1303307', '1303308', '1303309', '1303310', '1303311', '1303312', '1303313', '1303314', '1303315', '1303316', '1303317', '1303318', '1303319', '1303320', '1303321', '1303322', '1303323', '1303324', '1303325', '1303326', '1303327', '1303328', '1303329', '1303330', '1303331', '1303332', '1303333', '1303334', '1303335', '1303336', '1303337', '1303338', '1303339', '1303340', '1303341', '1303342', '1303343', '1303344', '1303345', '1303346', '1303347', '1303348', '1303349', '1303350', '1303351', '1303352', '1303353', '1303354', '1303355', '1303356', '1303357', '1303358', '1303359', '1303360', '1303361', '1303362', '1303363', '1303364', '1303365', '1303366', '1303367', '1303368', '1303369', '1303370', '1303371', '1303372', '1303373', '1303374', '1303375', '1303376', '1303377', '1303378', '1303379', '1303380', '1303381', '1303382', '1303383', '1303384', '1303385', '1303386', '1303387', '1303388', '1303389', '1303390', '1303391', '1303392', '1303393', '1303394', '1303395', '1303396', '1303397', '1303398', '1303399', '1303400', '1303401', '1303402', '1303403', '1303404', '1303405', '1303406', '1303407', '1303408', '1303409', '1303410', '1303411', '1303412', '1303413', '1303414', '1303415', '1303416', '1303417', '1303418', '1303419', '1303420', '1303421', '1303422', '1303423', '1303424', '1303425', '1303426', '1303427', '1303428', '1303429', '1303430', '1303431', '1303432', '1303433', '1303434', '1303435', '1303436', '1303437', '1303438', '1303439', '1303440', '1303441', '1303442', '1303443', '1303444', '1303445', '1303446', '1303447', '1303448', '1303449', '1303450', '1303451', '1303452', '1303453', '1303454', '1303455', '1303456', '1303457', '1303458', '1303459', '1303460', '1303461', '1303462', '1303463', '1303464', '1303465', '1303466', '1303467', '1303468', '1303469', '1303470', '1303471', '1303472', '1303473', '1303474', '1303475', '1303476', '1303477', '1303478', '1303479', '1303480', '1303481', '1303482', '1303483', '1303484', '1303485', '1303486', '1303487', '1303488', '1303489', '1303490', '1303491', '1303492', '1303493', '1303494', '1303495', '1303496', '1303497', '1303498', '1303499', '1303500', '1303501', '1303502', '1303503', '1303504', '1303505', '1303506', '1303507', '1303508', '1303509', '1303510', '1303511', '1303512', '1303513', '1303514', '1303515', '1303516', '1303517', '1303518', '1303519', '1303520', '1303521', '1303522', '1303523', '1303524', '1303525', '1303526', '1303527', '1303528', '1303529', '1303530', '1303531', '1303532', '1303533', '1303534', '1303535', '1303536', '1303537', '1303538', '1303539', '1303540', '1303541', '1303542', '1303543', '1303544', '1303545', '1303546', '1303547', '1303548', '1303549', '1303550', '1303551', '1303552', '1303553', '1303554', '1303555', '1303556', '1303557', '1303558', '1303559', '1303560', '1303561', '1303562', '1303563', '1303564', '1303565', '1303566', '1303567', '1303568', '1303569', '1303570', '1303571', '1303572', '1303573', '1303574', '1303575', '1303576', '1303577', '1303578', '1303579', '1303580', '1303581', '1303582', '1303583', '1303584', '1303585', '1303586', '1303587', '1303588', '1303589', '1303590', '1303591', '1303592', '1303593', '1303594', '1303595', '1303596', '1303597', '1303598', '1303599', '1303600', '1303601', '1303602', '1303603', '1303604', '1303605', '1303606', '1303607', '1303608', '1303609', '1303610', '1303611', '1303612', '1303613', '1303614', '1303615', '1303616', '1303617', '1303618', '1303619', '1303620', '1303621', '1303622', '1303623', '1303624', '1303625', '1303626', '1303627', '1303628', '1303629', '1303630', '1303631', '1303632', '1303633', '1303634', '1303635', '1303636', '1303637', '1303638', '1303639', '1303640', '1303641', '1303642', '1303643', '1303644', '1303645', '1303646', '1303647', '1303648', '1303649', '1303650', '1303651', '1303652', '1303653', '1303654', '1303655', '1303656', '1303657', '1303658', '1303659', '1303660', '1303661', '1303662', '1303663', '1303664', '1303665', '1303666', '1303667', '1303668', '1303669', '1303670', '1303671', '1303672', '1303673', '1303674', '1303675', '1303676', '1303677', '1303678', '1303679', '1303680', '1303681', '1303682', '1303683', '1303684', '1303685', '1303686', '1303687', '1303688', '1303689', '1303690', '1303691', '1303692', '1303693', '1303694', '1303695', '1303696', '1303697', '1303698', '1303699', '1303700', '1303701', '1303702', '1303703', '1303704', '1303705', '1303706', '1303707', '1303708', '1303709', '1303710', '1303711', '1303712', '1303713', '1303714', '1303715', '1303716', '1303717', '1303718', '1303719', '1303720', '1303721', '1303722', '1303723', '1303724', '1303725', '1303726', '1303727', '1303728', '1303729', '1303730', '1303731', '1303732', '1303733', '1303734', '1303735', '1303736', '1303737', '1303738', '1303739', '1303740', '1303741', '1303742', '1303743', '1303744', '1303745', '1303746', '1303747', '1303748', '1303749', '1303750', '1303751', '1303752', '1303753', '1303754', '1303755', '1303756', '1303757', '1303758', '1303759', '1303760', '1303761', '1303762', '1303763', '1303764', '1303765', '1303766', '1303767', '1303768', '1303769', '1303770', '1303771', '1303772', '1303773', '1303774', '1303775', '1303776', '1303777', '1303778', '1303779', '1303780', '1303781', '1303782', '1303783', '1303784', '1303785', '1303786', '1303787', '1303788', '1303789', '1303790', '1303791', '1303792', '1303793', '1303794', '1303795', '1303796', '1303797', '1303798', '1303799', '1303800', '1303801', '1303802', '1303803', '1303804', '1303805', '1303806', '1303807', '1303808', '1303809', '1303810', '1303811', '1303812', '1303813', '1303814', '1303815', '1303816', '1303817', '1303818', '1303819', '1303820', '1303821', '1303822', '1303823', '1303824', '1303825', '1303826', '1303827', '1303828', '1303829', '1303830', '1303831', '1303832', '1303833', '1303834', '1303835', '1303836', '1303837', '1303838', '1303839', '1303840', '1303841', '1303842', '1303843', '1303844', '1303845', '1303846', '1303847', '1303848', '1303849', '1303850', '1303851', '1303852', '1303853', '1303854', '1303855', '1303856', '1303857', '1303858', '1303859', '1303860', '1303861', '1303862', '1303863', '1303864', '1303865', '1303866', '1303867', '1303868', '1303869', '1303870', '1303871', '1303872', '1303873', '1303874', '1303875', '1303876', '1303877', '1303878', '1303879', '1303880', '1303881', '1303882', '1303883', '1303884', '1303885', '1303886', '1303887', '1303888', '1303889', '1303890', '1303891', '1303892', '1303893', '1303894', '1303895', '1303896', '1303897', '1303898', '1303899', '1303900', '1303901', '1303902', '1303903', '1303904', '1303905', '1303906', '1303907', '1303908', '1303909', '1303910', '1303911', '1303912', '1303913', '1303914', '1303915', '1303916', '1303917', '1303918', '1303919', '1303920', '1303921', '1303922', '1303923', '1303924', '1303925', '1303926', '1303927', '1303928', '1303929', '1303930', '1303931', '1303932', '1303933', '1303934', '1303935', '1303936', '1303937', '1303938', '1303939', '1303940', '1303941', '1303942', '1303943', '1303944', '1303945', '1303946', '1303947', '1303948', '1303949', '1303950', '1303951', '1303952', '1303953', '1303954', '1303955', '1303956', '1303957', '1303958', '1303959', '1303960', '1303961', '1303962', '1303963', '1303964', '1303965', '1303966', '1303967', '1303968', '1303969', '1303970', '1303971', '1303972', '1303973', '1303974', '1303975', '1303976', '1303977', '1303978', '1303979', '1303980', '1303981', '1303982', '1303983', '1303984', '1303985', '1303986', '1303987', '1303988', '1303989', '1303990', '1303991', '1303992', '1303993', '1303994', '1303995', '1303996', '1303997', '1303998', '1303999', '1304000', '1304001', '1304002', '1304003', '1304004', '1304005', '1304006', '1304007', '1304008', '1304009', '1304010', '1304011', '1304012', '1304013', '1304014', '1304015', '1304016', '1304017', '1304018', '1304019', '1304020', '1304021', '1304022', '1304023', '1304024', '1304025', '1304026', '1304027', '1304028', '1304029', '1304030', '1304031', '1304032', '1304033', '1304034', '1304035', '1304036', '1304037', '1304038', '1304039', '1304040', '1304041', '1304042', '1304043', '1304044', '1304045', '1304046', '1304047', '1304048', '1304049', '1304050', '1304051', '1304052', '1304053', '1304054', '1304055', '1304056', '1304057', '1304058', '1304059', '1304060', '1304061', '1304062', '1304063', '1304064', '1304065', '1304066', '1304067', '1304068', '1304069', '1304070', '1304071', '1304072', '1304073', '1304074', '1304075', '1304076', '1304077', '1304078', '1304079', '1304080', '1304081', '1304082', '1304083', '1304084', '1304085', '1304086', '1304087', '1304088', '1304089', '1304090', '1304091', '1304092', '1304093', '1304094', '1304095', '1304096', '1304097', '1304098', '1304099', '1304100', '1304101', '1304102', '1304103', '1304104', '1304105', '1304106', '1304107', '1304108', '1304109', '1304110', '1304111', '1304112', '1304113', '1304114', '1304115', '1304116', '1304117', '1304118', '1304119', '1304120', '1304121', '1304122', '1304123', '1304124', '1304125', '1304126', '1304127', '1304128', '1304129', '1304130', '1304131', '1304132', '1304133', '1304134', '1304135', '1304136', '1304137', '1304138', '1304139', '1304140', '1304141', '1304142', '1304143', '1304144', '1304145', '1304146', '1304147', '1304148', '1304149', '1304150', '1304151', '1304152', '1304153', '1304154', '1304155', '1304156', '1304157', '1304158', '1304159', '1304160', '1304161', '1304162', '1304163', '1304164', '1304165', '1304166', '1304167', '1304168', '1304169', '1304170', '1304171', '1304172', '1304173', '1304174', '1304175', '1304176', '1304177', '1304178', '1304179', '1304180', '1304181', '1304182', '1304183', '1304184', '1304185', '1304186', '1304187', '1304188', '1304189', '1304190', '1304191', '1304192', '1304193', '1304194', '1304195', '1304196', '1304197', '1304198', '1304199', '1304200', '1304201', '1304202', '1304203', '1304204', '1304205', '1304206', '1304207', '1304208', '1304209', '1304210', '1304211', '1304212', '1304213', '1304214', '1304215', '1304216', '1304217', '1304218', '1304219', '1304220', '1304221', '1304222', '1304223', '1304224', '1304225', '1304226', '1304227', '1304228', '1304229', '1304230', '1304231', '1304232', '1304233', '1304234', '1304235', '1304236', '1304237', '1304238', '1304239', '1304240', '1304241', '1304242', '1304243', '1304244', '1304245', '1304246', '1304247', '1304248', '1304249', '1304250', '1304251', '1304252', '1304253', '1304254', '1304255', '1304256', '1304257', '1304258', '1304259', '1304260', '1304261', '1304262', '1304263', '1304264', '1304265', '1304266', '1304267', '1304268', '1304269', '1304270', '1304271', '1304272', '1304273', '1304274', '1304275', '1304276', '1304277', '1304278', '1304279', '1304280', '1304281', '1304282', '1304283', '1304284', '1304285', '1304286', '1304287', '1304288', '1304289', '1304290', '1304291', '1304292', '1304293', '1304294', '1304295', '1304296', '1304297', '1304298', '1304299', '1304300', '1304301', '1304302', '1304303', '1304304', '1304305', '1304306', '1304307', '1304308', '1304309', '1304310', '1304311', '1304312', '1304313', '1304314', '1304315', '1304316', '1304317', '1304318', '1304319', '1304320', '1304321', '1304322', '1304323', '1304324', '1304325', '1304326', '1304327', '1304328', '1304329', '1304330', '1304331', '1304332', '1304333', '1304334', '1304335', '1304336', '1304337', '1304338', '1304339', '1304340', '1304341', '1304342', '1304343', '1304344', '1304345', '1304346', '1304347', '1304348', '1304349', '1304350', '1304351', '1304352', '1304353', '1304354', '1304355', '1304356', '1304357', '1304358', '1304359', '1304360', '1304361', '1304362', '1304363', '1304364', '1304365', '1304366', '1304367', '1304368', '1304369', '1304370', '1304371', '1304372', '1304373', '1304374', '1304375', '1304376', '1304377', '1304378', '1304379', '1304380', '1304381', '1304382', '1304383', '1304384', '1304385', '1304386', '1304387', '1304388', '1304389', '1304390', '1304391', '1304392', '1304393', '1304394', '1304395', '1304396', '1304397', '1304398', '1304399', '1304400', '1304401', '1304402', '1304403', '1304404', '1304405', '1304406', '1304407', '1304408', '1304409', '1304410', '1304411', '1304412', '1304413', '1304414', '1304415', '1304416', '1304417', '1304418', '1304419', '1304420', '1304421', '1304422', '1304423', '1304424', '1304425', '1304426', '1304427', '1304428', '1304429', '1304430', '1304431', '1304432', '1304433', '1304434', '1304435', '1304436', '1304437', '1304438', '1304439', '1304440', '1304441', '1304442', '1304443', '1304444', '1304445', '1304446', '1304447', '1304448', '1304449', '1304450', '1304451', '1304452', '1304453', '1304454', '1304455', '1304456', '1304457', '1304458', '1304459', '1304460', '1304461', '1304462', '1304463', '1304464', '1304465', '1304466', '1304467', '1304468', '1304469', '1304470', '1304471', '1304472', '1304473', '1304474', '1304475', '1304476', '1304477', '1304478', '1304479', '1304480', '1304481', '1304482', '1304483', '1304484', '1304485', '1304486', '1304487', '1304488', '1304489', '1304490', '1304491', '1304492', '1304493', '1304494', '1304495', '1304496', '1304497', '1304498', '1304499', '1304500', '1304501', '1304502', '1304503', '1304504', '1304505', '1304506', '1304507', '1304508', '1304509', '1304510', '1304511', '1304512', '1304513', '1304514', '1304515', '1304516', '1304517', '1304518', '1304519', '1304520', '1304521', '1304522', '1304523', '1304524', '1304525', '1304526', '1304527', '1304528', '1304529', '1304530', '1304531', '1304532', '1304533', '1304534', '1304535', '1304536', '1304537', '1304538', '1304539', '1304540', '1304541', '1304542', '1304543', '1304544', '1304545', '1304546', '1304547', '1304548', '1304549', '1304550', '1304551', '1304552', '1304553', '1304554', '1304555', '1304556', '1304557', '1304558', '1304559', '1304560', '1304561', '1304562', '1304563', '1304564', '1304565', '1304566', '1304567', '1304568', '1304569', '1304570', '1304571', '1304572', '1304573', '1304574', '1304575', '1304576', '1304577', '1304578', '1304579', '1304580', '1304581', '1304582', '1304583', '1304584', '1304585', '1304586', '1304587', '1304588', '1304589', '1304590', '1304591', '1304592', '1304593', '1304594', '1304595', '1304596', '1304597', '1304598', '1304599', '1304600', '1304601', '1304602', '1304603', '1304604', '1304605', '1304606', '1304607', '1304608', '1304609', '1304610', '1304611', '1304612', '1304613', '1304614', '1304615', '1304616', '1304617', '1304618', '1304619', '1304620', '1304621', '1304622', '1304623', '1304624', '1304625', '1304626', '1304627', '1304628', '1304629', '1304630', '1304631', '1304632', '1304633', '1304634', '1304635', '1304636', '1304637', '1304638', '1304639', '1304640', '1304641', '1304642', '1304643', '1304644', '1304645', '1304646', '1304647', '1304648', '1304649', '1304650', '1304651', '1304652', '1304653', '1304654', '1304655', '1304656', '1304657', '1304658', '1304659', '1304660', '1304661', '1304662', '1304663', '1304664', '1304665', '1304666', '1304667', '1304668', '1304669', '1304670', '1304671', '1304672', '1304673', '1304674', '1304675', '1304676', '1304677', '1304678', '1304679', '1304680', '1304681', '1304682', '1304683', '1304684', '1304685', '1304686', '1304687', '1304688', '1304689', '1304690', '1304691', '1304692', '1304693', '1304694', '1304695', '1304696', '1304697', '1304698', '1304699', '1304700', '1304701', '1304702', '1304703', '1304704', '1304705', '1304706', '1304707', '1304708', '1304709', '1304710', '1304711', '1304712', '1304713', '1304714', '1304715', '1304716', '1304717', '1304718', '1304719', '1304720', '1304721', '1304722', '1304723', '1304724', '1304725', '1304726', '1304727', '1304728', '1304729', '1304730', '1304731', '1304732', '1304733', '1304734', '1304735', '1304736', '1304737', '1304738', '1304739', '1304740', '1304741', '1304742', '1304743', '1304744', '1304745', '1304746', '1304747', '1304748', '1304749', '1304750', '1304751', '1304752', '1304753', '1304754', '1304755', '1304756', '1304757', '1304758', '1304759', '1304760', '1304761', '1304762', '1304763', '1304764', '1304765', '1304766', '1304767', '1304768', '1304769', '1304770', '1304771', '1304772', '1304773', '1304774', '1304775', '1304776', '1304777', '1304778', '1304779', '1304780', '1304781', '1304782', '1304783', '1304784', '1304785', '1304786', '1304787', '1304788', '1304789', '1304790', '1304791', '1304792', '1304793', '1304794', '1304795', '1304796', '1304797', '1304798', '1304799', '1304800', '1304801', '1304802', '1304803', '1304804', '1304805', '1304806', '1304807', '1304808', '1304809', '1304810', '1304811', '1304812', '1304813', '1304814', '1304815', '1304816', '1304817', '1304818', '1304819', '1304820', '1304821', '1304822', '1304823', '1304824', '1304825', '1304826', '1304827', '1304828', '1304829', '1304830', '1304831', '1304832', '1304833', '1304834', '1304835', '1304836', '1304837', '1304838', '1304839', '1304840', '1304841', '1304842', '1304843', '1304844', '1304845', '1304846', '1304847', '1304848', '1304849', '1304850', '1304851', '1304852', '1304853', '1304854', '1304855', '1304856', '1304857', '1304858', '1304859', '1304860', '1304861', '1304862', '1304863', '1304864', '1304865', '1304866', '1304867', '1304868', '1304869', '1304870', '1304871', '1304872', '1304873', '1304874', '1304875', '1304876', '1304877', '1304878', '1304879', '1304880', '1304881', '1304882', '1304883', '1304884', '1304885', '1304886', '1304887', '1304888', '1304889', '1304890', '1304891', '1304892', '1304893', '1304894', '1304895', '1304896', '1304897', '1304898', '1304899', '1304900', '1304901', '1304902', '1304903', '1304904', '1304905', '1304906', '1304907', '1304908', '1304909', '1304910', '1304911', '1304912', '1304913', '1304914', '1304915', '1304916', '1304917', '1304918', '1304919', '1304920', '1304921', '1304922', '1304923', '1304924', '1304925', '1304926', '1304927', '1304928', '1304929', '1304930', '1304931', '1304932', '1304933', '1304934', '1304935', '1304936', '1304937', '1304938', '1304939', '1304940', '1304941', '1304942', '1304943', '1304944', '1304945', '1304946', '1304947', '1304948', '1304949', '1304950', '1304951', '1304952', '1304953', '1304954', '1304955', '1304956', '1304957', '1304958', '1304959', '1304960', '1304961', '1304962', '1304963', '1304964', '1304965', '1304966', '1304967', '1304968', '1304969', '1304970', '1304971', '1304972', '1304973', '1304974', '1304975', '1304976', '1304977', '1304978', '1304979', '1304980', '1304981', '1304982', '1304983', '1304984', '1304985', '1304986', '1304987', '1304988', '1304989', '1304990', '1304991', '1304992', '1304993', '1304994', '1304995', '1304996', '1304997', '1304998', '1304999', '1305000', '1305001', '1305002', '1305003', '1305004', '1305005', '1305006', '1305007', '1305008', '1305009', '1305010', '1305011', '1305012', '1305013', '1305014', '1305015', '1305016', '1305017', '1305018', '1305019', '1305020', '1305021', '1305022', '1305023', '1305024', '1305025', '1305026', '1305027', '1305028', '1305029', '1305030', '1305031', '1305032', '1305033', '1305034', '1305035', '1305036', '1305037', '1305038', '1305039', '1305040', '1305041', '1305042', '1305043', '1305044', '1305045', '1305046', '1305047', '1305048', '1305049', '1305050', '1305051', '1305052', '1305053', '1305054', '1305055', '1305056', '1305057', '1305058', '1305059', '1305060', '1305061', '1305062', '1305063', '1305064', '1305065', '1305066', '1305067', '1305068', '1305069', '1305070', '1305071', '1305072', '1305073', '1305074', '1305075', '1305076', '1305077', '1305078', '1305079', '1305080', '1305081', '1305082', '1305083', '1305084', '1305085', '1305086', '1305087', '1305088', '1305089', '1305090', '1305091', '1305092', '1305093', '1305094', '1305095', '1305096', '1305097', '1305098', '1305099', '1305100', '1305101', '1305102', '1305103', '1305104', '1305105', '1305106', '1305107', '1305108', '1305109', '1305110', '1305111', '1305112', '1305113', '1305114', '1305115', '1305116', '1305117', '1305118', '1305119', '1305120', '1305121', '1305122', '1305123', '1305124', '1305125', '1305126', '1305127', '1305128', '1305129', '1305130', '1305131', '1305132', '1305133', '1305134', '1305135', '1305136', '1305137', '1305138', '1305139', '1305140', '1305141', '1305142', '1305143', '1305144', '1305145', '1305146', '1305147', '1305148', '1305149', '1305150', '1305151', '1305152', '1305153', '1305154', '1305155', '1305156', '1305157', '1305158', '1305159', '1305160', '1305161', '1305162', '1305163', '1305164', '1305165', '1305166', '1305167', '1305168', '1305169', '1305170', '1305171', '1305172', '1305173', '1305174', '1305175', '1305176', '1305177', '1305178', '1305179', '1305180', '1305181', '1305182', '1305183', '1305184', '1305185', '1305186', '1305187', '1305188', '1305189', '1305190', '1305191', '1305192', '1305193', '1305194', '1305195', '1305196', '1305197', '1305198', '1305199', '1305200', '1305201', '1305202', '1305203', '1305204', '1305205', '1305206', '1305207', '1305208', '1305209', '1305210', '1305211', '1305212', '1305213', '1305214', '1305215', '1305216', '1305217', '1305218', '1305219', '1305220', '1305221', '1305222', '1305223', '1305224', '1305225', '1305226', '1305227', '1305228', '1305229', '1305230', '1305231', '1305232', '1305233', '1305234', '1305235', '1305236', '1305237', '1305238', '1305239', '1305240', '1305241', '1305242', '1305243', '1305244', '1305245', '1305246', '1305247', '1305248', '1305249', '1305250', '1305251', '1305252', '1305253', '1305254', '1305255', '1305256', '1305257', '1305258', '1305259', '1305260', '1305261', '1305262', '1305263', '1305264', '1305265', '1305266', '1305267', '1305268', '1305269', '1305270', '1305271', '1305272', '1305273', '1305274', '1305275', '1305276', '1305277', '1305278', '1305279', '1305280', '1305281', '1305282', '1305283', '1305284', '1305285', '1305286', '1305287', '1305288', '1305289', '1305290', '1305291', '1305292', '1305293', '1305294', '1305295', '1305296', '1305297', '1305298', '1305299', '1305300', '1305301', '1305302', '1305303', '1305304', '1305305', '1305306', '1305307', '1305308', '1305309', '1305310', '1305311', '1305312', '1305313', '1305314', '1305315', '1305316', '1305317', '1305318', '1305319', '1305320', '1305321', '1305322', '1305323', '1305324', '1305325', '1305326', '1305327', '1305328', '1305329', '1305330', '1305331', '1305332', '1305333', '1305334', '1305335', '1305336', '1305337', '1305338', '1305339', '1305340', '1305341', '1305342', '1305343', '1305344', '1305345', '1305346', '1305347', '1305348', '1305349', '1305350', '1305351', '1305352', '1305353', '1305354', '1305355', '1305356', '1305357', '1305358', '1305359', '1305360', '1305361', '1305362', '1305363', '1305364', '1305365', '1305366', '1305367', '1305368', '1305369', '1305370', '1305371', '1305372', '1305373', '1305374', '1305375', '1305376', '1305377', '1305378', '1305379', '1305380', '1305381', '1305382', '1305383', '1305384', '1305385', '1305386', '1305387', '1305388', '1305389', '1305390', '1305391', '1305392', '1305393', '1305394', '1305395', '1305396', '1305397', '1305398', '1305399', '1305400', '1305401', '1305402', '1305403', '1305404', '1305405', '1305406', '1305407', '1305408', '1305409', '1305410', '1305411', '1305412', '1305413', '1305414', '1305415', '1305416', '1305417', '1305418', '1305419', '1305420', '1305421', '1305422', '1305423', '1305424', '1305425', '1305426', '1305427', '1305428', '1305429', '1305430', '1305431', '1305432', '1305433', '1305434', '1305435', '1305436', '1305437', '1305438', '1305439', '1305440', '1305441', '1305442', '1305443', '1305444', '1305445', '1305446', '1305447', '1305448', '1305449', '1305450', '1305451', '1305452', '1305453', '1305454', '1305455', '1305456', '1305457') AND wo.AccountNumber = '14562' AND wo.CompanyId = 133 ... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-04 08:16:06,430 - [123905] - src.utils.log - INFO - βœ… Fetched 3246 rows - __SPLIT__ 2026-02-04 08:16:06,499 - [123905] - src.utils.log - INFO - Parallel fetching temp table records - __SPLIT__ 2026-02-04 08:16:06,570 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404)... (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-02-04 08:16:06,572 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404)... (Thread: ThreadPoolExecutor-3_1) - __SPLIT__ 2026-02-04 08:16:06,573 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404)... (Thread: ThreadPoolExecutor-3_2) - __SPLIT__ 2026-02-04 08:16:06,574 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404)... (Thread: ThreadPoolExecutor-3_3) - __SPLIT__ 2026-02-04 08:16:06,575 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404)... (Thread: ThreadPoolExecutor-3_4) - __SPLIT__ 2026-02-04 08:16:06,576 - [123905] - 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 (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404)... (Thread: ThreadPoolExecutor-3_5) - __SPLIT__ 2026-02-04 08:16:06,577 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404) and woag.RefType = 'TempWorkorder';... (Thread: ThreadPoolExecutor-3_6) - __SPLIT__ 2026-02-04 08:16:06,578 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404);... (Thread: ThreadPoolExecutor-3_7) - __SPLIT__ 2026-02-04 08:16:07,817 - [123905] - src.utils.log - INFO - βœ… Fetched 3246 rows - __SPLIT__ 2026-02-04 08:16:07,990 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:16:08,614 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:16:08,676 - [123905] - src.utils.log - INFO - βœ… Fetched 3246 rows - __SPLIT__ 2026-02-04 08:16:08,698 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:16:08,782 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:16:08,946 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:16:09,093 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:16:09,217 - [123905] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-04 08:16:09,305 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:16:09,636 - [123905] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 08:16:09,701 - [123905] - 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-04 08:16:10,023 - [123905] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 08:16:10,099 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 3246 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:16:10,487 - [123905] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3246) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-04 08:16:46,564 - [123905] - src.utils.log - INFO - βœ… All 3246 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-04 08:16:46,690 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 149793 AND WorkOrderNo IN ('9036684', '6709115', '6467578', '9564017', '6833682', '9474433', '2714210', '3276550', '7635123', '5223275', '7845324', '6683773', '5278423', '1856366', '8152922', '3903461', '1370216', '5540320', '5603218', '1769960', '3863207', '6442336', '9637359', '1336671', '8145951', '2132144', '5645678', '8179292', '2540228', '6752130', '6045950', '9608518', '6853920', '4002292', '3585701', '8856788', '9428066', '8889234', '9388584', '7749659', '4091367', '7213653', '9589415', '4364211', '7401664', '4813975', '1993131', '3421636', '7485872', '9284720', '9882708', '4160118', '7347998', '9375845', '4679629', '5729909', '3782203', '4235092', '9611362', '3813491', '7625313', '1341495', '9559118', '4330194', '7693206', '9829522', '2791670', '4682037', '8204491', '6230527', '5836026', '9840322', '7174189', '2155994', '3814907', '7866625', '2076882', '5382261', '8611357', '8299442', '3236306', '7558265', '6421852', '8925974', '9314823', '7881540', '6070617', '7778534', '1138042', '2989164', '5928307', '7077274', '2642575', '9038938', '9130909', '4962889', '9743028', '6551578', '3008311', '1040581', '4581633', '3318835', '5586820', '2718672', '1736815', '1204265', '2088189', '8198209', '8429002', '9336926', '2095917', '9920932', '5301483', '8291708', '5372465', '7986638', '1470211', '7364356', '8035577', '4424622', '1097799', '4329825', '6882899', '1411124', '6735254', '1134243', '3310261', '4071018', '1918300', '8161174', '9114000', '5778681', '5808467', '7596820', '7932146', '1370766', '2427703', '9466111', '9807981', '6674729', '6789488', '6337217', '8058502', '5708290', '9012842', '4926271', '6894547', '6905332', '6998563', '5508843', '9304931', '5303076', '6867817', '4097090', '7945038', '6751968', '9831804', '3975493', '9656441', '4738706', '8657668', '8794185', '5930232', '6829180', '7839886', '7324893', '6701148', '4131501', '9618401', '5002047', '2437687', '7873719', '9507473', '7508811', '7602749', '9030305', '1272493', '4151523', '5141402', '2318964', '4932602', '1068116', '7595920', '8500144', '8617249', '7904518', '6982939', '9505932', '8157995', '8282089', '9098663', '5898184', '3992254', '1506445', '2534167', '5125121', '4899832', '6568338', '5730060', '1499379', '6483155', '6611801', '6945035', '7493331', '8608643', '5303713', '2808099', '9489048', '3930931', '1282385', '4143967', '5125392', '5492711', '3914269', '1395979', '2098677', '6603264', '7827799', '3829028', '7955532', '8412941', '1680688', '7930394', '6219149', '7185719', '2566227', '8456793', '2833876', '9161661', '5093420', '2303887', '3850813', '7217783', '2874691', '8956640', '9763169', '6804387', '7624602', '2785684', '8230635', '3213096', '8890807', '4920116', '3285696', '6148974', '3529758', '4294350', '2868256', '6268464', '1500269', '5776178', '8464737', '8453815', '9945310', '3315545', '4826878', '7897091', '9436157', '1338647', '2851595', '5652557', '7042117', '7042308', '7300425', '8217250', '1458766', '2598954', '5457571', '1281812', '3555171', '6246554', '9177257', '1922044', '8839468', '7718937', '3217886', '5256159', '9188369', '9188936', '3965749', '4138320', '9167356', '7984755', '8042017', '5115610', '9256586', '4140923', '4380339', '4938151', '2400544', '2912334', '2873386', '4528026', '8714354', '8726820', '4298002', '7999897', '6314086', '7640240', '6702481', '2440454', '5126538', '2656309', '8073219', '1480552', '6284066', '8544268', '7336682', '8373891', '6576081', '5204174', '3184446', '4481584', '1513271', '3119329', '2096501', '6522495', '7079804', '5200310', '9184594', '9484009', '1546961', '4860401', '6530015', '8450123', '3552987', '9678457', '7690825', '1232727', '2576041', '7364144', '8157396', '2085231', '8074079', '7222598', '3188973', '1512217', '2529194', '5790200', '3716941', '3897266', '4881493', '4314417', '7820142', '4454132', '8984574', '3795529', '9111128', '9464863', '6786412', '6120034', '2899648', '7095305', '8114768', '9327754', '7098888', '6685959', '3679364', '2362309', '5845255', '3546368', '6896875', '7125674', '6156380', '8673147', '1634991', '8377631', '1393537', '6956715', '9844801', '2374447', '5914053', '2066322', '3616619', '5057344', '4201615', '9028093', '6001826', '8842800', '6386019', '8744809', '3013387', '5677060', '7980809', '8186916', '9291463', '3308649', '2582043', '5317112', '2231011', '8353621', '5985360', '2906515', '8359470', '9511989', '4137489', '2449572', '9532767', '6699526', '9029406', '5907137', '7851195', '9155383', '8340571', '1304779', '8846521', '3696062', '1104180', '9546050', '6103028', '9275118', '9669160', '4382990', '4872827', '7039108', '1360316', '7450275', '7761704', '6294630', '4503245', '4672398', '5310775', '7586543', '8259103', '6781800', '5672300', '8428426', '7362965', '2349540', '9175455', '2300609', '9680665', '1739581', '6052840', '1351779', '2893816', '5859815', '9616201', '2150316', '1194429', '1241771', '1821257', '6889421', '4674353', '1207889', '5135270', '7723620', '5241520', '6320469', '8416039', '4927332', '3612847', '8707121', '5869033', '9323390', '8866236', '6592679', '4823274', '4586094', '8200593', '6036617', '3922466', '6947152', '1524451', '9025265', '4065731', '1298561', '4530830', '8215249', '5257508', '6400588', '1327641', '5234748', '7388640', '3421998', '5689922', '7384216', '4421383', '7486400', '4034832', '5293554', '6031056', '8136300', '1336958', '8462461', '4781717', '6645702', '3201725', '4604809', '3934740', '9737791', '4522068', '5275333', '1157974', '8527226', '1057363', '4936422', '1936164', '8292981', '7994243', '2648890', '2918148', '2635196', '3442154', '2998374', '4840474', '1501175', '9393049', '4405195', '2701271', '9190570', '1550599', '8005413', '9492354', '6273696', '8491575', '2628275', '6980651', '4327647', '3311499', '4688165', '3975897', '9940285', '9727988', '8046578', '4288625', '4308371', '9937415', '1757617', '2300927', '1400965', '9155424', '4014627', '6054991', '6647749', '6883090', '5563706', '8335780', '5136136', '5007278', '6816813', '6747001', '2881225', '5756970', '2819655', '5533380', '5819231', '5902190', '8568008', '9531808', '9547372', '4694242', '4693017', '9904871', '8312798', '4037931', '4510857', '9788798', '9114076', '3177356', '9239094', '8709107', '9996682', '9127459', '5535974', '2712780', '7694465', '6217523', '9654430', '4385941', '2674944', '9499527', '5914888', '5604441', '5488527', '8867599', '5736613', '4808080', '6620678', '9774516', '6159576', '6771983', '1015483', '8489549', '7168281', '6055176', '6291781', '6071311', '6833909', '9558470', '7730048', '9447834', '6065980', '7898798', '9660335', '9493740', '6473017', '7494137', '4674206', '9115433', '5053325', '4078180', '9572256', '5417525', '4687834', '8796859', '6459858', '5049878', '4870738', '3117429', '5430180', '6470704', '3279420', '7956793', '5073840', '9960514', '1908950', '1500156', '6290979', '3645589', '8335246', '8512521', '8252722', '9291748', '9770796', '5767351', '7832941', '2196735', '4515679', '5763212', '3989323', '1519532', '2560982', '8449206', '3406056', '9885993', '8113820', '4632413', '3651843', '7946587', '1240731', '6695689', '6875049', '2639817', '2338469', '4916443', '3209240', '6809414', '2144908', '6551424', '8749671', '1641550', '7017744', '5319858', '7382106', '5803664', '6750294', '8635903', '5572090', '3936454', '8559810', '3653495', '1675172', '6407427', '9264661', '5403943', '7391694', '8617323', '7013036', '8406062', '1816789', '4564876', '9963354', '9333868', '5106716', '8572818', '3553721', '7275368', '3906733', '9065336', '9746207', '3307318', '6731099', '7788571', '1566395', '7143177', '6699135', '5306768', '3814337', '3430430', '1283561', '1485407', '5284684', '8648064', '6766719', '8600169', '9124788', '1241795', '4731766', '3492235', '2415748', '8342483', '3202102', '6763472', '4255331', '2646265', '9905286', '7240434', '3428210', '9713160', '3322016', '4789478', '2455129', '2629946', '8808631', '3253735', '8229692', '3789146', '1207371', '3651579', '8455363', '2320090', '1260386', '9911809', '5546125', '1712334', '8920868', '4696998', '6111883', '1826275', '6233226', '1371389', '9743001', '2337745', '1648747', '3899856', '1312847', '7631982', '2676768', '3197483', '3156961', '2768719', '6952034', '8786825', '1722131', '3129128', '7017534', '2251993', '6824676', '8023469', '6592324', '6005587', '5518631', '8691447', '9070026', '5994555', '6705497', '4237421', '8465795', '9121041', '4862460', '9822142', '1037641', '8985676', '3594038', '2630457', '9309100', '9777285', '6235617', '2520724', '8270210', '9569766', '6388668', '4335488', '3767262', '8831467', '2713603', '9619161', '9171952', '7026479', '1378424', '5095994', '3998250', '7647522', '6605608', '5655857', '7619563', '5836568', '7324656', '2128718', '7990482', '3048430', '5907562', '2107455', '4648105', '5305261', '9988899', '6855057', '8140717', '6833330', '8268965', '7512366', '4051562', '3287569', '7789303', '5762260', '4715166', '9451358', '3049100', '2641318', '8180327', '9960455', '6067238', '9140758', '7061846', '1131623', '3160092', '7647132', '5211608', '2398128', '2537660', '3419920', '9365161', '6383413', '6913899', '1164830', '3591594', '9145363', '2785408', '1737447', '2602771', '6423272', '9430186', '8922813', '2457143', '7242643', '7265893', '1594121', '8273394', '6827560', '3458236', '5755071', '4636087', '6508317', '2811353', '4096472', '1844779', '7608897', '9455690', '4317137', '6545293', '3543995', '9921699', '8607952', '4877468', '6829309', '9921325', '8039883', '9094241', '4249544', '5219348', '1153243', '4296538', '4933227', '8293889', '6493618', '3773746', '4154319', '5943849', '8453634', '7755928', '6333135', '2356357', '6147505', '8687839', '8584158', '2947702', '5338174', '5454270', '5652655', '5753540', '4890532', '1287182', '9566106', '4509158', '1747849', '1130076', '4551497', '4104704', '4276286', '9558261', '8372565', '9927016', '3889807', '1839664', '5300647', '1190736', '7032720', '2590029', '8443714', '4917165', '7300385', '8121982', '9018472', '1379259', '3564507', '1920662', '7199895', '6899409', '1817165', '7776901', '8789441', '4087481', '3482172', '6023850', '5967537', '7879266', '1415754', '2805774', '5597748', '2902040', '6272101', '1850176', '5616596', '2329417', '2053274', '2567615', '9881508', '4035420', '7332985', '3917315', '3270542', '3906872', '2673349', '7567246', '8483820', '5233093', '4024462', '1807406', '6979910', '4730033', '8773041', '4200515', '3090065', '6539945', '3825583', '3947760', '8712778', '5001205', '5352381', '3125243', '2111453', '6064737', '5698384', '4371683', '3435619', '8001049', '6651057', '2448298', '6692478', '5168239', '9072803', '4556275', '7926426', '8702943', '1707133', '9043340', '5385487', '9103680', '9386576', '2384824', '9803707', '4868652', '9033320', '7872587', '8362904', '7153043', '5213043', '2845154', '9155890', '3534103', '6775251', '1764442', '5393804', '8602855', '1152503', '1096440', '1115083', '5387641', '6929723', '1526414', '6615170', '7636742', '2381999', '4720832', '8242050', '4283844', '5750915', '9241449', '4562262') AND GenerateWorkOrderHistoryId = 123905;... (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-02-04 08:16:46,692 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 149793 AND WorkOrderNo IN ('2160232', '9936465', '2092159', '6074816', '1197437', '6994221', '4516126', '8521543', '7853153', '1697974', '7718407', '8943270', '4819535', '9992637', '9926326', '1683092', '9608383', '4678049', '3704606', '4640401', '5644536', '4580682', '4105877', '1266779', '4188421', '6877716', '6715142', '5085735', '7181759', '7554410', '7081499', '2649520', '5859115', '3348819', '3740254', '3492624', '5867319', '7720493', '9791116', '8775770', '5994165', '8150444', '1170188', '7066522', '6677880', '5051266', '5485075', '2020676', '7646103', '7519226', '8782033', '3102037', '2234641', '2190761', '6701013', '5771139', '9292668', '6998324', '7569576', '4571226', '7289112', '1596594', '7823710', '7175988', '1215909', '2357181', '5814804', '5459022', '2316083', '7001353', '5394129', '5375758', '1784001', '7956732', '4729628', '4478715', '1049686', '8894811', '4004176', '5329516', '7050044', '7144777', '5177831', '8939073', '4423055', '8893589', '8633472', '2934597', '3863030', '8316818', '3650900', '4890793', '2671200', '9737136', '4276477', '6521148', '1204975', '8717624', '1909337', '7437915', '1512422', '3229130', '8449129', '7189513', '1423156', '5588882', '3759591', '3603831', '9871408', '5627590', '9588971', '5841877', '7912817', '7170514', '1763691', '6989453', '4211511', '6525916', '7096088', '5297331', '8155331', '1067131', '4177135', '2348645', '3480821', '4592775', '1842666', '8004714', '2592996', '5346219', '7929347', '6170767', '2776247', '4724750', '1293334', '7299500', '2552150', '4738542', '7823011', '3535406', '6429521', '4739047', '7264468', '7240054', '8874632', '1303365', '3138781', '2807464', '4600946', '6698578', '5550947', '1749504', '6108594', '6490401', '2272252', '6998964', '2625536', '4141767', '1037406', '8818644', '9548216', '6700935', '8168345', '6506460', '6841043', '7453346', '4061512', '8187745', '7436303', '2147377', '2357969', '3434039', '2840849', '3326029', '8375900', '8985700', '5484843', '2272375', '9353534', '6379884', '2521839', '8636100', '2213508', '1171655', '5832007', '5348531', '4306349', '8714090', '2618311', '5913786', '4448747', '5661731', '7279046', '2909942', '2128562', '4121184', '6005063', '3158861', '5824354', '1070374', '2035347', '7583083', '9092393', '8986924', '3542968', '1102928', '3651547', '8376916', '8895389', '4135713', '7454623', '9775925', '1573246', '6578658', '8358876', '3889680', '8139444', '7690636', '2199417', '1243069', '4338837', '7090682', '6372916', '2583895', '5239862', '3864507', '3837804', '9600526', '9227146', '1405321', '3608436', '6164122', '4514901', '4934349', '2412920', '3598716', '8764136', '6033231', '4223882', '2142966', '6992960', '8307984', '7974030', '9206932', '5273962', '5268778', '8136341', '8274587', '9349027', '8427379', '4875532', '5258180', '5130126', '9152827', '7774607', '1012970', '8797152', '4528790', '8598875', '8117918', '5747249', '1813710', '6724360', '6883074', '2549563', '1210709', '4748770', '5977336', '1626369', '6796341', '2742203', '2079177', '8065782', '4460331', '3575999', '9258173', '3485149', '4700409', '8530755', '8761353', '9876877', '9501543', '9520339', '4239713', '3277130', '4378868', '2464375', '7255890', '3614296', '4235026', '2463688', '6928380', '5149758', '6046243', '8924567', '5785026', '9501655', '9809087', '6240866', '3217356', '7711471', '9523049', '5407407', '8403104', '3202247', '1299643', '7702764', '6843861', '3686171', '8030645', '5250541', '4950812', '8437423', '9211698', '6588270', '7266976', '6047692', '3408317', '4331751', '2078992', '6157031', '7362508', '3538267', '9965749', '2018890', '7122286', '2255980', '3423391', '8079997', '2069438', '1628444', '8952111', '9719293', '6828175', '8735763', '2024561', '9381582', '3432826', '2128091', '9416857', '4021920', '6734991', '3550087', '2517736', '3864892', '2802062', '3911848', '9094791', '6813848', '7988816', '8400212', '9614288', '4137449', '2544915', '4020508', '1833955', '7865047', '8983343', '7822574', '8264389', '8017231', '5218103', '1362677', '2583683', '2244879', '9694439', '4358440', '1312001', '5142155', '9625077', '3773202', '5912670', '5839745', '2740548', '5919416', '4580165', '5591355', '9161238', '8746686', '9765698', '4639610', '1704307', '7406582', '3369110', '3201242', '8501875', '6520698', '5457755', '4360399', '4152969', '1069961', '6712525', '1109709', '3840676', '5905907', '1259071', '1499101', '3961704', '9906945', '7702693', '4543267', '6972668', '5680467', '9962777', '9076257', '8846395', '8186283', '1594892', '6374174', '6139424', '9240872', '1457005', '5012266', '8574936', '6856275', '1132721', '5831478', '6239822', '5958140', '2832632', '2264926', '7210751', '1511574', '7184066', '1478752', '2958331', '7620924', '1525867', '1742679', '9219946', '5574354', '2814858', '1960849', '1788594', '6184397', '5996601', '7529502', '7934635', '9698048', '1685080', '1912439', '7286316', '8242592', '4984858', '3604757', '1544720', '2079754', '3774599', '3052420', '4591216', '1311122', '6713682', '6320911', '4874225', '3049623', '2671929', '1055091', '9749123', '6503234', '1513296', '6965097', '1552579', '6386273', '9548393', '8313365', '4734793', '5998414', '3920010', '8953560', '1822044', '7424640', '6730354', '7259007', '7959448', '2544159', '5312843', '9991548', '8217047', '3508144', '2732978', '3407325', '5277744', '8270569', '7927477', '3007662', '8202520', '6581720', '6602817', '2384542', '4790587', '8227655', '6791959', '7612894', '4916789', '2861742', '2949454', '3632903', '8358060', '7057227', '7306140', '3503276', '2210630', '3790963', '2215859', '6878194', '8788802', '8355987', '6353896', '7881533', '3656422', '7773371', '9546757', '4053780', '7674814', '2162523', '8976565', '8277224', '9907852', '3172804', '2750967', '2882243', '2526732', '6229704', '6784308', '6251273', '8157422', '6693879', '1513452', '8306234', '2989634', '6288875', '6210506', '8638583', '8570516', '1258839', '8295205', '9698529', '9363887', '6742868', '8545201', '6242062', '3076490', '4039688', '7990166', '5961243', '7654256', '7055570', '2217326', '6345020', '4586582', '1554534', '2304329', '6680615', '5732530', '8362816', '1427022', '2245696', '4005876', '1126059', '8004865', '6478248', '7310469', '9057974', '1345186', '2886284', '2417204', '7232428', '1785140', '8043415', '4190258', '5865258', '8202933', '6999048', '3857502', '6336889', '4466899', '9807309', '9360374', '6101370', '9444806', '2216781', '5023066', '6608705', '4488876', '6975254', '7262861', '6861449', '6296535', '3959657', '1113672', '3540027', '1224347', '7253799', '8011332', '3230256', '7649570', '6281006', '4101508', '9775210', '6284443', '9129120', '7183305', '3467122', '7112162', '8335498', '5275955', '2154755', '6995734', '7858989', '4560073', '6971083', '8845249', '5219119', '5111597', '7726421', '5739861', '3047928', '1001069', '4055683', '5732453', '7408500', '6934218', '4886007', '7072348', '2641273', '3462616', '3370439', '5667988', '6644337', '8524633', '7217391', '3135799', '9451021', '7844588', '5273281', '8714511', '1215236', '6426901', '1176200', '9893527', '8822490', '6603406', '9429359', '3181235', '3108941', '2774675', '4244820', '5931466', '6363994', '2017888', '3898841', '6904610', '3843288', '7943689', '5787714', '7240683', '7772037', '3430744', '9077957', '8332148', '6224394', '6573015', '2224685', '1757679', '1491608', '1219385', '7397261', '1187636', '5650872', '6776041', '8756046', '7296795', '4766966', '5052845', '5404102', '1208044', '3854462', '7250518', '3430400', '3288050', '6548780', '4734803', '3354454', '7729002', '9049328', '1321079', '5139241', '2806954', '8023721', '5283170', '8639755', '2714257', '5848477', '7300876', '8163846', '7913591', '8920581', '4749709', '3754000', '5913604', '6646582', '8337135', '6606694', '9801360', '4829803', '3384763', '8664413', '1597155', '2878067', '6534441', '1806187', '1913447', '3791798', '3865430', '8278120', '1160682', '3297974', '2501062', '8940454', '1407194', '5839297', '3442124', '3266502', '6101366', '3434698', '2889162', '5557853', '7825148', '4758827', '2662329', '6749359', '7019807', '7062196', '1664954', '7273498', '3347688', '9537834', '6013411', '1926189', '3506608', '6041916', '3206511', '8031304', '5631034', '3564634', '3570369', '5995466', '8446700', '4342191', '3827229', '9999096', '8685302', '6814797', '7209906', '8666125', '7170841', '7933446', '4111753', '1114039', '1845326', '8630361', '5256706', '4858935', '5833048', '2486016', '4928097', '9313220', '6917572', '9041621', '7715151', '1507586', '5388649', '4542009', '2235736', '3972473', '9741163', '2334958', '2150341', '1557299', '6119756', '1436979', '4459227', '5494091', '7174086', '6534341', '7990937', '3218548', '5163855', '1311355', '4551859', '7813062', '8620273', '5576811', '6881424', '5680909', '1205298', '8980717', '7803146', '2368665', '6357355', '4050819', '7970323', '7000676', '6298998', '8147297', '9153226', '4526497', '8920582', '8551481', '7716230', '7354909', '6534786', '7167041', '3677985', '4179589', '5785949', '6873362', '6130217', '7065463', '8120909', '4596674', '8707008', '5231606', '9060308', '6131652', '7730932', '3778140', '1716259', '3698146', '7780071', '9740885', '5964136', '1863699', '3185092', '5771142', '1186232', '4372212', '8913852', '9165025', '4817395', '3166169', '3036740', '9975943', '6851913', '6611947', '9778218', '3666737', '5999123', '6701224', '2500773', '3907912', '2142907', '6760597', '9957974', '1952398', '9588796', '4409211', '2428377', '5679050', '2133445', '4874948', '1440843', '9178644', '7379131', '2383045', '6894597', '6952218', '1249318', '1998008', '4520885', '5979332', '6477792', '3426766', '5894917', '8781168', '5861831', '1620800', '2440286', '5199639', '3514822', '4693972', '8367885', '5604544', '9468259', '5831682', '8434272', '8788419', '7319472', '9884531', '9884095', '6676693', '6123205', '1242440', '5547077', '6088412', '7721052', '5247662', '6046548', '9032060', '4839340', '3462335', '7109601', '8042326', '9796215', '8751360', '5643987', '3019138', '9131251', '8827454', '3945086', '5973986', '4242578', '1013209', '4378804', '9013963', '6440758', '8657172', '1134727', '1383384', '3617295', '9997601', '8026134', '5322563', '6804951', '3964225', '9094769', '3548591', '5057487', '7048899', '8965928', '7465521', '2513626', '7942162', '9093466', '2837405', '5672626', '2612935', '7344863', '8073580', '6693399', '2872020', '6622085', '9302019', '4937870', '3286476', '2959859', '6470557', '9142071', '5800361', '2819816', '8335899', '2600264', '2995892', '9396931', '1130525', '9014531', '8747413', '3557581', '2300751', '9668196', '3599849', '6416332', '3148956', '1186022', '8540875', '8435266', '9277832', '9069839', '1058726', '4208019', '4742831', '7914348', '9632255', '5252358', '9327415', '8883514', '5034300', '6504329', '6667700', '3774670', '7382439', '2467301', '5108393', '3770268', '3745448', '1254364', '9297306', '3706953', '5823397', '7437639', '3528335', '3209087', '2861061', '2372505', '6043652', '8223140', '9386096', '3891066', '5934637', '7706297') AND GenerateWorkOrderHistoryId = 123905;... (Thread: ThreadPoolExecutor-4_1) - __SPLIT__ 2026-02-04 08:16:46,692 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 149793 AND WorkOrderNo IN ('1363735', '1424478', '1925314', '7979415', '4560197', '1737036', '9655580', '2340401', '7016688', '9167051', '1550252', '4503126', '4877295', '7924307', '6045349', '7151428', '7649412', '4193439', '1590099', '7467320', '7527114', '5668746', '1898806', '1699053', '7011495', '3566469', '3325756', '9213315', '2196745', '9750631', '6919556', '1083936', '2222218', '8164955', '6000546', '3448927', '8582449', '8935737', '9534188', '3367928', '5139545', '9052350', '9290246', '8584472', '6607371', '7630324', '8641928', '4756810', '4679183', '8548493', '3145814', '8423821', '8645125', '5603981', '6897456', '6886990', '3199114', '2717093', '6297842', '9952003', '6163584', '1686514', '9026097', '9170795', '9734253', '5643335', '1368673', '7697963', '5133838', '7955731', '8105750', '6754951', '1526181', '1811612', '5107845', '6785167', '1995861', '4533110', '2228319', '7485916', '8321016', '1047144', '2298793', '1762672', '8901380', '7844107', '9134520', '2409551', '2272791', '5401111', '4918049', '3035278', '7361662', '2723843', '1590115', '6953568', '9718584', '6276678', '9224198', '6839365', '6810868', '2971867', '3141266', '4787167', '5672200', '7759071', '7538984', '1670748', '7612465', '9022181', '4061591', '7889418', '3373096', '6300645', '1504565', '2137846', '9129668', '2012246', '7275466', '4003393', '9644057', '3772109', '9753836', '8120287', '8435861', '6316404', '6989929', '8096824', '9443892', '6574089', '7854395', '8545507', '2444259', '5040359', '2870142', '6497053', '6315033', '9721621', '8301900', '3503943', '3415953', '4888556', '7765249', '3576235', '2042965', '5670679', '2648418', '1364687', '1039254', '2699163', '5280026', '2906917', '8565235', '5208590', '7478479', '9582315', '9576982', '2128025', '5461664', '4864869', '8426196', '4429227', '3774416', '4125101', '1672174', '9588893', '7727987', '3706597', '1729464', '1592293', '8609004', '1876518', '9172859', '3975535', '5250637', '2045663', '4972890', '5020897', '1297877', '8707276', '5448917', '2877776', '2455784', '9603984', '3462482', '7162814', '6936744', '3041230', '1726988', '4568933', '2260306', '5461364', '5559494', '8205929', '7701812', '6027422', '7753919', '6534226', '9298782', '3908305', '1085522', '3777956', '5525944', '4624845', '5175480', '4468835', '3440481', '1536129', '1605971', '1555357', '3019385', '8643265', '2805405', '2525404', '6872137', '2591581', '3133860', '5196015', '5584025', '8675091', '5223603', '4664787', '8548750', '8033305', '2844728', '9082723', '3743131', '6674355', '5747556', '8753670', '5620428', '2752955', '7597412', '1857802', '6828902', '1780363', '4818041', '9092350', '4554357', '5572368', '7149053', '1791994', '7258709', '9543782', '1634226', '4570408', '9649795', '2346409', '3696560', '7265467', '4773997', '6261212', '7822057', '6311945', '8396082', '1549111', '6756753', '2548691', '4143121', '7033521', '1142176', '3033606', '5338024', '3642751', '1368525', '3070904', '2618517', '3477898', '4974930', '8445509', '3712889', '8395477', '5222168', '4345143', '3246708', '9484386', '8936810', '1478364', '5653755', '7988765', '2818816', '2959766', '2923880', '7098380', '8627707', '3990477', '8076128', '2138249', '8695083', '4385274', '6252091', '8722921', '3718640', '9001642', '6173170', '1609126', '2247619', '9722590', '6710704', '5453479', '4407112', '8411738', '8470106', '6656177', '9932080', '2229445', '5784069', '1323547', '4295286', '5788075', '6734640', '7040342', '5284896', '7487426', '2121117', '1382956', '7716828', '9373267', '5152590', '1558762', '9961056', '8840000', '6381821', '4102699', '8838247', '8306164', '7091214', '1571092', '3721844', '4898923', '9252798', '7417247', '7180481', '9137569', '1986955', '7406856', '5871635', '8811529', '2306913', '7138298', '4196931', '9584910', '7744564', '7259633', '4728680', '9622135', '4316896', '9369970', '3158230', '3528915', '6997824', '1663483', '3224726', '3813082', '7148552', '4750536', '1430602', '7173865', '8884869', '9716519', '6569023', '4423159', '3046539', '7588423', '9210430', '4322624', '2108191', '4716061', '8049737', '7459901', '6691744', '8899660', '7201057', '2360404', '5887331', '8560080', '3931902', '1563539', '2025132', '6915234', '7785324', '7586854', '3362274', '6791765', '9580407', '8892096', '9500359', '3475737', '9788817', '7479920', '5681793', '8865807', '3804580', '5410458', '2660064', '9625189', '2397633', '8466621', '1505655', '8811045', '7776473', '1225469', '2002778', '4580602', '8395696', '8213776', '5745803', '7921953', '7050008', '1221727', '9866769', '5702326', '5753722', '7727042', '5334208', '3049972', '2491412', '5526956', '8657487', '9864334', '9118781', '6888876', '1128223', '3535783', '1625837', '3690844', '5839294', '4411511', '9363051', '8815490', '5862024', '1961530', '4304423', '3558443', '8922656', '5286743', '2266632', '5050049', '5111524', '4724044', '2664834', '9015089', '2102488', '9280331', '9030380', '2411097', '6852503', '6199465', '6601553', '2576318', '8732684', '6856205', '5506496', '6054907', '2904466', '9279588', '6575779', '8228898', '8762818', '5883596', '9683450', '3239580', '1320630', '8478602', '1861387', '8049845', '2475748', '7931579', '9202312', '8982941', '5013894', '2807965', '1311594', '8086753', '1636424', '7111685', '8544532', '2311398', '9715100', '3344051', '1842396', '2205697', '2539067', '7437802', '5866481', '3010346', '7283106', '3907938', '8737692', '6628415', '9553117', '4487194', '6523868', '6042284', '7018315', '6510868', '8075070', '6551983', '9738510', '2532206', '8073984', '6279892', '9652206', '4252730', '3878645', '1502917', '2762157', '7273881', '2115053', '3366745', '7468760', '7750733', '9214169', '4371522', '1491594', '5343427', '4874905', '2604721', '8709457', '7000467', '6166996', '8067386', '7204475', '7609217', '2816843', '4122117', '5046294', '1877116', '1152163', '1752169', '9845131', '7768618', '1449623', '1481265', '7276660', '6137443', '4819438', '9477825', '6239838', '4869429', '8604066', '1526434', '5459813', '6297265', '5253925', '2213707', '8863696', '1917998', '5249439', '5288504', '6913201', '1038666', '2296900', '3499213', '2023405', '6023053', '3581260', '9652508', '3561494', '1263463', '7007403', '5573867', '6962898', '5548248', '1375964', '5565855', '1432762', '5010662', '4849755', '3496615', '5402057', '6236018', '6213542', '9036457', '6893196', '3284829', '9108615', '2337992', '4852262', '2002588', '7895057', '4944677', '1676567', '5499491', '1283277', '5815625', '5161051', '1825280', '8917910', '6261996', '7263256', '6423140', '4287895', '5362650', '7759290', '1168234', '7267348', '1514209', '4202221', '9795316', '8547894', '9387727', '8118184', '5880107', '3024222', '1977728', '4927076', '1057175', '3050882', '8713352', '2731327', '7121558', '4389886', '8183677', '3200465', '4777794', '7502915', '5585829', '9044823', '9356358', '7784874', '2815078', '6664259', '5278625', '7856128', '1040327', '1583400', '4642315', '3099801', '3506828', '6771570', '7293692', '4597209', '9853129', '9243121', '7821310', '5832159', '6766989', '8717602', '8158212', '5434815', '8081193', '5583529', '1742852', '1685507', '6803569', '5735530', '6216717', '4097114', '2533189', '2291058', '7919654', '4450574', '6427589', '4855242', '8953247', '4450341', '4603635', '3153185', '1367924', '9550409', '4864646', '1318164', '8841106', '9066999', '4354666', '3327162', '3424243', '1338435', '9076486', '4644219', '8894947', '2685231', '1796977', '4496702', '4492619', '7366894', '6087730', '7198413', '8079512', '2947326', '7205146', '3439176', '3782689', '6152105', '7562339', '4290681', '7584837', '5301429', '5253491', '8709470', '9576566', '9047112', '4505186', '4199876', '2960618', '6884210', '7277335', '5351481', '5307779', '1869225', '8931965', '4797366', '8766545', '7349265', '5284224', '5800010', '3309020', '5064947', '7959290', '4853589', '6150660', '9930418', '4068960', '1385563', '7388728', '1292458', '2191438', '1136241', '3818663', '7325504', '6343071', '3919753', '7997605', '3758171', '4039873', '5977740', '7775132', '7387472', '8163907', '4005680', '9939630', '4670378', '7468242', '4067105', '1776097', '7769668', '3650021', '3709401', '5466461', '7721967', '3940878', '9968430', '7009292', '6939865', '8321385', '2501319', '9121674', '5401995', '8453186', '1599113', '6625139', '1241342', '8631950', '4024661', '3897366', '8465145', '5069644', '9129328', '3117977', '9715343', '9796465', '5405755', '6208132', '1228795', '6229129', '1650623', '5686526', '7407959', '9867722', '2693612', '5761893', '4518263', '9705455', '9099074', '7277774', '4531780', '4724073', '3022830', '8505123', '2700442', '5977407', '7273841', '7193699', '8765805', '5499299', '4642736', '9948940', '8841267', '6115981', '5282710', '1542133', '5770060', '3220142', '8068594', '2600143', '3808106', '9841939', '2800361', '6260222', '8650943', '3959543', '4148111', '6774349', '8121658', '3986432', '9604509', '3107811', '5120242', '2659008', '8428251', '8623884', '5568159', '7076975', '4904582', '5013174', '1280087', '1485760', '1022932', '6275504', '3542130', '7219376', '7532407', '6878268', '8335019', '5431054', '2567253', '6923920', '7147856', '7134059', '4696471', '5278453', '8793557', '2469860', '7324511', '5901407', '7556461', '5449515', '2061015', '2827208', '4404967', '6438338', '5174597', '6302288', '7459410', '3719479', '8593177', '8430562', '6641874', '5847741', '2751616', '1093685', '7263352', '4061996', '1687535', '9833897', '1409136', '2539223', '2071149', '9518215', '1148712', '4438498', '6285789', '7713499', '9033404', '6911759', '6534331', '2487031', '2697715', '9539195', '7730348', '6474638', '1876312', '4332301', '4880783', '9249936', '5305728', '3737091', '1786615', '9105308', '9801366', '6685749', '5283769', '7330619', '8934351', '1474671', '1746445', '2707289', '3181576', '2278677', '9134863', '1846820', '8339344', '2729067', '6248596', '9460079', '5130948', '7410282', '9232679', '6888391', '6708887', '3756527', '5120568', '8889711', '4273199', '3684815', '2517619', '1488964', '4564133', '2197459', '1302379', '5717873', '5414037', '5256348', '4697687', '1500263', '2236426', '3285233', '7124721', '6375414', '9151574', '6116188', '7513779', '5827349', '3259403', '2433693', '1273365', '8386837', '1847448', '6579755', '6593322', '6716976', '1531588', '2111965', '3286606', '6734777', '5188048', '4370628', '2189493', '4706229', '6820080', '1396157', '2777643', '4669619', '6702352', '4423714', '5256407', '5052749', '2641697', '4379476', '8205658', '6735296', '7361685', '9258152', '1923585', '9457274', '3328281', '1662610', '8096767', '5604940', '2517122', '6872145', '8076294', '8947440', '5165101', '8151273', '6983239', '3957932', '2044979', '6432904', '1178652', '2194287', '2055990', '6056357', '3394769', '9088268', '9148118', '7419760', '7446021', '1669864', '7032200', '9569616', '7045964', '7662811', '3765002', '2532290', '5145083', '5273891', '5746956', '1591549', '9319096', '5640382', '2190255', '9651640', '8007474', '8052216', '4503860', '5094484', '9618728', '3872353') AND GenerateWorkOrderHistoryId = 123905;... (Thread: ThreadPoolExecutor-4_2) - __SPLIT__ 2026-02-04 08:16:46,693 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 149793 AND WorkOrderNo IN ('3437109', '1498478', '4628164', '5075348', '1227042', '5145336', '6964373', '7503121', '7182643', '8088112', '5903308', '7434358', '7226949', '7418828', '9317611', '5962850', '8462960', '3318075', '3299839', '3319365', '7890422', '6489109', '9855174', '3459262', '9747343', '8405411', '7325395', '6213147', '9418684', '1555736', '1049036', '7249715', '7793792', '6070182', '3386863', '7487593', '2392624', '2504580', '8775701', '2274277', '3345535', '1936465', '1003886', '7370409', '8707953', '4470914', '5846687', '9213699', '9802311', '3790216', '4236546', '1304912', '6402912', '5768122', '7105123', '5190286', '1640535', '9855751', '8333041', '3784341', '2619139', '8520333', '3557330', '4390383', '2248535', '4420841', '8818756', '3744499', '3165504', '9294616', '8093859', '8374289', '3493465', '1077953', '7050431', '9878787', '3444069', '9943454', '3991216', '6196031', '3001753', '8807817', '7938864', '9810905', '9237616', '7618697', '9365454', '1408017', '6483749', '4611851', '4876244', '5464195', '2857450', '7525863', '1945276', '3470897', '4985040', '8717222', '3314237', '4750416', '2155509', '1460624', '6742103', '1955594', '4430006', '2153934', '6664992', '6907275', '6979801', '8160953', '2568330', '7672930', '2624649', '9505177', '5783998', '6969134', '2009510', '7803424', '9638142', '5574364', '8229847', '7083808', '6143165', '7451321', '9675414', '6780787', '3401138', '6724102', '6085201', '9022132', '2827987', '4290084', '6418611', '9410966', '8880764', '2121019', '1615254', '3742969', '8070690', '6593022', '8406001', '4776159', '6521250', '3458494', '8898888', '1975710', '4097314', '7343166', '2354135', '7006172', '3580576', '6431763', '5052871', '4877127', '7000606', '5895133', '9127629', '7387452', '4703093', '1929771', '5899518', '9964087', '9573237', '9183120', '8707179', '6799003', '1303380', '7693094', '8893697', '1035824', '2466145', '3433547', '7859418', '6212111', '9438431', '4611957', '5251046', '6342763', '8526669', '9035029', '6355252', '4375146', '4146064', '3663022', '7279286', '3977837', '6436542', '1936516', '1835701', '4215389', '6233166', '9452123', '2384302', '9535615', '6710924', '4953700', '9745324', '9536715', '3490045', '6584240', '9066941', '3238605', '8590903', '2435644', '7775303', '4172809', '6467708', '7643080', '9239564', '5119427', '5263123', '3376174', '5064070', '7161187', '3809210', '9097044', '3745822', '6062425', '5578051', '2839339', '7464551', '9665965', '7186165', '1181819', '5437608', '4153362', '5491287', '3167223', '2965578', '3327412', '3101130', '1633013', '3729683', '1459224', '4482986', '6268184', '3816301', '9310930', '9729104', '4977272', '5669197', '3910516', '4383123', '5267736', '5084211', '9358639') AND GenerateWorkOrderHistoryId = 123905;... (Thread: ThreadPoolExecutor-4_3) - __SPLIT__ 2026-02-04 08:16:47,489 - [123905] - src.utils.log - INFO - βœ… Fetched 246 rows - __SPLIT__ 2026-02-04 08:16:47,607 - [123905] - src.utils.log - INFO - βœ… Fetched 1000 rows - __SPLIT__ 2026-02-04 08:16:47,750 - [123905] - src.utils.log - INFO - βœ… Fetched 1000 rows - __SPLIT__ 2026-02-04 08:16:47,811 - [123905] - src.utils.log - INFO - βœ… Fetched 1000 rows - __SPLIT__ 2026-02-04 08:16:47,884 - [123905] - src.utils.log - INFO - 🏁 Final merged rows: 3246 - __SPLIT__ 2026-02-04 08:16:47,966 - [123905] - src.utils.log - INFO - Parallel Insertion in work order tables begin - __SPLIT__ 2026-02-04 08:16:48,035 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_0) - __SPLIT__ 2026-02-04 08:16:48,037 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_1) - __SPLIT__ 2026-02-04 08:16:48,037 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_2) - __SPLIT__ 2026-02-04 08:16:48,038 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_3) - __SPLIT__ 2026-02-04 08:16:48,038 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 3246 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_4) - __SPLIT__ 2026-02-04 08:16:48,038 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_5) - __SPLIT__ 2026-02-04 08:16:48,038 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 3246 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_6) - __SPLIT__ 2026-02-04 08:16:48,039 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_7) - __SPLIT__ 2026-02-04 08:16:48,039 - [123905] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 3246 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_8) - __SPLIT__ 2026-02-04 08:16:48,362 - [123905] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-04 08:16:48,464 - [123905] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-04 08:16:48,520 - [123905] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-04 08:16:48,635 - [123905] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-04 08:16:48,734 - [123905] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3246) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-04 08:16:48,781 - [123905] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-04 08:16:48,783 - [123905] - src.utils.log - INFO - [OK] Lead Notes completed. - __SPLIT__ 2026-02-04 08:16:48,854 - [123905] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3246) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-04 08:16:48,914 - [123905] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-04 08:16:49,184 - [123905] - src.utils.log - INFO - [OK] Discount Applied completed. - __SPLIT__ 2026-02-04 08:16:49,408 - [123905] - src.utils.log - INFO - [OK] Sales Person Commission completed. - __SPLIT__ 2026-02-04 08:16:49,473 - [123905] - src.utils.log - INFO - [OK] Adjustment completed. - __SPLIT__ 2026-02-04 08:16:49,629 - [123905] - src.utils.log - INFO - [OK] Sub WO completed. - __SPLIT__ 2026-02-04 08:16:49,698 - [123905] - src.utils.log - INFO - [OK] Source Mapping completed. - __SPLIT__ 2026-02-04 08:16:49,845 - [123905] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3246) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-04 08:16:57,726 - [123905] - src.utils.log - INFO - βœ… All 3246 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-04 08:16:57,838 - [123905] - src.utils.log - INFO - [OK] Crew completed. - __SPLIT__ 2026-02-04 08:17:03,104 - [123905] - src.utils.log - INFO - βœ… All 3246 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-04 08:17:03,168 - [123905] - src.utils.log - INFO - [OK] Publish Services completed. - __SPLIT__ 2026-02-04 08:17:03,319 - [123905] - src.utils.log - INFO - βœ… All 3246 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-04 08:17:03,380 - [123905] - src.utils.log - INFO - [OK] Services completed. - __SPLIT__ 2026-02-04 08:17:03,441 - [123905] - src.utils.log - INFO - All publish tasks completed successfully. - __SPLIT__ 2026-02-04 08:17:03,500 - [123905] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-04 08:17:03,558 - [123905] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 123905 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:17:03,898 - [123905] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 08:17:03,969 - [123905] - src.utils.log - INFO - πŸ”„ Updating next gen date parallely: inside update_next_workorder_generation - __SPLIT__ 2026-02-04 08:17:04,160 - [123905] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_37818d8b3e - __SPLIT__ 2026-02-04 08:17:04,356 - [123905] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_37818d8b3e - __SPLIT__ 2026-02-04 08:17:04,988 - [123905] - src.utils.log - INFO - πŸ” Running UPDATE to apply changes - __SPLIT__ 2026-02-04 08:17:05,327 - [123905] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-04 08:17:05,388 - [123905] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_37818d8b3e - __SPLIT__ 2026-02-04 08:17:05,454 - [123905] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 123905 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:17:05,787 - [123905] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 08:17:05,852 - [123905] - src.utils.log - INFO - Parallel deletion from temp tables begin - __SPLIT__ 2026-02-04 08:17:05,922 - [123905] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404) (Thread: ThreadPoolExecutor-7_0) - __SPLIT__ 2026-02-04 08:17:05,922 - [123905] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404) (Thread: ThreadPoolExecutor-7_1) - __SPLIT__ 2026-02-04 08:17:05,923 - [123905] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404) (Thread: ThreadPoolExecutor-7_2) - __SPLIT__ 2026-02-04 08:17:05,924 - [123905] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404) (Thread: ThreadPoolExecutor-7_3) - __SPLIT__ 2026-02-04 08:17:05,925 - [123905] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404) (Thread: ThreadPoolExecutor-7_4) - __SPLIT__ 2026-02-04 08:17:05,926 - [123905] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404) (Thread: ThreadPoolExecutor-7_5) - __SPLIT__ 2026-02-04 08:17:05,926 - [123905] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404) (Thread: ThreadPoolExecutor-7_6) - __SPLIT__ 2026-02-04 08:17:06,994 - [123905] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 08:17:07,054 - [123905] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 08:17:07,062 - [123905] - src.utils.log - INFO - [OK] Deleted from Services - __SPLIT__ 2026-02-04 08:17:07,193 - [123905] - src.utils.log - INFO - [OK] Deleted from Crews - __SPLIT__ 2026-02-04 08:17:07,195 - [123905] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 08:17:07,331 - [123905] - src.utils.log - INFO - [OK] Deleted from SalesPersonCommission - __SPLIT__ 2026-02-04 08:17:07,674 - [123905] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 08:17:07,676 - [123905] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 08:17:07,749 - [123905] - src.utils.log - INFO - [OK] Deleted from AppliedDiscount - __SPLIT__ 2026-02-04 08:17:07,775 - [123905] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 08:17:07,780 - [123905] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 08:17:07,897 - [123905] - src.utils.log - INFO - [OK] Deleted from Adjustment - __SPLIT__ 2026-02-04 08:17:08,100 - [123905] - src.utils.log - INFO - [OK] Deleted from SourceMapping - __SPLIT__ 2026-02-04 08:17:08,172 - [123905] - src.utils.log - INFO - [OK] Deleted from SubWorkOrder - __SPLIT__ 2026-02-04 08:17:08,242 - [123905] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404) (Thread: ThreadPoolExecutor-6_0) - __SPLIT__ 2026-02-04 08:17:09,437 - [123905] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 08:17:09,497 - [123905] - src.utils.log - INFO - βœ” Completed batch of 3246 records - __SPLIT__ 2026-02-04 08:17:09,553 - [123905] - src.utils.log - INFO - πŸŽ‰ All batches processed. - __SPLIT__ 2026-02-04 08:17:09,612 - [123905] - src.utils.log - INFO - Work order published ids: (3166159, 3166160, 3166161, 3166162, 3166163, 3166164, 3166165, 3166166, 3166167, 3166168, 3166169, 3166170, 3166171, 3166172, 3166173, 3166174, 3166175, 3166176, 3166177, 3166178, 3166179, 3166180, 3166181, 3166182, 3166183, 3166184, 3166185, 3166186, 3166187, 3166188, 3166189, 3166190, 3166191, 3166192, 3166193, 3166194, 3166195, 3166196, 3166197, 3166198, 3166199, 3166200, 3166201, 3166202, 3166203, 3166204, 3166205, 3166206, 3166207, 3166208, 3166209, 3166210, 3166211, 3166212, 3166213, 3166214, 3166215, 3166216, 3166217, 3166218, 3166219, 3166220, 3166221, 3166222, 3166223, 3166224, 3166225, 3166226, 3166227, 3166228, 3166229, 3166230, 3166231, 3166232, 3166233, 3166234, 3166235, 3166236, 3166237, 3166238, 3166239, 3166240, 3166241, 3166242, 3166243, 3166244, 3166245, 3166246, 3166247, 3166248, 3166249, 3166250, 3166251, 3166252, 3166253, 3166254, 3166255, 3166256, 3166257, 3166258, 3166259, 3166260, 3166261, 3166262, 3166263, 3166264, 3166265, 3166266, 3166267, 3166268, 3166269, 3166270, 3166271, 3166272, 3166273, 3166274, 3166275, 3166276, 3166277, 3166278, 3166279, 3166280, 3166281, 3166282, 3166283, 3166284, 3166285, 3166286, 3166287, 3166288, 3166289, 3166290, 3166291, 3166292, 3166293, 3166294, 3166295, 3166296, 3166297, 3166298, 3166299, 3166300, 3166301, 3166302, 3166303, 3166304, 3166305, 3166306, 3166307, 3166308, 3166309, 3166310, 3166311, 3166312, 3166313, 3166314, 3166315, 3166316, 3166317, 3166318, 3166319, 3166320, 3166321, 3166322, 3166323, 3166324, 3166325, 3166326, 3166327, 3166328, 3166329, 3166330, 3166331, 3166332, 3166333, 3166334, 3166335, 3166336, 3166337, 3166338, 3166339, 3166340, 3166341, 3166342, 3166343, 3166344, 3166345, 3166346, 3166347, 3166348, 3166349, 3166350, 3166351, 3166352, 3166353, 3166354, 3166355, 3166356, 3166357, 3166358, 3166359, 3166360, 3166361, 3166362, 3166363, 3166364, 3166365, 3166366, 3166367, 3166368, 3166369, 3166370, 3166371, 3166372, 3166373, 3166374, 3166375, 3166376, 3166377, 3166378, 3166379, 3166380, 3166381, 3166382, 3166383, 3166384, 3166385, 3166386, 3166387, 3166388, 3166389, 3166390, 3166391, 3166392, 3166393, 3166394, 3166395, 3166396, 3166397, 3166398, 3166399, 3166400, 3166401, 3166402, 3166403, 3166404, 3166405, 3166406, 3166407, 3166408, 3166409, 3166410, 3166411, 3166412, 3166413, 3166414, 3166415, 3166416, 3166417, 3166418, 3166419, 3166420, 3166421, 3166422, 3166423, 3166424, 3166425, 3166426, 3166427, 3166428, 3166429, 3166430, 3166431, 3166432, 3166433, 3166434, 3166435, 3166436, 3166437, 3166438, 3166439, 3166440, 3166441, 3166442, 3166443, 3166444, 3166445, 3166446, 3166447, 3166448, 3166449, 3166450, 3166451, 3166452, 3166453, 3166454, 3166455, 3166456, 3166457, 3166458, 3166459, 3166460, 3166461, 3166462, 3166463, 3166464, 3166465, 3166466, 3166467, 3166468, 3166469, 3166470, 3166471, 3166472, 3166473, 3166474, 3166475, 3166476, 3166477, 3166478, 3166479, 3166480, 3166481, 3166482, 3166483, 3166484, 3166485, 3166486, 3166487, 3166488, 3166489, 3166490, 3166491, 3166492, 3166493, 3166494, 3166495, 3166496, 3166497, 3166498, 3166499, 3166500, 3166501, 3166502, 3166503, 3166504, 3166505, 3166506, 3166507, 3166508, 3166509, 3166510, 3166511, 3166512, 3166513, 3166514, 3166515, 3166516, 3166517, 3166518, 3166519, 3166520, 3166521, 3166522, 3166523, 3166524, 3166525, 3166526, 3166527, 3166528, 3166529, 3166530, 3166531, 3166532, 3166533, 3166534, 3166535, 3166536, 3166537, 3166538, 3166539, 3166540, 3166541, 3166542, 3166543, 3166544, 3166545, 3166546, 3166547, 3166548, 3166549, 3166550, 3166551, 3166552, 3166553, 3166554, 3166555, 3166556, 3166557, 3166558, 3166559, 3166560, 3166561, 3166562, 3166563, 3166564, 3166565, 3166566, 3166567, 3166568, 3166569, 3166570, 3166571, 3166572, 3166573, 3166574, 3166575, 3166576, 3166577, 3166578, 3166579, 3166580, 3166581, 3166582, 3166583, 3166584, 3166585, 3166586, 3166587, 3166588, 3166589, 3166590, 3166591, 3166592, 3166593, 3166594, 3166595, 3166596, 3166597, 3166598, 3166599, 3166600, 3166601, 3166602, 3166603, 3166604, 3166605, 3166606, 3166607, 3166608, 3166609, 3166610, 3166611, 3166612, 3166613, 3166614, 3166615, 3166616, 3166617, 3166618, 3166619, 3166620, 3166621, 3166622, 3166623, 3166624, 3166625, 3166626, 3166627, 3166628, 3166629, 3166630, 3166631, 3166632, 3166633, 3166634, 3166635, 3166636, 3166637, 3166638, 3166639, 3166640, 3166641, 3166642, 3166643, 3166644, 3166645, 3166646, 3166647, 3166648, 3166649, 3166650, 3166651, 3166652, 3166653, 3166654, 3166655, 3166656, 3166657, 3166658, 3166659, 3166660, 3166661, 3166662, 3166663, 3166664, 3166665, 3166666, 3166667, 3166668, 3166669, 3166670, 3166671, 3166672, 3166673, 3166674, 3166675, 3166676, 3166677, 3166678, 3166679, 3166680, 3166681, 3166682, 3166683, 3166684, 3166685, 3166686, 3166687, 3166688, 3166689, 3166690, 3166691, 3166692, 3166693, 3166694, 3166695, 3166696, 3166697, 3166698, 3166699, 3166700, 3166701, 3166702, 3166703, 3166704, 3166705, 3166706, 3166707, 3166708, 3166709, 3166710, 3166711, 3166712, 3166713, 3166714, 3166715, 3166716, 3166717, 3166718, 3166719, 3166720, 3166721, 3166722, 3166723, 3166724, 3166725, 3166726, 3166727, 3166728, 3166729, 3166730, 3166731, 3166732, 3166733, 3166734, 3166735, 3166736, 3166737, 3166738, 3166739, 3166740, 3166741, 3166742, 3166743, 3166744, 3166745, 3166746, 3166747, 3166748, 3166749, 3166750, 3166751, 3166752, 3166753, 3166754, 3166755, 3166756, 3166757, 3166758, 3166759, 3166760, 3166761, 3166762, 3166763, 3166764, 3166765, 3166766, 3166767, 3166768, 3166769, 3166770, 3166771, 3166772, 3166773, 3166774, 3166775, 3166776, 3166777, 3166778, 3166779, 3166780, 3166781, 3166782, 3166783, 3166784, 3166785, 3166786, 3166787, 3166788, 3166789, 3166790, 3166791, 3166792, 3166793, 3166794, 3166795, 3166796, 3166797, 3166798, 3166799, 3166800, 3166801, 3166802, 3166803, 3166804, 3166805, 3166806, 3166807, 3166808, 3166809, 3166810, 3166811, 3166812, 3166813, 3166814, 3166815, 3166816, 3166817, 3166818, 3166819, 3166820, 3166821, 3166822, 3166823, 3166824, 3166825, 3166826, 3166827, 3166828, 3166829, 3166830, 3166831, 3166832, 3166833, 3166834, 3166835, 3166836, 3166837, 3166838, 3166839, 3166840, 3166841, 3166842, 3166843, 3166844, 3166845, 3166846, 3166847, 3166848, 3166849, 3166850, 3166851, 3166852, 3166853, 3166854, 3166855, 3166856, 3166857, 3166858, 3166859, 3166860, 3166861, 3166862, 3166863, 3166864, 3166865, 3166866, 3166867, 3166868, 3166869, 3166870, 3166871, 3166872, 3166873, 3166874, 3166875, 3166876, 3166877, 3166878, 3166879, 3166880, 3166881, 3166882, 3166883, 3166884, 3166885, 3166886, 3166887, 3166888, 3166889, 3166890, 3166891, 3166892, 3166893, 3166894, 3166895, 3166896, 3166897, 3166898, 3166899, 3166900, 3166901, 3166902, 3166903, 3166904, 3166905, 3166906, 3166907, 3166908, 3166909, 3166910, 3166911, 3166912, 3166913, 3166914, 3166915, 3166916, 3166917, 3166918, 3166919, 3166920, 3166921, 3166922, 3166923, 3166924, 3166925, 3166926, 3166927, 3166928, 3166929, 3166930, 3166931, 3166932, 3166933, 3166934, 3166935, 3166936, 3166937, 3166938, 3166939, 3166940, 3166941, 3166942, 3166943, 3166944, 3166945, 3166946, 3166947, 3166948, 3166949, 3166950, 3166951, 3166952, 3166953, 3166954, 3166955, 3166956, 3166957, 3166958, 3166959, 3166960, 3166961, 3166962, 3166963, 3166964, 3166965, 3166966, 3166967, 3166968, 3166969, 3166970, 3166971, 3166972, 3166973, 3166974, 3166975, 3166976, 3166977, 3166978, 3166979, 3166980, 3166981, 3166982, 3166983, 3166984, 3166985, 3166986, 3166987, 3166988, 3166989, 3166990, 3166991, 3166992, 3166993, 3166994, 3166995, 3166996, 3166997, 3166998, 3166999, 3167000, 3167001, 3167002, 3167003, 3167004, 3167005, 3167006, 3167007, 3167008, 3167009, 3167010, 3167011, 3167012, 3167013, 3167014, 3167015, 3167016, 3167017, 3167018, 3167019, 3167020, 3167021, 3167022, 3167023, 3167024, 3167025, 3167026, 3167027, 3167028, 3167029, 3167030, 3167031, 3167032, 3167033, 3167034, 3167035, 3167036, 3167037, 3167038, 3167039, 3167040, 3167041, 3167042, 3167043, 3167044, 3167045, 3167046, 3167047, 3167048, 3167049, 3167050, 3167051, 3167052, 3167053, 3167054, 3167055, 3167056, 3167057, 3167058, 3167059, 3167060, 3167061, 3167062, 3167063, 3167064, 3167065, 3167066, 3167067, 3167068, 3167069, 3167070, 3167071, 3167072, 3167073, 3167074, 3167075, 3167076, 3167077, 3167078, 3167079, 3167080, 3167081, 3167082, 3167083, 3167084, 3167085, 3167086, 3167087, 3167088, 3167089, 3167090, 3167091, 3167092, 3167093, 3167094, 3167095, 3167096, 3167097, 3167098, 3167099, 3167100, 3167101, 3167102, 3167103, 3167104, 3167105, 3167106, 3167107, 3167108, 3167109, 3167110, 3167111, 3167112, 3167113, 3167114, 3167115, 3167116, 3167117, 3167118, 3167119, 3167120, 3167121, 3167122, 3167123, 3167124, 3167125, 3167126, 3167127, 3167128, 3167129, 3167130, 3167131, 3167132, 3167133, 3167134, 3167135, 3167136, 3167137, 3167138, 3167139, 3167140, 3167141, 3167142, 3167143, 3167144, 3167145, 3167146, 3167147, 3167148, 3167149, 3167150, 3167151, 3167152, 3167153, 3167154, 3167155, 3167156, 3167157, 3167158, 3167159, 3167160, 3167161, 3167162, 3167163, 3167164, 3167165, 3167166, 3167167, 3167168, 3167169, 3167170, 3167171, 3167172, 3167173, 3167174, 3167175, 3167176, 3167177, 3167178, 3167179, 3167180, 3167181, 3167182, 3167183, 3167184, 3167185, 3167186, 3167187, 3167188, 3167189, 3167190, 3167191, 3167192, 3167193, 3167194, 3167195, 3167196, 3167197, 3167198, 3167199, 3167200, 3167201, 3167202, 3167203, 3167204, 3167205, 3167206, 3167207, 3167208, 3167209, 3167210, 3167211, 3167212, 3167213, 3167214, 3167215, 3167216, 3167217, 3167218, 3167219, 3167220, 3167221, 3167222, 3167223, 3167224, 3167225, 3167226, 3167227, 3167228, 3167229, 3167230, 3167231, 3167232, 3167233, 3167234, 3167235, 3167236, 3167237, 3167238, 3167239, 3167240, 3167241, 3167242, 3167243, 3167244, 3167245, 3167246, 3167247, 3167248, 3167249, 3167250, 3167251, 3167252, 3167253, 3167254, 3167255, 3167256, 3167257, 3167258, 3167259, 3167260, 3167261, 3167262, 3167263, 3167264, 3167265, 3167266, 3167267, 3167268, 3167269, 3167270, 3167271, 3167272, 3167273, 3167274, 3167275, 3167276, 3167277, 3167278, 3167279, 3167280, 3167281, 3167282, 3167283, 3167284, 3167285, 3167286, 3167287, 3167288, 3167289, 3167290, 3167291, 3167292, 3167293, 3167294, 3167295, 3167296, 3167297, 3167298, 3167299, 3167300, 3167301, 3167302, 3167303, 3167304, 3167305, 3167306, 3167307, 3167308, 3167309, 3167310, 3167311, 3167312, 3167313, 3167314, 3167315, 3167316, 3167317, 3167318, 3167319, 3167320, 3167321, 3167322, 3167323, 3167324, 3167325, 3167326, 3167327, 3167328, 3167329, 3167330, 3167331, 3167332, 3167333, 3167334, 3167335, 3167336, 3167337, 3167338, 3167339, 3167340, 3167341, 3167342, 3167343, 3167344, 3167345, 3167346, 3167347, 3167348, 3167349, 3167350, 3167351, 3167352, 3167353, 3167354, 3167355, 3167356, 3167357, 3167358, 3167359, 3167360, 3167361, 3167362, 3167363, 3167364, 3167365, 3167366, 3167367, 3167368, 3167369, 3167370, 3167371, 3167372, 3167373, 3167374, 3167375, 3167376, 3167377, 3167378, 3167379, 3167380, 3167381, 3167382, 3167383, 3167384, 3167385, 3167386, 3167387, 3167388, 3167389, 3167390, 3167391, 3167392, 3167393, 3167394, 3167395, 3167396, 3167397, 3167398, 3167399, 3167400, 3167401, 3167402, 3167403, 3167404, 3167405, 3167406, 3167407, 3167408, 3167409, 3167410, 3167411, 3167412, 3167413, 3167414, 3167415, 3167416, 3167417, 3167418, 3167419, 3167420, 3167421, 3167422, 3167423, 3167424, 3167425, 3167426, 3167427, 3167428, 3167429, 3167430, 3167431, 3167432, 3167433, 3167434, 3167435, 3167436, 3167437, 3167438, 3167439, 3167440, 3167441, 3167442, 3167443, 3167444, 3167445, 3167446, 3167447, 3167448, 3167449, 3167450, 3167451, 3167452, 3167453, 3167454, 3167455, 3167456, 3167457, 3167458, 3167459, 3167460, 3167461, 3167462, 3167463, 3167464, 3167465, 3167466, 3167467, 3167468, 3167469, 3167470, 3167471, 3167472, 3167473, 3167474, 3167475, 3167476, 3167477, 3167478, 3167479, 3167480, 3167481, 3167482, 3167483, 3167484, 3167485, 3167486, 3167487, 3167488, 3167489, 3167490, 3167491, 3167492, 3167493, 3167494, 3167495, 3167496, 3167497, 3167498, 3167499, 3167500, 3167501, 3167502, 3167503, 3167504, 3167505, 3167506, 3167507, 3167508, 3167509, 3167510, 3167511, 3167512, 3167513, 3167514, 3167515, 3167516, 3167517, 3167518, 3167519, 3167520, 3167521, 3167522, 3167523, 3167524, 3167525, 3167526, 3167527, 3167528, 3167529, 3167530, 3167531, 3167532, 3167533, 3167534, 3167535, 3167536, 3167537, 3167538, 3167539, 3167540, 3167541, 3167542, 3167543, 3167544, 3167545, 3167546, 3167547, 3167548, 3167549, 3167550, 3167551, 3167552, 3167553, 3167554, 3167555, 3167556, 3167557, 3167558, 3167559, 3167560, 3167561, 3167562, 3167563, 3167564, 3167565, 3167566, 3167567, 3167568, 3167569, 3167570, 3167571, 3167572, 3167573, 3167574, 3167575, 3167576, 3167577, 3167578, 3167579, 3167580, 3167581, 3167582, 3167583, 3167584, 3167585, 3167586, 3167587, 3167588, 3167589, 3167590, 3167591, 3167592, 3167593, 3167594, 3167595, 3167596, 3167597, 3167598, 3167599, 3167600, 3167601, 3167602, 3167603, 3167604, 3167605, 3167606, 3167607, 3167608, 3167609, 3167610, 3167611, 3167612, 3167613, 3167614, 3167615, 3167616, 3167617, 3167618, 3167619, 3167620, 3167621, 3167622, 3167623, 3167624, 3167625, 3167626, 3167627, 3167628, 3167629, 3167630, 3167631, 3167632, 3167633, 3167634, 3167635, 3167636, 3167637, 3167638, 3167639, 3167640, 3167641, 3167642, 3167643, 3167644, 3167645, 3167646, 3167647, 3167648, 3167649, 3167650, 3167651, 3167652, 3167653, 3167654, 3167655, 3167656, 3167657, 3167658, 3167659, 3167660, 3167661, 3167662, 3167663, 3167664, 3167665, 3167666, 3167667, 3167668, 3167669, 3167670, 3167671, 3167672, 3167673, 3167674, 3167675, 3167676, 3167677, 3167678, 3167679, 3167680, 3167681, 3167682, 3167683, 3167684, 3167685, 3167686, 3167687, 3167688, 3167689, 3167690, 3167691, 3167692, 3167693, 3167694, 3167695, 3167696, 3167697, 3167698, 3167699, 3167700, 3167701, 3167702, 3167703, 3167704, 3167705, 3167706, 3167707, 3167708, 3167709, 3167710, 3167711, 3167712, 3167713, 3167714, 3167715, 3167716, 3167717, 3167718, 3167719, 3167720, 3167721, 3167722, 3167723, 3167724, 3167725, 3167726, 3167727, 3167728, 3167729, 3167730, 3167731, 3167732, 3167733, 3167734, 3167735, 3167736, 3167737, 3167738, 3167739, 3167740, 3167741, 3167742, 3167743, 3167744, 3167745, 3167746, 3167747, 3167748, 3167749, 3167750, 3167751, 3167752, 3167753, 3167754, 3167755, 3167756, 3167757, 3167758, 3167759, 3167760, 3167761, 3167762, 3167763, 3167764, 3167765, 3167766, 3167767, 3167768, 3167769, 3167770, 3167771, 3167772, 3167773, 3167774, 3167775, 3167776, 3167777, 3167778, 3167779, 3167780, 3167781, 3167782, 3167783, 3167784, 3167785, 3167786, 3167787, 3167788, 3167789, 3167790, 3167791, 3167792, 3167793, 3167794, 3167795, 3167796, 3167797, 3167798, 3167799, 3167800, 3167801, 3167802, 3167803, 3167804, 3167805, 3167806, 3167807, 3167808, 3167809, 3167810, 3167811, 3167812, 3167813, 3167814, 3167815, 3167816, 3167817, 3167818, 3167819, 3167820, 3167821, 3167822, 3167823, 3167824, 3167825, 3167826, 3167827, 3167828, 3167829, 3167830, 3167831, 3167832, 3167833, 3167834, 3167835, 3167836, 3167837, 3167838, 3167839, 3167840, 3167841, 3167842, 3167843, 3167844, 3167845, 3167846, 3167847, 3167848, 3167849, 3167850, 3167851, 3167852, 3167853, 3167854, 3167855, 3167856, 3167857, 3167858, 3167859, 3167860, 3167861, 3167862, 3167863, 3167864, 3167865, 3167866, 3167867, 3167868, 3167869, 3167870, 3167871, 3167872, 3167873, 3167874, 3167875, 3167876, 3167877, 3167878, 3167879, 3167880, 3167881, 3167882, 3167883, 3167884, 3167885, 3167886, 3167887, 3167888, 3167889, 3167890, 3167891, 3167892, 3167893, 3167894, 3167895, 3167896, 3167897, 3167898, 3167899, 3167900, 3167901, 3167902, 3167903, 3167904, 3167905, 3167906, 3167907, 3167908, 3167909, 3167910, 3167911, 3167912, 3167913, 3167914, 3167915, 3167916, 3167917, 3167918, 3167919, 3167920, 3167921, 3167922, 3167923, 3167924, 3167925, 3167926, 3167927, 3167928, 3167929, 3167930, 3167931, 3167932, 3167933, 3167934, 3167935, 3167936, 3167937, 3167938, 3167939, 3167940, 3167941, 3167942, 3167943, 3167944, 3167945, 3167946, 3167947, 3167948, 3167949, 3167950, 3167951, 3167952, 3167953, 3167954, 3167955, 3167956, 3167957, 3167958, 3167959, 3167960, 3167961, 3167962, 3167963, 3167964, 3167965, 3167966, 3167967, 3167968, 3167969, 3167970, 3167971, 3167972, 3167973, 3167974, 3167975, 3167976, 3167977, 3167978, 3167979, 3167980, 3167981, 3167982, 3167983, 3167984, 3167985, 3167986, 3167987, 3167988, 3167989, 3167990, 3167991, 3167992, 3167993, 3167994, 3167995, 3167996, 3167997, 3167998, 3167999, 3168000, 3168001, 3168002, 3168003, 3168004, 3168005, 3168006, 3168007, 3168008, 3168009, 3168010, 3168011, 3168012, 3168013, 3168014, 3168015, 3168016, 3168017, 3168018, 3168019, 3168020, 3168021, 3168022, 3168023, 3168024, 3168025, 3168026, 3168027, 3168028, 3168029, 3168030, 3168031, 3168032, 3168033, 3168034, 3168035, 3168036, 3168037, 3168038, 3168039, 3168040, 3168041, 3168042, 3168043, 3168044, 3168045, 3168046, 3168047, 3168048, 3168049, 3168050, 3168051, 3168052, 3168053, 3168054, 3168055, 3168056, 3168057, 3168058, 3168059, 3168060, 3168061, 3168062, 3168063, 3168064, 3168065, 3168066, 3168067, 3168068, 3168069, 3168070, 3168071, 3168072, 3168073, 3168074, 3168075, 3168076, 3168077, 3168078, 3168079, 3168080, 3168081, 3168082, 3168083, 3168084, 3168085, 3168086, 3168087, 3168088, 3168089, 3168090, 3168091, 3168092, 3168093, 3168094, 3168095, 3168096, 3168097, 3168098, 3168099, 3168100, 3168101, 3168102, 3168103, 3168104, 3168105, 3168106, 3168107, 3168108, 3168109, 3168110, 3168111, 3168112, 3168113, 3168114, 3168115, 3168116, 3168117, 3168118, 3168119, 3168120, 3168121, 3168122, 3168123, 3168124, 3168125, 3168126, 3168127, 3168128, 3168129, 3168130, 3168131, 3168132, 3168133, 3168134, 3168135, 3168136, 3168137, 3168138, 3168139, 3168140, 3168141, 3168142, 3168143, 3168144, 3168145, 3168146, 3168147, 3168148, 3168149, 3168150, 3168151, 3168152, 3168153, 3168154, 3168155, 3168156, 3168157, 3168158, 3168159, 3168160, 3168161, 3168162, 3168163, 3168164, 3168165, 3168166, 3168167, 3168168, 3168169, 3168170, 3168171, 3168172, 3168173, 3168174, 3168175, 3168176, 3168177, 3168178, 3168179, 3168180, 3168181, 3168182, 3168183, 3168184, 3168185, 3168186, 3168187, 3168188, 3168189, 3168190, 3168191, 3168192, 3168193, 3168194, 3168195, 3168196, 3168197, 3168198, 3168199, 3168200, 3168201, 3168202, 3168203, 3168204, 3168205, 3168206, 3168207, 3168208, 3168209, 3168210, 3168211, 3168212, 3168213, 3168214, 3168215, 3168216, 3168217, 3168218, 3168219, 3168220, 3168221, 3168222, 3168223, 3168224, 3168225, 3168226, 3168227, 3168228, 3168229, 3168230, 3168231, 3168232, 3168233, 3168234, 3168235, 3168236, 3168237, 3168238, 3168239, 3168240, 3168241, 3168242, 3168243, 3168244, 3168245, 3168246, 3168247, 3168248, 3168249, 3168250, 3168251, 3168252, 3168253, 3168254, 3168255, 3168256, 3168257, 3168258, 3168259, 3168260, 3168261, 3168262, 3168263, 3168264, 3168265, 3168266, 3168267, 3168268, 3168269, 3168270, 3168271, 3168272, 3168273, 3168274, 3168275, 3168276, 3168277, 3168278, 3168279, 3168280, 3168281, 3168282, 3168283, 3168284, 3168285, 3168286, 3168287, 3168288, 3168289, 3168290, 3168291, 3168292, 3168293, 3168294, 3168295, 3168296, 3168297, 3168298, 3168299, 3168300, 3168301, 3168302, 3168303, 3168304, 3168305, 3168306, 3168307, 3168308, 3168309, 3168310, 3168311, 3168312, 3168313, 3168314, 3168315, 3168316, 3168317, 3168318, 3168319, 3168320, 3168321, 3168322, 3168323, 3168324, 3168325, 3168326, 3168327, 3168328, 3168329, 3168330, 3168331, 3168332, 3168333, 3168334, 3168335, 3168336, 3168337, 3168338, 3168339, 3168340, 3168341, 3168342, 3168343, 3168344, 3168345, 3168346, 3168347, 3168348, 3168349, 3168350, 3168351, 3168352, 3168353, 3168354, 3168355, 3168356, 3168357, 3168358, 3168359, 3168360, 3168361, 3168362, 3168363, 3168364, 3168365, 3168366, 3168367, 3168368, 3168369, 3168370, 3168371, 3168372, 3168373, 3168374, 3168375, 3168376, 3168377, 3168378, 3168379, 3168380, 3168381, 3168382, 3168383, 3168384, 3168385, 3168386, 3168387, 3168388, 3168389, 3168390, 3168391, 3168392, 3168393, 3168394, 3168395, 3168396, 3168397, 3168398, 3168399, 3168400, 3168401, 3168402, 3168403, 3168404, 3168405, 3168406, 3168407, 3168408, 3168409, 3168410, 3168411, 3168412, 3168413, 3168414, 3168415, 3168416, 3168417, 3168418, 3168419, 3168420, 3168421, 3168422, 3168423, 3168424, 3168425, 3168426, 3168427, 3168428, 3168429, 3168430, 3168431, 3168432, 3168433, 3168434, 3168435, 3168436, 3168437, 3168438, 3168439, 3168440, 3168441, 3168442, 3168443, 3168444, 3168445, 3168446, 3168447, 3168448, 3168449, 3168450, 3168451, 3168452, 3168453, 3168454, 3168455, 3168456, 3168457, 3168458, 3168459, 3168460, 3168461, 3168462, 3168463, 3168464, 3168465, 3168466, 3168467, 3168468, 3168469, 3168470, 3168471, 3168472, 3168473, 3168474, 3168475, 3168476, 3168477, 3168478, 3168479, 3168480, 3168481, 3168482, 3168483, 3168484, 3168485, 3168486, 3168487, 3168488, 3168489, 3168490, 3168491, 3168492, 3168493, 3168494, 3168495, 3168496, 3168497, 3168498, 3168499, 3168500, 3168501, 3168502, 3168503, 3168504, 3168505, 3168506, 3168507, 3168508, 3168509, 3168510, 3168511, 3168512, 3168513, 3168514, 3168515, 3168516, 3168517, 3168518, 3168519, 3168520, 3168521, 3168522, 3168523, 3168524, 3168525, 3168526, 3168527, 3168528, 3168529, 3168530, 3168531, 3168532, 3168533, 3168534, 3168535, 3168536, 3168537, 3168538, 3168539, 3168540, 3168541, 3168542, 3168543, 3168544, 3168545, 3168546, 3168547, 3168548, 3168549, 3168550, 3168551, 3168552, 3168553, 3168554, 3168555, 3168556, 3168557, 3168558, 3168559, 3168560, 3168561, 3168562, 3168563, 3168564, 3168565, 3168566, 3168567, 3168568, 3168569, 3168570, 3168571, 3168572, 3168573, 3168574, 3168575, 3168576, 3168577, 3168578, 3168579, 3168580, 3168581, 3168582, 3168583, 3168584, 3168585, 3168586, 3168587, 3168588, 3168589, 3168590, 3168591, 3168592, 3168593, 3168594, 3168595, 3168596, 3168597, 3168598, 3168599, 3168600, 3168601, 3168602, 3168603, 3168604, 3168605, 3168606, 3168607, 3168608, 3168609, 3168610, 3168611, 3168612, 3168613, 3168614, 3168615, 3168616, 3168617, 3168618, 3168619, 3168620, 3168621, 3168622, 3168623, 3168624, 3168625, 3168626, 3168627, 3168628, 3168629, 3168630, 3168631, 3168632, 3168633, 3168634, 3168635, 3168636, 3168637, 3168638, 3168639, 3168640, 3168641, 3168642, 3168643, 3168644, 3168645, 3168646, 3168647, 3168648, 3168649, 3168650, 3168651, 3168652, 3168653, 3168654, 3168655, 3168656, 3168657, 3168658, 3168659, 3168660, 3168661, 3168662, 3168663, 3168664, 3168665, 3168666, 3168667, 3168668, 3168669, 3168670, 3168671, 3168672, 3168673, 3168674, 3168675, 3168676, 3168677, 3168678, 3168679, 3168680, 3168681, 3168682, 3168683, 3168684, 3168685, 3168686, 3168687, 3168688, 3168689, 3168690, 3168691, 3168692, 3168693, 3168694, 3168695, 3168696, 3168697, 3168698, 3168699, 3168700, 3168701, 3168702, 3168703, 3168704, 3168705, 3168706, 3168707, 3168708, 3168709, 3168710, 3168711, 3168712, 3168713, 3168714, 3168715, 3168716, 3168717, 3168718, 3168719, 3168720, 3168721, 3168722, 3168723, 3168724, 3168725, 3168726, 3168727, 3168728, 3168729, 3168730, 3168731, 3168732, 3168733, 3168734, 3168735, 3168736, 3168737, 3168738, 3168739, 3168740, 3168741, 3168742, 3168743, 3168744, 3168745, 3168746, 3168747, 3168748, 3168749, 3168750, 3168751, 3168752, 3168753, 3168754, 3168755, 3168756, 3168757, 3168758, 3168759, 3168760, 3168761, 3168762, 3168763, 3168764, 3168765, 3168766, 3168767, 3168768, 3168769, 3168770, 3168771, 3168772, 3168773, 3168774, 3168775, 3168776, 3168777, 3168778, 3168779, 3168780, 3168781, 3168782, 3168783, 3168784, 3168785, 3168786, 3168787, 3168788, 3168789, 3168790, 3168791, 3168792, 3168793, 3168794, 3168795, 3168796, 3168797, 3168798, 3168799, 3168800, 3168801, 3168802, 3168803, 3168804, 3168805, 3168806, 3168807, 3168808, 3168809, 3168810, 3168811, 3168812, 3168813, 3168814, 3168815, 3168816, 3168817, 3168818, 3168819, 3168820, 3168821, 3168822, 3168823, 3168824, 3168825, 3168826, 3168827, 3168828, 3168829, 3168830, 3168831, 3168832, 3168833, 3168834, 3168835, 3168836, 3168837, 3168838, 3168839, 3168840, 3168841, 3168842, 3168843, 3168844, 3168845, 3168846, 3168847, 3168848, 3168849, 3168850, 3168851, 3168852, 3168853, 3168854, 3168855, 3168856, 3168857, 3168858, 3168859, 3168860, 3168861, 3168862, 3168863, 3168864, 3168865, 3168866, 3168867, 3168868, 3168869, 3168870, 3168871, 3168872, 3168873, 3168874, 3168875, 3168876, 3168877, 3168878, 3168879, 3168880, 3168881, 3168882, 3168883, 3168884, 3168885, 3168886, 3168887, 3168888, 3168889, 3168890, 3168891, 3168892, 3168893, 3168894, 3168895, 3168896, 3168897, 3168898, 3168899, 3168900, 3168901, 3168902, 3168903, 3168904, 3168905, 3168906, 3168907, 3168908, 3168909, 3168910, 3168911, 3168912, 3168913, 3168914, 3168915, 3168916, 3168917, 3168918, 3168919, 3168920, 3168921, 3168922, 3168923, 3168924, 3168925, 3168926, 3168927, 3168928, 3168929, 3168930, 3168931, 3168932, 3168933, 3168934, 3168935, 3168936, 3168937, 3168938, 3168939, 3168940, 3168941, 3168942, 3168943, 3168944, 3168945, 3168946, 3168947, 3168948, 3168949, 3168950, 3168951, 3168952, 3168953, 3168954, 3168955, 3168956, 3168957, 3168958, 3168959, 3168960, 3168961, 3168962, 3168963, 3168964, 3168965, 3168966, 3168967, 3168968, 3168969, 3168970, 3168971, 3168972, 3168973, 3168974, 3168975, 3168976, 3168977, 3168978, 3168979, 3168980, 3168981, 3168982, 3168983, 3168984, 3168985, 3168986, 3168987, 3168988, 3168989, 3168990, 3168991, 3168992, 3168993, 3168994, 3168995, 3168996, 3168997, 3168998, 3168999, 3169000, 3169001, 3169002, 3169003, 3169004, 3169005, 3169006, 3169007, 3169008, 3169009, 3169010, 3169011, 3169012, 3169013, 3169014, 3169015, 3169016, 3169017, 3169018, 3169019, 3169020, 3169021, 3169022, 3169023, 3169024, 3169025, 3169026, 3169027, 3169028, 3169029, 3169030, 3169031, 3169032, 3169033, 3169034, 3169035, 3169036, 3169037, 3169038, 3169039, 3169040, 3169041, 3169042, 3169043, 3169044, 3169045, 3169046, 3169047, 3169048, 3169049, 3169050, 3169051, 3169052, 3169053, 3169054, 3169055, 3169056, 3169057, 3169058, 3169059, 3169060, 3169061, 3169062, 3169063, 3169064, 3169065, 3169066, 3169067, 3169068, 3169069, 3169070, 3169071, 3169072, 3169073, 3169074, 3169075, 3169076, 3169077, 3169078, 3169079, 3169080, 3169081, 3169082, 3169083, 3169084, 3169085, 3169086, 3169087, 3169088, 3169089, 3169090, 3169091, 3169092, 3169093, 3169094, 3169095, 3169096, 3169097, 3169098, 3169099, 3169100, 3169101, 3169102, 3169103, 3169104, 3169105, 3169106, 3169107, 3169108, 3169109, 3169110, 3169111, 3169112, 3169113, 3169114, 3169115, 3169116, 3169117, 3169118, 3169119, 3169120, 3169121, 3169122, 3169123, 3169124, 3169125, 3169126, 3169127, 3169128, 3169129, 3169130, 3169131, 3169132, 3169133, 3169134, 3169135, 3169136, 3169137, 3169138, 3169139, 3169140, 3169141, 3169142, 3169143, 3169144, 3169145, 3169146, 3169147, 3169148, 3169149, 3169150, 3169151, 3169152, 3169153, 3169154, 3169155, 3169156, 3169157, 3169158, 3169159, 3169160, 3169161, 3169162, 3169163, 3169164, 3169165, 3169166, 3169167, 3169168, 3169169, 3169170, 3169171, 3169172, 3169173, 3169174, 3169175, 3169176, 3169177, 3169178, 3169179, 3169180, 3169181, 3169182, 3169183, 3169184, 3169185, 3169186, 3169187, 3169188, 3169189, 3169190, 3169191, 3169192, 3169193, 3169194, 3169195, 3169196, 3169197, 3169198, 3169199, 3169200, 3169201, 3169202, 3169203, 3169204, 3169205, 3169206, 3169207, 3169208, 3169209, 3169210, 3169211, 3169212, 3169213, 3169214, 3169215, 3169216, 3169217, 3169218, 3169219, 3169220, 3169221, 3169222, 3169223, 3169224, 3169225, 3169226, 3169227, 3169228, 3169229, 3169230, 3169231, 3169232, 3169233, 3169234, 3169235, 3169236, 3169237, 3169238, 3169239, 3169240, 3169241, 3169242, 3169243, 3169244, 3169245, 3169246, 3169247, 3169248, 3169249, 3169250, 3169251, 3169252, 3169253, 3169254, 3169255, 3169256, 3169257, 3169258, 3169259, 3169260, 3169261, 3169262, 3169263, 3169264, 3169265, 3169266, 3169267, 3169268, 3169269, 3169270, 3169271, 3169272, 3169273, 3169274, 3169275, 3169276, 3169277, 3169278, 3169279, 3169280, 3169281, 3169282, 3169283, 3169284, 3169285, 3169286, 3169287, 3169288, 3169289, 3169290, 3169291, 3169292, 3169293, 3169294, 3169295, 3169296, 3169297, 3169298, 3169299, 3169300, 3169301, 3169302, 3169303, 3169304, 3169305, 3169306, 3169307, 3169308, 3169309, 3169310, 3169311, 3169312, 3169313, 3169314, 3169315, 3169316, 3169317, 3169318, 3169319, 3169320, 3169321, 3169322, 3169323, 3169324, 3169325, 3169326, 3169327, 3169328, 3169329, 3169330, 3169331, 3169332, 3169333, 3169334, 3169335, 3169336, 3169337, 3169338, 3169339, 3169340, 3169341, 3169342, 3169343, 3169344, 3169345, 3169346, 3169347, 3169348, 3169349, 3169350, 3169351, 3169352, 3169353, 3169354, 3169355, 3169356, 3169357, 3169358, 3169359, 3169360, 3169361, 3169362, 3169363, 3169364, 3169365, 3169366, 3169367, 3169368, 3169369, 3169370, 3169371, 3169372, 3169373, 3169374, 3169375, 3169376, 3169377, 3169378, 3169379, 3169380, 3169381, 3169382, 3169383, 3169384, 3169385, 3169386, 3169387, 3169388, 3169389, 3169390, 3169391, 3169392, 3169393, 3169394, 3169395, 3169396, 3169397, 3169398, 3169399, 3169400, 3169401, 3169402, 3169403, 3169404) - __SPLIT__ 2026-02-04 08:17:09,672 - [123905] - src.utils.log - INFO - Time took to perform operation in publishing [123905]: 204.05 - __SPLIT__ 2026-02-04 08:17:09,729 - [123905] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [123905] - __SPLIT__ 2026-02-04 08:17:09,791 - [123905] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-04 03:17:09.611' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123905;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 08:17:10,118 - [123905] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-04 11:36:48,006 - [123910] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899] user_id=43135 company_id=133 project_id=[123910] publish_all=False - __SPLIT__ 2026-02-04 11:36:48,244 - [123910] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899] user_id=43135 company_id=133 project_id=[123910] publish_all=False - __SPLIT__ 2026-02-04 11:36:48,317 - [123910] - src.utils.log - INFO - Parallel Work order publish in progress for GenerateWorkOrderHistoryId: [123910] - __SPLIT__ 2026-02-04 11:36:48,407 - [123910] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-04 11:36:48,481 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:36:51,153 - [123910] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 11:36:51,220 - [123910] - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-04 11:36:51,285 - [123910] - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-04 11:36:51,355 - [123910] - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-04 11:36:51,421 - [123910] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123910;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:36:53,919 - [123910] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-04 11:36:53,981 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:36:55,785 - [123910] - src.utils.log - INFO - βœ… Fetched 1420 rows - __SPLIT__ 2026-02-04 11:36:55,846 - [123910] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-04 11:36:55,911 - [123910] - 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 = 149838 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:36:56,249 - [123910] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 11:36:56,312 - [123910] - 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 = 149838 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:36:56,656 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:36:56,714 - [123910] - 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 = 149838 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:36:57,044 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:36:57,163 - [123910] - 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-04 11:36:57,498 - [123910] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-04 11:36:57,572 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:36:57,897 - [123910] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 11:36:57,963 - [123910] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1311953' WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:36:58,292 - [123910] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-04 11:36:58,359 - [123910] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1369310' WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:36:58,687 - [123910] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-04 11:36:58,761 - [123910] - 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 = 149838... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:36:59,096 - [123910] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 11:36:59,696 - [123910] - src.utils.log - INFO - Size of Transaction: 1420 - __SPLIT__ 2026-02-04 11:36:59,762 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 1420 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:00,232 - [123910] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1420) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-04 11:37:05,238 - [123910] - src.utils.log - INFO - βœ… All 1420 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-04 11:37:05,469 - [123910] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-04 11:37:05,539 - [123910] - 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) and t.CompanyId = 133 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-04 06:36:59.690';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:06,238 - [123910] - src.utils.log - INFO - βœ… Fetched 1420 rows - __SPLIT__ 2026-02-04 11:37:06,314 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149838;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:06,653 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:37:06,757 - [123910] - 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) AND CreatedDate = '2026-02-04 06:36:59.690'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-04 11:37:08,430 - [123910] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-04 11:37:08,508 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 1420 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:08,883 - [123910] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1420) into Billing.Invoice - __SPLIT__ 2026-02-04 11:37:17,473 - [123910] - src.utils.log - INFO - βœ… All 1420 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-04 11:37:17,585 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('1310533', '1311895', '1311894', '1311893', '1311892', '1311891', '1311890', '1311889', '1311904', '1311903', '1311902', '1311901', '1311900', '1311899', '1311898', '1311897', '1311912', '1311911', '1311910', '1311909', '1311908', '1311907', '1311906', '1311905', '1311920', '1311919', '1311918', '1311917', '1311916', '1311915', '1311914', '1311913', '1310552', '1310551', '1310550', '1310549', '1310548', '1310547', '1310546', '1310545', '1310560', '1310559', '1310558', '1310557', '1310556', '1310555', '1310554', '1310553', '1310568', '1310567', '1310566', '1310565', '1310564', '1310563', '1310562', '1310561', '1310576', '1310575', '1310574', '1310573', '1310572', '1310571', '1310570', '1310569', '1311864', '1311863', '1311862', '1311861', '1311860', '1311859', '1311858', '1311857', '1311872', '1311871', '1311870', '1311869', '1311868', '1311867', '1311866', '1311865', '1311880', '1311879', '1311878', '1311877', '1311876', '1311875', '1311874', '1311873', '1311888', '1311887', '1311886', '1311885', '1311884', '1311883', '1311882', '1311881', '1311832', '1311831', '1311830', '1311829', '1311828', '1311827', '1311826', '1311825', '1311840', '1311839', '1311838', '1311837', '1311836', '1311835', '1311834', '1311833', '1311848', '1311847', '1311846', '1311845', '1311844', '1311843', '1311842', '1311841', '1311856', '1311855', '1311854', '1311853', '1311852', '1311851', '1311850', '1311849', '1311800', '1311799', '1311798', '1311797', '1311796', '1311795', '1311794', '1311793', '1311808', '1311807', '1311806', '1311805', '1311804', '1311803', '1311802', '1311801', '1311816', '1311815', '1311814', '1311813', '1311812', '1311811', '1311810', '1311809', '1311824', '1311823', '1311822', '1311821', '1311820', '1311819', '1311818', '1311817', '1311768', '1311767', '1311766', '1311765', '1311764', '1311763', '1311762', '1311761', '1311776', '1311775', '1311774', '1311773', '1311772', '1311771', '1311770', '1311769', '1311784', '1311783', '1311782', '1311781', '1311780', '1311779', '1311778', '1311777', '1311792', '1311791', '1311790', '1311789', '1311788', '1311787', '1311786', '1311785', '1311736', '1311735', '1311734', '1311733', '1311732', '1311731', '1311730', '1311729', '1311744', '1311743', '1311742', '1311741', '1311740', '1311739', '1311738', '1311737', '1311752', '1311751', '1311750', '1311749', '1311748', '1311747', '1311746', '1311745', '1311760', '1311759', '1311758', '1311757', '1311756', '1311755', '1311754', '1311753', '1311704', '1311703', '1311702', '1311701', '1311700', '1311699', '1311698', '1311697', '1311712', '1311711', '1311710', '1311709', '1311708', '1311707', '1311706', '1311705', '1311720', '1311719', '1311718', '1311717', '1311716', '1311715', '1311714', '1311713', '1311728', '1311727', '1311726', '1311725', '1311724', '1311723', '1311722', '1311721', '1311672', '1311671', '1311670', '1311669', '1311668', '1311667', '1311666', '1311665', '1311680', '1311679', '1311678', '1311677', '1311676', '1311675', '1311674', '1311673', '1311688', '1311687', '1311686', '1311685', '1311684', '1311683', '1311682', '1311681', '1311696', '1311695', '1311694', '1311693', '1311692', '1311691', '1311690', '1311689', '1311640', '1311639', '1311638', '1311637', '1311636', '1311635', '1311634', '1311633', '1311648', '1311647', '1311646', '1311645', '1311644', '1311643', '1311642', '1311641', '1311656', '1311655', '1311654', '1311653', '1311652', '1311651', '1311650', '1311649', '1311664', '1311663', '1311662', '1311661', '1311660', '1311659', '1311658', '1311657', '1311608', '1311607', '1311606', '1311605', '1311604', '1311603', '1311602', '1311601', '1311616', '1311615', '1311614', '1311613', '1311612', '1311611', '1311610', '1311609', '1311624', '1311623', '1311622', '1311621', '1311620', '1311619', '1311618', '1311617', '1311632', '1311631', '1311630', '1311629', '1311628', '1311627', '1311626', '1311625', '1311576', '1311575', '1311574', '1311573', '1311572', '1311571', '1311570', '1311569', '1311584', '1311583', '1311582', '1311581', '1311580', '1311579', '1311578', '1311577', '1311592', '1311591', '1311590', '1311589', '1311588', '1311587', '1311586', '1311585', '1311600', '1311599', '1311598', '1311597', '1311596', '1311595', '1311594', '1311593', '1311544', '1311543', '1311542', '1311541', '1311540', '1311539', '1311538', '1311537', '1311552', '1311551', '1311550', '1311549', '1311548', '1311547', '1311546', '1311545', '1311560', '1311559', '1311558', '1311557', '1311556', '1311555', '1311554', '1311553', '1311568', '1311567', '1311566', '1311565', '1311564', '1311563', '1311562', '1311561', '1311512', '1311511', '1311510', '1311509', '1311508', '1311507', '1311506', '1311505', '1311520', '1311519', '1311518', '1311517', '1311516', '1311515', '1311514', '1311513', '1311528', '1311527', '1311526', '1311525', '1311524', '1311523', '1311522', '1311521', '1311536', '1311535', '1311534', '1311533', '1311532', '1311531', '1311530', '1311529', '1311480', '1311479', '1311478', '1311477', '1311476', '1311475', '1311474', '1311473', '1311488', '1311487', '1311486', '1311485', '1311484', '1311483', '1311482', '1311481', '1311496', '1311495', '1311494', '1311493', '1311492', '1311491', '1311490', '1311489', '1311504', '1311503', '1311502', '1311501', '1311500', '1311499', '1311498', '1311497', '1311448', '1311447', '1311446', '1311445', '1311444', '1311443', '1311442', '1311441', '1311456', '1311455', '1311454', '1311453', '1311452', '1311451', '1311450', '1311449', '1311464', '1311463', '1311462', '1311461', '1311460', '1311459', '1311458', '1311457', '1311472', '1311471', '1311470', '1311469', '1311468', '1311467', '1311466', '1311465', '1311416', '1311415', '1311414', '1311413', '1311412', '1311411', '1311410', '1311409', '1311424', '1311423', '1311422', '1311421', '1311420', '1311419', '1311418', '1311417', '1311432', '1311431', '1311430', '1311429', '1311428', '1311427', '1311426', '1311425', '1311440', '1311439', '1311438', '1311437', '1311436', '1311435', '1311434', '1311433', '1311384', '1311383', '1311382', '1311381', '1311380', '1311379', '1311378', '1311377', '1311392', '1311391', '1311390', '1311389', '1311388', '1311387', '1311386', '1311385', '1311400', '1311399', '1311398', '1311397', '1311396', '1311395', '1311394', '1311393', '1311408', '1311407', '1311406', '1311405', '1311404', '1311403', '1311402', '1311401', '1311352', '1311351', '1311350', '1311349', '1311348', '1311347', '1311346', '1311345', '1311360', '1311359', '1311358', '1311357', '1311356', '1311355', '1311354', '1311353', '1311368', '1311367', '1311366', '1311365', '1311364', '1311363', '1311362', '1311361', '1311376', '1311375', '1311374', '1311373', '1311372', '1311371', '1311370', '1311369', '1311320', '1311319', '1311318', '1311317', '1311316', '1311315', '1311314', '1311313', '1311328', '1311327', '1311326', '1311325', '1311324', '1311323', '1311322', '1311321', '1311336', '1311335', '1311334', '1311333', '1311332', '1311331', '1311330', '1311329', '1311344', '1311343', '1311342', '1311341', '1311340', '1311339', '1311338', '1311337', '1311288', '1311287', '1311286', '1311285', '1311284', '1311283', '1311282', '1311281', '1311296', '1311295', '1311294', '1311293', '1311292', '1311291', '1311290', '1311289', '1311304', '1311303', '1311302', '1311301', '1311300', '1311299', '1311298', '1311297', '1311312', '1311311', '1311310', '1311309', '1311308', '1311307', '1311306', '1311305', '1311256', '1311255', '1311254', '1311253', '1311252', '1311251', '1311250', '1311249', '1311264', '1311263', '1311262', '1311261', '1311260', '1311259', '1311258', '1311257', '1311272', '1311271', '1311270', '1311269', '1311268', '1311267', '1311266', '1311265', '1311280', '1311279', '1311278', '1311277', '1311276', '1311275', '1311274', '1311273', '1311224', '1311223', '1311222', '1311221', '1311220', '1311219', '1311218', '1311217', '1311232', '1311231', '1311230', '1311229', '1311228', '1311227', '1311226', '1311225', '1311240', '1311239', '1311238', '1311237', '1311236', '1311235', '1311234', '1311233', '1311248', '1311247', '1311246', '1311245', '1311244', '1311243', '1311242', '1311241', '1311192', '1311191', '1311190', '1311189', '1311188', '1311187', '1311186', '1311185', '1311200', '1311199', '1311198', '1311197', '1311196', '1311195', '1311194', '1311193', '1311208', '1311207', '1311206', '1311205', '1311204', '1311203', '1311202', '1311201', '1311216', '1311215', '1311214', '1311213', '1311212', '1311211', '1311210', '1311209', '1311160', '1311159', '1311158', '1311157', '1311156', '1311155', '1311154', '1311153', '1311168', '1311167', '1311166', '1311165', '1311164', '1311163', '1311162', '1311161', '1311176', '1311175', '1311174', '1311173', '1311172', '1311171', '1311170', '1311169', '1311184', '1311183', '1311182', '1311181', '1311180', '1311179', '1311178', '1311177', '1311128', '1311127', '1311126', '1311125', '1311124', '1311123', '1311122', '1311121', '1311136', '1311135', '1311134', '1311133', '1311132', '1311131', '1311130', '1311129', '1311144', '1311143', '1311142', '1311141', '1311140', '1311139', '1311138', '1311137', '1311152', '1311151', '1311150', '1311149', '1311148', '1311147', '1311146', '1311145', '1311096', '1311095', '1311094', '1311093', '1311092', '1311091', '1311090', '1311089', '1311104', '1311103', '1311102', '1311101', '1311100', '1311099', '1311098', '1311097', '1311112', '1311111', '1311110', '1311109', '1311108', '1311107', '1311106', '1311105', '1311120', '1311119', '1311118', '1311117', '1311116', '1311115', '1311114', '1311113', '1311064', '1311063', '1311062', '1311061', '1311060', '1311059', '1311058', '1311057', '1311072', '1311071', '1311070', '1311069', '1311068', '1311067', '1311066', '1311065', '1311080', '1311079', '1311078', '1311077', '1311076', '1311075', '1311074', '1311073', '1311088', '1311087', '1311086', '1311085', '1311084', '1311083', '1311082', '1311081', '1311032', '1311031', '1311030', '1311029', '1311028', '1311027', '1311026', '1311025', '1311040', '1311039', '1311038', '1311037', '1311036', '1311035', '1311034', '1311033', '1311048', '1311047', '1311046', '1311045', '1311044', '1311043', '1311042', '1311041', '1311056', '1311055', '1311054', '1311053', '1311052', '1311051', '1311050', '1311049', '1311000', '1310999', '1310998', '1310997', '1310996', '1310995', '1310994', '1310993', '1311008', '1311007', '1311006', '1311005', '1311004', '1311003', '1311002', '1311001', '1311016', '1311015', '1311014', '1311013', '1311012', '1311011', '1311010', '1311009', '1311024', '1311023', '1311022', '1311021', '1311020', '1311019', '1311018', '1311017', '1310968', '1310967', '1310966', '1310965', '1310964', '1310963', '1310962', '1310961', '1310976', '1310975', '1310974', '1310973', '1310972', '1310971', '1310970', '1310969', '1310984', '1310983', '1310982', '1310981', '1310980', '1310979', '1310978', '1310977', '1310992', '1310991', '1310990', '1310989', '1310988', '1310987', '1310986', '1310985', '1310936', '1310935', '1310934', '1310933', '1310932', '1310931', '1310930', '1310929', '1310944', '1310943', '1310942', '1310941', '1310940', '1310939', '1310938', '1310937', '1310952', '1310951', '1310950', '1310949', '1310948', '1310947', '1310946', '1310945', '1310960', '1310959', '1310958', '1310957', '1310956', '1310955', '1310954', '1310953', '1310904', '1310903', '1310902', '1310901', '1310900', '1310899', '1310898', '1310897', '1310912', '1310911', '1310910', '1310909', '1310908', '1310907', '1310906', '1310905', '1310920', '1310919', '1310918', '1310917', '1310916', '1310915', '1310914', '1310913', '1310928', '1310927', '1310926', '1310925', '1310924', '1310923', '1310922', '1310921', '1310872', '1310871', '1310870', '1310869', '1310868', '1310867', '1310866', '1310865', '1310880', '1310879', '1310878', '1310877', '1310876', '1310875', '1310874', '1310873', '1310888', '1310887', '1310886', '1310885', '1310884', '1310883', '1310882', '1310881', '1310896', '1310895', '1310894', '1310893', '1310892', '1310891', '1310890', '1310889', '1310840', '1310839', '1310838', '1310837', '1310836', '1310835', '1310834', '1310833', '1310848', '1310847', '1310846', '1310845', '1310844', '1310843', '1310842', '1310841', '1310856', '1310855', '1310854', '1310853', '1310852', '1310851', '1310850', '1310849', '1310864', '1310863', '1310862', '1310861', '1310860', '1310859', '1310858', '1310857', '1310808', '1310807', '1310806', '1310805', '1310804', '1310803', '1310802', '1310801', '1310816', '1310815', '1310814', '1310813', '1310812', '1310811', '1310810', '1310809', '1310824', '1310823', '1310822', '1310821', '1310820', '1310819', '1310818', '1310817', '1310832', '1310831', '1310830', '1310829', '1310828', '1310827', '1310826', '1310825', '1310776', '1310775', '1310774', '1310773', '1310772', '1310771', '1310770', '1310769', '1310784', '1310783', '1310782', '1310781', '1310780', '1310779', '1310778', '1310777', '1310792', '1310791', '1310790', '1310789', '1310788', '1310787', '1310786', '1310785', '1310800', '1310799', '1310798', '1310797', '1310796', '1310795', '1310794', '1310793', '1310744', '1310743', '1310742', '1310741', '1310740', '1310739', '1310738', '1310737', '1310752', '1310751', '1310750', '1310749', '1310748', '1310747', '1310746', '1310745', '1310760', '1310759', '1310758', '1310757', '1310756', '1310755', '1310754', '1310753', '1310768', '1310767', '1310766', '1310765', '1310764', '1310763', '1310762', '1310761', '1310712', '1310711', '1310710', '1310709', '1310708', '1310707', '1310706', '1310705', '1310720', '1310719', '1310718', '1310717', '1310716', '1310715', '1310714', '1310713', '1310728', '1310727', '1310726', '1310725', '1310724', '1310723', '1310722', '1310721', '1310736', '1310735', '1310734', '1310733', '1310732', '1310731', '1310730', '1310729', '1310680', '1310679', '1310678', '1310677', '1310676', '1310675', '1310674', '1310673', '1310688', '1310687', '1310686', '1310685', '1310684', '1310683', '1310682', '1310681', '1310696', '1310695', '1310694', '1310693', '1310692', '1310691', '1310690', '1310689', '1310704', '1310703', '1310702', '1310701', '1310700', '1310699', '1310698', '1310697', '1310648', '1310647', '1310646', '1310645', '1310644', '1310643', '1310642', '1310641', '1310656', '1310655', '1310654', '1310653', '1310652', '1310651', '1310650', '1310649', '1310664', '1310663', '1310662', '1310661', '1310660', '1310659', '1310658', '1310657', '1310672', '1310671', '1310670', '1310669', '1310668', '1310667', '1310666', '1310665', '1310616', '1310615', '1310614', '1310613', '1310612', '1310611', '1310610', '1310609', '1310624', '1310623', '1310622', '1310621', '1310620', '1310619', '1310618', '1310617', '1310632', '1310631', '1310630', '1310629', '1310628', '1310627', '1310626', '1310625', '1310640', '1310639', '1310638', '1310637', '1310636', '1310635', '1310634', '1310633', '1310584', '1310583', '1310582', '1310581', '1310580', '1310579', '1310578', '1310577', '1310592', '1310591', '1310590', '1310589', '1310588', '1310587', '1310586', '1310585', '1310600', '1310599', '1310598', '1310597', '1310596', '1310595', '1310594', '1310593', '1310608', '1310607', '1310606', '1310605', '1310604', '1310603', '1310602', '1310601', '1311928', '1311927', '1311926', '1311925', '1311924', '1311923', '1311922', '1311921', '1311936', '1311935', '1311934', '1311933', '1311932', '1311931', '1311930', '1311929', '1311944', '1311943', '1311942', '1311941', '1311940', '1311939', '1311938', '1311937', '1311952', '1311951', '1311950', '1311949', '1311948', '1311947', '1311946', '1311945', '1311896', '1310544', '1310543', '1310542', '1310541', '1310540', '1310539', '1310538', '1310537', '1310536', '1310535', '1310534')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:18,155 - [123910] - src.utils.log - INFO - βœ… Fetched 1420 rows - __SPLIT__ 2026-02-04 11:37:18,235 - [123910] - 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 = 149838 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:18,569 - [123910] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-04 11:37:18,635 - [123910] - 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 = 149838 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:18,973 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:37:19,037 - [123910] - 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 = 149838 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:19,365 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:37:19,427 - [123910] - 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 = 149838 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:19,756 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:37:19,831 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149838;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:20,161 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:37:20,229 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 149838;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:20,557 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:37:20,623 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 149838;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:20,948 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:37:21,012 - [123910] - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-02-04 11:37:21,075 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-02-04 11:37:21,076 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 2840 rows in batches of 25000 (Thread: ThreadPoolExecutor-1_1) - __SPLIT__ 2026-02-04 11:37:21,077 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-1_2) - __SPLIT__ 2026-02-04 11:37:21,404 - [123910] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-04 11:37:21,470 - [123910] - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-02-04 11:37:22,309 - [123910] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2840) into Billing.InvoiceCharges - __SPLIT__ 2026-02-04 11:37:22,376 - [123910] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-04 11:37:22,452 - [123910] - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-02-04 11:37:34,453 - [123910] - src.utils.log - INFO - βœ… All 2840 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-04 11:37:34,564 - [123910] - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-02-04 11:37:34,629 - [123910] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-04 11:37:34,693 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'abcdallas';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:35,037 - [123910] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 11:37:35,100 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '14565' and a.CompanyId = 121;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:35,428 - [123910] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 11:37:35,501 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 1420 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:37:36,008 - [123910] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1420) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-04 11:38:00,868 - [123910] - src.utils.log - INFO - βœ… All 1420 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-04 11:38:01,133 - [123910] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-04 11:38:01,204 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('1310533', '1310534', '1310535', '1310536', '1310537', '1310538', '1310539', '1310540', '1310541', '1310542', '1310543', '1310544', '1310545', '1310546', '1310547', '1310548', '1310549', '1310550', '1310551', '1310552', '1310553', '1310554', '1310555', '1310556', '1310557', '1310558', '1310559', '1310560', '1310561', '1310562', '1310563', '1310564', '1310565', '1310566', '1310567', '1310568', '1310569', '1310570', '1310571', '1310572', '1310573', '1310574', '1310575', '1310576', '1310577', '1310578', '1310579', '1310580', '1310581', '1310582', '1310583', '1310584', '1310585', '1310586', '1310587', '1310588', '1310589', '1310590', '1310591', '1310592', '1310593', '1310594', '1310595', '1310596', '1310597', '1310598', '1310599', '1310600', '1310601', '1310602', '1310603', '1310604', '1310605', '1310606', '1310607', '1310608', '1310609', '1310610', '1310611', '1310612', '1310613', '1310614', '1310615', '1310616', '1310617', '1310618', '1310619', '1310620', '1310621', '1310622', '1310623', '1310624', '1310625', '1310626', '1310627', '1310628', '1310629', '1310630', '1310631', '1310632', '1310633', '1310634', '1310635', '1310636', '1310637', '1310638', '1310639', '1310640', '1310641', '1310642', '1310643', '1310644', '1310645', '1310646', '1310647', '1310648', '1310649', '1310650', '1310651', '1310652', '1310653', '1310654', '1310655', '1310656', '1310657', '1310658', '1310659', '1310660', '1310661', '1310662', '1310663', '1310664', '1310665', '1310666', '1310667', '1310668', '1310669', '1310670', '1310671', '1310672', '1310673', '1310674', '1310675', '1310676', '1310677', '1310678', '1310679', '1310680', '1310681', '1310682', '1310683', '1310684', '1310685', '1310686', '1310687', '1310688', '1310689', '1310690', '1310691', '1310692', '1310693', '1310694', '1310695', '1310696', '1310697', '1310698', '1310699', '1310700', '1310701', '1310702', '1310703', '1310704', '1310705', '1310706', '1310707', '1310708', '1310709', '1310710', '1310711', '1310712', '1310713', '1310714', '1310715', '1310716', '1310717', '1310718', '1310719', '1310720', '1310721', '1310722', '1310723', '1310724', '1310725', '1310726', '1310727', '1310728', '1310729', '1310730', '1310731', '1310732', '1310733', '1310734', '1310735', '1310736', '1310737', '1310738', '1310739', '1310740', '1310741', '1310742', '1310743', '1310744', '1310745', '1310746', '1310747', '1310748', '1310749', '1310750', '1310751', '1310752', '1310753', '1310754', '1310755', '1310756', '1310757', '1310758', '1310759', '1310760', '1310761', '1310762', '1310763', '1310764', '1310765', '1310766', '1310767', '1310768', '1310769', '1310770', '1310771', '1310772', '1310773', '1310774', '1310775', '1310776', '1310777', '1310778', '1310779', '1310780', '1310781', '1310782', '1310783', '1310784', '1310785', '1310786', '1310787', '1310788', '1310789', '1310790', '1310791', '1310792', '1310793', '1310794', '1310795', '1310796', '1310797', '1310798', '1310799', '1310800', '1310801', '1310802', '1310803', '1310804', '1310805', '1310806', '1310807', '1310808', '1310809', '1310810', '1310811', '1310812', '1310813', '1310814', '1310815', '1310816', '1310817', '1310818', '1310819', '1310820', '1310821', '1310822', '1310823', '1310824', '1310825', '1310826', '1310827', '1310828', '1310829', '1310830', '1310831', '1310832', '1310833', '1310834', '1310835', '1310836', '1310837', '1310838', '1310839', '1310840', '1310841', '1310842', '1310843', '1310844', '1310845', '1310846', '1310847', '1310848', '1310849', '1310850', '1310851', '1310852', '1310853', '1310854', '1310855', '1310856', '1310857', '1310858', '1310859', '1310860', '1310861', '1310862', '1310863', '1310864', '1310865', '1310866', '1310867', '1310868', '1310869', '1310870', '1310871', '1310872', '1310873', '1310874', '1310875', '1310876', '1310877', '1310878', '1310879', '1310880', '1310881', '1310882', '1310883', '1310884', '1310885', '1310886', '1310887', '1310888', '1310889', '1310890', '1310891', '1310892', '1310893', '1310894', '1310895', '1310896', '1310897', '1310898', '1310899', '1310900', '1310901', '1310902', '1310903', '1310904', '1310905', '1310906', '1310907', '1310908', '1310909', '1310910', '1310911', '1310912', '1310913', '1310914', '1310915', '1310916', '1310917', '1310918', '1310919', '1310920', '1310921', '1310922', '1310923', '1310924', '1310925', '1310926', '1310927', '1310928', '1310929', '1310930', '1310931', '1310932', '1310933', '1310934', '1310935', '1310936', '1310937', '1310938', '1310939', '1310940', '1310941', '1310942', '1310943', '1310944', '1310945', '1310946', '1310947', '1310948', '1310949', '1310950', '1310951', '1310952', '1310953', '1310954', '1310955', '1310956', '1310957', '1310958', '1310959', '1310960', '1310961', '1310962', '1310963', '1310964', '1310965', '1310966', '1310967', '1310968', '1310969', '1310970', '1310971', '1310972', '1310973', '1310974', '1310975', '1310976', '1310977', '1310978', '1310979', '1310980', '1310981', '1310982', '1310983', '1310984', '1310985', '1310986', '1310987', '1310988', '1310989', '1310990', '1310991', '1310992', '1310993', '1310994', '1310995', '1310996', '1310997', '1310998', '1310999', '1311000', '1311001', '1311002', '1311003', '1311004', '1311005', '1311006', '1311007', '1311008', '1311009', '1311010', '1311011', '1311012', '1311013', '1311014', '1311015', '1311016', '1311017', '1311018', '1311019', '1311020', '1311021', '1311022', '1311023', '1311024', '1311025', '1311026', '1311027', '1311028', '1311029', '1311030', '1311031', '1311032', '1311033', '1311034', '1311035', '1311036', '1311037', '1311038', '1311039', '1311040', '1311041', '1311042', '1311043', '1311044', '1311045', '1311046', '1311047', '1311048', '1311049', '1311050', '1311051', '1311052', '1311053', '1311054', '1311055', '1311056', '1311057', '1311058', '1311059', '1311060', '1311061', '1311062', '1311063', '1311064', '1311065', '1311066', '1311067', '1311068', '1311069', '1311070', '1311071', '1311072', '1311073', '1311074', '1311075', '1311076', '1311077', '1311078', '1311079', '1311080', '1311081', '1311082', '1311083', '1311084', '1311085', '1311086', '1311087', '1311088', '1311089', '1311090', '1311091', '1311092', '1311093', '1311094', '1311095', '1311096', '1311097', '1311098', '1311099', '1311100', '1311101', '1311102', '1311103', '1311104', '1311105', '1311106', '1311107', '1311108', '1311109', '1311110', '1311111', '1311112', '1311113', '1311114', '1311115', '1311116', '1311117', '1311118', '1311119', '1311120', '1311121', '1311122', '1311123', '1311124', '1311125', '1311126', '1311127', '1311128', '1311129', '1311130', '1311131', '1311132', '1311133', '1311134', '1311135', '1311136', '1311137', '1311138', '1311139', '1311140', '1311141', '1311142', '1311143', '1311144', '1311145', '1311146', '1311147', '1311148', '1311149', '1311150', '1311151', '1311152', '1311153', '1311154', '1311155', '1311156', '1311157', '1311158', '1311159', '1311160', '1311161', '1311162', '1311163', '1311164', '1311165', '1311166', '1311167', '1311168', '1311169', '1311170', '1311171', '1311172', '1311173', '1311174', '1311175', '1311176', '1311177', '1311178', '1311179', '1311180', '1311181', '1311182', '1311183', '1311184', '1311185', '1311186', '1311187', '1311188', '1311189', '1311190', '1311191', '1311192', '1311193', '1311194', '1311195', '1311196', '1311197', '1311198', '1311199', '1311200', '1311201', '1311202', '1311203', '1311204', '1311205', '1311206', '1311207', '1311208', '1311209', '1311210', '1311211', '1311212', '1311213', '1311214', '1311215', '1311216', '1311217', '1311218', '1311219', '1311220', '1311221', '1311222', '1311223', '1311224', '1311225', '1311226', '1311227', '1311228', '1311229', '1311230', '1311231', '1311232', '1311233', '1311234', '1311235', '1311236', '1311237', '1311238', '1311239', '1311240', '1311241', '1311242', '1311243', '1311244', '1311245', '1311246', '1311247', '1311248', '1311249', '1311250', '1311251', '1311252', '1311253', '1311254', '1311255', '1311256', '1311257', '1311258', '1311259', '1311260', '1311261', '1311262', '1311263', '1311264', '1311265', '1311266', '1311267', '1311268', '1311269', '1311270', '1311271', '1311272', '1311273', '1311274', '1311275', '1311276', '1311277', '1311278', '1311279', '1311280', '1311281', '1311282', '1311283', '1311284', '1311285', '1311286', '1311287', '1311288', '1311289', '1311290', '1311291', '1311292', '1311293', '1311294', '1311295', '1311296', '1311297', '1311298', '1311299', '1311300', '1311301', '1311302', '1311303', '1311304', '1311305', '1311306', '1311307', '1311308', '1311309', '1311310', '1311311', '1311312', '1311313', '1311314', '1311315', '1311316', '1311317', '1311318', '1311319', '1311320', '1311321', '1311322', '1311323', '1311324', '1311325', '1311326', '1311327', '1311328', '1311329', '1311330', '1311331', '1311332', '1311333', '1311334', '1311335', '1311336', '1311337', '1311338', '1311339', '1311340', '1311341', '1311342', '1311343', '1311344', '1311345', '1311346', '1311347', '1311348', '1311349', '1311350', '1311351', '1311352', '1311353', '1311354', '1311355', '1311356', '1311357', '1311358', '1311359', '1311360', '1311361', '1311362', '1311363', '1311364', '1311365', '1311366', '1311367', '1311368', '1311369', '1311370', '1311371', '1311372', '1311373', '1311374', '1311375', '1311376', '1311377', '1311378', '1311379', '1311380', '1311381', '1311382', '1311383', '1311384', '1311385', '1311386', '1311387', '1311388', '1311389', '1311390', '1311391', '1311392', '1311393', '1311394', '1311395', '1311396', '1311397', '1311398', '1311399', '1311400', '1311401', '1311402', '1311403', '1311404', '1311405', '1311406', '1311407', '1311408', '1311409', '1311410', '1311411', '1311412', '1311413', '1311414', '1311415', '1311416', '1311417', '1311418', '1311419', '1311420', '1311421', '1311422', '1311423', '1311424', '1311425', '1311426', '1311427', '1311428', '1311429', '1311430', '1311431', '1311432', '1311433', '1311434', '1311435', '1311436', '1311437', '1311438', '1311439', '1311440', '1311441', '1311442', '1311443', '1311444', '1311445', '1311446', '1311447', '1311448', '1311449', '1311450', '1311451', '1311452', '1311453', '1311454', '1311455', '1311456', '1311457', '1311458', '1311459', '1311460', '1311461', '1311462', '1311463', '1311464', '1311465', '1311466', '1311467', '1311468', '1311469', '1311470', '1311471', '1311472', '1311473', '1311474', '1311475', '1311476', '1311477', '1311478', '1311479', '1311480', '1311481', '1311482', '1311483', '1311484', '1311485', '1311486', '1311487', '1311488', '1311489', '1311490', '1311491', '1311492', '1311493', '1311494', '1311495', '1311496', '1311497', '1311498', '1311499', '1311500', '1311501', '1311502', '1311503', '1311504', '1311505', '1311506', '1311507', '1311508', '1311509', '1311510', '1311511', '1311512', '1311513', '1311514', '1311515', '1311516', '1311517', '1311518', '1311519', '1311520', '1311521', '1311522', '1311523', '1311524', '1311525', '1311526', '1311527', '1311528', '1311529', '1311530', '1311531', '1311532', '1311533', '1311534', '1311535', '1311536', '1311537', '1311538', '1311539', '1311540', '1311541', '1311542', '1311543', '1311544', '1311545', '1311546', '1311547', '1311548', '1311549', '1311550', '1311551', '1311552', '1311553', '1311554', '1311555', '1311556', '1311557', '1311558', '1311559', '1311560', '1311561', '1311562', '1311563', '1311564', '1311565', '1311566', '1311567', '1311568', '1311569', '1311570', '1311571', '1311572', '1311573', '1311574', '1311575', '1311576', '1311577', '1311578', '1311579', '1311580', '1311581', '1311582', '1311583', '1311584', '1311585', '1311586', '1311587', '1311588', '1311589', '1311590', '1311591', '1311592', '1311593', '1311594', '1311595', '1311596', '1311597', '1311598', '1311599', '1311600', '1311601', '1311602', '1311603', '1311604', '1311605', '1311606', '1311607', '1311608', '1311609', '1311610', '1311611', '1311612', '1311613', '1311614', '1311615', '1311616', '1311617', '1311618', '1311619', '1311620', '1311621', '1311622', '1311623', '1311624', '1311625', '1311626', '1311627', '1311628', '1311629', '1311630', '1311631', '1311632', '1311633', '1311634', '1311635', '1311636', '1311637', '1311638', '1311639', '1311640', '1311641', '1311642', '1311643', '1311644', '1311645', '1311646', '1311647', '1311648', '1311649', '1311650', '1311651', '1311652', '1311653', '1311654', '1311655', '1311656', '1311657', '1311658', '1311659', '1311660', '1311661', '1311662', '1311663', '1311664', '1311665', '1311666', '1311667', '1311668', '1311669', '1311670', '1311671', '1311672', '1311673', '1311674', '1311675', '1311676', '1311677', '1311678', '1311679', '1311680', '1311681', '1311682', '1311683', '1311684', '1311685', '1311686', '1311687', '1311688', '1311689', '1311690', '1311691', '1311692', '1311693', '1311694', '1311695', '1311696', '1311697', '1311698', '1311699', '1311700', '1311701', '1311702', '1311703', '1311704', '1311705', '1311706', '1311707', '1311708', '1311709', '1311710', '1311711', '1311712', '1311713', '1311714', '1311715', '1311716', '1311717', '1311718', '1311719', '1311720', '1311721', '1311722', '1311723', '1311724', '1311725', '1311726', '1311727', '1311728', '1311729', '1311730', '1311731', '1311732', '1311733', '1311734', '1311735', '1311736', '1311737', '1311738', '1311739', '1311740', '1311741', '1311742', '1311743', '1311744', '1311745', '1311746', '1311747', '1311748', '1311749', '1311750', '1311751', '1311752', '1311753', '1311754', '1311755', '1311756', '1311757', '1311758', '1311759', '1311760', '1311761', '1311762', '1311763', '1311764', '1311765', '1311766', '1311767', '1311768', '1311769', '1311770', '1311771', '1311772', '1311773', '1311774', '1311775', '1311776', '1311777', '1311778', '1311779', '1311780', '1311781', '1311782', '1311783', '1311784', '1311785', '1311786', '1311787', '1311788', '1311789', '1311790', '1311791', '1311792', '1311793', '1311794', '1311795', '1311796', '1311797', '1311798', '1311799', '1311800', '1311801', '1311802', '1311803', '1311804', '1311805', '1311806', '1311807', '1311808', '1311809', '1311810', '1311811', '1311812', '1311813', '1311814', '1311815', '1311816', '1311817', '1311818', '1311819', '1311820', '1311821', '1311822', '1311823', '1311824', '1311825', '1311826', '1311827', '1311828', '1311829', '1311830', '1311831', '1311832', '1311833', '1311834', '1311835', '1311836', '1311837', '1311838', '1311839', '1311840', '1311841', '1311842', '1311843', '1311844', '1311845', '1311846', '1311847', '1311848', '1311849', '1311850', '1311851', '1311852', '1311853', '1311854', '1311855', '1311856', '1311857', '1311858', '1311859', '1311860', '1311861', '1311862', '1311863', '1311864', '1311865', '1311866', '1311867', '1311868', '1311869', '1311870', '1311871', '1311872', '1311873', '1311874', '1311875', '1311876', '1311877', '1311878', '1311879', '1311880', '1311881', '1311882', '1311883', '1311884', '1311885', '1311886', '1311887', '1311888', '1311889', '1311890', '1311891', '1311892', '1311893', '1311894', '1311895', '1311896', '1311897', '1311898', '1311899', '1311900', '1311901', '1311902', '1311903', '1311904', '1311905', '1311906', '1311907', '1311908', '1311909', '1311910', '1311911', '1311912', '1311913', '1311914', '1311915', '1311916', '1311917', '1311918', '1311919', '1311920', '1311921', '1311922', '1311923', '1311924', '1311925', '1311926', '1311927', '1311928', '1311929', '1311930', '1311931', '1311932', '1311933', '1311934', '1311935', '1311936', '1311937', '1311938', '1311939', '1311940', '1311941', '1311942', '1311943', '1311944', '1311945', '1311946', '1311947', '1311948', '1311949', '1311950', '1311951', '1311952') AND wo.AccountNumber = '14565' AND wo.CompanyId = 133 ... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-04 11:38:02,054 - [123910] - src.utils.log - INFO - βœ… Fetched 1420 rows - __SPLIT__ 2026-02-04 11:38:02,129 - [123910] - src.utils.log - INFO - Parallel fetching temp table records - __SPLIT__ 2026-02-04 11:38:02,194 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899)... (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-02-04 11:38:02,196 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899)... (Thread: ThreadPoolExecutor-3_1) - __SPLIT__ 2026-02-04 11:38:02,197 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899)... (Thread: ThreadPoolExecutor-3_2) - __SPLIT__ 2026-02-04 11:38:02,197 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899)... (Thread: ThreadPoolExecutor-3_3) - __SPLIT__ 2026-02-04 11:38:02,198 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899)... (Thread: ThreadPoolExecutor-3_4) - __SPLIT__ 2026-02-04 11:38:02,198 - [123910] - 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 (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899)... (Thread: ThreadPoolExecutor-3_5) - __SPLIT__ 2026-02-04 11:38:02,199 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899) and woag.RefType = 'TempWorkorder';... (Thread: ThreadPoolExecutor-3_6) - __SPLIT__ 2026-02-04 11:38:02,200 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899);... (Thread: ThreadPoolExecutor-3_7) - __SPLIT__ 2026-02-04 11:38:02,766 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:38:02,936 - [123910] - src.utils.log - INFO - βœ… Fetched 1420 rows - __SPLIT__ 2026-02-04 11:38:03,573 - [123910] - src.utils.log - INFO - βœ… Fetched 2840 rows - __SPLIT__ 2026-02-04 11:38:03,876 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:38:03,924 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:38:04,078 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:38:04,251 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:38:04,275 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:38:04,449 - [123910] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-04 11:38:04,535 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:38:04,888 - [123910] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 11:38:04,963 - [123910] - 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-04 11:38:05,309 - [123910] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-04 11:38:05,379 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 1420 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:38:05,730 - [123910] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1420) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-04 11:38:21,714 - [123910] - src.utils.log - INFO - βœ… All 1420 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-04 11:38:21,839 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 149838 AND WorkOrderNo IN ('8538593', '7374392', '6214755', '5454721', '4661706', '6098446', '7387240', '2506647', '9729461', '4297027', '3449708', '5612964', '8164443', '4838237', '8052057', '6753512', '9022776', '1019092', '4861342', '6217922', '7192924', '7660757', '4878457', '6149582', '6252452', '8187259', '2563875', '5722399', '9313026', '7481769', '9465707', '4951982', '5529499', '4072087', '1535017', '4793611', '4090776', '1906893', '4445669', '2931859', '2585390', '7751764', '2145746', '7732256', '3227741', '4260211', '9108629', '2773018', '9290832', '4766344', '3671074', '8454765', '7941345', '6404884', '8046812', '2266820', '9275832', '5812462', '7534582', '8278314', '4525998', '9672001', '4173015', '5125060', '6084666', '8878134', '1238055', '3972081', '4556630', '5264263', '6860512', '7556881', '2384435', '7772205', '1451336', '3830683', '8174245', '9712113', '9799378', '4880510', '1680446', '6645812', '3210394', '2265550', '3656495', '7691431', '5103730', '2580344', '4599870', '2716074', '2463948', '4365123', '8913332', '4737578', '7947599', '8839315', '3406736', '3826780', '9360843', '4505086', '3935936', '1189621', '8921736', '4106139', '9250127', '7973224', '9075772', '5266970', '2038011', '4177361', '7405237', '3984190', '9965027', '1933223', '5929306', '4475848', '6133787', '2415482', '5246296', '3730157', '2140368', '9508780', '5031597', '7332643', '6085086', '5992722', '5687648', '1481693', '6797346', '1103149', '4804998', '4801879', '8291005', '7756566', '6939399', '5676884', '4937863', '9010278', '5774510', '2578790', '8652271', '1152372', '1062909', '6909309', '3956743', '6365461', '1377927', '5547509', '3531433', '2998006', '2510515', '8645767', '8032815', '3059571', '3899944', '1997449', '5971043', '3081728', '8285977', '6110324', '8422460', '9884750', '1531836', '1900779', '7341558', '2319461', '4495752', '2312183', '2951304', '4641198', '1929815', '2659341', '9817845', '9313267', '8369812', '5326012', '2720052', '3575527', '6966839', '5161583', '6599586', '9780741', '9152160', '5675297', '5062309', '8936138', '2380259', '9876651', '8815930', '5049904', '4764072', '7089954', '5276371', '6967948', '3730571', '3721690', '4129949', '4658677', '6935759', '3862962', '1978291', '4057133', '2218269', '9993469', '5053086', '7247459', '4272221', '9272813', '4061785', '1506440', '2459339', '7230140', '8367437', '5558376', '6936128', '6766387', '1687641', '6146555', '1627150', '6694823', '8129758', '4563891', '1640598', '3652401', '2592609', '8143432', '9688099', '9750785', '4878672', '1745013', '4260712', '2818126', '3298684', '5000789', '9913922', '3830105', '4746883', '9013875', '3361771', '5195370', '1824851', '5307471', '5673600', '3984173', '8845183', '1878869', '7954455', '2033525', '8076959', '9201133', '4989811', '8030767', '5114725', '2424419', '4055170', '1111430', '5752669', '7260634', '5443326', '3329178', '8481706', '9627863', '7419679', '3714882', '6143614', '5817674', '8971039', '5523023', '2751475', '4022542', '2395011', '9580278', '5584198', '7626787', '4889604', '4537553', '6982800', '1468078', '2135160', '4129062', '1685947', '8782260', '1399884', '3269189', '4766568', '3712188', '8575702', '9138322', '2939209', '1962990', '4940859', '8991838', '8109281', '8450998', '5743994', '9357523', '7977998', '3287417', '7035889', '1696300', '8659141', '8755376', '4510273', '8429603', '7076187', '7739869', '9496142', '5385650', '4982566', '9478140', '4532017', '8095898', '5743756', '6597813', '1319776', '2062916', '4651607', '9244955', '2396115', '2922677', '4043784', '2922278', '7818806', '8908658', '4804554', '6121381', '2598177', '4273196', '8909278', '8360232', '1081103', '1605172', '6894888', '8555645', '6780695', '5307198', '9678324', '5423398', '5346645', '9910783', '4679025', '5880099', '4951088', '2019385', '5878769', '4846029', '9583128', '9994168', '4781347', '4550124', '6672679', '3458508', '8187491', '3605692', '4489664', '4962421', '6544839', '4462410', '6934970', '3875083', '5702053', '1501487', '6169457', '3665187', '5119643', '3128302', '2484078', '4634078', '7241581', '2510752', '5030617', '2377614', '6041029', '9868603', '1493429', '1368003', '6841055', '7550322', '6364523', '6388982', '6432599', '7913412', '3153430', '2938772', '8208936', '6180917', '5316675', '6581464', '9949075', '5840919', '1702795', '6910270', '5383850', '7483511', '1461381', '8237980', '9735074', '7677197', '1900263', '5053595', '2805732', '2505701', '3900592', '4949744', '8436571', '3040201', '3853820', '2500320', '6181943', '2240341', '2016081', '9524886', '5380355', '8011994', '9306110', '1809762', '4603025', '4337926', '1267874', '8003988', '8118902', '2536411', '3926475', '6467708', '7829687', '8501737', '2745942', '1277527', '6904428', '4073990', '6552616', '9619619', '9404208', '7270735', '6417496', '3475064', '4870970', '6075571', '9930591', '4261514', '7816495', '6926341', '7493788', '2065342', '8263590', '8666467', '4797341', '5447201', '3110440', '8105802', '1650919', '6924425', '3997936', '9970580', '1137472', '9580573', '5795661', '4125966', '9369854', '5903955', '1095533', '4830054', '6611058', '4689614', '2971303', '5590753', '1183061', '7449208', '7205223', '4266431', '6202267', '8619934', '8409442', '8708682', '6788963', '7493593', '3538919', '2646448', '5767867', '3073972', '1603351', '8065953', '4047554', '5286484', '3217427', '2054064', '9187231', '4278849', '2925403', '3359441', '4681261', '8664078', '8834558', '9701289', '7743241', '1721115', '6809147', '2910369', '3508718', '7572102', '4056689', '4805505', '9606749', '6575025', '2272212', '9223531', '9453466', '9029131', '9590912', '9161118', '5156521', '2325456', '7173348', '9771677', '9270804', '8550498', '2502494', '8403120', '5429056', '1088262', '4710535', '7892194', '6283981', '1913866', '5414093', '3993419', '2603778', '6267969', '4530183', '7984420', '8007339', '4078399', '5260961', '9760149', '2480422', '7436478', '7814310', '2409678', '3822522', '2171411', '7135201', '7656849', '4850597', '1138794', '4361630', '5140276', '7076676', '4775878', '6717324', '3300143', '4918206', '9432534', '8862011', '1852946', '9486690', '2303666', '4298815', '8081466', '9489057', '9683018', '3821040', '3029574', '5344421', '7721867', '1853217', '7989760', '7698808', '8408455', '5288223', '3002781', '2721912', '2063909', '3337043', '4810337', '9064725', '7033077', '2123459', '4902465', '2718197', '8002860', '4872497', '9950021', '4472498', '4976898', '1942464', '9158954', '9533046', '6585633', '2116471', '5513510', '6228793', '4980828', '7017597', '3514651', '1422302', '8813782', '1435861', '1464402', '5782950', '1338169', '8784457', '4180100', '1059517', '1820102', '4478768', '6447668', '2307902', '8860837', '3704571', '2798761', '1815943', '9121130', '4271103', '8281076', '4283969', '7949589', '3680035', '7299178', '1855983', '8596185', '8406772', '7304270', '6534690', '7867341', '8681756', '8710578', '9594300', '1607346', '4498907', '7355090', '7873825', '8736576', '6718423', '3569198', '3225461', '4769926', '9926768', '1470769', '8267357', '9745302', '6476361', '1441957', '4800370', '9777390', '6058298', '7831400', '2504876', '4235240', '2273413', '2908054', '2182906', '3378956', '5535069', '2766582', '7626963', '7965011', '2164707', '1921682', '2284935', '7773316', '7453457', '6125818', '6858554', '7324477', '9173696', '7303168', '6003386', '3046453', '3942801', '9541394', '8228900', '3737422', '3601281', '7169180', '7612182', '3925334', '6966361', '9654331', '6557826', '8517075', '7640836', '8265456', '6295721', '1234410', '3979866', '8336247', '5473198', '4025173', '4253719', '2231715', '4989632', '2218254', '6874806', '9761340', '4316244', '5063403', '3495579', '4244848', '1440699', '6071620', '1315763', '6778451', '2554298', '1741124', '3126248', '6775420', '8108802', '3814826', '5466073', '5160178', '8392522', '9759391', '5651639', '2005949', '9227168', '8732490', '1291925', '2583573', '1329592', '2653871', '5665873', '7559411', '5297471', '9445328', '7924571', '3485948', '5770176', '9312270', '1608367', '8856545', '4715378', '9559798', '8617470', '6471790', '5699433', '4849231', '3655832', '1695898', '6824087', '5830333', '6538536', '8817235', '6098981', '2517957', '2134954', '1498589', '7073850', '1441429', '8988907', '3788529', '5638205', '4718539', '6129902', '8678893', '8863883', '3073259', '9154485', '1538959', '6684352', '5601984', '5714114', '8154056', '1457383', '1580192', '3181315', '1247696', '9468758', '4272459', '5478733', '2254859', '1419847', '5953030', '4734383', '4972176', '3727508', '9935020', '6198404', '8962439', '9218541', '3323273', '8784085', '8630455', '9721605', '8565438', '6756819', '2450963', '1529996', '2527079', '8397609', '4490834', '6007900', '6338162', '1495705', '8475603', '5467743', '1822405', '5273532', '8105458', '8889553', '6211868', '2930917', '9308582', '2730606', '5917851', '5935571', '6634507', '2985679', '9744634', '9790621', '2479064', '8693729', '5812957', '2266897', '8085937', '2671666', '1656738', '2801681', '4654341', '4482612', '9127816', '9113269', '2501920', '6778766', '5690793', '8759299', '1641839', '7203498', '3590008', '9229988', '5057717', '2045172', '4345667', '4975458', '4016616', '9298695', '6327178', '2343193', '7189668', '8326243', '1294652', '6736810', '4946738', '5437404', '7215660', '6923305', '1058486', '9291597', '4157017', '5801933', '4261230', '8617368', '1369985', '4972727', '8860107', '2159270', '8091262', '1539884', '4342593', '8433359', '1391389', '8255190', '1799553', '2591232', '5686977', '1727605', '4113928', '4715223', '3457283', '2449059', '5833414', '6020527', '6483410', '9744966', '3514803', '9806103', '3182263', '2394772', '5630179', '6571490', '3416068', '8857355', '6272417', '9986527', '7277844', '5067572', '6332473', '7071302', '4612785', '8085326', '3603032', '5360058', '3640506', '4482647', '2562018', '1141307', '7893418', '8361686', '9760836', '3696140', '6409055', '1024170', '2434652', '5758736', '7387880', '7941090', '8177361', '6349456', '8447930', '8825315', '2372529', '8174738', '7549393', '9638206', '7043446', '5353959', '5843934', '6806794', '6705774', '1245040', '5163338', '9901940', '7074851', '5374553', '2347547', '9498998', '8792277', '7450889', '6940900', '4309086', '4615579', '1787946', '2191778', '9450145', '1985488', '5670012', '8730652', '1635641', '3003155', '1820092', '4882908', '9190885', '3913337', '7162642', '5347851', '1862074', '5004143', '4050760', '8381224', '3851579', '4662836', '2336239', '7722088', '8382992', '8539248', '1453112', '6908980', '6087567', '1676478', '2029639', '6016591', '9234327', '3826875', '5460408', '7003558', '8462232', '3398939', '8564457', '5264364', '3276965', '2139338', '9193376', '7455204', '7976401', '6694104', '8125651', '4011994', '4337995', '8000430', '6010593', '4097508', '4722372', '7457901', '8760377', '1557174', '9731659', '4415529', '7097158', '6666670', '9675342', '5869043', '4054519', '4353511', '5946734', '5836364', '6712807', '6704944', '6245388', '9829442', '8003492', '2811928') AND GenerateWorkOrderHistoryId = 123910;... (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-02-04 11:38:21,841 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 149838 AND WorkOrderNo IN ('3103803', '3072755', '1476800', '6092831', '9552518', '8455769', '5402264', '2616525', '5441877', '9378293', '9249485', '2129987', '6242686', '7835941', '5686228', '9738917', '8557454', '4098747', '7844733', '1557601', '3842181', '6756491', '3414423', '1567018', '3240674', '2872608', '1561289', '2742476', '6869013', '6369299', '6278127', '4387250', '9339256', '2263303', '5761554', '8322767', '3466304', '4920203', '5249900', '7242949', '1638800', '2639863', '4363682', '2012185', '5437569', '5345881', '2705940', '2218642', '6771800', '1197072', '2083894', '8841560', '4277011', '7099402', '9887517', '7896062', '7890291', '6131685', '3305896', '9963339', '3157480', '1121923', '6619325', '8593674', '8556327', '1277421', '7593712', '3876327', '9117333', '6196019', '5015521', '9084100', '9639509', '5956867', '8576185', '1727405', '8172837', '6824327', '3637413', '4212325', '2160307', '9539598', '5135200', '7474006', '1667665', '9063675', '2120085', '1914781', '9667749', '1128106', '4867151', '6887185', '6345732', '5412364', '4172756', '5802366', '4209886', '4750136', '3542068', '3787634', '4170704', '5553616', '7096442', '1074747', '5132073', '5814358', '8003179', '2253556', '4162827', '9609823', '1507329', '1893445', '6553271', '6572702', '8332160', '3798034', '3147474', '5571584', '5091002', '4680054', '1305925', '6301781', '2618334', '4574300', '8075321', '9931321', '8607598', '4653309', '4140770', '4750735', '1464776', '4327341', '1612601', '7476743', '5772087', '5094706', '9409173', '8511276', '4598060', '6874145', '8982202', '9246538', '2559130', '2639246', '3890784', '8572379', '6281948', '1250760', '7168940', '9769465', '8993986', '8824592', '5153474', '5107248', '8489693', '2264974', '9237884', '6294631', '8734260', '1071404', '6745613', '1569301', '1262144', '8591279', '2614148', '8431303', '3782636', '1773627', '6613608', '3762515', '6385976', '4029322', '6706962', '6628715', '6768472', '4176217', '8008783', '1126136', '9674877', '7157193', '3192388', '1775469', '6140723', '5518438', '4592456', '6703323', '6262950', '3773851', '1289869', '4327007', '6392869', '3143105', '9915834', '5136041', '5796267', '7798087', '9048213', '4339435', '2432348', '5388593', '1790934', '1277873', '6689300', '3540805', '2119921', '7403095', '3549601', '6175803', '7601287', '6277543', '3175174', '1946247', '6902041', '1079917', '4137315', '7067543', '2589155', '7315309', '1119374', '9357792', '5012641', '1871710', '6136844', '5290166', '9799191', '3785528', '1235937', '5134038', '1609951', '4861071', '2552605', '5297625', '6747250', '6578208', '1287105', '4221586', '5209400', '9965095', '9915283', '2833428', '7883464', '2762115', '9197267', '6112990', '9854278', '5399290', '7974955', '3998630', '1469704', '3571317', '8272669', '9317172', '5157090', '4893469', '2873997', '9706072', '4613832', '2721884', '5009007', '5417221', '7393073', '6653463', '9438974', '5563006', '8408248', '7600873', '2431104', '1620748', '5631369', '6157003', '4689121', '7700554', '9223585', '3277976', '4536623', '8369250', '2494577', '3514855', '2566296', '1044516', '6894012', '4011306', '7327036', '6520797', '4392584', '3858835', '6626436', '4634416', '3142025', '2026115', '2072462', '8490201', '8720992', '7991014', '8988532', '5956347', '9686813', '1724906', '9489089', '6487926', '8241314', '4164492', '3609316', '8544663', '9081940', '3426542', '5886584', '9769404', '1350534', '5978654', '7960202', '1153692', '7068742', '3101241', '3090800', '8708890', '9005772', '4362624', '2553307', '1092571', '7565109', '9631089', '2124851', '3005359', '5080280', '5453713', '7951811', '8157405', '3581797', '7498609', '2721236', '2723818', '6522913', '3810929', '9532568', '8546925', '6948762', '9252769', '1223825', '2436073', '3669707', '4574835', '5831186', '7374389', '2372138', '7570622', '9982534', '7200841', '9077672', '6814275', '1004670', '6647913', '7594219', '3163710', '9550716', '9240336', '5098134', '8550088', '6911808', '4507953', '6927065', '1929149', '9964223', '5253946', '5742414', '4671957', '2943974', '1323354', '9969228', '9149098', '6798503', '8484206', '7488143', '4996124', '5824800', '4068981', '2917608', '6063805', '4253012', '3975875', '5973979', '5335081', '8398790', '2570281', '7508846', '4162699', '6840117', '5231047', '3686785', '4694534', '4702276', '1268924', '4691960', '8276113', '8732612', '4778568', '7397155', '6438569', '4837744', '5397222', '6892901', '3915827', '7215495', '3215330', '1483239', '8261847', '1690721', '8096908', '5619722', '2928124', '4457927', '6077661', '3852223', '5459275', '4222827', '9210123', '3762167', '8898259', '8822472', '6720878') AND GenerateWorkOrderHistoryId = 123910;... (Thread: ThreadPoolExecutor-4_1) - __SPLIT__ 2026-02-04 11:38:22,432 - [123910] - src.utils.log - INFO - βœ… Fetched 420 rows - __SPLIT__ 2026-02-04 11:38:22,653 - [123910] - src.utils.log - INFO - βœ… Fetched 1000 rows - __SPLIT__ 2026-02-04 11:38:22,726 - [123910] - src.utils.log - INFO - 🏁 Final merged rows: 1420 - __SPLIT__ 2026-02-04 11:38:22,802 - [123910] - src.utils.log - INFO - Parallel Insertion in work order tables begin - __SPLIT__ 2026-02-04 11:38:22,865 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_0) - __SPLIT__ 2026-02-04 11:38:22,865 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_1) - __SPLIT__ 2026-02-04 11:38:22,865 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_2) - __SPLIT__ 2026-02-04 11:38:22,866 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_3) - __SPLIT__ 2026-02-04 11:38:22,867 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 2840 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_4) - __SPLIT__ 2026-02-04 11:38:22,868 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_5) - __SPLIT__ 2026-02-04 11:38:22,868 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 1420 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_6) - __SPLIT__ 2026-02-04 11:38:22,868 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_7) - __SPLIT__ 2026-02-04 11:38:22,869 - [123910] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 2840 rows in batches of 25000 (Thread: ThreadPoolExecutor-5_8) - __SPLIT__ 2026-02-04 11:38:23,184 - [123910] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-04 11:38:23,249 - [123910] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-04 11:38:23,336 - [123910] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-04 11:38:23,390 - [123910] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-04 11:38:23,476 - [123910] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2840) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-04 11:38:23,513 - [123910] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-04 11:38:23,518 - [123910] - src.utils.log - INFO - [OK] Lead Notes completed. - __SPLIT__ 2026-02-04 11:38:23,605 - [123910] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1420) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-04 11:38:23,639 - [123910] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-04 11:38:24,022 - [123910] - src.utils.log - INFO - [OK] Discount Applied completed. - __SPLIT__ 2026-02-04 11:38:24,269 - [123910] - src.utils.log - INFO - [OK] Sales Person Commission completed. - __SPLIT__ 2026-02-04 11:38:24,341 - [123910] - src.utils.log - INFO - [OK] Adjustment completed. - __SPLIT__ 2026-02-04 11:38:24,420 - [123910] - src.utils.log - INFO - [OK] Sub WO completed. - __SPLIT__ 2026-02-04 11:38:24,498 - [123910] - src.utils.log - INFO - [OK] Source Mapping completed. - __SPLIT__ 2026-02-04 11:38:24,521 - [123910] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2840) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-04 11:38:29,857 - [123910] - src.utils.log - INFO - βœ… All 1420 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-04 11:38:29,923 - [123910] - src.utils.log - INFO - [OK] Crew completed. - __SPLIT__ 2026-02-04 11:38:35,404 - [123910] - src.utils.log - INFO - βœ… All 2840 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-04 11:38:35,485 - [123910] - src.utils.log - INFO - [OK] Services completed. - __SPLIT__ 2026-02-04 11:38:36,826 - [123910] - src.utils.log - INFO - βœ… All 2840 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-04 11:38:36,902 - [123910] - src.utils.log - INFO - [OK] Publish Services completed. - __SPLIT__ 2026-02-04 11:38:36,973 - [123910] - src.utils.log - INFO - All publish tasks completed successfully. - __SPLIT__ 2026-02-04 11:38:37,046 - [123910] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-04 11:38:37,115 - [123910] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 123910 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:38:37,448 - [123910] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-04 11:38:37,582 - [123910] - src.utils.log - INFO - πŸ”„ Updating next gen date parallely: inside update_next_workorder_generation - __SPLIT__ 2026-02-04 11:38:37,782 - [123910] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_91fc6968fe - __SPLIT__ 2026-02-04 11:38:37,981 - [123910] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_91fc6968fe - __SPLIT__ 2026-02-04 11:38:38,580 - [123910] - src.utils.log - INFO - πŸ” Running UPDATE to apply changes - __SPLIT__ 2026-02-04 11:38:38,928 - [123910] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-04 11:38:38,997 - [123910] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_91fc6968fe - __SPLIT__ 2026-02-04 11:38:39,075 - [123910] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 123910 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:38:39,426 - [123910] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 11:38:39,502 - [123910] - src.utils.log - INFO - Parallel deletion from temp tables begin - __SPLIT__ 2026-02-04 11:38:39,568 - [123910] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899) (Thread: ThreadPoolExecutor-7_0) - __SPLIT__ 2026-02-04 11:38:39,570 - [123910] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899) (Thread: ThreadPoolExecutor-7_1) - __SPLIT__ 2026-02-04 11:38:39,570 - [123910] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899) (Thread: ThreadPoolExecutor-7_2) - __SPLIT__ 2026-02-04 11:38:39,571 - [123910] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899) (Thread: ThreadPoolExecutor-7_3) - __SPLIT__ 2026-02-04 11:38:39,571 - [123910] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899) (Thread: ThreadPoolExecutor-7_4) - __SPLIT__ 2026-02-04 11:38:39,571 - [123910] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899) (Thread: ThreadPoolExecutor-7_5) - __SPLIT__ 2026-02-04 11:38:39,572 - [123910] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899) (Thread: ThreadPoolExecutor-7_6) - __SPLIT__ 2026-02-04 11:38:40,215 - [123910] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 11:38:40,257 - [123910] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 11:38:40,287 - [123910] - src.utils.log - INFO - [OK] Deleted from Services - __SPLIT__ 2026-02-04 11:38:40,350 - [123910] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 11:38:40,430 - [123910] - src.utils.log - INFO - [OK] Deleted from Crews - __SPLIT__ 2026-02-04 11:38:40,446 - [123910] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 11:38:40,527 - [123910] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 11:38:40,533 - [123910] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 11:38:40,601 - [123910] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 11:38:40,625 - [123910] - src.utils.log - INFO - [OK] Deleted from SalesPersonCommission - __SPLIT__ 2026-02-04 11:38:40,976 - [123910] - src.utils.log - INFO - [OK] Deleted from AppliedDiscount - __SPLIT__ 2026-02-04 11:38:41,048 - [123910] - src.utils.log - INFO - [OK] Deleted from SourceMapping - __SPLIT__ 2026-02-04 11:38:41,113 - [123910] - src.utils.log - INFO - [OK] Deleted from SubWorkOrder - __SPLIT__ 2026-02-04 11:38:41,188 - [123910] - src.utils.log - INFO - [OK] Deleted from Adjustment - __SPLIT__ 2026-02-04 11:38:41,261 - [123910] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899) (Thread: ThreadPoolExecutor-6_0) - __SPLIT__ 2026-02-04 11:38:42,062 - [123910] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-04 11:38:42,132 - [123910] - src.utils.log - INFO - βœ” Completed batch of 1420 records - __SPLIT__ 2026-02-04 11:38:42,200 - [123910] - src.utils.log - INFO - πŸŽ‰ All batches processed. - __SPLIT__ 2026-02-04 11:38:42,269 - [123910] - src.utils.log - INFO - Work order published ids: (3174480, 3174481, 3174482, 3174483, 3174484, 3174485, 3174486, 3174487, 3174488, 3174489, 3174490, 3174491, 3174492, 3174493, 3174494, 3174495, 3174496, 3174497, 3174498, 3174499, 3174500, 3174501, 3174502, 3174503, 3174504, 3174505, 3174506, 3174507, 3174508, 3174509, 3174510, 3174511, 3174512, 3174513, 3174514, 3174515, 3174516, 3174517, 3174518, 3174519, 3174520, 3174521, 3174522, 3174523, 3174524, 3174525, 3174526, 3174527, 3174528, 3174529, 3174530, 3174531, 3174532, 3174533, 3174534, 3174535, 3174536, 3174537, 3174538, 3174539, 3174540, 3174541, 3174542, 3174543, 3174544, 3174545, 3174546, 3174547, 3174548, 3174549, 3174550, 3174551, 3174552, 3174553, 3174554, 3174555, 3174556, 3174557, 3174558, 3174559, 3174560, 3174561, 3174562, 3174563, 3174564, 3174565, 3174566, 3174567, 3174568, 3174569, 3174570, 3174571, 3174572, 3174573, 3174574, 3174575, 3174576, 3174577, 3174578, 3174579, 3174580, 3174581, 3174582, 3174583, 3174584, 3174585, 3174586, 3174587, 3174588, 3174589, 3174590, 3174591, 3174592, 3174593, 3174594, 3174595, 3174596, 3174597, 3174598, 3174599, 3174600, 3174601, 3174602, 3174603, 3174604, 3174605, 3174606, 3174607, 3174608, 3174609, 3174610, 3174611, 3174612, 3174613, 3174614, 3174615, 3174616, 3174617, 3174618, 3174619, 3174620, 3174621, 3174622, 3174623, 3174624, 3174625, 3174626, 3174627, 3174628, 3174629, 3174630, 3174631, 3174632, 3174633, 3174634, 3174635, 3174636, 3174637, 3174638, 3174639, 3174640, 3174641, 3174642, 3174643, 3174644, 3174645, 3174646, 3174647, 3174648, 3174649, 3174650, 3174651, 3174652, 3174653, 3174654, 3174655, 3174656, 3174657, 3174658, 3174659, 3174660, 3174661, 3174662, 3174663, 3174664, 3174665, 3174666, 3174667, 3174668, 3174669, 3174670, 3174671, 3174672, 3174673, 3174674, 3174675, 3174676, 3174677, 3174678, 3174679, 3174680, 3174681, 3174682, 3174683, 3174684, 3174685, 3174686, 3174687, 3174688, 3174689, 3174690, 3174691, 3174692, 3174693, 3174694, 3174695, 3174696, 3174697, 3174698, 3174699, 3174700, 3174701, 3174702, 3174703, 3174704, 3174705, 3174706, 3174707, 3174708, 3174709, 3174710, 3174711, 3174712, 3174713, 3174714, 3174715, 3174716, 3174717, 3174718, 3174719, 3174720, 3174721, 3174722, 3174723, 3174724, 3174725, 3174726, 3174727, 3174728, 3174729, 3174730, 3174731, 3174732, 3174733, 3174734, 3174735, 3174736, 3174737, 3174738, 3174739, 3174740, 3174741, 3174742, 3174743, 3174744, 3174745, 3174746, 3174747, 3174748, 3174749, 3174750, 3174751, 3174752, 3174753, 3174754, 3174755, 3174756, 3174757, 3174758, 3174759, 3174760, 3174761, 3174762, 3174763, 3174764, 3174765, 3174766, 3174767, 3174768, 3174769, 3174770, 3174771, 3174772, 3174773, 3174774, 3174775, 3174776, 3174777, 3174778, 3174779, 3174780, 3174781, 3174782, 3174783, 3174784, 3174785, 3174786, 3174787, 3174788, 3174789, 3174790, 3174791, 3174792, 3174793, 3174794, 3174795, 3174796, 3174797, 3174798, 3174799, 3174800, 3174801, 3174802, 3174803, 3174804, 3174805, 3174806, 3174807, 3174808, 3174809, 3174810, 3174811, 3174812, 3174813, 3174814, 3174815, 3174816, 3174817, 3174818, 3174819, 3174820, 3174821, 3174822, 3174823, 3174824, 3174825, 3174826, 3174827, 3174828, 3174829, 3174830, 3174831, 3174832, 3174833, 3174834, 3174835, 3174836, 3174837, 3174838, 3174839, 3174840, 3174841, 3174842, 3174843, 3174844, 3174845, 3174846, 3174847, 3174848, 3174849, 3174850, 3174851, 3174852, 3174853, 3174854, 3174855, 3174856, 3174857, 3174858, 3174859, 3174860, 3174861, 3174862, 3174863, 3174864, 3174865, 3174866, 3174867, 3174868, 3174869, 3174870, 3174871, 3174872, 3174873, 3174874, 3174875, 3174876, 3174877, 3174878, 3174879, 3174880, 3174881, 3174882, 3174883, 3174884, 3174885, 3174886, 3174887, 3174888, 3174889, 3174890, 3174891, 3174892, 3174893, 3174894, 3174895, 3174896, 3174897, 3174898, 3174899, 3174900, 3174901, 3174902, 3174903, 3174904, 3174905, 3174906, 3174907, 3174908, 3174909, 3174910, 3174911, 3174912, 3174913, 3174914, 3174915, 3174916, 3174917, 3174918, 3174919, 3174920, 3174921, 3174922, 3174923, 3174924, 3174925, 3174926, 3174927, 3174928, 3174929, 3174930, 3174931, 3174932, 3174933, 3174934, 3174935, 3174936, 3174937, 3174938, 3174939, 3174940, 3174941, 3174942, 3174943, 3174944, 3174945, 3174946, 3174947, 3174948, 3174949, 3174950, 3174951, 3174952, 3174953, 3174954, 3174955, 3174956, 3174957, 3174958, 3174959, 3174960, 3174961, 3174962, 3174963, 3174964, 3174965, 3174966, 3174967, 3174968, 3174969, 3174970, 3174971, 3174972, 3174973, 3174974, 3174975, 3174976, 3174977, 3174978, 3174979, 3174980, 3174981, 3174982, 3174983, 3174984, 3174985, 3174986, 3174987, 3174988, 3174989, 3174990, 3174991, 3174992, 3174993, 3174994, 3174995, 3174996, 3174997, 3174998, 3174999, 3175000, 3175001, 3175002, 3175003, 3175004, 3175005, 3175006, 3175007, 3175008, 3175009, 3175010, 3175011, 3175012, 3175013, 3175014, 3175015, 3175016, 3175017, 3175018, 3175019, 3175020, 3175021, 3175022, 3175023, 3175024, 3175025, 3175026, 3175027, 3175028, 3175029, 3175030, 3175031, 3175032, 3175033, 3175034, 3175035, 3175036, 3175037, 3175038, 3175039, 3175040, 3175041, 3175042, 3175043, 3175044, 3175045, 3175046, 3175047, 3175048, 3175049, 3175050, 3175051, 3175052, 3175053, 3175054, 3175055, 3175056, 3175057, 3175058, 3175059, 3175060, 3175061, 3175062, 3175063, 3175064, 3175065, 3175066, 3175067, 3175068, 3175069, 3175070, 3175071, 3175072, 3175073, 3175074, 3175075, 3175076, 3175077, 3175078, 3175079, 3175080, 3175081, 3175082, 3175083, 3175084, 3175085, 3175086, 3175087, 3175088, 3175089, 3175090, 3175091, 3175092, 3175093, 3175094, 3175095, 3175096, 3175097, 3175098, 3175099, 3175100, 3175101, 3175102, 3175103, 3175104, 3175105, 3175106, 3175107, 3175108, 3175109, 3175110, 3175111, 3175112, 3175113, 3175114, 3175115, 3175116, 3175117, 3175118, 3175119, 3175120, 3175121, 3175122, 3175123, 3175124, 3175125, 3175126, 3175127, 3175128, 3175129, 3175130, 3175131, 3175132, 3175133, 3175134, 3175135, 3175136, 3175137, 3175138, 3175139, 3175140, 3175141, 3175142, 3175143, 3175144, 3175145, 3175146, 3175147, 3175148, 3175149, 3175150, 3175151, 3175152, 3175153, 3175154, 3175155, 3175156, 3175157, 3175158, 3175159, 3175160, 3175161, 3175162, 3175163, 3175164, 3175165, 3175166, 3175167, 3175168, 3175169, 3175170, 3175171, 3175172, 3175173, 3175174, 3175175, 3175176, 3175177, 3175178, 3175179, 3175180, 3175181, 3175182, 3175183, 3175184, 3175185, 3175186, 3175187, 3175188, 3175189, 3175190, 3175191, 3175192, 3175193, 3175194, 3175195, 3175196, 3175197, 3175198, 3175199, 3175200, 3175201, 3175202, 3175203, 3175204, 3175205, 3175206, 3175207, 3175208, 3175209, 3175210, 3175211, 3175212, 3175213, 3175214, 3175215, 3175216, 3175217, 3175218, 3175219, 3175220, 3175221, 3175222, 3175223, 3175224, 3175225, 3175226, 3175227, 3175228, 3175229, 3175230, 3175231, 3175232, 3175233, 3175234, 3175235, 3175236, 3175237, 3175238, 3175239, 3175240, 3175241, 3175242, 3175243, 3175244, 3175245, 3175246, 3175247, 3175248, 3175249, 3175250, 3175251, 3175252, 3175253, 3175254, 3175255, 3175256, 3175257, 3175258, 3175259, 3175260, 3175261, 3175262, 3175263, 3175264, 3175265, 3175266, 3175267, 3175268, 3175269, 3175270, 3175271, 3175272, 3175273, 3175274, 3175275, 3175276, 3175277, 3175278, 3175279, 3175280, 3175281, 3175282, 3175283, 3175284, 3175285, 3175286, 3175287, 3175288, 3175289, 3175290, 3175291, 3175292, 3175293, 3175294, 3175295, 3175296, 3175297, 3175298, 3175299, 3175300, 3175301, 3175302, 3175303, 3175304, 3175305, 3175306, 3175307, 3175308, 3175309, 3175310, 3175311, 3175312, 3175313, 3175314, 3175315, 3175316, 3175317, 3175318, 3175319, 3175320, 3175321, 3175322, 3175323, 3175324, 3175325, 3175326, 3175327, 3175328, 3175329, 3175330, 3175331, 3175332, 3175333, 3175334, 3175335, 3175336, 3175337, 3175338, 3175339, 3175340, 3175341, 3175342, 3175343, 3175344, 3175345, 3175346, 3175347, 3175348, 3175349, 3175350, 3175351, 3175352, 3175353, 3175354, 3175355, 3175356, 3175357, 3175358, 3175359, 3175360, 3175361, 3175362, 3175363, 3175364, 3175365, 3175366, 3175367, 3175368, 3175369, 3175370, 3175371, 3175372, 3175373, 3175374, 3175375, 3175376, 3175377, 3175378, 3175379, 3175380, 3175381, 3175382, 3175383, 3175384, 3175385, 3175386, 3175387, 3175388, 3175389, 3175390, 3175391, 3175392, 3175393, 3175394, 3175395, 3175396, 3175397, 3175398, 3175399, 3175400, 3175401, 3175402, 3175403, 3175404, 3175405, 3175406, 3175407, 3175408, 3175409, 3175410, 3175411, 3175412, 3175413, 3175414, 3175415, 3175416, 3175417, 3175418, 3175419, 3175420, 3175421, 3175422, 3175423, 3175424, 3175425, 3175426, 3175427, 3175428, 3175429, 3175430, 3175431, 3175432, 3175433, 3175434, 3175435, 3175436, 3175437, 3175438, 3175439, 3175440, 3175441, 3175442, 3175443, 3175444, 3175445, 3175446, 3175447, 3175448, 3175449, 3175450, 3175451, 3175452, 3175453, 3175454, 3175455, 3175456, 3175457, 3175458, 3175459, 3175460, 3175461, 3175462, 3175463, 3175464, 3175465, 3175466, 3175467, 3175468, 3175469, 3175470, 3175471, 3175472, 3175473, 3175474, 3175475, 3175476, 3175477, 3175478, 3175479, 3175480, 3175481, 3175482, 3175483, 3175484, 3175485, 3175486, 3175487, 3175488, 3175489, 3175490, 3175491, 3175492, 3175493, 3175494, 3175495, 3175496, 3175497, 3175498, 3175499, 3175500, 3175501, 3175502, 3175503, 3175504, 3175505, 3175506, 3175507, 3175508, 3175509, 3175510, 3175511, 3175512, 3175513, 3175514, 3175515, 3175516, 3175517, 3175518, 3175519, 3175520, 3175521, 3175522, 3175523, 3175524, 3175525, 3175526, 3175527, 3175528, 3175529, 3175530, 3175531, 3175532, 3175533, 3175534, 3175535, 3175536, 3175537, 3175538, 3175539, 3175540, 3175541, 3175542, 3175543, 3175544, 3175545, 3175546, 3175547, 3175548, 3175549, 3175550, 3175551, 3175552, 3175553, 3175554, 3175555, 3175556, 3175557, 3175558, 3175559, 3175560, 3175561, 3175562, 3175563, 3175564, 3175565, 3175566, 3175567, 3175568, 3175569, 3175570, 3175571, 3175572, 3175573, 3175574, 3175575, 3175576, 3175577, 3175578, 3175579, 3175580, 3175581, 3175582, 3175583, 3175584, 3175585, 3175586, 3175587, 3175588, 3175589, 3175590, 3175591, 3175592, 3175593, 3175594, 3175595, 3175596, 3175597, 3175598, 3175599, 3175600, 3175601, 3175602, 3175603, 3175604, 3175605, 3175606, 3175607, 3175608, 3175609, 3175610, 3175611, 3175612, 3175613, 3175614, 3175615, 3175616, 3175617, 3175618, 3175619, 3175620, 3175621, 3175622, 3175623, 3175624, 3175625, 3175626, 3175627, 3175628, 3175629, 3175630, 3175631, 3175632, 3175633, 3175634, 3175635, 3175636, 3175637, 3175638, 3175639, 3175640, 3175641, 3175642, 3175643, 3175644, 3175645, 3175646, 3175647, 3175648, 3175649, 3175650, 3175651, 3175652, 3175653, 3175654, 3175655, 3175656, 3175657, 3175658, 3175659, 3175660, 3175661, 3175662, 3175663, 3175664, 3175665, 3175666, 3175667, 3175668, 3175669, 3175670, 3175671, 3175672, 3175673, 3175674, 3175675, 3175676, 3175677, 3175678, 3175679, 3175680, 3175681, 3175682, 3175683, 3175684, 3175685, 3175686, 3175687, 3175688, 3175689, 3175690, 3175691, 3175692, 3175693, 3175694, 3175695, 3175696, 3175697, 3175698, 3175699, 3175700, 3175701, 3175702, 3175703, 3175704, 3175705, 3175706, 3175707, 3175708, 3175709, 3175710, 3175711, 3175712, 3175713, 3175714, 3175715, 3175716, 3175717, 3175718, 3175719, 3175720, 3175721, 3175722, 3175723, 3175724, 3175725, 3175726, 3175727, 3175728, 3175729, 3175730, 3175731, 3175732, 3175733, 3175734, 3175735, 3175736, 3175737, 3175738, 3175739, 3175740, 3175741, 3175742, 3175743, 3175744, 3175745, 3175746, 3175747, 3175748, 3175749, 3175750, 3175751, 3175752, 3175753, 3175754, 3175755, 3175756, 3175757, 3175758, 3175759, 3175760, 3175761, 3175762, 3175763, 3175764, 3175765, 3175766, 3175767, 3175768, 3175769, 3175770, 3175771, 3175772, 3175773, 3175774, 3175775, 3175776, 3175777, 3175778, 3175779, 3175780, 3175781, 3175782, 3175783, 3175784, 3175785, 3175786, 3175787, 3175788, 3175789, 3175790, 3175791, 3175792, 3175793, 3175794, 3175795, 3175796, 3175797, 3175798, 3175799, 3175800, 3175801, 3175802, 3175803, 3175804, 3175805, 3175806, 3175807, 3175808, 3175809, 3175810, 3175811, 3175812, 3175813, 3175814, 3175815, 3175816, 3175817, 3175818, 3175819, 3175820, 3175821, 3175822, 3175823, 3175824, 3175825, 3175826, 3175827, 3175828, 3175829, 3175830, 3175831, 3175832, 3175833, 3175834, 3175835, 3175836, 3175837, 3175838, 3175839, 3175840, 3175841, 3175842, 3175843, 3175844, 3175845, 3175846, 3175847, 3175848, 3175849, 3175850, 3175851, 3175852, 3175853, 3175854, 3175855, 3175856, 3175857, 3175858, 3175859, 3175860, 3175861, 3175862, 3175863, 3175864, 3175865, 3175866, 3175867, 3175868, 3175869, 3175870, 3175871, 3175872, 3175873, 3175874, 3175875, 3175876, 3175877, 3175878, 3175879, 3175880, 3175881, 3175882, 3175883, 3175884, 3175885, 3175886, 3175887, 3175888, 3175889, 3175890, 3175891, 3175892, 3175893, 3175894, 3175895, 3175896, 3175897, 3175898, 3175899) - __SPLIT__ 2026-02-04 11:38:42,363 - [123910] - src.utils.log - INFO - Time took to perform operation in publishing [123910]: 113.97 - __SPLIT__ 2026-02-04 11:38:42,432 - [123910] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [123910] - __SPLIT__ 2026-02-04 11:38:42,497 - [123910] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-04 06:38:42.269' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123910;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-04 11:38:42,857 - [123910] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 06:42:53,327 - [13342] - src.utils.log - INFO - ParallelProcessing=True temp_invoice=[] user_id=122885 company_id=135 project_id=[13342] publish_all=True - __SPLIT__ 2026-02-05 06:42:53,557 - [13342] - src.utils.log - INFO - Invoice Published Successfully - __SPLIT__ 2026-02-05 06:42:53,626 - [13342] - src.utils.log - INFO - Parallel invoice publish in progress - __SPLIT__ 2026-02-05 06:42:53,710 - [13342] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-05 06:42:53,782 - [13342] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:42:56,515 - [13342] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 06:42:56,584 - [13342] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-05 06:42:56,647 - [13342] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET PublishStatus = 'InProgress', InvoicePublishStartDateTime = '2026-02-05 01:42:56.647' WHERE CompanyId = 135 AND GenerateInvoiceHistoryId = 13342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:42:57,007 - [13342] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 06:42:57,069 - [13342] - src.utils.log - INFO - πŸ” Fetching data: SELECT i.* FROM Billing.InvoiceAutoGeneration i join Billing.TransactionAutoGeneration t on i.TransactionAutoGenerationId = t.TransactionAutoGenerationId WHERE t.GenerateWorkOrderHistoryId = 13342; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:42:58,174 - [13342] - src.utils.log - INFO - βœ… Fetched 14 rows - __SPLIT__ 2026-02-05 06:42:58,241 - [13342] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Billing.TransactionAutoGeneration tag WHERE tag.TransactionAutoGenerationId in (790703, 790707, 790708, 792094, 792095, 793252, 793253, 793254, 793255, 793256, 793537, 793760, 793761, 793820);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:42:58,597 - [13342] - src.utils.log - INFO - βœ… Fetched 14 rows - __SPLIT__ 2026-02-05 06:42:58,666 - [13342] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 14 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:42:59,217 - [13342] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 14) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-05 06:43:00,480 - [13342] - src.utils.log - INFO - βœ… All 14 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-05 06:43:00,691 - [13342] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-05 06:43:00,756 - [13342] - 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, 12345678921, 12345678922, 12345678923);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:43:01,262 - [13342] - src.utils.log - INFO - βœ… Fetched 14 rows - __SPLIT__ 2026-02-05 06:43:01,331 - [13342] - 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); ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-05 06:43:02,072 - [13342] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 06:43:02,145 - [13342] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 135 AND EnitityNumberType in ('Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:43:02,502 - [13342] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 06:43:02,572 - [13342] - src.utils.log - INFO - 14 Invoice Generated : [122390, 122391, 122392, 122393, 122394, 122395, 122396, 122397, 122398, 122399, 122400, 122401, 122402, 122403] - __SPLIT__ 2026-02-05 06:43:02,637 - [13342] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '122404' WHERE CompanyId = 135 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:43:03,000 - [13342] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 06:43:03,072 - [13342] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 14 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:43:03,448 - [13342] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 14) into Billing.Invoice - __SPLIT__ 2026-02-05 06:43:04,799 - [13342] - src.utils.log - INFO - βœ… All 14 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-05 06:43:04,864 - [13342] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, InvoiceId FROM Billing.Invoice WHERE TransactionId in (378974, 378975, 378976, 378977, 378978, 378979, 378980, 378981, 378982, 378983, 378984, 378985, 378986, 378987);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:43:05,248 - [13342] - src.utils.log - INFO - βœ… Fetched 14 rows - __SPLIT__ 2026-02-05 06:43:05,320 - [13342] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Billing.InvoiceChargesAutoGeneration icag WHERE InvoiceAutoGenerationId in (845604, 845608, 845609, 846995, 846996, 848153, 848154, 848155, 848156, 848157, 848438, 848661, 848662, 848721);... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-02-05 06:43:05,320 - [13342] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Billing.InvoiceAutoGenerationAppliedDiscount iagad WHERE InvoiceAutoGenerationId in (845604, 845608, 845609, 846995, 846996, 848153, 848154, 848155, 848156, 848157, 848438, 848661, 848662, 848721);... (Thread: ThreadPoolExecutor-1_1) - __SPLIT__ 2026-02-05 06:43:05,999 - [13342] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 06:43:06,664 - [13342] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-02-05 06:43:06,740 - [13342] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-05 06:43:06,740 - [13342] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 10 rows in batches of 25000 (Thread: ThreadPoolExecutor-2_1) - __SPLIT__ 2026-02-05 06:43:06,741 - [13342] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 10 rows in batches of 25000 (Thread: ThreadPoolExecutor-2_2) - __SPLIT__ 2026-02-05 06:43:07,123 - [13342] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.InvoiceCharges in 0 batches - __SPLIT__ 2026-02-05 06:43:07,191 - [13342] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.AccountDiscountSetup - __SPLIT__ 2026-02-05 06:43:08,120 - [13342] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.DiscountApplied - __SPLIT__ 2026-02-05 06:43:08,320 - [13342] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-02-05 06:43:09,245 - [13342] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-02-05 06:43:09,311 - [13342] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: delete FROM Billing.InvoiceAutoGenerationAppliedDiscount WHERE InvoiceAutoGenerationId in (845604, 845608, 845609, 846995, 846996, 848153, 848154, 848155, 848156, 848157, 848438, 848661, 848662, 848721) (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-02-05 06:43:09,311 - [13342] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: delete FROM Billing.InvoiceChargesAutoGeneration WHERE InvoiceAutoGenerationId in (845604, 845608, 845609, 846995, 846996, 848153, 848154, 848155, 848156, 848157, 848438, 848661, 848662, 848721) (Thread: ThreadPoolExecutor-3_1) - __SPLIT__ 2026-02-05 06:43:09,675 - [13342] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 06:43:09,732 - [13342] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 06:43:09,803 - [13342] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: delete FROM Billing.InvoiceAutoGeneration WHERE InvoiceAutoGenerationId in (845604, 845608, 845609, 846995, 846996, 848153, 848154, 848155, 848156, 848157, 848438, 848661, 848662, 848721) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:43:10,177 - [13342] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 06:43:10,243 - [13342] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: delete FROM Billing.TransactionAutoGeneration WHERE TransactionAutoGenerationId in (790703, 790707, 790708, 792094, 792095, 793252, 793253, 793254, 793255, 793256, 793537, 793760, 793761, 793820) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:43:10,610 - [13342] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 06:43:10,676 - [13342] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-05 01:42:56.647' WHERE CompanyId = 135 AND GenerateInvoiceHistoryId = 13342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 06:43:11,047 - [13342] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 06:43:11,120 - [13342] - src.utils.log - INFO - Parallel invoice publish completed successfully - Time took: 17.42 - __SPLIT__ 2026-02-05 09:56:07,627 - [11760] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[] user_id=122885 company_id=135 project_id=[11760] publish_all=True - __SPLIT__ 2026-02-05 09:56:07,766 - [11760] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[] user_id=122885 company_id=135 project_id=[11760] publish_all=True - __SPLIT__ 2026-02-05 09:56:07,839 - [11760] - src.utils.log - INFO - Parallel Work order publish in progress for GenerateWorkOrderHistoryId: [11760] - __SPLIT__ 2026-02-05 09:56:07,908 - [11760] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-05 09:56:07,975 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:10,178 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 09:56:10,244 - [11760] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-05 09:56:10,309 - [11760] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 135 AND GenerateWorkOrderHistoryId = 11760;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:10,666 - [11760] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 09:56:10,736 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.GenerateWorkOrderHistoryId = 11760... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:11,104 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 09:56:11,164 - [11760] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-05 09:56:11,226 - [11760] - 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 = 135 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23372 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:11,589 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 09:56:11,659 - [11760] - 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 = 135 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23372 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:12,012 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 09:56:12,079 - [11760] - 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 = 135 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 23372 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:12,445 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 09:56:12,512 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 135 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:12,874 - [11760] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 09:56:12,945 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 135;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:13,387 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 09:56:13,459 - [11760] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '122416' WHERE CompanyId = 135 AND EnitityNumberType in ('WorkOrder','Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:13,813 - [11760] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 09:56:13,879 - [11760] - 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 = 23372... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:14,242 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 09:56:14,310 - [11760] - src.utils.log - INFO - Size of Transaction: 1 - __SPLIT__ 2026-02-05 09:56:14,382 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:14,896 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-05 09:56:16,064 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-05 09:56:16,275 - [11760] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-05 09:56:16,339 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy = 12345678910 and t.CompanyId = 135 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-05 04:56:14.305';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:16,931 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 09:56:16,998 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 23372;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:17,914 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 09:56:17,993 - [11760] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy = 12345678910 AND CreatedDate = '2026-02-05 04:56:14.305'; ... (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-02-05 09:56:18,443 - [11760] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 09:56:18,508 - [11760] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:18,881 - [11760] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into Billing.Invoice - __SPLIT__ 2026-02-05 09:56:19,999 - [11760] - src.utils.log - INFO - βœ… All 1 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-05 09:56:20,064 - [11760] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo = '122415R'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:20,484 - [11760] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 09:56:20,556 - [11760] - 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 = 23372 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:20,923 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 09:56:20,983 - [11760] - 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 = 23372 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:21,357 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 09:56:21,421 - [11760] - 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 = 23372 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:21,770 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 09:56:21,827 - [11760] - 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 = 23372 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:22,188 - [11760] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 09:56:22,257 - [11760] - src.utils.log - INFO - Error: 'ServiceSetupId' - __SPLIT__ 2026-02-05 09:56:22,315 - [11760] - src.utils.log - INFO - Time took to perform operation in publishing [11760]: 14.41 - __SPLIT__ 2026-02-05 09:56:22,371 - [11760] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [11760] - __SPLIT__ 2026-02-05 09:56:22,431 - [11760] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-05 04:56:22.431' WHERE CompanyId = 135 AND GenerateWorkOrderHistoryId = 11760;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 09:56:22,797 - [11760] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:11:36,163 - 123937 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=123937 - __SPLIT__ 2026-02-05 10:11:36,283 - 123937 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 123937 - __SPLIT__ 2026-02-05 10:11:36,351 - 123937 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-05 10:11:36,423 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:38,510 - 123937 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:11:38,577 - 123937 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 10:11:38,642 - 123937 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-05 10:11:38,705 - 123937 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-05 10:11:38,780 - 123937 - src.utils.log - INFO - βœ… Connected to company-specific database: abcdallas - __SPLIT__ 2026-02-05 10:11:38,849 - 123937 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 123937;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:41,447 - 123937 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:11:41,526 - 123937 - 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 = 123937), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 123937), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 123937 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-05 10:11:41,962 - 123937 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:11:42,029 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 123937;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:42,383 - 123937 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:11:42,453 - 123937 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-05 10:11:42,516 - 123937 - 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 = 14626... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:42,874 - 123937 - src.utils.log - INFO - βœ… Fetched 60 rows - __SPLIT__ 2026-02-05 10:11:42,946 - 123937 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-05 10:11:43,014 - 123937 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-05 10:11:43,082 - 123937 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-05 10:11:43,204 - 123937 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-05 10:11:43,267 - 123937 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-05 10:11:43,328 - 123937 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 10:11:43,390 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:43,733 - 123937 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:11:43,801 - 123937 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 149841 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:44,154 - 123937 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:11:44,806 - 123937 - src.utils.log - INFO - Generating work orders for setup: 149841 - __SPLIT__ 2026-02-05 10:11:45,261 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11427;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:45,608 - 123937 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:11:45,717 - 123937 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-05 10:11:45,787 - 123937 - 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-05 10:11:46,132 - 123937 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:11:46,200 - 123937 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-05 10:11:46,267 - 123937 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-05 10:11:46,330 - 123937 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:46,699 - 123937 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:11:46,752 - 123937 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:47,130 - 123937 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:11:47,190 - 123937 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:47,578 - 123937 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:11:47,639 - 123937 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:47,994 - 123937 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:11:48,054 - 123937 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:48,410 - 123937 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:11:48,475 - 123937 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:48,824 - 123937 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:11:48,886 - 123937 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:49,224 - 123937 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:11:49,283 - 123937 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:49,949 - 123937 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:11:50,013 - 123937 - src.utils.log - INFO - πŸ“ Inserting 48 work orders for route: 1 - __SPLIT__ 2026-02-05 10:11:50,079 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 48 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:50,479 - 123937 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 48) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-05 10:11:52,967 - 123937 - src.utils.log - INFO - βœ… All 48 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-05 10:11:53,031 - 123937 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 48 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-04 11:52:20.850' and ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:53,379 - 123937 - src.utils.log - INFO - βœ… Fetched 48 rows - __SPLIT__ 2026-02-05 10:11:53,437 - 123937 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 48 records - __SPLIT__ 2026-02-05 10:11:53,494 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:53,827 - 123937 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:11:53,952 - 123937 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-05 10:11:54,015 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:54,355 - 123937 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 10:11:54,425 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:54,767 - 123937 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:11:54,838 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:55,186 - 123937 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:11:55,254 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:55,593 - 123937 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:11:55,649 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:55,983 - 123937 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:11:56,049 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:56,392 - 123937 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:11:56,458 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:56,798 - 123937 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:11:56,859 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:57,225 - 123937 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:11:57,289 - 123937 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:57,629 - 123937 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:11:57,703 - 123937 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-05 10:11:57,844 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:58,212 - 123937 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-05 10:11:58,265 - 123937 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-05 10:11:58,323 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:58,689 - 123937 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-05 10:11:58,748 - 123937 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-05 10:11:58,811 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:59,179 - 123937 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-05 10:11:59,235 - 123937 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-05 10:11:59,298 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:11:59,668 - 123937 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-05 10:11:59,749 - 123937 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-05 10:11:59,808 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:12:00,174 - 123937 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-05 10:12:00,232 - 123937 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-05 10:12:00,292 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:12:00,657 - 123937 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-05 10:12:00,722 - 123937 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-05 10:12:00,787 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:12:01,153 - 123937 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-05 10:12:01,270 - 123937 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-05 10:12:01,338 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 48 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:12:01,709 - 123937 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 48) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-05 10:12:02,903 - 123937 - src.utils.log - INFO - βœ… All 48 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-05 10:12:02,989 - 123937 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-05 10:12:03,060 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:12:03,399 - 123937 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-02-05 10:12:03,465 - 123937 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-05 10:12:03,530 - 123937 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 96 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:12:03,873 - 123937 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 96) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-05 10:12:05,254 - 123937 - src.utils.log - INFO - βœ… All 96 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-05 10:12:05,313 - 123937 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-05 10:12:05,376 - 123937 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-05 10:12:05,439 - 123937 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-05 10:12:05,500 - 123937 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123937;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:12:05,837 - 123937 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:12:05,898 - 123937 - src.utils.log - INFO - ⏱️ Total time: 29.55s | Status: Completed - __SPLIT__ 2026-02-05 10:12:05,956 - 123937 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123937;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:12:06,298 - 123937 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:12:06,357 - 123937 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-05 05:12:06.357' WHERE GenerateWorkOrderHistoryId = 123937;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:12:06,760 - 123937 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:12:06,827 - 123937 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 10:13:45,557 - 123938 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=123938 - __SPLIT__ 2026-02-05 10:13:45,686 - 123938 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 123938 - __SPLIT__ 2026-02-05 10:13:45,751 - 123938 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-05 10:13:45,816 - 123938 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:13:47,978 - 123938 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:13:48,050 - 123938 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 10:13:48,120 - 123938 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-05 10:13:48,190 - 123938 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-05 10:13:48,258 - 123938 - src.utils.log - INFO - βœ… Connected to company-specific database: abcdallas - __SPLIT__ 2026-02-05 10:13:48,329 - 123938 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 123938;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:13:50,308 - 123938 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:13:50,373 - 123938 - 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 = 123938), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 123938), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 123938 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-05 10:13:50,831 - 123938 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:13:50,898 - 123938 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 123938;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:13:51,237 - 123938 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:13:51,301 - 123938 - src.utils.log - ERROR - ❌ No Setup Found. Error: No setups found for GenerateWorkOrderHistoryid: 123938 - __SPLIT__ 2026-02-05 10:13:51,372 - 123938 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123938;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:13:51,711 - 123938 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:13:51,781 - 123938 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123938;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:13:52,123 - 123938 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:13:52,186 - 123938 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-05 05:13:52.186' WHERE GenerateWorkOrderHistoryId = 123938;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:13:52,596 - 123938 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:13:52,667 - 123938 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 10:14:17,805 - 123939 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=123939 - __SPLIT__ 2026-02-05 10:14:17,927 - 123939 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 123939 - __SPLIT__ 2026-02-05 10:14:18,001 - 123939 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-05 10:14:18,078 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:20,195 - 123939 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:14:20,270 - 123939 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 10:14:20,341 - 123939 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-05 10:14:20,414 - 123939 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-05 10:14:20,516 - 123939 - src.utils.log - INFO - βœ… Connected to company-specific database: abcdallas - __SPLIT__ 2026-02-05 10:14:20,584 - 123939 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 123939;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:22,509 - 123939 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:14:22,579 - 123939 - 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 = 123939), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 123939), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 123939 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-05 10:14:23,034 - 123939 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:14:23,105 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 123939;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:23,445 - 123939 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:14:23,526 - 123939 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-05 10:14:23,598 - 123939 - 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 = 14626... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:23,945 - 123939 - src.utils.log - INFO - βœ… Fetched 60 rows - __SPLIT__ 2026-02-05 10:14:24,017 - 123939 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-05 10:14:24,093 - 123939 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-05 10:14:24,166 - 123939 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-05 10:14:24,288 - 123939 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-05 10:14:24,363 - 123939 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-05 10:14:24,424 - 123939 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 10:14:24,499 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:24,831 - 123939 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:14:24,898 - 123939 - 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-05 00:00:00' and ServiceDate <= '2026-04-30 00:00:00' and ServiceSetupId = 149841 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:25,242 - 123939 - src.utils.log - INFO - βœ… Fetched 48 rows - __SPLIT__ 2026-02-05 10:14:25,864 - 123939 - src.utils.log - INFO - Generating work orders for setup: 149841 - __SPLIT__ 2026-02-05 10:14:26,169 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11427;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:26,494 - 123939 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:14:26,614 - 123939 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-05 10:14:26,687 - 123939 - 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-05 10:14:27,022 - 123939 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:14:27,094 - 123939 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-05 10:14:27,164 - 123939 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-05 10:14:27,234 - 123939 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:27,580 - 123939 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:14:27,652 - 123939 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:27,992 - 123939 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:14:28,060 - 123939 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:28,456 - 123939 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:14:28,520 - 123939 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:28,870 - 123939 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:14:28,936 - 123939 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:29,287 - 123939 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:14:29,361 - 123939 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:29,694 - 123939 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:14:29,759 - 123939 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:30,098 - 123939 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:14:30,167 - 123939 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:30,501 - 123939 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:14:30,568 - 123939 - src.utils.log - INFO - πŸ“ Inserting 26 work orders for route: 1 - __SPLIT__ 2026-02-05 10:14:30,635 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 26 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:31,003 - 123939 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-05 10:14:33,065 - 123939 - src.utils.log - INFO - βœ… All 26 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-05 10:14:33,140 - 123939 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 26 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-04 11:52:20.850' and ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:33,489 - 123939 - src.utils.log - INFO - βœ… Fetched 26 rows - __SPLIT__ 2026-02-05 10:14:33,557 - 123939 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 26 records - __SPLIT__ 2026-02-05 10:14:33,626 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:33,961 - 123939 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:14:34,082 - 123939 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-05 10:14:34,143 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:34,470 - 123939 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 10:14:34,532 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:34,857 - 123939 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:14:34,925 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:35,257 - 123939 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:14:35,318 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:35,648 - 123939 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:14:35,710 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:36,041 - 123939 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:14:36,100 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:36,422 - 123939 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:14:36,485 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:36,812 - 123939 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:14:36,877 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:37,219 - 123939 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:14:37,281 - 123939 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:37,607 - 123939 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:14:37,679 - 123939 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-05 10:14:37,789 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:38,112 - 123939 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-05 10:14:38,179 - 123939 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-05 10:14:38,240 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:38,568 - 123939 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-05 10:14:38,627 - 123939 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-05 10:14:38,687 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:39,022 - 123939 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-05 10:14:39,084 - 123939 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-05 10:14:39,152 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:39,479 - 123939 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-05 10:14:39,540 - 123939 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-05 10:14:39,604 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:39,929 - 123939 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-05 10:14:39,998 - 123939 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-05 10:14:40,064 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:40,382 - 123939 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-05 10:14:40,440 - 123939 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-05 10:14:40,497 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:40,818 - 123939 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-05 10:14:40,932 - 123939 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-05 10:14:41,001 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 26 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:41,344 - 123939 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-05 10:14:42,490 - 123939 - src.utils.log - INFO - βœ… All 26 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-05 10:14:42,559 - 123939 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-05 10:14:42,623 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:42,951 - 123939 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-02-05 10:14:43,013 - 123939 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-05 10:14:43,081 - 123939 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 52 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:43,419 - 123939 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 52) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-05 10:14:44,639 - 123939 - src.utils.log - INFO - βœ… All 52 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-05 10:14:44,705 - 123939 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-05 10:14:44,776 - 123939 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-05 10:14:44,846 - 123939 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-05 10:14:44,903 - 123939 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123939;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:45,237 - 123939 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:14:45,303 - 123939 - src.utils.log - INFO - ⏱️ Total time: 27.3s | Status: Completed - __SPLIT__ 2026-02-05 10:14:45,370 - 123939 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123939;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:45,704 - 123939 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:14:45,772 - 123939 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-05 05:14:45.772' WHERE GenerateWorkOrderHistoryId = 123939;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:14:46,153 - 123939 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:14:46,218 - 123939 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 10:15:00,040 - [123939] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=43135 company_id=133 project_id=[123939] publish_all=True - __SPLIT__ 2026-02-05 10:15:00,174 - [123939] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[] user_id=43135 company_id=133 project_id=[123939] publish_all=True - __SPLIT__ 2026-02-05 10:15:00,228 - [123939] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [123939] - __SPLIT__ 2026-02-05 10:15:00,290 - [123939] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-05 10:15:00,351 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:02,481 - [123939] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:15:02,544 - [123939] - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 10:15:02,610 - [123939] - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-05 10:15:02,678 - [123939] - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-05 10:15:02,739 - [123939] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123939;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:04,756 - [123939] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:15:04,818 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.GenerateWorkOrderHistoryId = 123939... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:05,181 - [123939] - src.utils.log - INFO - βœ… Fetched 26 rows - __SPLIT__ 2026-02-05 10:15:05,239 - [123939] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-05 10:15:05,301 - [123939] - 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 = 149841 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:05,642 - [123939] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:15:05,708 - [123939] - 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 = 149841 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:06,051 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:06,112 - [123939] - 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 = 149841 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:06,454 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:06,523 - [123939] - 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-05 10:15:06,931 - [123939] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 10:15:07,001 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:07,343 - [123939] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:15:07,417 - [123939] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1312037' WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:07,768 - [123939] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:15:07,829 - [123939] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1369394' WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:08,184 - [123939] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:15:08,259 - [123939] - 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 = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:08,610 - [123939] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:15:08,776 - [123939] - src.utils.log - INFO - Size of Transaction: 26 - __SPLIT__ 2026-02-05 10:15:08,842 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 26 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:09,337 - [123939] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-05 10:15:10,565 - [123939] - src.utils.log - INFO - βœ… All 26 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-05 10:15:10,769 - [123939] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-05 10:15:10,832 - [123939] - 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) and t.CompanyId = 133 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-05 05:15:08.692';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:11,307 - [123939] - src.utils.log - INFO - βœ… Fetched 26 rows - __SPLIT__ 2026-02-05 10:15:11,372 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:11,718 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:11,805 - [123939] - 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) AND CreatedDate = '2026-02-05 05:15:08.692'; ... (Thread: ThreadPoolExecutor-5_0) - __SPLIT__ 2026-02-05 10:15:12,258 - [123939] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:15:12,380 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 26 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:12,739 - [123939] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into Billing.Invoice - __SPLIT__ 2026-02-05 10:15:14,151 - [123939] - src.utils.log - INFO - βœ… All 26 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-05 10:15:14,219 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('1312036', '1312035', '1312034', '1312033', '1312032', '1312031', '1312030', '1312029', '1312028', '1312027', '1312026', '1312025', '1312024', '1312023', '1312022', '1312021', '1312020', '1312019', '1312018', '1312017', '1312016', '1312015', '1312014', '1312013', '1312012', '1312011')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:14,806 - [123939] - src.utils.log - INFO - βœ… Fetched 26 rows - __SPLIT__ 2026-02-05 10:15:14,876 - [123939] - 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 = 149841 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:15,219 - [123939] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 10:15:15,287 - [123939] - 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 = 149841 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:15,628 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:15,695 - [123939] - 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 = 149841 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:16,039 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:16,100 - [123939] - 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 = 149841 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:16,447 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:16,524 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:16,869 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:16,938 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:17,282 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:17,353 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:17,695 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:17,756 - [123939] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-02-05 10:15:17,886 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:18,233 - [123939] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-05 10:15:18,315 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 52 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:18,670 - [123939] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 52) into Billing.InvoiceCharges - __SPLIT__ 2026-02-05 10:15:20,103 - [123939] - src.utils.log - INFO - βœ… All 52 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-05 10:15:20,167 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:20,513 - [123939] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-05 10:15:20,585 - [123939] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-05 10:15:20,654 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'abcdallas';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:21,001 - [123939] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:15:21,066 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '14567' and a.CompanyId = 121;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:21,416 - [123939] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:15:21,482 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 26 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:22,008 - [123939] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-05 10:15:23,977 - [123939] - src.utils.log - INFO - βœ… All 26 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-05 10:15:24,184 - [123939] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-05 10:15:24,256 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('1312011', '1312012', '1312013', '1312014', '1312015', '1312016', '1312017', '1312018', '1312019', '1312020', '1312021', '1312022', '1312023', '1312024', '1312025', '1312026', '1312027', '1312028', '1312029', '1312030', '1312031', '1312032', '1312033', '1312034', '1312035', '1312036') AND wo.AccountNumber = '14567' AND wo.CompanyId = 133 ... (Thread: ThreadPoolExecutor-6_0) - __SPLIT__ 2026-02-05 10:15:24,624 - [123939] - src.utils.log - INFO - βœ… Fetched 26 rows - __SPLIT__ 2026-02-05 10:15:24,690 - [123939] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-05 10:15:24,752 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:25,183 - [123939] - src.utils.log - INFO - βœ… Fetched 52 rows - __SPLIT__ 2026-02-05 10:15:25,254 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:25,604 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:25,663 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:26,026 - [123939] - src.utils.log - INFO - βœ… Fetched 26 rows - __SPLIT__ 2026-02-05 10:15:26,097 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:26,446 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:26,512 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:26,871 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:26,938 - [123939] - 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 (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:27,320 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:27,387 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:27,742 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:27,807 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:28,160 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:28,224 - [123939] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-05 10:15:28,294 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:28,646 - [123939] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:15:28,710 - [123939] - 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-05 10:15:29,056 - [123939] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:15:29,172 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 26 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:29,537 - [123939] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-05 10:15:31,161 - [123939] - src.utils.log - INFO - βœ… All 26 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-05 10:15:31,232 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 149841 AND WorkOrderNo IN ('8239520', '4751052', '3708398', '2230639', '9435445', '5852320', '9331866', '6810037', '8688586', '5987325', '4557052', '7606610', '6515712', '2490286', '2860119', '3955483', '9181749', '6174966', '6918634', '4714217', '5025601', '6663038', '6672716', '3946955', '2906269', '5897064') AND GenerateWorkOrderHistoryId = 123939;... (Thread: ThreadPoolExecutor-7_0) - __SPLIT__ 2026-02-05 10:15:31,602 - [123939] - src.utils.log - INFO - βœ… Fetched 26 rows - __SPLIT__ 2026-02-05 10:15:31,664 - [123939] - src.utils.log - INFO - 🏁 Final merged rows: 26 - __SPLIT__ 2026-02-05 10:15:31,731 - [123939] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-05 10:15:31,793 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:32,135 - [123939] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-05 10:15:32,197 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:32,545 - [123939] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-05 10:15:32,607 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:32,952 - [123939] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-05 10:15:33,014 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:33,358 - [123939] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-05 10:15:33,420 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 52 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:33,765 - [123939] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 52) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-05 10:15:34,901 - [123939] - src.utils.log - INFO - βœ… All 52 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-05 10:15:34,959 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:35,297 - [123939] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-05 10:15:35,417 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 26 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:35,763 - [123939] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 26) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-05 10:15:36,911 - [123939] - src.utils.log - INFO - βœ… All 26 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-05 10:15:36,978 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:37,324 - [123939] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-05 10:15:37,395 - [123939] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 52 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:37,751 - [123939] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 52) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-05 10:15:38,891 - [123939] - src.utils.log - INFO - βœ… All 52 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-05 10:15:38,957 - [123939] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-05 10:15:39,017 - [123939] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 123939 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:39,356 - [123939] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:15:39,421 - [123939] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-05 10:15:39,628 - [123939] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_b18d864acf - __SPLIT__ 2026-02-05 10:15:39,984 - [123939] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_b18d864acf - __SPLIT__ 2026-02-05 10:15:40,327 - [123939] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-05 10:15:40,539 - [123939] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-05 10:15:40,747 - [123939] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_b18d864acf - __SPLIT__ 2026-02-05 10:15:40,817 - [123939] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_b18d864acf - __SPLIT__ 2026-02-05 10:15:40,883 - [123939] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 123939 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:41,226 - [123939] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:15:41,346 - [123939] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-05 10:15:41,414 - [123939] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:41,796 - [123939] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:15:41,859 - [123939] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:42,234 - [123939] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:15:42,302 - [123939] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:42,650 - [123939] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:15:42,712 - [123939] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:43,125 - [123939] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:15:43,190 - [123939] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:43,547 - [123939] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:15:43,610 - [123939] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:43,964 - [123939] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:15:44,028 - [123939] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:44,371 - [123939] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:15:44,436 - [123939] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:44,941 - [123939] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:15:45,005 - [123939] - src.utils.log - INFO - Work order published ids: (3176136, 3176137, 3176138, 3176139, 3176140, 3176141, 3176142, 3176143, 3176144, 3176145, 3176146, 3176147, 3176148, 3176149, 3176150, 3176151, 3176152, 3176153, 3176154, 3176155, 3176156, 3176157, 3176158, 3176159, 3176160, 3176161) - __SPLIT__ 2026-02-05 10:15:45,075 - [123939] - src.utils.log - INFO - Time took to perform operation in publishing [123939]: 44.79 - __SPLIT__ 2026-02-05 10:15:45,143 - [123939] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [123939] - __SPLIT__ 2026-02-05 10:15:45,259 - [123939] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-05 05:15:45.005' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123939;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:15:45,600 - [123939] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:16:10,284 - 123940 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=123940 - __SPLIT__ 2026-02-05 10:16:10,416 - 123940 - src.utils.log - INFO - Work order Generation/Publish algo started for GenerateWorkOrderHistoryId: 123940 - __SPLIT__ 2026-02-05 10:16:10,485 - 123940 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-05 10:16:10,553 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:12,630 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:12,701 - 123940 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 10:16:12,773 - 123940 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-05 10:16:12,847 - 123940 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-05 10:16:12,918 - 123940 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 123940;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:14,812 - 123940 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:16:14,878 - 123940 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WoGenStartDateTime = '2026-02-05 05:16:14.878' WHERE GenerateWorkOrderHistoryId = 123940;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:15,217 - 123940 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:16:15,290 - 123940 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy, CompanyId from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 123940;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:15,610 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:15,682 - 123940 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'New', WoPublishStartDateTime = '2026-02-05 05:16:15.682' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123940;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:16,010 - 123940 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:16:16,083 - 123940 - 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 = 123940), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 123940), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 123940 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-05 10:16:16,554 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:16,621 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 123940;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:16,952 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:17,026 - 123940 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-05 10:16:17,151 - 123940 - 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 = 14626... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:17,488 - 123940 - src.utils.log - INFO - βœ… Fetched 60 rows - __SPLIT__ 2026-02-05 10:16:17,551 - 123940 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-05 10:16:17,619 - 123940 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 10:16:17,682 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149841;... (Thread: ThreadPoolExecutor-8_0) - __SPLIT__ 2026-02-05 10:16:18,016 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:18,081 - 123940 - 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-05 00:00:00' and ServiceDate <= '2026-05-31 00:00:00' and ServiceSetupId = 149841 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-8_0) - __SPLIT__ 2026-02-05 10:16:18,424 - 123940 - src.utils.log - INFO - βœ… Fetched 74 rows - __SPLIT__ 2026-02-05 10:16:19,043 - 123940 - src.utils.log - INFO - Generating work orders for setup: 149841 - __SPLIT__ 2026-02-05 10:16:19,426 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11427;... (Thread: ThreadPoolExecutor-8_0) - __SPLIT__ 2026-02-05 10:16:19,755 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:19,865 - 123940 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-05 10:16:19,942 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=133 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-8_0) - __SPLIT__ 2026-02-05 10:16:20,269 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:20,348 - 123940 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-05 10:16:20,413 - 123940 - src.utils.log - INFO - Running deletes in PARALLEL… - __SPLIT__ 2026-02-05 10:16:20,473 - 123940 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: ThreadPoolExecutor-9_0) - __SPLIT__ 2026-02-05 10:16:20,474 - 123940 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: ThreadPoolExecutor-9_1) - __SPLIT__ 2026-02-05 10:16:20,475 - 123940 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: ThreadPoolExecutor-9_2) - __SPLIT__ 2026-02-05 10:16:20,475 - 123940 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: ThreadPoolExecutor-9_3) - __SPLIT__ 2026-02-05 10:16:20,475 - 123940 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: ThreadPoolExecutor-9_4) - __SPLIT__ 2026-02-05 10:16:20,476 - 123940 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: ThreadPoolExecutor-9_5) - __SPLIT__ 2026-02-05 10:16:20,476 - 123940 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 ) (Thread: ThreadPoolExecutor-9_6) - __SPLIT__ 2026-02-05 10:16:20,810 - 123940 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:16:21,667 - 123940 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:16:21,771 - 123940 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:16:21,905 - 123940 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:16:21,968 - 123940 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:16:22,029 - 123940 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:16:22,033 - 123940 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:16:22,161 - 123940 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149841 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:22,502 - 123940 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:16:22,603 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:22,932 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:23,004 - 123940 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-05 10:16:23,075 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 149841... (Thread: ThreadPoolExecutor-10_0) - __SPLIT__ 2026-02-05 10:16:23,076 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 149841... (Thread: ThreadPoolExecutor-10_1) - __SPLIT__ 2026-02-05 10:16:23,077 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 149841... (Thread: ThreadPoolExecutor-10_2) - __SPLIT__ 2026-02-05 10:16:23,077 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 149841... (Thread: ThreadPoolExecutor-10_3) - __SPLIT__ 2026-02-05 10:16:23,078 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 149841;... (Thread: ThreadPoolExecutor-10_4) - __SPLIT__ 2026-02-05 10:16:23,078 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 149841;... (Thread: ThreadPoolExecutor-10_5) - __SPLIT__ 2026-02-05 10:16:23,079 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 149841;... (Thread: ThreadPoolExecutor-10_6) - __SPLIT__ 2026-02-05 10:16:23,079 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 149841;... (Thread: ThreadPoolExecutor-10_7) - __SPLIT__ 2026-02-05 10:16:23,411 - 123940 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 10:16:23,479 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:23,535 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:23,604 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:23,699 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 149841... (Thread: ThreadPoolExecutor-10_0) - __SPLIT__ 2026-02-05 10:16:23,702 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:23,768 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:23,846 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:24,222 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:24,685 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:24,755 - 123940 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123940;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:25,136 - 123940 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:16:25,198 - 123940 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-05 05:16:25.198' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123940;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:25,538 - 123940 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:16:25,602 - 123940 - src.utils.log - INFO - - __SPLIT__ 2026-02-05 10:16:25,668 - 123940 - src.utils.log - INFO - Work order generation successful - Time took: 15.12 - __SPLIT__ 2026-02-05 10:16:25,734 - 123940 - src.utils.log - INFO - Work order publish in progress for GenerateWorkOrderHistoryId: 123940 - __SPLIT__ 2026-02-05 10:16:25,840 - 123940 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress', WoPublishStartDateTime = '2026-02-05 05:16:25.840' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123940;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:26,174 - 123940 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:16:26,283 - 123940 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 123940;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:26,613 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:26,673 - 123940 - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-05 10:16:26,732 - 123940 - 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 = 149841 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:27,054 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:27,118 - 123940 - 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 = 149841 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:27,436 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:27,502 - 123940 - 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 = 149841 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:27,837 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:27,902 - 123940 - 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-05 10:16:28,225 - 123940 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 10:16:28,288 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:28,623 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:28,683 - 123940 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1312066' WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:29,031 - 123940 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:16:29,090 - 123940 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1369423' WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:29,425 - 123940 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:16:29,492 - 123940 - 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 = 149841... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:29,901 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:29,989 - 123940 - src.utils.log - INFO - Size of Transaction: 29 - __SPLIT__ 2026-02-05 10:16:30,062 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 29 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:30,530 - 123940 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 29) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-05 10:16:31,733 - 123940 - src.utils.log - INFO - βœ… All 29 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-05 10:16:31,929 - 123940 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-05 10:16:32,004 - 123940 - 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) and t.CompanyId = 133 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-05 05:16:29.984';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:32,461 - 123940 - src.utils.log - INFO - βœ… Fetched 29 rows - __SPLIT__ 2026-02-05 10:16:32,530 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:32,864 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:32,942 - 123940 - 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) AND CreatedDate = '2026-02-05 05:16:29.984'; ... (Thread: ThreadPoolExecutor-11_0) - __SPLIT__ 2026-02-05 10:16:33,372 - 123940 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 10:16:33,442 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 29 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:33,798 - 123940 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 29) into Billing.Invoice - __SPLIT__ 2026-02-05 10:16:35,297 - 123940 - src.utils.log - INFO - βœ… All 29 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-05 10:16:35,368 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('1312065', '1312064', '1312063', '1312062', '1312061', '1312060', '1312059', '1312058', '1312057', '1312056', '1312055', '1312054', '1312053', '1312052', '1312051', '1312050', '1312049', '1312048', '1312047', '1312046', '1312045', '1312044', '1312043', '1312042', '1312041', '1312040', '1312039', '1312038', '1312037')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:35,970 - 123940 - src.utils.log - INFO - βœ… Fetched 29 rows - __SPLIT__ 2026-02-05 10:16:36,048 - 123940 - 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 = 149841 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:36,390 - 123940 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 10:16:36,460 - 123940 - 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 = 149841 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:36,841 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:36,907 - 123940 - 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 = 149841 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:37,224 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:37,291 - 123940 - 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 = 149841 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:37,623 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:37,707 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:38,048 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:38,123 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:38,451 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:38,523 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 149841;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:38,868 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:38,945 - 123940 - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-02-05 10:16:39,014 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-12_0) - __SPLIT__ 2026-02-05 10:16:39,015 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 58 rows in batches of 25000 (Thread: ThreadPoolExecutor-12_1) - __SPLIT__ 2026-02-05 10:16:39,015 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-12_2) - __SPLIT__ 2026-02-05 10:16:39,356 - 123940 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-05 10:16:39,423 - 123940 - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-02-05 10:16:39,434 - 123940 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 58) into Billing.InvoiceCharges - __SPLIT__ 2026-02-05 10:16:39,486 - 123940 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-05 10:16:39,621 - 123940 - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-02-05 10:16:41,440 - 123940 - src.utils.log - INFO - βœ… All 58 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-05 10:16:41,501 - 123940 - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-02-05 10:16:41,564 - 123940 - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-05 10:16:41,635 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'abcdallas';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:41,970 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:42,041 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '14567' and a.CompanyId = 121;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:42,378 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:42,443 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 29 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:42,959 - 123940 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 29) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-05 10:16:45,685 - 123940 - src.utils.log - INFO - βœ… All 29 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-05 10:16:45,890 - 123940 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-05 10:16:45,960 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('1312037', '1312038', '1312039', '1312040', '1312041', '1312042', '1312043', '1312044', '1312045', '1312046', '1312047', '1312048', '1312049', '1312050', '1312051', '1312052', '1312053', '1312054', '1312055', '1312056', '1312057', '1312058', '1312059', '1312060', '1312061', '1312062', '1312063', '1312064', '1312065') AND wo.AccountNumber = '14567' AND wo.CompanyId = 133 ... (Thread: ThreadPoolExecutor-13_0) - __SPLIT__ 2026-02-05 10:16:46,307 - 123940 - src.utils.log - INFO - βœ… Fetched 29 rows - __SPLIT__ 2026-02-05 10:16:46,376 - 123940 - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-05 10:16:46,463 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:46,806 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:46,871 - 123940 - 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-05 10:16:47,210 - 123940 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 10:16:47,275 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 29 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:47,630 - 123940 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 29) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-05 10:16:49,495 - 123940 - src.utils.log - INFO - βœ… All 29 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-05 10:16:49,560 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 149841 AND WorkOrderNo IN (7706521, 5157866, 2441262, 7555756, 6105492, 3225107, 9106225, 2706484, 6514396, 4112661, 3555004, 1530242, 9871729, 3166520, 7001746, 8329411, 6306621, 4207856, 4163322, 2541008, 8312706, 9315269, 2929558, 8217203, 6709237, 9807519, 5037467, 2263114, 8977743) AND GenerateWorkOrderHistoryId = 123940;... (Thread: ThreadPoolExecutor-14_0) - __SPLIT__ 2026-02-05 10:16:49,940 - 123940 - src.utils.log - INFO - βœ… Fetched 29 rows - __SPLIT__ 2026-02-05 10:16:50,002 - 123940 - src.utils.log - INFO - 🏁 Final merged rows: 29 - __SPLIT__ 2026-02-05 10:16:50,076 - 123940 - src.utils.log - INFO - Parallel Insertion in work order tables begin - __SPLIT__ 2026-02-05 10:16:50,144 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-15_0) - __SPLIT__ 2026-02-05 10:16:50,144 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-15_1) - __SPLIT__ 2026-02-05 10:16:50,144 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-15_2) - __SPLIT__ 2026-02-05 10:16:50,144 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-15_3) - __SPLIT__ 2026-02-05 10:16:50,145 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 58 rows in batches of 25000 (Thread: ThreadPoolExecutor-15_4) - __SPLIT__ 2026-02-05 10:16:50,147 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-15_5) - __SPLIT__ 2026-02-05 10:16:50,147 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 29 rows in batches of 25000 (Thread: ThreadPoolExecutor-15_6) - __SPLIT__ 2026-02-05 10:16:50,147 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-15_7) - __SPLIT__ 2026-02-05 10:16:50,148 - 123940 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-15_8) - __SPLIT__ 2026-02-05 10:16:50,471 - 123940 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-05 10:16:50,533 - 123940 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-05 10:16:50,619 - 123940 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-05 10:16:50,673 - 123940 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-05 10:16:50,758 - 123940 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 58) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-05 10:16:50,792 - 123940 - src.utils.log - INFO - [OK] Lead Notes completed. - __SPLIT__ 2026-02-05 10:16:50,804 - 123940 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-05 10:16:50,867 - 123940 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 29) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-05 10:16:50,940 - 123940 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-05 10:16:51,173 - 123940 - src.utils.log - INFO - [OK] Discount Applied completed. - __SPLIT__ 2026-02-05 10:16:51,448 - 123940 - src.utils.log - INFO - [OK] Sales Person Commission completed. - __SPLIT__ 2026-02-05 10:16:51,516 - 123940 - src.utils.log - INFO - [OK] Adjustment completed. - __SPLIT__ 2026-02-05 10:16:51,587 - 123940 - src.utils.log - INFO - [OK] Sub WO completed. - __SPLIT__ 2026-02-05 10:16:51,654 - 123940 - src.utils.log - INFO - [OK] Source Mapping completed. - __SPLIT__ 2026-02-05 10:16:51,865 - 123940 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 0 batches - __SPLIT__ 2026-02-05 10:16:51,963 - 123940 - src.utils.log - INFO - [OK] Publish Services completed. - __SPLIT__ 2026-02-05 10:16:52,378 - 123940 - src.utils.log - INFO - βœ… All 29 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-05 10:16:52,380 - 123940 - src.utils.log - INFO - βœ… All 58 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-05 10:16:52,436 - 123940 - src.utils.log - INFO - [OK] Crew completed. - __SPLIT__ 2026-02-05 10:16:52,567 - 123940 - src.utils.log - INFO - [OK] Services completed. - __SPLIT__ 2026-02-05 10:16:52,631 - 123940 - src.utils.log - INFO - All publish tasks completed successfully. - __SPLIT__ 2026-02-05 10:16:52,693 - 123940 - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-05 10:16:52,761 - 123940 - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 123940 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:53,089 - 123940 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 10:16:53,166 - 123940 - src.utils.log - INFO - πŸ”„ Updating next gen date parallely: inside update_next_workorder_generation - __SPLIT__ 2026-02-05 10:16:53,371 - 123940 - src.utils.log - INFO - πŸ›  Creating temp table #tbl_834bcf4c6f - __SPLIT__ 2026-02-05 10:16:53,607 - 123940 - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_834bcf4c6f - __SPLIT__ 2026-02-05 10:16:54,187 - 123940 - src.utils.log - INFO - πŸ” Running UPDATE to apply changes - __SPLIT__ 2026-02-05 10:16:54,511 - 123940 - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-05 10:16:54,574 - 123940 - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_834bcf4c6f - __SPLIT__ 2026-02-05 10:16:54,640 - 123940 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 123940 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:54,977 - 123940 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 10:16:55,040 - 123940 - src.utils.log - INFO - Work order published ids: (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28) - __SPLIT__ 2026-02-05 10:16:55,114 - 123940 - src.utils.log - INFO - Time took to perform operation in publishing 123940: 44.63 - __SPLIT__ 2026-02-05 10:16:55,177 - 123940 - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: 123940 - __SPLIT__ 2026-02-05 10:16:55,242 - 123940 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-05 05:16:55.040' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123940;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 10:16:55,564 - 123940 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:43:17,024 - 123941 - src.utils.log - INFO - ParallelProcessing=True GenerateWorkOrderHistoryId=123941 - __SPLIT__ 2026-02-05 13:43:17,167 - 123941 - src.utils.log - INFO - Parallel Work order generation algo started for GenerateWorkOrderHistoryId: 123941 - __SPLIT__ 2026-02-05 13:43:17,247 - 123941 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-05 13:43:17,317 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas' ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:19,444 - 123941 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:43:19,512 - 123941 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 13:43:19,583 - 123941 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-05 13:43:19,650 - 123941 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-05 13:43:19,720 - 123941 - src.utils.log - INFO - βœ… Connected to company-specific database: abcdallas - __SPLIT__ 2026-02-05 13:43:19,794 - 123941 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 123941;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:21,802 - 123941 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:43:21,861 - 123941 - 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 = 123941), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 123941), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 123941 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-05 13:43:22,447 - 123941 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:43:22,515 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 123941;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:22,858 - 123941 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:43:22,941 - 123941 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-05 13:43:23,011 - 123941 - 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 = 14509... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:23,372 - 123941 - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-02-05 13:43:23,443 - 123941 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-05 13:43:23,509 - 123941 - src.utils.log - INFO - πŸ“Š Found 1 setups to process across 1 routes - __SPLIT__ 2026-02-05 13:43:23,580 - 123941 - src.utils.log - INFO - πŸš€ Starting parallel processing with 8 workers - __SPLIT__ 2026-02-05 13:43:23,700 - 123941 - src.utils.log - INFO - Generating Sequentially as less then one route given - __SPLIT__ 2026-02-05 13:43:23,765 - 123941 - src.utils.log - INFO - πŸ”„ Processing route: 1 with 1 setups - __SPLIT__ 2026-02-05 13:43:23,831 - 123941 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:43:23,900 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:24,247 - 123941 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:43:24,313 - 123941 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 149856 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:24,668 - 123941 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:43:25,323 - 123941 - src.utils.log - INFO - Generating work orders for setup: 149856 - __SPLIT__ 2026-02-05 13:43:25,411 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:25,752 - 123941 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:43:25,828 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = -1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:26,176 - 123941 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:43:26,278 - 123941 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-05 13:43:26,354 - 123941 - 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-05 13:43:26,700 - 123941 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:43:26,803 - 123941 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-05 13:43:26,879 - 123941 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-02-05 13:43:26,945 - 123941 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149856 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:27,303 - 123941 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:43:27,378 - 123941 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149856 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:27,796 - 123941 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:43:27,857 - 123941 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149856 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:28,214 - 123941 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:43:28,283 - 123941 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149856 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:28,648 - 123941 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:43:28,714 - 123941 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149856 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:29,076 - 123941 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:43:29,147 - 123941 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149856 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:29,500 - 123941 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:43:29,575 - 123941 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149856 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:29,916 - 123941 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:43:29,978 - 123941 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 149856 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:30,341 - 123941 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:43:30,406 - 123941 - src.utils.log - INFO - πŸ“ Inserting 3 work orders for route: 1 - __SPLIT__ 2026-02-05 13:43:30,470 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:30,847 - 123941 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-02-05 13:43:32,071 - 123941 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-02-05 13:43:32,144 - 123941 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 3 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-02-04 11:52:20.995' and ServiceSetupId = 149856... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:32,508 - 123941 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-05 13:43:32,582 - 123941 - src.utils.log - INFO - βœ… Work order IDs inserted for route 1: 3 records - __SPLIT__ 2026-02-05 13:43:32,693 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:33,033 - 123941 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:43:33,103 - 123941 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-05 13:43:33,169 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 149856... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:33,514 - 123941 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:43:33,574 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 149856... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:33,913 - 123941 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:43:33,980 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 149856... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:34,324 - 123941 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:43:34,396 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 149856... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:34,734 - 123941 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:43:34,798 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 149856... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:35,138 - 123941 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:43:35,212 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:35,557 - 123941 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:43:35,623 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:35,963 - 123941 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:43:36,032 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:36,396 - 123941 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:43:36,466 - 123941 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:36,864 - 123941 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:43:36,946 - 123941 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-02-05 13:43:37,013 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:37,358 - 123941 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-05 13:43:37,426 - 123941 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-02-05 13:43:37,489 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:37,844 - 123941 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-02-05 13:43:37,910 - 123941 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-02-05 13:43:37,977 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:38,325 - 123941 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-02-05 13:43:38,391 - 123941 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-02-05 13:43:38,458 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:38,801 - 123941 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-02-05 13:43:38,863 - 123941 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-02-05 13:43:38,923 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:39,261 - 123941 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-02-05 13:43:39,322 - 123941 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-05 13:43:39,391 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:39,733 - 123941 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-05 13:43:39,802 - 123941 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-02-05 13:43:39,924 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:40,266 - 123941 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-05 13:43:40,328 - 123941 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-02-05 13:43:40,386 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:40,727 - 123941 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-02-05 13:43:41,775 - 123941 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-02-05 13:43:41,835 - 123941 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-02-05 13:43:41,896 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:42,241 - 123941 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-05 13:43:43,289 - 123941 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-05 13:43:43,352 - 123941 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-05 13:43:43,414 - 123941 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:43,761 - 123941 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-02-05 13:43:44,807 - 123941 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-02-05 13:43:44,866 - 123941 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-02-05 13:43:44,925 - 123941 - src.utils.log - INFO - βœ… Temp tables populated for route: 1 - __SPLIT__ 2026-02-05 13:43:44,990 - 123941 - src.utils.log - INFO - βœ… Route 1 generation complete - __SPLIT__ 2026-02-05 13:43:45,056 - 123941 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123941;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:45,398 - 123941 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:43:45,463 - 123941 - src.utils.log - INFO - ⏱️ Total time: 28.22s | Status: Completed - __SPLIT__ 2026-02-05 13:43:45,585 - 123941 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123941;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:45,926 - 123941 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:43:45,988 - 123941 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-05 08:43:45.988' WHERE GenerateWorkOrderHistoryId = 123941;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:43:46,328 - 123941 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:43:46,405 - 123941 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 13:44:02,664 - [123941] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[3176162, 3176163] user_id=43135 company_id=133 project_id=[123941] publish_all=False - __SPLIT__ 2026-02-05 13:44:02,791 - [123941] - src.utils.log - INFO - ParallelProcessing=True temp_wo=[3176162, 3176163] user_id=43135 company_id=133 project_id=[123941] publish_all=False - __SPLIT__ 2026-02-05 13:44:02,857 - [123941] - src.utils.log - INFO - Parallel Work order publish in progress for GenerateWorkOrderHistoryId: [123941] - __SPLIT__ 2026-02-05 13:44:02,918 - [123941] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-05 13:44:02,982 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:05,080 - [123941] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:44:05,149 - [123941] - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 13:44:05,223 - [123941] - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-05 13:44:05,286 - [123941] - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-05 13:44:05,358 - [123941] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123941;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:07,390 - [123941] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:44:07,462 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (3176162, 3176163)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:07,809 - [123941] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:44:07,871 - [123941] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-05 13:44:07,935 - [123941] - 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 = 149856 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:08,289 - [123941] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:44:08,354 - [123941] - 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 = 149856 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:08,715 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:08,780 - [123941] - 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 = 149856 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:09,138 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:09,215 - [123941] - 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-05 13:44:09,607 - [123941] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:44:09,678 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:10,023 - [123941] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:44:10,086 - [123941] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1312069' WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:10,430 - [123941] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:44:10,498 - [123941] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1369426' WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:10,842 - [123941] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:44:10,911 - [123941] - 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 = 149856... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:11,262 - [123941] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:44:11,335 - [123941] - src.utils.log - INFO - Size of Transaction: 2 - __SPLIT__ 2026-02-05 13:44:11,396 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:11,886 - [123941] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-05 13:44:12,937 - [123941] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-05 13:44:13,144 - [123941] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-05 13:44:13,210 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911) and t.CompanyId = 133 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-05 08:44:11.330';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:13,706 - [123941] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:44:13,768 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:14,116 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:14,189 - [123941] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911) AND CreatedDate = '2026-02-05 08:44:11.330'; ... (Thread: ThreadPoolExecutor-16_0) - __SPLIT__ 2026-02-05 13:44:14,641 - [123941] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:44:14,772 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:15,129 - [123941] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into Billing.Invoice - __SPLIT__ 2026-02-05 13:44:16,205 - [123941] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-05 13:44:16,273 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('1312067', '1312068')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:16,692 - [123941] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:44:16,771 - [123941] - 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 = 149856 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:17,123 - [123941] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:44:17,196 - [123941] - 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 = 149856 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:17,551 - [123941] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:44:17,627 - [123941] - 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 = 149856 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:17,981 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:18,046 - [123941] - 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 = 149856 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:18,394 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:18,471 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:18,814 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:18,890 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:19,268 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:19,346 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:19,698 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:19,767 - [123941] - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-02-05 13:44:19,888 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-17_0) - __SPLIT__ 2026-02-05 13:44:19,888 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 4 rows in batches of 25000 (Thread: ThreadPoolExecutor-17_1) - __SPLIT__ 2026-02-05 13:44:19,888 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-17_2) - __SPLIT__ 2026-02-05 13:44:20,234 - [123941] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-05 13:44:20,303 - [123941] - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-02-05 13:44:21,141 - [123941] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.InvoiceCharges - __SPLIT__ 2026-02-05 13:44:21,143 - [123941] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-05 13:44:21,276 - [123941] - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-02-05 13:44:22,192 - [123941] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-05 13:44:22,257 - [123941] - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-02-05 13:44:22,329 - [123941] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-05 13:44:22,394 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'abcdallas';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:22,738 - [123941] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:44:22,808 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '14569' and a.CompanyId = 121;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:23,129 - [123941] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:44:23,195 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:23,712 - [123941] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-05 13:44:24,844 - [123941] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-05 13:44:25,084 - [123941] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-05 13:44:25,157 - [123941] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 133 AND ServiceSetupId = 149856;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:25,561 - [123941] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:44:25,621 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('1312067', '1312068') AND wo.AccountNumber = '14569' AND wo.CompanyId = 133 ... (Thread: ThreadPoolExecutor-18_0) - __SPLIT__ 2026-02-05 13:44:25,962 - [123941] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:44:26,018 - [123941] - src.utils.log - INFO - Parallel fetching temp table records - __SPLIT__ 2026-02-05 13:44:26,081 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (3176162, 3176163)... (Thread: ThreadPoolExecutor-19_0) - __SPLIT__ 2026-02-05 13:44:26,083 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (3176162, 3176163)... (Thread: ThreadPoolExecutor-19_1) - __SPLIT__ 2026-02-05 13:44:26,083 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (3176162, 3176163)... (Thread: ThreadPoolExecutor-19_2) - __SPLIT__ 2026-02-05 13:44:26,083 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (3176162, 3176163)... (Thread: ThreadPoolExecutor-19_3) - __SPLIT__ 2026-02-05 13:44:26,084 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (3176162, 3176163)... (Thread: ThreadPoolExecutor-19_4) - __SPLIT__ 2026-02-05 13:44:26,084 - [123941] - 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 (3176162, 3176163)... (Thread: ThreadPoolExecutor-19_5) - __SPLIT__ 2026-02-05 13:44:26,084 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (3176162, 3176163) and woag.RefType = 'TempWorkorder';... (Thread: ThreadPoolExecutor-19_6) - __SPLIT__ 2026-02-05 13:44:26,085 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (3176162, 3176163);... (Thread: ThreadPoolExecutor-19_7) - __SPLIT__ 2026-02-05 13:44:26,427 - [123941] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-05 13:44:26,486 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:26,532 - [123941] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:44:27,385 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:27,494 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:27,569 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:27,619 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:27,662 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:27,824 - [123941] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-05 13:44:27,904 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:28,249 - [123941] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:44:28,321 - [123941] - 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-05 13:44:28,661 - [123941] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:44:28,731 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:29,086 - [123941] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-05 13:44:30,102 - [123941] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-05 13:44:30,166 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 149856 AND WorkOrderNo IN ('596045', '4965802') AND GenerateWorkOrderHistoryId = 123941;... (Thread: ThreadPoolExecutor-20_0) - __SPLIT__ 2026-02-05 13:44:30,530 - [123941] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:44:30,596 - [123941] - src.utils.log - INFO - 🏁 Final merged rows: 2 - __SPLIT__ 2026-02-05 13:44:30,676 - [123941] - src.utils.log - INFO - Parallel Insertion in work order tables begin - __SPLIT__ 2026-02-05 13:44:30,740 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-21_0) - __SPLIT__ 2026-02-05 13:44:30,740 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-21_1) - __SPLIT__ 2026-02-05 13:44:30,740 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-21_2) - __SPLIT__ 2026-02-05 13:44:30,741 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-21_3) - __SPLIT__ 2026-02-05 13:44:30,743 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 4 rows in batches of 25000 (Thread: ThreadPoolExecutor-21_4) - __SPLIT__ 2026-02-05 13:44:30,743 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-21_5) - __SPLIT__ 2026-02-05 13:44:30,743 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 2 rows in batches of 25000 (Thread: ThreadPoolExecutor-21_6) - __SPLIT__ 2026-02-05 13:44:30,743 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-21_7) - __SPLIT__ 2026-02-05 13:44:30,744 - [123941] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 4 rows in batches of 25000 (Thread: ThreadPoolExecutor-21_8) - __SPLIT__ 2026-02-05 13:44:31,083 - [123941] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-05 13:44:31,150 - [123941] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-05 13:44:31,216 - [123941] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-05 13:44:31,279 - [123941] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-05 13:44:31,361 - [123941] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-05 13:44:31,417 - [123941] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-05 13:44:31,466 - [123941] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-05 13:44:31,468 - [123941] - src.utils.log - INFO - [OK] Lead Notes completed. - __SPLIT__ 2026-02-05 13:44:31,589 - [123941] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-02-05 13:44:31,959 - [123941] - src.utils.log - INFO - [OK] Discount Applied completed. - __SPLIT__ 2026-02-05 13:44:32,096 - [123941] - src.utils.log - INFO - [OK] Sales Person Commission completed. - __SPLIT__ 2026-02-05 13:44:32,167 - [123941] - src.utils.log - INFO - [OK] Adjustment completed. - __SPLIT__ 2026-02-05 13:44:32,236 - [123941] - src.utils.log - INFO - [OK] Sub WO completed. - __SPLIT__ 2026-02-05 13:44:32,310 - [123941] - src.utils.log - INFO - [OK] Source Mapping completed. - __SPLIT__ 2026-02-05 13:44:32,506 - [123941] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-05 13:44:32,759 - [123941] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-05 13:44:32,828 - [123941] - src.utils.log - INFO - [OK] Services completed. - __SPLIT__ 2026-02-05 13:44:32,829 - [123941] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-05 13:44:32,963 - [123941] - src.utils.log - INFO - [OK] Crew completed. - __SPLIT__ 2026-02-05 13:44:33,601 - [123941] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-05 13:44:33,661 - [123941] - src.utils.log - INFO - [OK] Publish Services completed. - __SPLIT__ 2026-02-05 13:44:33,733 - [123941] - src.utils.log - INFO - All publish tasks completed successfully. - __SPLIT__ 2026-02-05 13:44:33,795 - [123941] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-05 13:44:33,856 - [123941] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 123941 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:34,198 - [123941] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:44:34,267 - [123941] - src.utils.log - INFO - πŸ”„ Updating next gen date parallely: inside update_next_workorder_generation - __SPLIT__ 2026-02-05 13:44:34,470 - [123941] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_2f52187eac - __SPLIT__ 2026-02-05 13:44:34,672 - [123941] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_2f52187eac - __SPLIT__ 2026-02-05 13:44:35,282 - [123941] - src.utils.log - INFO - πŸ” Running UPDATE to apply changes - __SPLIT__ 2026-02-05 13:44:35,634 - [123941] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-05 13:44:35,707 - [123941] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_2f52187eac - __SPLIT__ 2026-02-05 13:44:35,773 - [123941] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 123941 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:36,112 - [123941] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:44:36,174 - [123941] - src.utils.log - INFO - Parallel deletion from temp tables begin - __SPLIT__ 2026-02-05 13:44:36,242 - [123941] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (3176162, 3176163) (Thread: ThreadPoolExecutor-23_0) - __SPLIT__ 2026-02-05 13:44:36,243 - [123941] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (3176162, 3176163) (Thread: ThreadPoolExecutor-23_1) - __SPLIT__ 2026-02-05 13:44:36,243 - [123941] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (3176162, 3176163) (Thread: ThreadPoolExecutor-23_2) - __SPLIT__ 2026-02-05 13:44:36,244 - [123941] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (3176162, 3176163) (Thread: ThreadPoolExecutor-23_3) - __SPLIT__ 2026-02-05 13:44:36,244 - [123941] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (3176162, 3176163) (Thread: ThreadPoolExecutor-23_4) - __SPLIT__ 2026-02-05 13:44:36,244 - [123941] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (3176162, 3176163) (Thread: ThreadPoolExecutor-23_5) - __SPLIT__ 2026-02-05 13:44:36,245 - [123941] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (3176162, 3176163) (Thread: ThreadPoolExecutor-23_6) - __SPLIT__ 2026-02-05 13:44:36,607 - [123941] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:44:36,673 - [123941] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:44:36,701 - [123941] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:44:36,831 - [123941] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:44:36,835 - [123941] - src.utils.log - INFO - [OK] Deleted from Services - __SPLIT__ 2026-02-05 13:44:36,900 - [123941] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:44:36,969 - [123941] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:44:37,041 - [123941] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:44:37,095 - [123941] - src.utils.log - INFO - [OK] Deleted from Crews - __SPLIT__ 2026-02-05 13:44:37,371 - [123941] - src.utils.log - INFO - [OK] Deleted from SalesPersonCommission - __SPLIT__ 2026-02-05 13:44:37,434 - [123941] - src.utils.log - INFO - [OK] Deleted from AppliedDiscount - __SPLIT__ 2026-02-05 13:44:37,506 - [123941] - src.utils.log - INFO - [OK] Deleted from SourceMapping - __SPLIT__ 2026-02-05 13:44:37,574 - [123941] - src.utils.log - INFO - [OK] Deleted from SubWorkOrder - __SPLIT__ 2026-02-05 13:44:37,640 - [123941] - src.utils.log - INFO - [OK] Deleted from Adjustment - __SPLIT__ 2026-02-05 13:44:37,712 - [123941] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (3176162, 3176163) (Thread: ThreadPoolExecutor-22_0) - __SPLIT__ 2026-02-05 13:44:38,081 - [123941] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:44:38,154 - [123941] - src.utils.log - INFO - βœ” Completed batch of 2 records - __SPLIT__ 2026-02-05 13:44:38,221 - [123941] - src.utils.log - INFO - πŸŽ‰ All batches processed. - __SPLIT__ 2026-02-05 13:44:38,338 - [123941] - src.utils.log - INFO - Work order published ids: (3176162, 3176163) - __SPLIT__ 2026-02-05 13:44:38,412 - [123941] - src.utils.log - INFO - Time took to perform operation in publishing [123941]: 35.49 - __SPLIT__ 2026-02-05 13:44:38,481 - [123941] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [123941] - __SPLIT__ 2026-02-05 13:44:38,557 - [123941] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-05 08:44:38.338' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123941;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:44:38,905 - [123941] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:46:04,875 - 123942 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=123942 - __SPLIT__ 2026-02-05 13:46:05,005 - 123942 - src.utils.log - INFO - Work order Generation/Publish algo started for GenerateWorkOrderHistoryId: 123942 - __SPLIT__ 2026-02-05 13:46:05,066 - 123942 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-05 13:46:05,131 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'abcdallas'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:07,203 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:07,273 - 123942 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-02-05 13:46:07,335 - 123942 - src.utils.log - INFO - πŸ”Œ Connecting to: abcdallas - __SPLIT__ 2026-02-05 13:46:07,402 - 123942 - src.utils.log - INFO - βœ… Successfully connected to abcdallas - __SPLIT__ 2026-02-05 13:46:07,469 - 123942 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 123942;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:09,375 - 123942 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:46:09,441 - 123942 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WoGenStartDateTime = '2026-02-05 08:46:09.441' WHERE GenerateWorkOrderHistoryId = 123942;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:09,773 - 123942 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:46:09,840 - 123942 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy, CompanyId from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 123942;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:10,170 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:10,243 - 123942 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'New', WoPublishStartDateTime = '2026-02-05 08:46:10.243' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123942;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:10,575 - 123942 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:46:10,642 - 123942 - 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 = 123942), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 123942), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 123942 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-05 13:46:11,342 - 123942 - src.utils.log - INFO - βœ… Fetched 104 rows - __SPLIT__ 2026-02-05 13:46:11,407 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 123942;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:11,738 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:11,806 - 123942 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-02-05 13:46:11,927 - 123942 - 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 (14593, 14466, 14725, 13962, 13965, 14615, 14616, 14626, 14627, 14249, 14505, 14633, 14763, 14637, 14509, 14640, 14641, 14643, 14775, 14649, 14656, 14532, 14663, 14795, 14669, 14541, 14670, 14693, 14821, 14823, 14571, 14447, 14838, 14847)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:12,436 - 123942 - src.utils.log - INFO - βœ… Fetched 672 rows - __SPLIT__ 2026-02-05 13:46:12,505 - 123942 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-02-05 13:46:12,581 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:12,583 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:12,584 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:12,586 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:12,587 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:12,588 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:12,590 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:12,591 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:12,592 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:12,593 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:12,645 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149759;... (Thread: ThreadPoolExecutor-24_1) - __SPLIT__ 2026-02-05 13:46:12,711 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (149703, 58571, 149711, 149839, 149855);... (Thread: ThreadPoolExecutor-24_0) - __SPLIT__ 2026-02-05 13:46:12,774 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (58456, 149737, 149788, 149789);... (Thread: ThreadPoolExecutor-24_2) - __SPLIT__ 2026-02-05 13:46:12,835 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 58306;... (Thread: ThreadPoolExecutor-24_3) - __SPLIT__ 2026-02-05 13:46:12,900 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 53525;... (Thread: ThreadPoolExecutor-24_4) - __SPLIT__ 2026-02-05 13:46:12,974 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 149857;... (Thread: ThreadPoolExecutor-24_5) - __SPLIT__ 2026-02-05 13:46:13,042 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (46434, 47462, 39481, 44538, 32958);... (Thread: ThreadPoolExecutor-24_7) - __SPLIT__ 2026-02-05 13:46:13,111 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (46320, 33004, 48573, 53806);... (Thread: ThreadPoolExecutor-24_6) - __SPLIT__ 2026-02-05 13:46:13,178 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 48334;... (Thread: ThreadPoolExecutor-24_8) - __SPLIT__ 2026-02-05 13:46:13,237 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (51356, 34910);... (Thread: ThreadPoolExecutor-24_9) - __SPLIT__ 2026-02-05 13:46:13,565 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:14,042 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 149759 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_1) - __SPLIT__ 2026-02-05 13:46:14,385 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:14,480 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:14,487 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:14,616 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:14,617 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:14,658 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId in (149703, 58571, 149711, 149839, 149855) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_0) - __SPLIT__ 2026-02-05 13:46:14,734 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId in (58456, 149737, 149788, 149789) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_2) - __SPLIT__ 2026-02-05 13:46:14,749 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:14,805 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 58306 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_3) - __SPLIT__ 2026-02-05 13:46:14,870 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:14,875 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 53525 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_4) - __SPLIT__ 2026-02-05 13:46:14,920 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:15,023 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:15,033 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:15,076 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 149857 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_5) - __SPLIT__ 2026-02-05 13:46:15,103 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149759 - __SPLIT__ 2026-02-05 13:46:15,212 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId in (46434, 47462, 39481, 44538, 32958) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_7) - __SPLIT__ 2026-02-05 13:46:15,365 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId in (46320, 33004, 48573, 53806) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_6) - __SPLIT__ 2026-02-05 13:46:15,429 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 48334 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_8) - __SPLIT__ 2026-02-05 13:46:15,500 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId in (51356, 34910) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_9) - __SPLIT__ 2026-02-05 13:46:15,692 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1133.0;... (Thread: ThreadPoolExecutor-24_1) - __SPLIT__ 2026-02-05 13:46:15,904 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:16,293 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:16,388 - 123942 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-05 13:46:16,459 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=133 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-24_1) - __SPLIT__ 2026-02-05 13:46:16,591 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:16,675 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149857 - __SPLIT__ 2026-02-05 13:46:16,731 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:16,758 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = -1.0;... (Thread: ThreadPoolExecutor-24_5) - __SPLIT__ 2026-02-05 13:46:16,812 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:16,975 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:17,038 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 36892;... (Thread: ThreadPoolExecutor-24_1) - __SPLIT__ 2026-02-05 13:46:17,147 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:17,167 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:17,206 - 123942 - src.utils.log - INFO - Unable to get work order table Error: "['EmployeeNo', 'CustomerPONumber'] not in index" - __SPLIT__ 2026-02-05 13:46:17,349 - 123942 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-05 13:46:17,378 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:17,384 - 123942 - src.utils.log - INFO - Unable to get work order table Error: "['EmployeeNo', 'CustomerPONumber'] not in index" - __SPLIT__ 2026-02-05 13:46:17,385 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:17,476 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:17,558 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=133 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-24_5) - __SPLIT__ 2026-02-05 13:46:17,630 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 36892 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_1) - __SPLIT__ 2026-02-05 13:46:17,634 - 123942 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-05 13:46:17,698 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:17,805 - 123942 - src.utils.log - INFO - Unable to get work order table Error: "['EmployeeNo', 'CustomerPONumber'] not in index" - __SPLIT__ 2026-02-05 13:46:17,898 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 55510;... (Thread: ThreadPoolExecutor-24_3) - __SPLIT__ 2026-02-05 13:46:18,037 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:18,209 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 58443, 149842, 149843, 58580, 149845, 149846, 149719, 149847, 149848, 149850, 149738, 149753, 149755, 149756);... (Thread: ThreadPoolExecutor-24_4) - __SPLIT__ 2026-02-05 13:46:18,227 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:18,280 - 123942 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-02-05 13:46:18,347 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149737 - __SPLIT__ 2026-02-05 13:46:18,488 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:18,618 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:18,647 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (149721, 149715);... (Thread: ThreadPoolExecutor-24_8) - __SPLIT__ 2026-02-05 13:46:18,673 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149703 - __SPLIT__ 2026-02-05 13:46:18,732 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149788 - __SPLIT__ 2026-02-05 13:46:18,783 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:18,884 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:18,896 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId = 55510 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_3) - __SPLIT__ 2026-02-05 13:46:18,969 - 123942 - src.utils.log - INFO - Unable to get work order table Error: "['EmployeeNo', 'CustomerPONumber'] not in index" - __SPLIT__ 2026-02-05 13:46:19,090 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149711 - __SPLIT__ 2026-02-05 13:46:19,162 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149789 - __SPLIT__ 2026-02-05 13:46:19,221 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 58443, 149842, 149843, 58580, 149845, 149846, 149719, 149847, 149848, 149850, 149738, 149753, 149755, 149756) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_4) - __SPLIT__ 2026-02-05 13:46:19,228 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:19,234 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:19,381 - 123942 - src.utils.log - INFO - Unable to get work order table Error: "['EmployeeNo', 'CustomerPONumber'] not in index" - __SPLIT__ 2026-02-05 13:46:19,506 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149839 - __SPLIT__ 2026-02-05 13:46:19,600 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (1131.0, 11436.0, 1127.0);... (Thread: ThreadPoolExecutor-24_2) - __SPLIT__ 2026-02-05 13:46:19,727 - 123942 - 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-05 00:00:00' and ServiceDate <= '2026-03-31 00:00:00' and ServiceSetupId in (149721, 149715) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-24_8) - __SPLIT__ 2026-02-05 13:46:19,846 - 123942 - src.utils.log - INFO - Unable to get work order table Error: "['EmployeeNo', 'CustomerPONumber'] not in index" - __SPLIT__ 2026-02-05 13:46:19,976 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149855 - __SPLIT__ 2026-02-05 13:46:20,037 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:20,264 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11436.0, 1132.0, 1127.0);... (Thread: ThreadPoolExecutor-24_0) - __SPLIT__ 2026-02-05 13:46:20,323 - 123942 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-05 13:46:20,400 - 123942 - src.utils.log - INFO - Unable to get work order table Error: "['EmployeeNo', 'CustomerPONumber'] not in index" - __SPLIT__ 2026-02-05 13:46:20,533 - 123942 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-05 13:46:20,682 - 123942 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-02-05 13:46:20,708 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=133 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-24_2) - __SPLIT__ 2026-02-05 13:46:20,808 - 123942 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:46:20,843 - 123942 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-05 13:46:20,846 - 123942 - src.utils.log - INFO - βœ… Fetched 20 rows - __SPLIT__ 2026-02-05 13:46:20,879 - 123942 - src.utils.log - INFO - Unable to get work order table Error: "['EmployeeNo', 'CustomerPONumber'] not in index" - __SPLIT__ 2026-02-05 13:46:21,060 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=133 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-24_0) - __SPLIT__ 2026-02-05 13:46:21,221 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:21,527 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149715 - __SPLIT__ 2026-02-05 13:46:21,607 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149721 - __SPLIT__ 2026-02-05 13:46:21,628 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:21,682 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (1132.0, 11429.0);... (Thread: ThreadPoolExecutor-24_8) - __SPLIT__ 2026-02-05 13:46:21,768 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149719 - __SPLIT__ 2026-02-05 13:46:21,898 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149738 - __SPLIT__ 2026-02-05 13:46:21,977 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149753 - __SPLIT__ 2026-02-05 13:46:22,326 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149755 - __SPLIT__ 2026-02-05 13:46:22,329 - 123942 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:46:22,411 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149756 - __SPLIT__ 2026-02-05 13:46:22,515 - 123942 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-05 13:46:22,582 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149760 - __SPLIT__ 2026-02-05 13:46:22,722 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=133 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-24_8) - __SPLIT__ 2026-02-05 13:46:22,812 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149761 - __SPLIT__ 2026-02-05 13:46:22,979 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149762 - __SPLIT__ 2026-02-05 13:46:23,072 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149763 - __SPLIT__ 2026-02-05 13:46:23,166 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149764 - __SPLIT__ 2026-02-05 13:46:23,168 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:23,261 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149765 - __SPLIT__ 2026-02-05 13:46:23,487 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149766 - __SPLIT__ 2026-02-05 13:46:23,571 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149767 - __SPLIT__ 2026-02-05 13:46:23,661 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149768 - __SPLIT__ 2026-02-05 13:46:23,734 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149769 - __SPLIT__ 2026-02-05 13:46:23,812 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149770 - __SPLIT__ 2026-02-05 13:46:23,890 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149771 - __SPLIT__ 2026-02-05 13:46:23,972 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149772 - __SPLIT__ 2026-02-05 13:46:24,052 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149773 - __SPLIT__ 2026-02-05 13:46:24,129 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149774 - __SPLIT__ 2026-02-05 13:46:24,205 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149775 - __SPLIT__ 2026-02-05 13:46:24,274 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149776 - __SPLIT__ 2026-02-05 13:46:24,344 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149787 - __SPLIT__ 2026-02-05 13:46:24,496 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149790 - __SPLIT__ 2026-02-05 13:46:24,575 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149794 - __SPLIT__ 2026-02-05 13:46:24,656 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149795 - __SPLIT__ 2026-02-05 13:46:24,743 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149796 - __SPLIT__ 2026-02-05 13:46:24,828 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149797 - __SPLIT__ 2026-02-05 13:46:24,912 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149798 - __SPLIT__ 2026-02-05 13:46:24,995 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149799 - __SPLIT__ 2026-02-05 13:46:25,088 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149800 - __SPLIT__ 2026-02-05 13:46:25,175 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149801 - __SPLIT__ 2026-02-05 13:46:25,260 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149802 - __SPLIT__ 2026-02-05 13:46:25,351 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149803 - __SPLIT__ 2026-02-05 13:46:25,444 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149804 - __SPLIT__ 2026-02-05 13:46:25,527 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149805 - __SPLIT__ 2026-02-05 13:46:25,616 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149806 - __SPLIT__ 2026-02-05 13:46:25,701 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149807 - __SPLIT__ 2026-02-05 13:46:25,785 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149809 - __SPLIT__ 2026-02-05 13:46:25,859 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149810 - __SPLIT__ 2026-02-05 13:46:25,936 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149811 - __SPLIT__ 2026-02-05 13:46:26,012 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149812 - __SPLIT__ 2026-02-05 13:46:26,087 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149813 - __SPLIT__ 2026-02-05 13:46:26,224 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149814 - __SPLIT__ 2026-02-05 13:46:26,308 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149815 - __SPLIT__ 2026-02-05 13:46:26,384 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149816 - __SPLIT__ 2026-02-05 13:46:26,466 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149817 - __SPLIT__ 2026-02-05 13:46:26,543 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149818 - __SPLIT__ 2026-02-05 13:46:26,619 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149819 - __SPLIT__ 2026-02-05 13:46:26,703 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149820 - __SPLIT__ 2026-02-05 13:46:26,781 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149821 - __SPLIT__ 2026-02-05 13:46:26,853 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149822 - __SPLIT__ 2026-02-05 13:46:26,930 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149842 - __SPLIT__ 2026-02-05 13:46:27,046 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149843 - __SPLIT__ 2026-02-05 13:46:27,143 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149845 - __SPLIT__ 2026-02-05 13:46:27,230 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149846 - __SPLIT__ 2026-02-05 13:46:27,366 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149847 - __SPLIT__ 2026-02-05 13:46:27,454 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149848 - __SPLIT__ 2026-02-05 13:46:27,545 - 123942 - src.utils.log - INFO - Generating work orders for setup: 149850 - __SPLIT__ 2026-02-05 13:46:27,678 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (1132.0, 11437.0, -1.0);... (Thread: ThreadPoolExecutor-24_4) - __SPLIT__ 2026-02-05 13:46:28,008 - 123942 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:46:28,090 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11426.0, 11427.0, 11428.0, 1127.0, 1130.0, 11435.0, 1132.0, 1133.0, 1131.0);... (Thread: ThreadPoolExecutor-24_4) - __SPLIT__ 2026-02-05 13:46:28,425 - 123942 - src.utils.log - INFO - βœ… Fetched 9 rows - __SPLIT__ 2026-02-05 13:46:28,622 - 123942 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-02-05 13:46:28,704 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=133 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-24_4) - __SPLIT__ 2026-02-05 13:46:29,051 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:29,127 - 123942 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-02-05 13:46:29,191 - 123942 - src.utils.log - INFO - Running deletes in PARALLEL… - __SPLIT__ 2026-02-05 13:46:29,258 - 123942 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (36892, 53806, 39481, 58443, 129618, 22612, 58456, 58460, 34910, 58462, 129633, 58472, 51356, 119474, 119476, 119480, 32958, 58567, 149703, 58571, 48334, 149711, 149715, 58580, 55510, 149719, 149721, 149737, 149738, 33004, 46320, 149753, 149755, 149756, 149759, 149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 53525, 58649, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149839, 149842, 149843, 149845, 149846, 149847, 58712, 149848, 149850, 149855, 149857, 46434, 47462, 139663, 69019, 48573, 58306, 44538) ) (Thread: ThreadPoolExecutor-25_0) - __SPLIT__ 2026-02-05 13:46:29,260 - 123942 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (36892, 53806, 39481, 58443, 129618, 22612, 58456, 58460, 34910, 58462, 129633, 58472, 51356, 119474, 119476, 119480, 32958, 58567, 149703, 58571, 48334, 149711, 149715, 58580, 55510, 149719, 149721, 149737, 149738, 33004, 46320, 149753, 149755, 149756, 149759, 149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 53525, 58649, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149839, 149842, 149843, 149845, 149846, 149847, 58712, 149848, 149850, 149855, 149857, 46434, 47462, 139663, 69019, 48573, 58306, 44538) ) (Thread: ThreadPoolExecutor-25_1) - __SPLIT__ 2026-02-05 13:46:29,260 - 123942 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (36892, 53806, 39481, 58443, 129618, 22612, 58456, 58460, 34910, 58462, 129633, 58472, 51356, 119474, 119476, 119480, 32958, 58567, 149703, 58571, 48334, 149711, 149715, 58580, 55510, 149719, 149721, 149737, 149738, 33004, 46320, 149753, 149755, 149756, 149759, 149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 53525, 58649, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149839, 149842, 149843, 149845, 149846, 149847, 58712, 149848, 149850, 149855, 149857, 46434, 47462, 139663, 69019, 48573, 58306, 44538) ) (Thread: ThreadPoolExecutor-25_2) - __SPLIT__ 2026-02-05 13:46:29,260 - 123942 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (36892, 53806, 39481, 58443, 129618, 22612, 58456, 58460, 34910, 58462, 129633, 58472, 51356, 119474, 119476, 119480, 32958, 58567, 149703, 58571, 48334, 149711, 149715, 58580, 55510, 149719, 149721, 149737, 149738, 33004, 46320, 149753, 149755, 149756, 149759, 149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 53525, 58649, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149839, 149842, 149843, 149845, 149846, 149847, 58712, 149848, 149850, 149855, 149857, 46434, 47462, 139663, 69019, 48573, 58306, 44538) ) (Thread: ThreadPoolExecutor-25_3) - __SPLIT__ 2026-02-05 13:46:29,260 - 123942 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (36892, 53806, 39481, 58443, 129618, 22612, 58456, 58460, 34910, 58462, 129633, 58472, 51356, 119474, 119476, 119480, 32958, 58567, 149703, 58571, 48334, 149711, 149715, 58580, 55510, 149719, 149721, 149737, 149738, 33004, 46320, 149753, 149755, 149756, 149759, 149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 53525, 58649, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149839, 149842, 149843, 149845, 149846, 149847, 58712, 149848, 149850, 149855, 149857, 46434, 47462, 139663, 69019, 48573, 58306, 44538) ) (Thread: ThreadPoolExecutor-25_4) - __SPLIT__ 2026-02-05 13:46:29,261 - 123942 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (36892, 53806, 39481, 58443, 129618, 22612, 58456, 58460, 34910, 58462, 129633, 58472, 51356, 119474, 119476, 119480, 32958, 58567, 149703, 58571, 48334, 149711, 149715, 58580, 55510, 149719, 149721, 149737, 149738, 33004, 46320, 149753, 149755, 149756, 149759, 149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 53525, 58649, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149839, 149842, 149843, 149845, 149846, 149847, 58712, 149848, 149850, 149855, 149857, 46434, 47462, 139663, 69019, 48573, 58306, 44538) ) (Thread: ThreadPoolExecutor-25_5) - __SPLIT__ 2026-02-05 13:46:29,261 - 123942 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (36892, 53806, 39481, 58443, 129618, 22612, 58456, 58460, 34910, 58462, 129633, 58472, 51356, 119474, 119476, 119480, 32958, 58567, 149703, 58571, 48334, 149711, 149715, 58580, 55510, 149719, 149721, 149737, 149738, 33004, 46320, 149753, 149755, 149756, 149759, 149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 53525, 58649, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149839, 149842, 149843, 149845, 149846, 149847, 58712, 149848, 149850, 149855, 149857, 46434, 47462, 139663, 69019, 48573, 58306, 44538) ) (Thread: ThreadPoolExecutor-25_6) - __SPLIT__ 2026-02-05 13:46:29,632 - 123942 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:46:29,773 - 123942 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:46:29,782 - 123942 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:46:29,883 - 123942 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:46:29,930 - 123942 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:46:29,964 - 123942 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:46:30,020 - 123942 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:46:30,199 - 123942 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (36892, 53806, 39481, 58443, 129618, 22612, 58456, 58460, 34910, 58462, 129633, 58472, 51356, 119474, 119476, 119480, 32958, 58567, 149703, 58571, 48334, 149711, 149715, 58580, 55510, 149719, 149721, 149737, 149738, 33004, 46320, 149753, 149755, 149756, 149759, 149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 53525, 58649, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149839, 149842, 149843, 149845, 149846, 149847, 58712, 149848, 149850, 149855, 149857, 46434, 47462, 139663, 69019, 48573, 58306, 44538) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:30,705 - 123942 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:46:30,775 - 123942 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: delete FROM [ServiceCore].[WorkOrderSkipMonthAutoGeneration] WHERE ServiceSetupId= 149839 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:31,113 - 123942 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-05 13:46:31,174 - 123942 - src.utils.log - INFO - Deleted WorkOrderSkipMonthAutoGeneration entry - __SPLIT__ 2026-02-05 13:46:31,240 - 123942 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSkipMonthAutoGeneration: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:31,617 - 123942 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderSkipMonthAutoGeneration - __SPLIT__ 2026-02-05 13:46:32,531 - 123942 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderSkipMonthAutoGeneration in 1 batches - __SPLIT__ 2026-02-05 13:46:32,606 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (36892, 53806, 39481, 58443, 129618, 22612, 58456, 58460, 34910, 58462, 129633, 58472, 51356, 119474, 119476, 119480, 32958, 58567, 149703, 58571, 48334, 149711, 149715, 58580, 55510, 149719, 149721, 149737, 149738, 33004, 46320, 149753, 149755, 149756, 149759, 149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 53525, 58649, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149839, 149842, 149843, 149845, 149846, 149847, 58712, 149848, 149850, 149855, 149857, 46434, 47462, 139663, 69019, 48573, 58306, 44538);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:32,954 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:33,016 - 123942 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-02-05 13:46:33,083 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149703, 149711, 149842, 149715, 149843, 149845, 149846, 149847, 149848, 149721, 149850, 149719, 149855, 149857, 149737, 149738, 149753, 149755, 149756, 149759)... (Thread: ThreadPoolExecutor-26_0) - __SPLIT__ 2026-02-05 13:46:33,083 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149703, 149711, 149842, 149715, 149843, 149845, 149846, 149847, 149848, 149721, 149850, 149719, 149855, 149857, 149737, 149738, 149753, 149755, 149756, 149759)... (Thread: ThreadPoolExecutor-26_1) - __SPLIT__ 2026-02-05 13:46:33,083 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149703, 149711, 149842, 149715, 149843, 149845, 149846, 149847, 149848, 149721, 149850, 149719, 149855, 149857, 149737, 149738, 149753, 149755, 149756, 149759)... (Thread: ThreadPoolExecutor-26_2) - __SPLIT__ 2026-02-05 13:46:33,083 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149703, 149711, 149842, 149715, 149843, 149845, 149846, 149847, 149848, 149721, 149850, 149719, 149855, 149857, 149737, 149738, 149753, 149755, 149756, 149759)... (Thread: ThreadPoolExecutor-26_3) - __SPLIT__ 2026-02-05 13:46:33,084 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149703, 149711, 149842, 149715, 149843, 149845, 149846, 149847, 149848, 149721, 149850, 149719, 149855, 149857, 149737, 149738, 149753, 149755, 149756, 149759);... (Thread: ThreadPoolExecutor-26_4) - __SPLIT__ 2026-02-05 13:46:33,086 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149703, 149711, 149842, 149715, 149843, 149845, 149846, 149847, 149848, 149721, 149850, 149719, 149855, 149857, 149737, 149738, 149753, 149755, 149756, 149759);... (Thread: ThreadPoolExecutor-26_5) - __SPLIT__ 2026-02-05 13:46:33,086 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149703, 149711, 149842, 149715, 149843, 149845, 149846, 149847, 149848, 149721, 149850, 149719, 149855, 149857, 149737, 149738, 149753, 149755, 149756, 149759);... (Thread: ThreadPoolExecutor-26_6) - __SPLIT__ 2026-02-05 13:46:33,086 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149703, 149711, 149842, 149715, 149843, 149845, 149846, 149847, 149848, 149721, 149850, 149719, 149855, 149857, 149737, 149738, 149753, 149755, 149756, 149759);... (Thread: ThreadPoolExecutor-26_7) - __SPLIT__ 2026-02-05 13:46:33,423 - 123942 - src.utils.log - INFO - βœ… Fetched 126 rows - __SPLIT__ 2026-02-05 13:46:33,496 - 123942 - src.utils.log - INFO - βœ… Fetched 82 rows - __SPLIT__ 2026-02-05 13:46:33,561 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:33,613 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:33,668 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId in (149760, 149761, 149762, 149763, 149764, 149765, 149766, 149767, 149768, 149769, 149770, 149771, 149772, 149773, 149774, 149775, 149776, 149787, 149788, 149789, 149790, 149794, 149795, 149796, 149797, 149798, 149799, 149800, 149801, 149802, 149803, 149804, 149805, 149806, 149807, 149809, 149810, 149811, 149812, 149813, 149814, 149815, 149816, 149817, 149818, 149819, 149820, 149821, 149822, 149703, 149711, 149842, 149715, 149843, 149845, 149846, 149847, 149848, 149721, 149850, 149719, 149855, 149857, 149737, 149738, 149753, 149755, 149756, 149759)... (Thread: ThreadPoolExecutor-26_0) - __SPLIT__ 2026-02-05 13:46:33,687 - 123942 - src.utils.log - INFO - βœ… Fetched 32 rows - __SPLIT__ 2026-02-05 13:46:33,747 - 123942 - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-02-05 13:46:33,838 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:33,887 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:34,251 - 123942 - src.utils.log - INFO - βœ… Fetched 17 rows - __SPLIT__ 2026-02-05 13:46:34,351 - 123942 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 123942;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:34,688 - 123942 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:46:34,752 - 123942 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-02-05 08:46:34.752' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123942;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:35,074 - 123942 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:46:35,139 - 123942 - src.utils.log - INFO - - __SPLIT__ 2026-02-05 13:46:35,230 - 123942 - src.utils.log - INFO - Work order generation successful - Time took: 30.07 - __SPLIT__ 2026-02-05 13:46:35,297 - 123942 - src.utils.log - INFO - Work order publish in progress for GenerateWorkOrderHistoryId: 123942 - __SPLIT__ 2026-02-05 13:46:35,363 - 123942 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress', WoPublishStartDateTime = '2026-02-05 08:46:35.363' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123942;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:35,694 - 123942 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:46:35,768 - 123942 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 123942;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:36,105 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:36,169 - 123942 - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-05 13:46:36,288 - 123942 - 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 (149759, 149857, 149788, 149789, 149737, 149711, 149703, 149855, 149721, 149715, 149848, 149847, 149846, 149845, 149843, 149842, 149787, 149850, 149753, 149766, 149794, 149767, 149763, 149797, 149795, 149765, 149796, 149764, 149803, 149755, 149802, 149801, 149804, 149807, 149806, 149805, 149719, 149760, 149800, 149799, 149762, 149798, 149761, 149790, 149738, 149822, 149770, 149821, 149820, 149772, 149773, 149774, 149769, 149812, 149811, 149810, 149809, 149771, 149756, 149768, 149776, 149775, 149819, 149818, 149817, 149816, 149815, 149814, 149813) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:36,640 - 123942 - src.utils.log - INFO - βœ… Fetched 69 rows - __SPLIT__ 2026-02-05 13:46:36,702 - 123942 - 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 (149759, 149857, 149788, 149789, 149737, 149711, 149703, 149855, 149721, 149715, 149848, 149847, 149846, 149845, 149843, 149842, 149787, 149850, 149753, 149766, 149794, 149767, 149763, 149797, 149795, 149765, 149796, 149764, 149803, 149755, 149802, 149801, 149804, 149807, 149806, 149805, 149719, 149760, 149800, 149799, 149762, 149798, 149761, 149790, 149738, 149822, 149770, 149821, 149820, 149772, 149773, 149774, 149769, 149812, 149811, 149810, 149809, 149771, 149756, 149768, 149776, 149775, 149819, 149818, 149817, 149816, 149815, 149814, 149813) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:37,056 - 123942 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-05 13:46:37,126 - 123942 - 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 (149759, 149857, 149788, 149789, 149737, 149711, 149703, 149855, 149721, 149715, 149848, 149847, 149846, 149845, 149843, 149842, 149787, 149850, 149753, 149766, 149794, 149767, 149763, 149797, 149795, 149765, 149796, 149764, 149803, 149755, 149802, 149801, 149804, 149807, 149806, 149805, 149719, 149760, 149800, 149799, 149762, 149798, 149761, 149790, 149738, 149822, 149770, 149821, 149820, 149772, 149773, 149774, 149769, 149812, 149811, 149810, 149809, 149771, 149756, 149768, 149776, 149775, 149819, 149818, 149817, 149816, 149815, 149814, 149813) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:37,487 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:37,565 - 123942 - 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-05 13:46:37,898 - 123942 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-05 13:46:37,963 - 123942 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:38,299 - 123942 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-05 13:46:38,369 - 123942 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1312227' WHERE CompanyId = 133 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:38,723 - 123942 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:46:38,792 - 123942 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '1369584' WHERE CompanyId = 133 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:39,128 - 123942 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-05 13:46:39,200 - 123942 - 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 (149759, 149857, 149788, 149789, 149737, 149711, 149703, 149855, 149721, 149715, 149848, 149847, 149846, 149845, 149843, 149842, 149787, 149850, 149753, 149766, 149794, 149767, 149763, 149797, 149795, 149765, 149796, 149764, 149803, 149755, 149802, 149801, 149804, 149807, 149806, 149805, 149719, 149760, 149800, 149799, 149762, 149798, 149761, 149790, 149738, 149822, 149770, 149821, 149820, 149772, 149773, 149774, 149769, 149812, 149811, 149810, 149809, 149771, 149756, 149768, 149776, 149775, 149819, 149818, 149817, 149816, 149815, 149814, 149813)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:39,543 - 123942 - src.utils.log - INFO - βœ… Fetched 69 rows - __SPLIT__ 2026-02-05 13:46:39,728 - 123942 - src.utils.log - INFO - Size of Transaction: 127 - __SPLIT__ 2026-02-05 13:46:39,796 - 123942 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 127 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:40,260 - 123942 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 127) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-05 13:46:42,115 - 123942 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-05 13:46:42,231 - 123942 - src.utils.log - ERROR - ❌ Error in insertion: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Cannot insert the value NULL into column 'TransactionDate', table 'pstrmcore.Billing.Transaction'; column does not allow nulls. INSERT fails. (515) (SQLExecDirectW)") [SQL: INSERT INTO [Billing].[Transaction] ([CompanyId], [BillingAddressId], [ServiceAddressId], [Notes], [CreatedBy], [TransactionDate], [AccountNo], [TransactionType], [IsActive], [IsDelete], [CreatedDate], [ModifiedDate], [ModifiedBy]) VALUES (?, ?, ?, ? ... 5094 characters truncated ... ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] [parameters: (133, 6990718, 6990717, None, 43135, Timestamp('2026-02-23 00:00:00'), '14555', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345678910, 133, 6980569, 6980568, None, 43135, Timestamp('2026-03-04 00:00:00'), '14479', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345678911, 133, 6980569, 6980568, None, 43135, Timestamp('2026-03-04 00:00:00'), '14479', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345678912, 133, 6990647, 6990646, None, 43135, Timestamp('2026-03-23 00:00:00'), '14520', 'Invoice', 1, 0, '2026-02-05 08:46:39.722' ... 1551 parameters truncated ... 6990743, None, 43135, Timestamp('2026-02-13 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679033, 133, 6990744, 6990743, None, 43135, Timestamp('2026-02-16 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679034, 133, 6990744, 6990743, None, 43135, Timestamp('2026-02-20 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679035, 133, 6990744, 6990743, None, 43135, Timestamp('2026-02-06 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679036)] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-02-05 13:46:42,293 - 123942 - src.utils.log - ERROR - ❌ insert_into_with_skip_triggers failed after 1 attempts: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Cannot insert the value NULL into column 'TransactionDate', table 'pstrmcore.Billing.Transaction'; column does not allow nulls. INSERT fails. (515) (SQLExecDirectW)") [SQL: INSERT INTO [Billing].[Transaction] ([CompanyId], [BillingAddressId], [ServiceAddressId], [Notes], [CreatedBy], [TransactionDate], [AccountNo], [TransactionType], [IsActive], [IsDelete], [CreatedDate], [ModifiedDate], [ModifiedBy]) VALUES (?, ?, ?, ? ... 5094 characters truncated ... ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] [parameters: (133, 6990718, 6990717, None, 43135, Timestamp('2026-02-23 00:00:00'), '14555', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345678910, 133, 6980569, 6980568, None, 43135, Timestamp('2026-03-04 00:00:00'), '14479', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345678911, 133, 6980569, 6980568, None, 43135, Timestamp('2026-03-04 00:00:00'), '14479', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345678912, 133, 6990647, 6990646, None, 43135, Timestamp('2026-03-23 00:00:00'), '14520', 'Invoice', 1, 0, '2026-02-05 08:46:39.722' ... 1551 parameters truncated ... 6990743, None, 43135, Timestamp('2026-02-13 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679033, 133, 6990744, 6990743, None, 43135, Timestamp('2026-02-16 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679034, 133, 6990744, 6990743, None, 43135, Timestamp('2026-02-20 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679035, 133, 6990744, 6990743, None, 43135, Timestamp('2026-02-06 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679036)] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-02-05 13:46:42,362 - 123942 - src.utils.log - INFO - Error: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Cannot insert the value NULL into column 'TransactionDate', table 'pstrmcore.Billing.Transaction'; column does not allow nulls. INSERT fails. (515) (SQLExecDirectW)") [SQL: INSERT INTO [Billing].[Transaction] ([CompanyId], [BillingAddressId], [ServiceAddressId], [Notes], [CreatedBy], [TransactionDate], [AccountNo], [TransactionType], [IsActive], [IsDelete], [CreatedDate], [ModifiedDate], [ModifiedBy]) VALUES (?, ?, ?, ? ... 5094 characters truncated ... ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] [parameters: (133, 6990718, 6990717, None, 43135, Timestamp('2026-02-23 00:00:00'), '14555', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345678910, 133, 6980569, 6980568, None, 43135, Timestamp('2026-03-04 00:00:00'), '14479', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345678911, 133, 6980569, 6980568, None, 43135, Timestamp('2026-03-04 00:00:00'), '14479', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345678912, 133, 6990647, 6990646, None, 43135, Timestamp('2026-03-23 00:00:00'), '14520', 'Invoice', 1, 0, '2026-02-05 08:46:39.722' ... 1551 parameters truncated ... 6990743, None, 43135, Timestamp('2026-02-13 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679033, 133, 6990744, 6990743, None, 43135, Timestamp('2026-02-16 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679034, 133, 6990744, 6990743, None, 43135, Timestamp('2026-02-20 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679035, 133, 6990744, 6990743, None, 43135, Timestamp('2026-02-06 00:00:00'), '14568', 'Invoice', 1, 0, '2026-02-05 08:46:39.722', '2026-02-05 08:46:39.722', 12345679036)] (Background on this error at: https://sqlalche.me/e/20/gkpj) - __SPLIT__ 2026-02-05 13:46:42,426 - 123942 - src.utils.log - INFO - Time took to perform operation in publishing 123942: 37.36 - __SPLIT__ 2026-02-05 13:46:42,505 - 123942 - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: 123942 - __SPLIT__ 2026-02-05 13:46:42,571 - 123942 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-05 08:46:42.571' WHERE CompanyId = 133 AND GenerateWorkOrderHistoryId = 123942;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-05 13:46:42,925 - 123942 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__